Quote:
Originally Posted by fenny
Could not for the life of me get adb backup to work, but the following worked with root enabled to pull the map_data_storage.db file directly:
Code:
adb shell su -c "cp /data/data/com.amazon.kindle/databases/map_data_storage.db /sdcard/"
adb pull /sdcard/map_data_storage.db
|
Several other people have reported the same issue. For most of them, your workaround worked for them as well though it does give a rather large file to dig the key out of.