Nexus 5: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
Line 27: Line 27:
*Install Zip
*Install Zip
*Navigate and Select
*Navigate and Select
*When the installation is completed, go to '+++++Go Back' and reboot the phone by selecting reboot system now from Recovery menu


==Links==
==Links==
*
*http://www.ibtimes.co.uk/nexus5-android44-kitkat-root-install-clockworkmod-recovery-520980
*http://www.ibtimes.co.uk/nexus5-android44-kitkat-root-install-clockworkmod-recovery-520980
*https://wiki.archlinux.org/index.php/MTP#Installation
*https://wiki.archlinux.org/index.php/MTP#Installation
Line 34: Line 36:
*Chainfire has the supersu here:  http://download.chainfire.eu/351/
*Chainfire has the supersu here:  http://download.chainfire.eu/351/
*You may want to try the ODIN installer for your nexus as it is easier to just root.  I just wanted to install the recovery also.  Look at the Chainfire site for it.  http://autoroot.chainfire.eu/
*You may want to try the ODIN installer for your nexus as it is easier to just root.  I just wanted to install the recovery also.  Look at the Chainfire site for it.  http://autoroot.chainfire.eu/
**I think this is a guide to do it:  http://www.ibtimes.co.uk/nexus5-android442-kitkat-kot49h-root-update-release-529012
*I found clockwork mod for nexus here:  http://forum.xda-developers.com/showthread.php?t=2511952
*I found clockwork mod for nexus here:  http://forum.xda-developers.com/showthread.php?t=2511952


=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:25, 23 February 2014

01. Unlock Bootloader

sudo fastboot oem unlock

If it does not reboot

sudo fastboot reboot

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
  • When the installation is completed, go to '+++++Go Back' and reboot the phone by selecting reboot system now from Recovery menu

Notes