Computer Tips - How can I move the map from one phone to another?

Date: 2011feb11 Product: Map Your Wifi (formerly 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