Changes between Version 13 and Version 14 of DeveloperGuidelines/EdenMobile/Debugging
- Timestamp:
- 02/05/20 10:22:16 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Debugging
v13 v14 28 28 - the device allows USB debugging (Settings=>Developer Options) 29 29 30 Access the file live on the device:31 {{{32 # Add extension at the end, if necessary, e.g. .ucce33 PACKAGE=org.sahanafoundation.eden_mobile34 FILENAME=emdb.db35 adb shell run-as $PACKAGE sqlite3 /data/data/$PACKAGE/databases/$FILENAME36 }}}37 38 30 Steps to copy the file to your PC: 39 31