- Dec 21, 2010
- 1,507
- 174
- 0
Well since its pretty difficult to find answers when it comes to macs, i figured i'll paste all the methods ive learned into one post.
After rooting. Your gonna wanna download rommanager from the market and install clockworkmod so that you can backup your roms in case you mess up anything. Otherwise your gonna need to do this next method as a last resort.
All these post have been copied from others post. I only take credit for updating them for this thread. Big Thanks to: nowens0520, Richard Gutierrez, paulobrien and Andrew Ruffolo for the videos.
To root your Galaxy Nexus while you are on stock 4.0.4 IMM76K, please read from this post onward. You must flash a custom recovery over fastboot and use that custom recovery to flash the latest superuser package.
Unlocking the bootloader
Download THIS file and unzip it to your desktop (Inside you'll find all the files you need to proceed including "adb", "fastboot", "recovery-clockwork-3.0.0.5-crespo.img", and "su-2.3.6.1-ef-signed.zip").
1) On your phone, go to Menu>Settings>Applications. Select "Development" and check the box next to "USB debugging"
2) Connect the phone to your Mac via the USB cable
3) Open a Terminal window on your Mac (Applications>Utilities>Terminal), and copy/paste the following into the Terminal:
Code:
~/Desktop/adb-fastboot/adb reboot bootloader
Hit "Return" and wait for your phone to reboot into Bootloader/Fastboot mode
4) If it says "LOCK STATE - LOCKED" then copy/paste the following into the Terminal:
Code:
~/Desktop/adb-fastboot/fastboot oem unlock
Your now unlocked
Video:
[YT]https://www.youtube.com/watch?v=3tF-Sz_yjYI&feature=player_embedded[/YT]

Rooting
1) Download the latest Superboot HERE
2) Extract the zip file to a new folder
3) Put your Phone into Bootloader mode by turning it off and turning it back on by holding the volume up + volume down + power on.
4) You should see this on your screen:
Now "cd" into the folder you extracted superboot to. fyi cd means change directory through terminal.
For Mac users, open a terminal window to the directory containing the files, and type ‘chmod +x install-superboot-mac.sh’ followed by ‘./install-superboot-mac.sh’
6. Your phone is now successfully rooted.
Your phone may stay at the google bootscreen for a long time. BE PATIENT!
Video:
[YT]https://www.youtube.com/watch?v=gyiCjdoUheU&feature=player_embedded[/YT]

After rooting. Your gonna wanna download rommanager from the market and install clockworkmod so that you can backup your roms in case you mess up anything. Otherwise your gonna need to do this next method as a last resort.
UNROOT
UPDATED(06/12/2012)
1) Download the latest stock image( i will leave finding that image to you since this post can become outdated)( The names of the images will be different with each update. These are the commands for the latest 4.0.4 update)
2) Unzip the files, and place the images into the adb-fastboot folder you created on your desktop above.
3) Open a terminal and use the following commands:
Code:
~/Desktop/adb-fastboot/adb reboot bootloader
4) Wait for bootloader to reboot on phone.
5) Then, in terminal use the following commands:
./adb reboot bootloader
./fastboot flash bootloader bootloader-toro-primela03.img
./fastboot reboot-bootloader
./fastboot flash radio radio-toro-i515.fc05.img
./fastboot reboot-bootloader
./fastboot flash radio-cdma radio-cdma-toro-i515.fc04.img
./fastboot reboot-bootloader
./fastboot -w update image-mysid-imm76k.zip
./fastboot reboot-bootloader
./fastboot oem lock
6) Reboot to System, and you should be returned to Stock and Unrooted
All these post have been copied from others post. I only take credit for updating them for this thread. Big Thanks to: nowens0520, Richard Gutierrez, paulobrien and Andrew Ruffolo for the videos.
To root your Galaxy Nexus while you are on stock 4.0.4 IMM76K, please read from this post onward. You must flash a custom recovery over fastboot and use that custom recovery to flash the latest superuser package.
Last edited by a moderator: