Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Babar-Bashir/4eed5872d07fcd5504cb464fd80cdcec to your computer and use it in GitHub Desktop.
Save Babar-Bashir/4eed5872d07fcd5504cb464fd80cdcec 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