| Создание Эльфов : Эльфостроение : Форум | 
| Страница 32 из 211: « 1 ... 28 29 30 31 [32] 33 34 35 36 ... 211 » | 
| 
 | 05.03.08, 18:07 | 
| EnergiZer короче, берёшь открываешь "Выполнить", пишешь примерно так: c:\elf\elfcheck.exe НужныйЭльф.elf НужнаяЛиба.vkp | |
| 
 | 05.03.08, 18:14 | 
| я видел на СВН новый ельф GPSMAP, НА НЕВО ТОЖ НЕТУ ФУНКЦЫЙ? | |
| 
 | 05.03.08, 18:16 | 
| PUZ НЕТУ | |
| 
 | 05.03.08, 18:19 | 
| Denukas Hi. Im trying to make ElfPack.elf to vkp but i get these errors. Can someone help me, please? сделай так... слей с телефона всю прошивку до FS при помощи Far плагина... и используй ее  | |
| 
 | 05.03.08, 19:12 | 
| UltraShot EnergiZer короче, берёшь открываешь "Выполнить", пишешь примерно так: c:\elf\elfcheck.exe НужныйЭльф.elf НужнаяЛиба.vkp разобрался!   кстате UltraShot (сори за офф), помниш я так и не понял, почему флеш лайт в5 идёт на ш700, а начиная с 6го тел виснет??? так вот: в5: all ok в6: swi 0x1B7 used but not found in lib (я сверял и с 1й версией либа, и с версией ток что скачанной с зеркала...) [ Редактировано EnergiZer в 5.3.08 18:16 ] | |
| 
 | 05.03.08, 19:19 | 
| EnergiZer Знаю  . Поэтому и сделал версию 7 с возможностью выбора, проверять залоченность или нет | |
| 
 | 06.03.08, 17:45 | 
| Denukas Hi. Im trying to make ElfPack.elf to vkp but i get these errors. Can someone help me, please? сделай так... слей с телефона всю прошивку до FS при помощи Far плагина... и используй ее  Could you write it in english please? I don't get what you have writen. | |
| 
 | 07.03.08, 11:44 | 
| Denukas http://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&post_id=50849#50849 | |
| 
 | 07.03.08, 13:17 | 
| Adrenalin Thank you, you really helped me.   Does someone know where i can get working *.raw firmwares? Добавлено 7.3.08 18:29 What directories i should create on w660 and where to get DYN_const.bin file to it? Help me please...  | |
| 
 | 08.03.08, 00:25 | 
| Код:  #include "..\\include\Lib_Clara.h" #include "..\\include\Dir.h" void elf_exit(void) { kill_data(&ELF_BEGIN, (void(*)(void*))mfree_adr()); } int on=0 int NewKey(int key, int r1, int mode) { if (key==KEY_CAMERA_FOCUS) { if (mode==KBD_SHORT_RELEASE) { if (on==0) { SetLampLevel(100); on=1 return(0); } } return(0); } if (key==KEY_CAMERA_FOCUS) { if (mode==KBD_SHORT_RELEASE) { if(on==1) { SetLampLevel(0); on=0 } } } } int main (void) { ModifyKeyHook(NewKey,1); return(0); } Lamp.c Error[Pe020]: identifier "SIGNAL" is undefined G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Types.h 376 Warning[Pe231]: declaration is not visible outside of function G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\png.h 1551 Error[Pe040]: expected an identifier G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 17 Warning[Pe301]: typedef name has already been declared (with same type) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 38 Error[Pe147]: declaration is incompatible with "void SUBPROC(void (*)(void))" (declared at line 129) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 134 Error[Pe147]: declaration is incompatible with "void SUBPROC(void (*)(int), int)" (declared at line 134) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 137 Error[Pe147]: declaration is incompatible with "void MMIPROC(void (*)(void))" (declared at line 141) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 146 Error[Pe147]: declaration is incompatible with "void MMIPROC(void (*)(int), int)" (declared at line 146) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 148 Error[Pe147]: declaration is incompatible with "void Timer_ReSet(unsigned short *, int, void (*)(unsigned short *, G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 239 LPARAM), LPARAM)" (declared at line 236) Error[Pe147]: declaration is incompatible with "unsigned short Timer_Set(int, void (*)(unsigned short *, G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 246 LPARAM), LPARAM)" (declared at line 243) Error[Pe147]: declaration is incompatible with "void GUI_SetStyle(GUI *, int)" (declared at line 286) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 290 Error[Pe147]: declaration is incompatible with "void GUI_SetStyle(GUI_LIST *, int)" (declared at line 290) G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 292 Error[Pe147]: declaration is incompatible with "void GUI_SetStyle(GUI_TABMENUBAR *, int)" (declared at line G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 294 292) Error[Pe147]: declaration is incompatible with "void GUI_SetStyle(GUI_ONEOFMANY *, int)" (declared at line G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 296 294) Error[Pe147]: declaration is incompatible with "void TabMenuBar_AssignGuiObj(struct <unnamed> *, int, GUI *)" G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 661 (declared at line 657) Error[Pe147]: declaration is incompatible with "void TabMenuBar_AssignGuiObj(struct <unnamed> *, int, struct G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 663 <unnamed> *)" (declared at line 661) Error[Pe147]: declaration is incompatible with "void TabMenuBar_AssignGuiObj(struct <unnamed> *, int, struct G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 665 <unnamed> *)" (declared at line 663) Error[Pe147]: declaration is incompatible with "int TabMenuBar_GetFocusedTabIndex(struct <unnamed> *)" G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\include\Lib_Clara.h 971 (declared at line 968) Warning[Pe223]: function "kill_data" declared implicitly G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\Lamp\Lamp.c 6 Error[Pe065]: expected a ";" G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\Lamp\Lamp.c 11 Warning[Pe001]: last line of file ends without a newline G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\Lamp\Lamp.c 43 Warning[Pe012]: parsing restarts here after previous syntax error G:\Documents and Settings\Âèò¸ê\My Documents\Sony Ericsson\Ïðîãè\SVN\Lamp\Lamp.c 43 Done. 17 error(s), 5 warning(s) И так со всеми моими другими эльфами. ЧЕГО ЕМУ НАДО? | |
| Страница 32 из 211: « 1 ... 28 29 30 31 [32] 33 34 35 36 ... 211 » | 
| URL этой темы: https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&start=310 © 2005-2018 mobilefree.justdanpo.ru |