Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 04-23-2022, 08:14 AM   #451
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,095
Karma: 12000220
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
Question Hiding Kindle Feedback book

Since I've finally decided yesterday to update my PW3's firmware from 5.9.7 to 5.13.6 (I'm planning to sell it after I jailbreak my new PW5 , pending the release of new jailbreak method ) I've realized that I've totally forgotten about this annoying "Kindle Feedback" book thing that exists on newer firmwares.

Anyways, managed to figure out how it can be hidden temporarily / until next reboot so I've then created a KUAL extension to run that code:


Code:
cd /var/local 
sqlite3 cc.db 'update Entries set p_isVisibleInHome=0 where p_cdeType = "Entry:Item:Feedback"'
Since that is the only entry in cc.db database with p_cdeType of "Entry:Item:Feedback" and we don't have to depend on UUID it should be universal for all users so I was wandering if one could add that line of code to some existing script that runs on each OS (re)boot to automate the hiding of Kindle Feedback book? (if toggling back to visible doesn't happen at a later time in boot and UI start process )

Maybe @NiLuJe would perhaps consider adding that line of code into something like "bridge.sh" of whichever script runs at each boot?
Or if not does he or anyone else have a suggestion for a candidate script to test that idea?

Last edited by shamanNS; 04-23-2022 at 08:19 AM.
shamanNS is offline   Reply With Quote
Old 04-23-2022, 01:53 PM   #452
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
I'm wary of touching the db (or anything, really) on every boot, because it's potentially fragile (and breaking cc.db will soft brick the device, IIRC).
NiLuJe is offline   Reply With Quote
Old 05-08-2022, 07:13 AM   #453
Ayala
Member
Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.Ayala could sell banana peel slippers to a Deveel.
 
Ayala's Avatar
 
Posts: 12
Karma: 3160
Join Date: Jul 2019
Device: kpw 10th
After jailbreaking can i register my account again with amazon & can i download the books which i bought from Amazon cloud?
Ayala is offline   Reply With Quote
Old 05-08-2022, 12:19 PM   #454
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,730
Karma: 103020299
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by Ayala View Post
After jailbreaking can i register my account again with amazon & can i download the books which i bought from Amazon cloud?
Yes and yes.
j.p.s is offline   Reply With Quote
Old 05-13-2022, 10:23 AM   #455
gramki
Junior Member
gramki began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2022
Device: Kindle PW4
Hello folks. First of all, thank you for the detailed guide and answers in this thread.

I have recently followed the instructions on this thread's first post to jailbreak my kindle PW4, firmware version 5.13.1. I have gone through all steps (JB hotfix, KUAL, MRPI, etc). As far as I can tell, everything is working flawlessly.

Since the jailbreak, I have kept my kindle on aeroplane mode in order to avoid forced OTA updates. Looking through the forums, however, I have seen many people mentioning a package named `renamedotabin.zip` which would theoretically allow me to turn on wifi. Is this package compatible with my specific combination of jailbreak method and firmware version?

Thanks in advance for any help! =)
gramki is offline   Reply With Quote
Old 05-13-2022, 02:09 PM   #456
BionicGecko
Fanatic
BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.
 
BionicGecko's Avatar
 
Posts: 503
Karma: 5555555
Join Date: Aug 2016
Location: Czech Republic
Device: Voyage, Oasis, Scribe, Colorsoft, Libra Colour
Quote:
Originally Posted by gramki View Post
I have seen many people mentioning a package named `renamedotabin.zip` which would theoretically allow me to turn on wifi. Is this package compatible with my specific combination of jailbreak method and firmware version?
Yes, should work regardless of the jailbreak method, and also for your firmware version. People report success from version 5.12.* onwards in this thread.
BionicGecko is offline   Reply With Quote
Old 05-13-2022, 08:02 PM   #457
gramki
Junior Member
gramki began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2022
Device: Kindle PW4
Brilliant, thank you for the help, @BionicGecko =)
gramki is offline   Reply With Quote
Old 05-14-2022, 01:35 AM   #458
MindCC
Junior Member
MindCC began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2022
Device: Kindle 8
Hello! I have kindle 8, on device info it says:
Spoiler:
Kindle (10 gen)
S/N GO91 0L04 9271 00C0 KT4 if i am right
FW Kindle 5.14.2

On Factory JB page it says
KT4: 5.11.0 (MD5: fd3e7ed8ebea59432163a5e713cd90c5)
So i dont understand, can i JB it or not?
MindCC is offline   Reply With Quote
Old 05-14-2022, 01:44 AM   #459
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,499
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
@MindCC, try WatchThis thread nearby
mergen3107 is offline   Reply With Quote
Old 05-14-2022, 06:02 AM   #460
MindCC
Junior Member
MindCC began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2022
Device: Kindle 8
Quote:
Originally Posted by mergen3107 View Post
@MindCC, try WatchThis thread nearby
Thanks a lot,coz of this thread found a video on youtube, that helped me to JB https://www.youtube.com/watch?v=RO2zQXvVuJY
MindCC is offline   Reply With Quote
Old 05-14-2022, 06:41 PM   #461
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Belated update of the first post to point to the WatchThis JB ;o).
NiLuJe is offline   Reply With Quote
Old 07-17-2022, 12:23 PM   #462
ickam
Junior Member
ickam began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2020
Device: kindle paperwhite 2019
Is there any thread or any other reliable source on the interwebs that I could subscribe to, to be notified when a jb for pw4 current firmware (5.14.3.0.1) is posted?
It's grinding my gears that soon I won't be able to send mobis through send to kindle and epubs require processing via sigil to get decent output out, so I just want to be able to SSH into my kindle, drop mobis or epubs on it, and read in a third party app if I need to.
ickam is offline   Reply With Quote
Old 07-17-2022, 01:45 PM   #463
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Nobody's working on one (AFAIK), and experience tells me that nobody's likely to, either, at least until a new device comes out .

TL;DR: I wouldn't hold my breath.
NiLuJe is offline   Reply With Quote
Old 07-26-2022, 01:39 AM   #464
eriver
Member
eriver began at the beginning.
 
eriver's Avatar
 
Posts: 15
Karma: 10
Join Date: Mar 2018
Location: Germany, Rhineland
Device: PW2 6th, 9017, FW 5.12.2.2.
Quote:
Originally Posted by hius07 View Post
PW2 supports kindlets on any firmware.
Do you know how to run eboard 0,6x (chess)?
eriver is offline   Reply With Quote
Old 07-26-2022, 04:17 AM   #465
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,499
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Quote:
Originally Posted by eriver View Post
Do you know how to run eboard 0,6x (chess)?
Try this patched version: https://disk.yandex.com/d/9dqYt0hZLUKAXQ
mergen3107 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle Developer's Corner Master Index (aka. Where Do I Start?) geekmaster Kindle Developer's Corner 131 11-19-2021 11:51 AM
Kindle (eink) Jailbreak Index geekmaster Kindle Developer's Corner 9 09-21-2017 12:13 PM
[M96] App switch aka ALT+TAB aka long press home machinogodzilla Onyx Boox 19 09-17-2017 12:21 PM
Best firmware for Hanlin V5 aka Bebook Mini aka Papyre 5.1? javimm HanLin eBook 1 01-11-2010 05:37 PM
PRS-500 PRS-500 (aka Sony Reader) cracked open. Stuart Young Sony Reader Dev Corner 11 11-21-2006 03:58 PM


All times are GMT -4. The time now is 12:58 PM.


MobileRead.com is a privately owned, operated and funded community.