Obtaining key from Kindle for Android [DeDRM - androidkindlekey.py]
Hello,
I have been trying to obtain key for Kindle for Android, from my android device. I have found out that DeDRM has python script that was supposed to do just that, but it fails.
What i have done already:
adb backup com.amazon.kindle
(creates backup.ab in /home/user)
python androidkindlekey.py -b /home/user/backup.ab /home/user/key.k4a
And it gives "Could not retrieve Kindle for Android key."
Any ideas how can i get it working? I dont want to install old Kindle for PC (1.7 or something like that) as I am not using Windows, but linux.
|