View Single Post
  #551 (permalink)  
Old 29th Apr 2010, 5:18 am
flasher86 flasher86 is offline
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

Quote:
Originally Posted by knob View Post
Never had the memory hack problem myself.
Someone here has fixed a Rockchip memory hack:-
[Tut] hwo to remove memory-hack on Rockchip Mp4-players.
but not sure which version it refers too.
Hm, I tried that, and it didn't work. Mainly because its not a hack right now, but broken chip which is being detected during firmware upgrade. At some point during FW update, it gets into Rock USB mode and there information about partitions are being transmitted.

Quote:
Originally Posted by knob View Post
btw have you had issues with do,while() and printf() with the rk26xx Sdk/Gdk?
I've been looking at porting again and had some problems with bugs in the SDK.
I am using while() all the time. Also sometimes sprintf (for converting decimals to strings) but printf doesn't work for me. I am curious how sig11 is using printf (have you introduced some nice console?).

Though whole SDK is very buggy. btw sprintf doesn't support long data type. This function acts like it was signed int then.
Reply With Quote