• We are moving to xdaforums.com.

    Until then, this forum is in read-only mode.
    You will be automatically redirected once the migration is complete.

[GP, G3, GP7.8] TWRP & alternative firmware

Search This thread

emilic

Senior Member
Mar 15, 2007
228
37
Well, it's not in there. And it looks like they took the B&N version out of the fingerprint.
Code:
getprop|grep build
Any 5.something or 50 something in there?
Noup...

Code:
shell@ntx_6sl:/ $ getprop|grep build
[ro.build.characteristics]: [tablet]
[ro.build.date.utc]: [1569407132]
[ro.build.date]: [三  9月 25 18:25:32 CST 2019]
[ro.build.description]: [ntx_6sl-user 4.4.2 KOT49H 106 release-keys]
[ro.build.display.id]: [v1.04.4140]
[ro.build.fingerprint]: [Freescale/ntx_6sl/ntx_6sl:4.4.2/KOT49H/106:user/release-keys]
[ro.build.host]: [VD00017]
[ro.build.id]: [KOT49H]
[ro.build.product]: [ntx_6sl]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [jenkins]
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [106]
[ro.build.version.release]: [4.4.2]
[ro.build.version.sdk]: [19]
 

Renate

Recognized Contributor / Inactive Recognized Dev
Why is the build date in Chinese? I don't know what you have there.

These are the versions I have and these are the build dates:
Code:
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/45.1.14_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/47.2.102_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/48.3.20_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/49.2.37_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/50.0.117_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/50.0.118_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/50.0.133_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/52.0.37_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/52.0.77_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/52.0.78_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/53.0.112_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/53.0.36_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/53.0.65_user:user/release-keys
NOOK/ntx_6sl/ntx_6sl:4.4.2/KOT49H/53.0.66_user:user/release-keys

Thu Nov 19 19:02:25 PST 2015
Tue Oct 31 23:51:06 EDT 2017
Tue Dec 12 07:59:56 EST 2017
Thu May 31 00:41:34 EDT 2018
Thu Aug  1 07:47:44 EDT 2019
Thu Aug  1 10:43:10 EDT 2019
Thu Aug  1 21:02:40 EDT 2019
Tue Jul  7 21:00:24 EDT 2020
Tue Jul  7 23:44:05 EDT 2020
Wed Jul  8 02:06:33 EDT 2020
Thu Aug 19 00:34:57 EDT 2021
Thu Feb  4 00:03:46 EST 2021
Tue Jan 26 06:34:02 EST 2021
Tue Jan 26 09:04:32 EST 2021
 

emilic

Senior Member
Mar 15, 2007
228
37
aaaaa I just re-read (funny how once you advance in a project you read stuff again and understand them in a different way...) this post. In which RyogoNA clarifies that he is using

Regarding image that is displayed when book is turned off it is packed inside /system/app/MsgE6.apk
for the screen saver. And you tell him that your patch is a better solution... ^^
I think the "chinese/japanese" thing comes from RyogoNA copy of the Mobiscribe e-ink reader SW.

Well as my current project is taking me to use a screen saver to display stuff... I think I'll be rolling back to a nook fw version and applying ur smali patches :)

I just hope that newer version of the SW reduce the amount of false positive "touches" that I am experiencing on my screen... Is there any version you recommend ? latest one ? (53.0.66)
 

graythen

New member
Mar 14, 2023
1
0
Thanks for what you done! It's an amazing firmware. My ebookreader is tolino vision2. The PPI display is not right. I adjust it via ADB command [adb shell wm density 160]. The UI looks better. My question is how to add the tolino app to it?If the tap2ip function could be added,it will be perfect!BTW,How to swap back to the tolino firmware?
 
Last edited:

mach281

Senior Member
Sep 5, 2013
52
11
It's been a couple of years since I modded my Nook 7.8" device. But I no longer use it and need to return to the original FW. I've read through this thread, but it isn't clear to me yet what the steps would be. I have access to adb and can see the device. Furthermore, I've also downloaded the update firmware, but it's been a while since working on my last Android FW.

Can anyone here please share the steps required to return to the original state? Thanks.
 

mach281

Senior Member
Sep 5, 2013
52
11
It's been a couple of years since I modded my Nook 7.8" device. But I no longer use it and need to return to the original FW. I've read through this thread, but it isn't clear to me yet what the steps would be. I have access to adb and can see the device. Furthermore, I've also downloaded the update firmware, but it's been a while since working on my last Android FW.

Can anyone here please share the steps required to return to the original state? Thanks.
I am going to attempt to answer my own question: I was playing around and took a chance with code
Code:
adb reboot recovery
. Under RESTORE I saw there was a file dated from a couple of years ago. I restored using this file, and it seemed to have worked! I seem to be back to the Nook fw.

The process seemed too easy, so, if I am missing something, please let me know.
 
  • Like
Reactions: Kramar111

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    TWRP for Nook Glowlight Plus / Nook Glowlight 3 / Nook Glowlight Plus 7.8:
    Download: https://github.com/Ryogo-Z/nook_ntx_6sl_twrp/releases

    Alternative firmware

    Version: 1.04.4140
    URL: https://drive.google.com/open?id=1mvCv3GR0KR56-NTuubIuGcuxS8Ymc9t-

    Supported devices:
    - Nook Glowlight Plus;
    - Nook Glowlight 3;
    - Nook Glowlight Plus 7.8";

    Installation:
    - unmount /system partition (if mounted);
    - install (using TWRP);
    - (when coming from other firmware) reset to factory defaults; // Wipe > Swipe to Factory Reset
    - clear dalvik-cache;

    Features:
    - better stability (compared to stock fw);
    - convenient status-bar;

    Changes (against original firmware):
    - slimmed down the firmware by removing all trash;
    - pre-installed Simple Ink Launcher;
    - device-specific adaptation;

    Changes (1.02.4140):
    - added: buttons config for Nook Glowlight 3;
    - fixed: screen redraw issue in some apps (CoolReader, AlReader, FBReader, etc);

    Changes (1.03.4140):
    - fixed: disabled wi-fi auto switch-off after 10 minutes;
    - added: file manager - MiXplorer;

    Changes (1.04.4140):
    - added support for Nook Glowlight Plus 7.8";

    Screenshot:
    see attachment

    Notes:
    If you your wi-fi connection is unstable try to disabled "Wi-Fi optimization" (Settings -> Wi-Fi -> Advanced).

    From author:
    The only firmware that does not freezes completely in my usage scenario.
    Has feature not found in any other firmware - ability to adjust screen contrast.
    Has a dedicated button for screen refresh in status-bar.
    I highly advice to flash TWRP before tinkering with firmware or else in case anything goes wrong it may be difficult to restore your device (since stock recovery is not very functional you may need to pry your device open to access serial console).
    As usual: I'm not responsible for any harm done, use it on you own risk.
    3
    fyi: it works a bit tricky, but
    1) when your book is powered off: hold home (n-button) and try to power book on - it should enter fastboot mode (please note, screen will stay the same as it was while powered off);
    2) when your book is powered off: short press power button and hold hold home (n-button) after releasing power - book should enter recovery;
    note: tested it twrp flashed as recovery and with book connected to pc.
    2
    Is there a way to re-install the original NOOK reader (the app only)?
    Well... You can try to extract it from stock fw and copy it into /system/app, but I don't think it will work correctly.

    It is not the best reader but the physical buttons page turning is nice option to have sometimes.
    If you just need physical buttons, you can modify /system/usr/keylayout/imx-keypad.kl. Keys 191/192 are left buttons, and keys 193/194 are right buttons - you can change them to PAGE_UP/PAGE_DOWN or VOLUME_UP/VOLUME_DOWN, depending on what you need. Or you may use any application that does button remapping.
    2
    I don't have that file, could you share it?

    Glowlight Plus stock fw: http://su.barnesandnoble.com/nook/piper/5.0/piper/0.118/update.zip
    Glowlight 3 stock fw: http://su.barnesandnoble.com/nook/piper/5.0/jay/0.117/update.zip
    Glowlight Plus 7.8 stock fw: http://su.barnesandnoble.com/nook/piper/5.0/quill/0.133/update.zip

    The part you may need to remove is highlighted (see attached pics), but you can try without removing it - it may work just like that.
    2
    If you are confused what/if your Nook GlowX is presenting on USB you can run imxlink.exe (in the signature) and it will show bootloader/fastboot/ADB.