I can draw on Walkman screen, but - restoring old redraw doesn't seems to work - phone always reboots: I tried like this:
Код:
DISP_OBJ_ONREDRAW_METHOD oldredraw=(DISP_OBJ_ONREDRAW_METHOD)(0x14494E84+1); //address for c901 r1ga028 void Redraw(DISP_OBJ *DO, int a, int b, int c) { oldredraw(DO,a,b,c); };
Reboot. So I tried: if (oldredraw) oldredraw(DO,a,b,c); - the same result.
But it's not the most important problem. The most important problem... How can I get path and name to file currently played by phone? In db2020 it was easy,
And then we could get tags - now I can't, because structure of AudioPlayerBook in DB3210 is different. Don't care about MetaDataDesc_Create / Destroy / GetTags functions, it's not hard to get ID3 tags from file, even without function in library.
So... Anyone ? How to get name and path of file currently played by phone in DB3210?
NOTE: Title / artist on photo is taken from image :P
#4 [17.07.10, 10:26] Re: DB3210 - Drawing on player possible - developers needed
mc_kibel пишет: Don't care about MetaDataDesc_Create / Destroy / GetTags functions, it's not hard to get ID3 tags from file, even without function in library.
#5 [17.07.10, 14:44] Re: DB3210 - Drawing on player possible - developers needed
den_po пишет:
mc_kibel пишет: Don't care about MetaDataDesc_Create / Destroy / GetTags functions, it's not hard to get ID3 tags from file, even without function in library.
Вы не можете начинать темы. Вы не можете редактировать свои сообщения. Вы не можете создавать опросы. Вы не можете вкладывать файлы в сообщения. Вы не можете отвечать на сообщения. Вы не можете удалять свои сообщения. Вы не можете голосовать.