Software_Platform/Android

Nexus5 Lollipop 5.1 rooting (루팅)

Roien 2018. 3. 18.
반응형

1. Google released 5.1 image download

https://developers.google.com/android/nexus/images

에 가면, 

"hammerhead" for Nexus 5 (GSM/LTE)

5.1.0 (LMY47D)Link021fa0ed4946e0c7e70e39da301e5a346c1ad81eb8b90b329da5ed534af6ef18dea9921c

위의 link에서 5.1용 product image를 download 할 수 있음

fusing 순서
fastboot flash bootloader bootloader-hammerhead-hhz12f.img
fastboot reboot-bootloader

fastboot flash radio radio-hammerhead-m8974a-2.0.50.2.25.img

fastboot reboot-bootloader

fastboot flash BOOT boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img



2. SuperSU file을 다운 받는다.

http://www.devfiles.co/download/dr7ZBy0w/UPDATE-SuperSU-v2.46.zip
에서 download한 후, /sdcard/에 copy 한다. (adb push)



3. Recovery image download

http://rootnexus5.com/cwmtwrp-recovery/
Recovery image에는 CWM/TWRT Recovery image가 존재하며, 현재 (test 결과CWM은 효과가 없고, TWRT가 효과가 있었음)

아래 link에서 TWRP(/혹은 CWM) Recovery image를 doanlod 한다.

Download CWM Recovery v.6.0.4.5 for Nexus 5
Download TWRP Recovery v.2.7.1.1 for Nexus 5

recovery image는 Fastboot mode (power off 상태에서 -> vol down + power key로 진입)에서 다음과 같이 fusing 한다.

fastboot flash recovery recovery-clockwork-touch-6.0.4.5-hammerhead.img


4. SuperSU의 설치

1) volume key 상/하를 이용해서 Recovery mode로 진입 
2) "flash zip from SD card"와 동일/혹은 유사한 menu로 진입
3) "choose zip from SD card"
4) SuperSU를 찾음    /../0/에 있음
5) SuperSU file installation을 confirm
6) reboot system now  (여기서 fix를 선택 했음)


5. su 실행

1) phone boot 후, adb shell 상태에서
2) su 실행 
3) phone 화면에서 OK click


반응형

댓글