
09-24-2007, 05:35 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Device + Firmware: iPhone 3.0
Operating System: Snow Leopard, Windows 7, and Ubuntu.
Location: Massachusetts
Posts: 2,259
Thanks: 129
Thanked 448 Times in 227 Posts
|
|
|
I need a hand on this, im really lost
|
Hey guys im trying to relock my iPhone, and from here on out im lost, can anyone help me?
Extract the ramdisk as such: dd if=009-7698-4.dmg of=ramdisk.dmg bs=512 skip=4 conv=sync
Mount the extracted ramdisk.
From the ramdisk, copy /usr/local/bin/bbupdater, /usr/local/standalone/firmware/ICE03.14.08_G.eep, and /usr/local/standalone/firmware/ICE03.14.08_G.fls to your iPhone. Place these into a folder on the OS partition (such as /bbupdate) and not into a folder on /var/root. The /var/root partition is set noexec and you cannot run programs from there.
Disable com.apple.CommCenter.plist--either using UIctl or launchctl: launchctl unload /System/Library/LaunchDaemons/com.apple.CommCenter.plist
On the iPhone, navigate to the folder where you stored bbupdater and the eep and fls files.
Run bbupdater as such: ./bbupdater -f *.fls -e *.eep
Reload comm center: launchctl load /System/Library/LaunchDaemons/com.apple.CommCenter.plist
|
|