Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save windoze/4ebc227c30cd9870fb653c60e3607cb7 to your computer and use it in GitHub Desktop.

Select an option

Save windoze/4ebc227c30cd9870fb653c60e3607cb7 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