Rockbox Ports are now being developed for various digital audio players!
apps/main.c at the end of app_main() (first function) does the trick. The number needed varies but 1-5 should do it. A few tries with different numbers of them might be needed.Code: [Select]static void app_main(void){ .... nop; nop; nop; nop; ...}
static void app_main(void){ .... nop; nop; nop; nop; ...}
Should I just keep trying different builds until I find one that works?
Look back through this thread for my list of versions that I've tried.r16196 was the last version I tested that worked (without tweaking).This one (r16197) has a good chance of working, but I haven't tested it myself:http://download.rockbox.org/daily/ipod1g2g/rockbox-ipod1g2g-20080202.zip If it does work, please post an update here
Page created in 0.132 seconds with 21 queries.