TWRP builds and is fully functional (hopefully).
- Nook Glowlight Plus
- Nook Glowlight 3
- Nook Glowlight Plus (7.8")
- enter fastboot;
- in cmd do
fastboot boot <path_to_recovery_image>
- enter fastboot;
- in cmd do
fastboot flash recovery <path_to_recovery_image>
option 1: consequently interupt boot 5 times
option 2: in cmd do adb reboot recovery
in cmd do adb reboot fastboot
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-5.1
repo sync -n -j 1 && repo sync -l -j 4
clone this repo to <twrp_repo>/device/NOOK
- apply patches from
<twrp_repo>/device/NOOK/patches
directory - open terminal in
<twrp_repo>
directory; . build/envsetup.sh
- (for GLP / GL3)
lunch omni_nook_ntx_generic-userdebug
- (for GLP78)
lunch omni_nook_ntx_generic-userdebug
mka recoveryimage
if you want to enable A2 mode:
- clone monochrome theme repo into
<twrp_repo>/device/NOOK/nook_ntx_generic/theme
- uncomment
TW_IMX_EINK_MONOCHROME
inBoardConfig.mk
if everything is successful you should find built recovery by path <twrp_repo>/out/target/product/nook_ntx_generic/recovery.img