Nexus 5

From Hack Sphere Labs Wiki
Revision as of 00:22, 23 February 2014 by Webdawg (talk | contribs) (Links)

Jump to: navigation, search

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, fuck that install go-mtpfs-git because it is the only fucking thing that works

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 go-mtpfs /media/temp

Copy UPDATE-SuperUS-v1.65.zip to a dir on the phone

cp UPDATE-SuperSU-v1.65.zip /your/dest/
sudo fusermount -u /media/temp
sudo adb reboot bootloader
  • Tab to recovery mode
  • Install Zip
  • Navigate and Select

Links

Notes