Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Archives
Today
Total
관리 메뉴

의미없는 블로그

[Android] 갤노트9 루팅 본문

# 나/nnobile (AOS, iOS)

[Android] 갤노트9 루팅

SaltLee 2023. 10. 5. 13:59

https://hyotwo.tistory.com/102

 

1) 휴대전화 정보 > 소프트웨어 정보 > 빌드번호 연타 > 개발자 모드 ON

 

2) 개발자 옵션 > OEM 잠금 해제 ON, USB 디버깅 ON

 

3) PC에 Odin3...exe 다운로드

Odin3_v3.13.1.zip
3.36MB

4) PC에 twrp...img.tar 다운로드

twrp-3.5.2_9-0-starlte.img.z02
10.00MB
twrp-3.5.2_9-0-starlte.img.z01
10.00MB
twrp-3.5.2_9-0-starlte.img.zip
1.72MB

 

5) 다운로드 모드 진입 : 전원끄기 > 볼륨하 + 빅스비 누른상태에서 USB 연결

 

6) PC에서 Odin3...exe 실행 시키고 > Options 에서 Auto Reboot 해제 > AP에 twrp...img.tar 업로드 > Start

 

 

7) 다운로드 모드 종료 : 볼륨하 + 전원 길게

 

8) 리커버리 모드 진입 : 전원꺼진 상태에서 볼륨상 + 빅스비 + 전원

 

9) 폰 PC랑 연결하고 아래 파일 2개 폰에 넣음 (잘 안되면 adb push Disable...zip /tmp 로 넣으면 됨)

Disable_Dm-Verity_ForceEncrypt_03.04.2020.zip
3.42MB
Magisk-v21.0.zip
5.91MB

 

 

 

10) Install > Disable_DM...zip 먼저 설치 > 홈버튼

 

11) Install > Magisk...zip 설치 > Reboot System > 루팅 완료

 

12) 관련 apk 설치 (proxydroid는 playstore에서 받아도 됨)

com.speedsoftware.rootexplorer.apk
4.48MB
com.tomminosoftware.sqliteeditor.apk
3.58MB
com.metago.astro.apk
7.88MB
org.proxydroid.apk
14.20MB
com.ttxapps.wifiadb.apk
1.66MB
com.superUS.root.checker.free.apk
2.17MB

 

13) apk 설치시 [INSTALL_FAILED_VERIFICATION_FAILURE] 에러날 때

adb shell settings put global verifier_verify_adb_installs 0

 

 

Comments