본문 바로가기

모바일 디바이스/루팅 및 커스텀 펌웨어

누크 글로우라이트 플러스 커스텀 펌웨어

출처: https://forum.xda-developers.com/nook-touch/general/gp-g3-gp7-8-twrp-alternative-firmware-t4074347

출처: https://blog.naver.com/PostView.nhn?blogId=fe26aes&logNo=221894124696&parentCategoryNo=&categoryNo=12&viewDate=&isShowPopularPosts=true&from=search

 

누크 글로우라이트 3 - 커스텀 롬

출처: https://forum.xda-developers.com/nook-touch/general/gp-g3-gp7-8-twrp-alternative-firmware-t407...

blog.naver.com

설치 방법은 위 자가수리소 블로그를 참조하면 된다.

추가로 아래 내용만 참조하면 된다.

 

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 용 이미지)

twrp_quill.img
7.69MB

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 항목에서 복사해 넣은 오리지널 펌웨어를 설치하면 된다.

 

 

 

 

 

 

 

이상입니다.