CONVERSATION WITH OTHER ROOT METHODS SHOULD BE IN ANOTHER THREAD
As people seem to be having trouble with this, heres a general walkthrough.
BEFORE DOING THIS - I recommend you install all updates.
THIS SHOULD WORK FOR BOTH CDMA AND GSM
General credits to Koush here - https://plus.google....sts/1Jsh9xPwnQP
Prerequisites:
- ADB installed and ready to go
Fastboot #LINUX#
- For proper set up of UDEV rules in case your machine doesn't recognize your device use this guide by dusinmj to get ALL device id's working.
- download and install the drivers HERE
- ALTERNATIVE DRIVERS VIA PDANET (install and select install all drivers)
- ALTERNATIVE ALTERNATIVE DRIVERS
- [CDMA]Recovery Download http://download.cloc....5.0.4-toro.img
- [GSM]Recovery Download http://download.cloc....0.2-maguro.img
- SuperUser Download http://download.cloc...com/test/su.zip
- open terminal (command prompt for windows) and change to directory of the fastboot binary (or add to path...but if you can do that then why are you reading this)
- Hold your volume up and down and power button, wait for a vibrate and let go of buttons. (if in windows, wait for drivers to install)
- run:
fastboot oem unlock
- choose yes on the unlock option on your phone screen.
- press volume down till you get the "recovery mode" option, press power.
- wait till you get to a blank screen with an open android in the middle. Press volume up + volume down and power all at once - you *SHOULD* get a menu.
- *NOTE* Volume up and down to select in recovery - power to choose the selected option.
- select factory reset, this will take about 5 minutes. IT WILL TAKE A LONG TIME
- select reboot.
- Make sure phone has booted.
Now to install RECOVERY AND ROOT
- Copy su.zip to your sdcard in android
- power off your phone
- boot into fastboot mode
- Place img file in the same folder as fastboot
- for the cdma galaxy nexus, run
fastboot flash recovery recovery-clockwork-5.5.0.4-toro.img
- for the gsm galaxy nexus, run
fastboot flash recovery recovery-clockwork-5.5.0.2-maguro.img
- press volume down till you get the "recovery mode" option, press power to select recovery.
- select install zip from sdcard
- press power and select the first option in the second menu
- select the su.zip you put on your sdcard
- in terminal run:
adb shell
- then run:
mount -o rw,remount /system
- then run:
mv /system/etc/install-recovery.sh /system/etc/install-recovery.bak
IF YOU HAVE TROUBLE DOING THIS STEP, JUST USE ROOT EXPLORER TO DELETE THE FILE. OR GO INTO ROM MANAGER AND REFLASH CLOCKWORK. EITHER METHOD WORKS






