How can one pull the (private) data of one’s own Android app?

adb backup will write an Android-specific archive: adb backup -f myAndroidBackup.ab com.corp.appName This archive can be converted to tar format using: dd if=myAndroidBackup.ab bs=4K iflag=skip_bytes skip=24 | openssl zlib -d > myAndroidBackup.tar Reference: http://nelenkov.blogspot.ca/2012/06/unpacking-android-backups.html Search for “Update” at that link. Alternatively, use Android backup extractor to extract files from the Android backup (.ab) file.

I am trying to test android deep link urls through adb to launch my app

You don’t need to specify full path to your activity, but if you want to test whether you react properly to URI in your app just specify app package: adb shell am start -a android.intent.action.VIEW -d “example://gizmos” com.myapp Also there is bug in command you provided – there should be example://gizmos not example:gizmos

Adb install failure: INSTALL_CANCELED_BY_USER

The same trouble with same device has been here. So, it’s Xiaomi trouble, and here is a solution for this problem: Go to the “Security” application and tap “Options” at top right corner Scroll down to “Feature Settings” group, and look for “Permissions” At there switch off “Install via USB” option, which manages installation of … Read more

adb shell su works but adb root does not

By design adb root command works in development builds only (i.e. eng and userdebug which have ro.debuggable=1 by default). So to enable the adb root command on your otherwise rooted device just add the ro.debuggable=1 line to one of the following files: /system/build.prop /system/default.prop /data/local.prop If you want adb shell to start as root by … Read more

Android Studio – Lollipop, ADB, & Genymotion issues: Devices won’t show up. “adb server is out of date. killing…” [duplicate]

Try running this: killall -9 adb That should remove all running traces of the daemon Edit: Best solution below This issue may be adb incompatibility with the newest version of the platform SDK. The best solution for this issue with Genymotion is to set the Android SDK within Genymotion to your location. This can be … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)