Skip to content

Instantly share code, notes, and snippets.

@sabpprook
Created September 19, 2016 23:27
Show Gist options
  • Star 29 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save sabpprook/3a05cdaa0a2bab91de35a9de5d3bd2cf to your computer and use it in GitHub Desktop.
Save sabpprook/3a05cdaa0a2bab91de35a9de5d3bd2cf 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
@truongdx2503
Copy link

truongdx2503 commented Apr 19, 2024

adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:43dede1e95h77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment