Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save numanturle/68dd472c7bb702537a1222d2e9a1fa76 to your computer and use it in GitHub Desktop.
Save numanturle/68dd472c7bb702537a1222d2e9a1fa76 to your computer and use it in GitHub Desktop.
adb.sh
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