Difference between revisions of "Nexus 5"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Created page with "=01. Unlock Bootloader= sudo fastboot oem unlock If it does not reboot sudo fastboot reboot ==Links== http://www.ibtimes.co.uk/google-nexus5-unlock-bootloader-howto-guide-...")
 
(02. Install CWM Recovery and Root Phone)
Line 8: Line 8:
  
 
=02.  Install CWM Recovery and Root Phone=
 
=02.  Install CWM Recovery and Root Phone=
 
+
sudo adb reboot bootloader
 +
Then
 +
sudo fastboot flash recovery recovery-clockwork-touch-6.0.4.4-hammerhead.img
  
 
=Notes=
 
=Notes=
 
*Developer Mode:  http://www.gottabemobile.com/2013/11/10/enable-developer-options-nexus-5-kitkat/
 
*Developer Mode:  http://www.gottabemobile.com/2013/11/10/enable-developer-options-nexus-5-kitkat/

Revision as of 23:29, 22 February 2014

01. Unlock Bootloader

sudo fastboot oem unlock

If it does not reboot

sudo fastboot reboot

Links

http://www.ibtimes.co.uk/google-nexus5-unlock-bootloader-howto-guide-android44-520967

02. Install CWM Recovery and Root Phone

sudo adb reboot bootloader

Then

sudo fastboot flash recovery recovery-clockwork-touch-6.0.4.4-hammerhead.img

Notes