Thread: Tutorial boot kindle into android
View Single Post
Old 08-15-2021, 12:21 AM   #9
thewindowsteam
Member
thewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-booksthewindowsteam has learned how to read e-books
 
Posts: 18
Karma: 910
Join Date: Aug 2021
Device: kindle paperwhite 2 on android and jailbroken
thanks! Actually it is not that hard...

Quote:
Originally Posted by katadelos View Post
Cool stuff, thanks for sharing. After a quick read of the link you provided, it looks like you need to mount the filesystem image on your PC, patch out some verification checks then flash the modified filesystem to the device. You should have done this instead of flashing the unmodified filesystem - it's going to be a pain (but not impossible) to recover your device now.

You probably need to create a mount point if you're stuck mounting the filesystem image:
Code:
mkdir /tmp/system
sudo mount -o loop -t ext4 esystem.bin /tmp/system
It's always interesting to see what the Kindle hackers over in China are capable of. Creating an entire replacement operating system takes a lot of skill and they're way ahead of us in that regard - we could learn a lot from them.

I've got a spare KT2 that should be compatible with this project so I'll give those instructions a go. The android version is ancient and I wouldn't be surprised if the filesystem is riddled with malware but I'm very curious about how it all works.
All you have to do is force reboot the device and run fastdownload.exe as admin. The trouble is I cannot mount esystem.bin to do patches. it always gives me an error, and I tried it on mutiple devices that run Ubuntu.
thewindowsteam is offline   Reply With Quote