Difference between revisions of "Nexus 5"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(02. Install CWM Recovery and Root Phone)
(02. Install CWM Recovery and Root Phone)
Line 11: Line 11:
 
Then
 
Then
 
  sudo fastboot flash recovery recovery-clockwork-touch-6.0.4.4-hammerhead.img
 
  sudo fastboot flash recovery recovery-clockwork-touch-6.0.4.4-hammerhead.img
 +
Just left to remember:  Install libmtp
 +
sudo mtp-connect
 +
 +
Forget that and install mtpfs
 +
pacman -Sv mtpfs
 +
yaourt go-mtpfs-git
 +
You may have to remove reference to go.sh out of the PKGBUILD(I did at the time)
 +
 +
sudo mtpfs -o allow_other /media/temp
 +
mkdir /media/temp/Internal\ storage/clockworkmod/romsanstuff
 +
cp UPDATE-SuperSU-v1.65.zip /media/temp/Internal\ storage/clockworkmod/romsanstuff/
 +
sudo fusermount -u /media/temp
 +
sudo adb reboot bootloader
 +
*Tab to recovery mode
 +
*Install Zip
 +
*Navigate and Select
 +
 +
==Links==
 +
*http://www.ibtimes.co.uk/nexus5-android44-kitkat-root-install-clockworkmod-recovery-520980
  
 
=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 00:12, 23 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

Just left to remember: Install libmtp

sudo mtp-connect

Forget that and install mtpfs

pacman -Sv mtpfs
yaourt go-mtpfs-git

You may have to remove reference to go.sh out of the PKGBUILD(I did at the time)

sudo mtpfs -o allow_other /media/temp
mkdir /media/temp/Internal\ storage/clockworkmod/romsanstuff
cp UPDATE-SuperSU-v1.65.zip /media/temp/Internal\ storage/clockworkmod/romsanstuff/
sudo fusermount -u /media/temp
sudo adb reboot bootloader
  • Tab to recovery mode
  • Install Zip
  • Navigate and Select

Links

Notes