Software_Platform/Android
Nexus5 Lollipop 5.1 rooting (루팅)
반응형
1. Google released 5.1 image download
https://developers.google.com/android/nexus/images
에 가면,
"hammerhead" for Nexus 5 (GSM/LTE)
5.1.0 (LMY47D) | Link | 021fa0ed4946e0c7e70e39da301e5a34 | 6c1ad81eb8b90b329da5ed534af6ef18dea9921c |
위의 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을 다운 받는다.
에서 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
반응형
'Software_Platform > Android' 카테고리의 다른 글
안드로이드 스튜디오 설치 (Android Studio) (0) | 2021.12.23 |
---|---|
Android weak pointer, strong pointer (wp, sp) & RefBase (0) | 2018.03.18 |
Android bash shell script 실행하기 (0) | 2018.03.18 |
[리뷰] 제목: “안드로이드의 모든 것 NDK: C/C++을 이용한 안드로이드 앱 개발 방법” (0) | 2018.03.18 |
start app at adb with intent (0) | 2015.10.02 |
댓글