Changes between Version 2 and Version 3 of DeveloperGuidelines/EdenMobile/Debugging


Ignore:
Timestamp:
09/22/16 12:55:34 (9 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Debugging

    v2 v3  
    77
    88  - the App is build with debug-option
    9   - you have the Android Debug Bridge ''adb'' installed (part of the Android SDK)
     9  - you have the Android Debug Bridge ''adb'' installed on your computer (part of the Android SDK)
     10  - the device allows USB debugging (Settings=>Developer Options)
    1011
    11 Then you can copy the database from the device to the SD card, and pull it from there to your development machine.
     12Steps:
     13
     14  1) Connect your device via USB
     15  2) Copy the database file to the SD card
     16  3) Pull the database file to your development machine
    1217
    1318Linux users can use the following script: