Skip to content

Instantly share code, notes, and snippets.

View lxdnz254's full-sized avatar
๐Ÿ‚

Alex McBride lxdnz254

๐Ÿ‚
  • Enlighten Designs Ltd
  • Hamilton, NZ
View GitHub Profile
@lxdnz254
lxdnz254 / release-android-debuggable.md
Created May 7, 2020 23:42 — forked from nstarke/release-android-debuggable.md
How to make a Release Android App debuggable

How to make a Release Android App debuggable

Let's say you want to access the application shared preferences in /data/data/com.mypackage.
You could try to run adb shell and then run-as com.mypackage ( or adb shell run-as com.mypackge ls /data/data/com.mypackage/shared_prefs), but on a production release app downloaded from an app store you're most likely to see:

run-as: Package 'com.mypackage' is not debuggable
@lxdnz254
lxdnz254 / cover-flow-angular-directive.markdown
Created August 4, 2017 21:05
Cover flow (angular directive)