View Single Post
Old 04-30-2025, 09:58 PM   #745
fenny
Junior Member
fenny began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2025
Device: Kindle PW5
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
fenny is offline   Reply With Quote