Date: 2011feb11
Product: Wifi Map Maker
Platform: Android
Q. How can I move the map from one phone to another?
A. You can use Android Debug Bridge (ADB).
If your host system is Windows:
Start a command line
cd C:\Program Files\android-sdk-windows\tools
With your first phone connected, copy the database to your computer:
adb pull /data/data/com.hogdex.WifiMapMakerPaid/databases/WifiMapMaker
WifiMapMaker
Now with the your new phone connected, copy the database from your
computer to the phone:
adb push WifiMapMaker /data/data/com.hogdex.WifiMapMakerPaid/databases/WifiMapMaker
| What this info useful to you? You can donate to say thanks |
Add a comment
Sign in to add a comment