Создание Эльфов : Эльфостроение : Форум

Страница 23 из 211: « 1 ... 19 20 21 22 [23] 24 25 26 27 ... 211 »

 PSIX:
27.01.08, 19:08
 Denukas
At present time there is no code that can do it

 se750i:
28.01.08, 16:31
 Подскажите плиз, как можно отловить событие календаря и передать его на ГЭ?Спасибо!

 EvilDentist:
28.01.08, 16:57
 я не нашел такое событие хз

 Denukas:
28.01.08, 17:41
 
Denukas
At present time there is no code that can do it

Thank you, i tested many codes: CreateBook, CreateProcess, UI_Event and cant get it to work.
what does code "start (int pid)" i tried to run radio book but it restarts phone. :-(

 den_po:
28.01.08, 18:28
 
Denukas пишет:
Denukas
At present time there is no code that can do it

Thank you, i tested many codes: CreateBook, CreateProcess, UI_Event and cant get it to work.
what does code "start (int pid)" i tried to run radio book but it restarts phone. :-(

alloc/create_process/current_process/delay/free_buf/get_ptype/recive/send/sender/start are OSE RTOS functions. see "ose kernel reference" for description.

 nkls:
29.01.08, 23:11
 I think I've found a bug, at least in the w810 r4ea031 elfpack.

the GetDir(DIR_IMAGE+MEM_EXTERNAL) function returns the path to "card/.../video" instead of the image folder.

is there any other way to fix this, than write the path in the code?

[ Редактировано nkls в 29.1.08 21:11 ]

 den_po:
30.01.08, 18:38
 nkls
Код: 
__thumb u16 * GetDir (int DirIndex)
{

  _printf("GetDir(0x%X)",DirIndex);

  switch (DirIndex>>1)
  {
  case  DIR_AUDIO>>1 : return (DirIndex&1)? (u16*)PATH_AUDIO_INT: (u16*)PATH_AUDIO_EXT;
  case  DIR_IMAGE>>1 : return (DirIndex&1)? (u16*)PATH_IMAGE_INT: (u16*)PATH_VIDEO_EXT;
  case  DIR_VIDEO>>1 : return (DirIndex&1)? (u16*)PATH_VIDEO_INT: (u16*)PATH_VIDEO_EXT;



[ Редактировано den_po в 30.1.08 18:44 ]

 selive4ever:
31.01.08, 07:45
 den_po:
Thank you again for your great answers and help.
Another question: How do I generate the correct "DYN_CONST.bin" for my phone?

Thanks again in advance.

[ Редактировано selive4ever в 31.1.08 07:46 ]

 den_po:
31.01.08, 21:14
 selive4ever
DYN_CONST.bin contains a set of dword (32bit) firmware-dependend values.
dyn_const is the latest step in elfpack creation. some elfs work fine without this file (at least heapmon, as far as i remember).
first of all check svn for updates, fix your sources and check whether your library is filled enough.
after that you'll be able to collect most of DYN_CONST values by using elf.

upd: http://supertrubka.org/newbb_plus/viewtopic.php?topic_id=2479&post_id=52878#52878

[ Редактировано den_po в 4.4.08 17:23 ]

 nortx:
31.01.08, 23:05
 Hi! I wold like elf is on/off the secoundary operator line! (For exampla the minigps secound line edition!) I want to switch on/off the minigps! ;) Thanks your help!
Страница 23 из 211: « 1 ... 19 20 21 22 [23] 24 25 26 27 ... 211 »

URL этой темы:
https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&start=220

© 2005-2018 supertrubka.org