freemyipod r197 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r196‎ | r197 | r198 >
Date:15:03, 6 September 2010
Author:theseven
Status:new
Tags:
Comment:
Prevent themes from locking up if the apple firmware is missing
Modified paths:
  • /apps/iloader/themes/default-fastboot/source/iloader.conf (modified) (history)
  • /apps/iloader/themes/default/source/iloader.conf (modified) (history)

Diff [purge]

Index: apps/iloader/themes/default-fastboot/source/iloader.conf
@@ -34,6 +34,7 @@
3535 unpackucl(0x09000000, 0x08000000)
3636 exec(0x08000000)
3737 appleuncompressed:
 38+ error(0xffffffff)
3839 readfile(0x08000000, "/iLoader/appleos.bin\0")
3940 exec(0x08000000)
4041
Index: apps/iloader/themes/default/source/iloader.conf
@@ -34,6 +34,7 @@
3535 unpackucl(0x09000000, 0x08000000)
3636 exec(0x08000000)
3737 appleuncompressed:
 38+ error(0xffffffff)
3839 readfile(0x08000000, "/iLoader/appleos.bin\0")
3940 exec(0x08000000)
4041