I will explain how to get root authority of android-L on Nexus5, step by step.
First of all, If you want to know how to install android-L in my phone, Plz refer to this page.
http://decdream.tistory.com/390
1. download TWRP Recovery binary.
url : https://mega.co.nz/#!Xd9VHAbD!LPe7_CZYWIguxGvtnJpZ-2-mhIFqFQuRNG7RyIk22Bg
attach :
Nexus-5-twrp-recovery-installer.alz
Nexus-5-twrp-recovery-installer.a00
2. un-compress file.
3. press volume down and power key same time and go to download mode.
4. connect phone with PC via micro usb cable.
5. download superSU file
link : http://www.mediafire.com/download/sxtpct6p3of6zk3/SuperSU-v2.00_for_Android_L.zip
attach :
6. download boot image
link : http://downloads.codefi.re/savoca/hammerhead/boot.zip
attach :
7. perform this command
cd Nexus-5-twrp-recovery-installer
chmod 777 1-click-twrp-recovery-installer.bat
./1-click-twrp-recovery-installer.bat
If this command didn't work and meet error message.
Plz use this command.
fastboot devices
fastboot flash recovery openrecovery-twrp-2.6.3.2-hammerhead.img
fastboot reboot
6.
'Programming > Linux Tip' 카테고리의 다른 글
android 에서 eMMC 의 hw 이름 출력하는 방법 (nexus5) (0) | 2014.07.17 |
---|---|
Get(다운로드) android L-preview source code. (0) | 2014.07.03 |
Install android L preview on Nexus 5, step by step (0) | 2014.07.02 |
c code 개발을 위한 나의 vim setting (2) | 2014.07.02 |
[gdb] handle gdb error "single stepping until exit ... from function which has no line number information" (0) | 2014.06.27 |