Changes between Version 13 and Version 14 of DeveloperGuidelines/EdenMobile/Debugging


Ignore:
Timestamp:
02/05/20 10:22:16 (5 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Debugging

    v13 v14  
    2828  - the device allows USB debugging (Settings=>Developer Options)
    2929
    30 Access the file live on the device:
    31 {{{
    32 # Add extension at the end, if necessary, e.g. .ucce
    33 PACKAGE=org.sahanafoundation.eden_mobile
    34 FILENAME=emdb.db
    35 adb shell run-as $PACKAGE sqlite3 /data/data/$PACKAGE/databases/$FILENAME
    36 }}}
    37 
    3830Steps to copy the file to your PC:
    3931