freemyipod r241 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r240‎ | r241 | r242 >
Date:14:05, 2 November 2010
Author:theseven
Status:new
Tags:
Comment:
iLoader themes: Wait 200 milliseconds before executing disk mode (disk mode fix part 2/2)
Modified paths:
  • /apps/iloader/themes/default-fastboot/source/iloader.conf (modified) (history)
  • /apps/iloader/themes/default/source/iloader.conf (modified) (history)
  • /apps/installer-nano2g/flashfiles/iloader.conf (modified) (history)

Diff [purge]

Index: apps/iloader/themes/default-fastboot/source/iloader.conf
@@ -9,6 +9,7 @@
1010
1111 diskmode:
1212 readflash(0x08000000, "diskmode")
 13+ sleep(200000)
1314 backlight(1, 55, 10)
1415 exec(0x08000000)
1516
Index: apps/iloader/themes/default/source/iloader.conf
@@ -9,6 +9,7 @@
1010
1111 diskmode:
1212 readflash(0x08000000, "diskmode")
 13+ sleep(200000)
1314 backlight(1, 55, 10)
1415 exec(0x08000000)
1516
Index: apps/installer-nano2g/flashfiles/iloader.conf
@@ -26,7 +26,8 @@
2727
2828 diskmode:
2929 readflash(0x08000000, "diskmode")
30 - backlight(1, 10, 10)
 30+ sleep(200000)
 31+ backlight(1, 55, 10)
3132 exec(0x08000000)
3233
3334 quit: