출처: https://forum.xda-developers.com/nook-touch/general/gp-g3-gp7-8-twrp-alternative-firmware-t4074347
설치 방법은 위 자가수리소 블로그를 참조하면 된다.
추가로 아래 내용만 참조하면 된다.
TWRP recovery flash
1. fastboot 모드 연결
커스텀롬이 모두 설치된 상태에서 PC와 Nook를 연결한다
Nook가 정상 부팅되어있고 개발자 모드에서 debugging 이 가능하게 체크되어 있으면 아래 명령어로 fastboot 모드로 들어갈 수 있다.
adb reboot fastboot
물론 Nook 가 꺼진 상태에서 home+페이지업 버튼 누른 상태에서 전원을 켜도 fastboot 연결이 된다.
fastboot 연결된 상태에서 아래 명령어로 연결되어있는지 재확인 하고
fastboot devices
연결되어 있으면 아래 명령어로 twrp 이미지를 flash 한다. (nook glowlight plus 7.8 용 이미지)
fastboot flash recovery twrp_quill.img
오리지널 펌웨어 복구
아래 링크에서 원래 Nook 펌웨어를 받을 수 있다.
Nook glowlight 3: su.barnesandnoble.com/nook/piper/5.0/jay/0.117/update.zip
Nook glowlight plus 7.8: su.barnesandnoble.com/nook/piper/5.0/quill/0.133/update.zip
받고나서 twrp 에서 install 진행하려고 하면 device check 에서 에러가 나서 진행이 안된다.
아래와 같이 device check 부분 삭제가 필요하다.
META-INF\com\google\android\ 폴더에서
updater-script 파일을 열어서 수정한다. 3번째줄을 삭제하면 된다. (아래와 같은 내용)
getprop("ro.product.device") == "ntx_6sl" || abort("This package is for \"ntx_6sl\" devices; this is a \"" + getprop("ro.product.device") + "\".");
USB로 nook와 연결하고 수정된 압축파일을 Nook에 넣는다.
이제 TWRP recovery 모드에서 install 로 펌웨어 설치가 가능하다.
adb reboot recovery 명령어로 recovery에 진입한 후
install 항목에서 복사해 넣은 오리지널 펌웨어를 설치하면 된다.
이상입니다.
'모바일 디바이스 > 루팅 및 커스텀 펌웨어' 카테고리의 다른 글
TWRP 명령어 (Command) (0) | 2021.05.19 |
---|---|
루팅과 펌웨어 업데이트를 위한 ADB / fastboot 설치와 사용 (0) | 2020.08.22 |
하이센스 A5 소개 및 루팅방법 (e-ink 스마트폰) (2) | 2020.08.11 |
Fire HD 10 (2017) 루팅, Lineage OS 설치 (0) | 2020.08.10 |
누크 글로우라이트 플러스 7.8 (NGP 7.8) 루팅 (0) | 2020.08.07 |