[MAC METHOD] Root,Unroot & Unlock Your VZ Galaxy Nexus

SpaceHippie

Journeyman
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.

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:
GalaxyNexus.jpg
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:
THAAAAAAAAAAAAAANK YOU !!!!!

holy crap... I went through like 200 steps trying to do it the pc way on my mac and you set it up with 2 steps.....


yea... you rock.
 
THAAAAAAAAAAAAAANK YOU !!!!!

holy crap... I went through like 200 steps trying to do it the pc way on my mac and you set it up with 2 steps.....


yea... you rock.

Dude i feel your pain! haha the hardest part about rooting with a mac is actually finding out the damn method. Once you find it, it's pretty simple. :)
 
I use the SDK. Once you have that setup it takes 2 commands to get the bootloader unlocked.
1)
Code:
cd android-sdk-mac_x86/platform-tools
2)
Code:
./fastboot oem unlock

Make sure you have plenty of battery life.
 
got the bootloader unlocked, but cannot get phone rooted! i am having trouble understanding what should be step 5 -

the "r3-galaxynexus-superboot" folder is on my desktop. what do i type in terminal?

HELP! and thanks!
 
on your computer
open terminal
type:
Code:
cd FOLDER_EXTRACTED
if you don't know the actual path, you can drag and drop the folder into the terminal window for the path
then type:
Code:
chmod +x install-superboot-mac.sh
./install-superboot-mac.sh
 
this is what happens when i drag and drop the file into Terminal...


DoMac-i3:~ gearydo$ /Users/gearydo/Desktop/r3-galaxynexus-superboot/install-superboot-mac.sh
chmod: fastboot-mac: No such file or directory
/Users/gearydo/Desktop/r3-galaxynexus-superboot/install-superboot-mac.sh: line 2: ./fastboot-mac: No such file or directory
DoMac-i3:~ gearydo$
 
this is what happens when i drag and drop the file into Terminal...


DoMac-i3:~ gearydo$ /Users/gearydo/Desktop/r3-galaxynexus-superboot/install-superboot-mac.sh
chmod: fastboot-mac: No such file or directory
/Users/gearydo/Desktop/r3-galaxynexus-superboot/install-superboot-mac.sh: line 2: ./fastboot-mac: No such file or directory
DoMac-i3:~ gearydo$

Sorry, drag the folder, not the file... I'll customize it for you:
Code:
cd /Users/gearydo/Desktop/r3-galaxynexus-superboot/
chmod +x install-superboot-mac.sh
./install-superboot-mac.sh

That should work

If you need help, I'm up (night shift person, but I'm off and can't sleep) We can do a Join.Me session
 
Hi, I haven't been successful in unlocking the phone. I extracted the zip folder to my desktop, but when I paste "~/Desktop/adb-fastboot/adb reboot bootloader" into Terminal, I get "cannot execute binary file". Also, when I connect my phone via USB to the computer, nothing happens on the computer. The phone shows that debugging is enabled. I'm using an old ibook g4 if that makes any difference. Any clue what I'm doing wrong? Thanks.
 
Hi, I haven't been successful in unlocking the phone. I extracted the zip folder to my desktop, but when I paste "~/Desktop/adb-fastboot/adb reboot bootloader" into Terminal, I get "cannot execute binary file". Also, when I connect my phone via USB to the computer, nothing happens on the computer. The phone shows that debugging is enabled. I'm using an old ibook g4 if that makes any difference. Any clue what I'm doing wrong? Thanks.

I don't think these tools are compatible with the power pc. :/
 
yea this is mac only. And for the folders. I recommend changing the names to something short and sweet. So when you have to CD into them Your not typing in a long name with the possibility of screwing it up. Thanks Andrew for helping out.
 
I have a problem. During the bootloader unlocking process, i thought i did everything correct got through all the steps and after i selected to unlock the bootloader i rebooted the phone and it was stuck in the boot up animation then went black and now just says google then vibrates and goes back to google. im freaking out. please help!

EDIT: I figured it out thanks anyways though
 
Last edited:
If you did everything correctly, don't freak out. Give it some time. It usually, for me, shows the google logo, sits there, vibrates, goes back to the google logo, then after a few minutes it shows the boot animation. DO NOT TAKE OUT YOUR BATTERY
 
  • Like
Reactions: AJPeoples

Members online

Forum statistics

Threads
954,214
Messages
6,960,927
Members
3,162,943
Latest member
NewGuyinKY