← Back

NonUI Tutorial

Follow the steps below to install NonUI on your iPhone 5c:

  1. Install Coolbooter on your iPhone 5c, select iOS 7.0, install it, copy iBSS, iBEC from / and copy devicetree, kernelcache, ramdisk, applelogo from /mnt1 (mount_hfs /dev/disk0s1s3 /mnt1), uninstall Coolbooter.
  2. Follow this guide: Dualboot Guide. Don’t set partition args like some zeros and 1 or 3.
  3. When you are in restore fs section, you need to upload your dmg (dmg name ends with 840h) and upload it on /mnt2 and run asr as in the tutorial. Then follow modifying file systems for pre iOS 9 but run /sbin/newfs_hfs -s -v Data -J -P -b bsize -n a=bsize,c=bsize,e=bsize /dev/disk0s1s4 without -P flag, then in the fstab editing you don’t change “rw” to “ro”.
  4. Don’t remove any plist arrays, not needed. When you see Mav5, replace it to Mav7Mav8. Then go to main menu of the guide and click iOS 7+ dualboot.
  5. Remember, there you must do Mav7Mav8 not Mav5 when copying Baseband. Run mount_hfs /dev/disk0s1s3 /mnt1
  6. Run mv /mnt1/usr/libexec/sandboxd /mnt1/usr/libexec/sandboxd_bak and cp -a /usr/libexec/sandboxd /mnt1/usr/libexec/sandboxd.
  7. Boot it. Look at first boot page, power off your iPhone 5c and unplug lightning cable, then power it on without the cable, and open way out and boot without the cable. After some time it’ll get stuck on the apple bar. Boot it to main iOS and then run mount_hfs /dev/disk0s1s3 /mnt1 and mv /mnt1/usr/libexec/keybagd_bak /mnt1/usr/libexec/keybagd.
  8. ENJOY!

Thanks to Stonneph.

Tutorial for installing 7d11 build

Follow the steps below to install 7d11 build on your iPhone 2g, 3g or Touch 1:

  1. First, download the restore bundle and tools from here: link for a build
  2. After, unzip it and open 018-4658-200.dmg and 018-6135-014.dmg and install the packages.
  3. Then, open the application FactoryRestore, select Internal in the Restore Settings dropdown and plug your device in.
  4. Next, press the little square next to restore bundle on the right side and guide it to the path for the Restore folder inside the restore bundle.
  5. After, click on the device and then click restore, choose Internal (for an InternalUI and NonUI merged install) or if you want you can select NonUI internal (unsure if the other images work), and then select Development for the kernel type and firmware type, Debug does not work, then restore the device
  6. If the device fails the restore but the bar on the device’s screen is full, reboot it and then use Legacy iOS Kit to kick it out of recovery mode. If the bar is not full then you’ll have to restore iOS with iTunes 10.7 since on reboot the device will be forced into DFU mode.
  7. ENJOY!

Thanks to MWR (Fit_Mycologist_8247).

How to change InternalUI on NonUI or NonUI on InternalUI (FullInternal)

How to change InternalUI on NonUI:

  1. launchctl unload -w /System/Library/LaunchDaemons/com.apple.SpringBoard.plist
  2. launchctl load -w /AppleInternal/Applications/SwitchBoard.app/com.apple.SwitchBoard.plist
  3. ENJOY!

How to change NonUI on Internal:

  1. launchctl unload -w /AppleInternal/Applications/SwitchBoard.app/com.apple.SwitchBoard.plist
  2. launchctl load -w /System/Library/LaunchDaemons/com.apple.SpringBoard.plist
  3. ENJOY!

Thanks to FujiExpo.