Forked from sabpprook/gist:3a05cdaa0a2bab91de35a9de5d3bd2cf
Created
May 24, 2022 17:06
-
-
Save bienpx224/ae19edf1b6905f296884f0c62b9602f6 to your computer and use it in GitHub Desktop.
Android ID change via ADB shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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