Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdevs23/44edc48b61a8b7a1b0d2d4892a9e5f96 to your computer and use it in GitHub Desktop.
Save xdevs23/44edc48b61a8b7a1b0d2d4892a9e5f96 to your computer and use it in GitHub Desktop.
Android ID change via ADB shell
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"
adb shell content delete --uri content://settings/secure --where "name=\'android_id\'"
adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:7373de1e9e9670c2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment