View Single Post
Old 07-29-2025, 09:27 AM   #19
SuleMareVientu
Junior Member
SuleMareVientu began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2025
Device: Kindle Paperwhite 3
Quote:
Originally Posted by Marek View Post
1. get hbctool (pip3 install --upgrade git+https://github.com/bongtrop/hbctool@...e-contribution)
2. get kppmainapp.js.hbc
3. hbctool disasm KPPMainApp.js.hbc KPPMainApp
4. Find "Function<IsDeviceRegistered>" in instructions.hasm
5. Comment out last Call1 (put a ; before it)
6. put "LoadConstTrue Reg8:0" on a new line
7. hbctool asm KPPMainApp KPPMainApp.mod.hbc
8. replace in /app/KPPMainApp/js
9. profit?
I can confirm this works on a PW3 v5.16.2.1.1. It disables the annoying "unregistered" messages. Just be careful when you replace the file, set the right permissions (777 should be enough).
SuleMareVientu is offline   Reply With Quote