Quote:
Originally Posted by bizzybody
And there, buried in a subfolder, were all the books, both the visible ones in Android/data/com.amazon.kindle/files and the others it has squirreled away somewhere else.
|
It would help if you would say where it squirreled away the files. Bluestacks is very forthcoming in allowing root access. There is no need to do a backup and then unpacking it.
Very clever of Amazon to not store all books on the visible internal storage (
/sdcard/Android/data/com.amazon.kindle/). Only the
files folder is linked there. The rest of it, including the key, is in
/data/data/com.amazon.kindle/ which requires root access. Easy enough to get root access on a ADB shell, or even easier to simply use ADB pull, which automatically gets root privileges (unlike other devices).