adb如何连接mumu模拟器并修改Android ID

adb工具下载安装

https://dl.google.com/android/repository/platform-tools-latest-windows.zip

参考:https://blog.csdn.net/qq951127336/article/details/82755883 

adb connect 127.0.0.1:7555
adb shell

查询Android ID

adb shell content query --uri content://settings/secure --where "name=\'android_id\'"

修改Android ID

adb shell content update --uri content://settings/secure --bind value:s:NEW_ANDROID_ID --where "name=\'android_id\'"

改变Android ID 为 f17a6c31de53bd88

adb shell settings put secure android_id f17a6c31de53bd88

posted @ 2019-05-31 18:13  bugbeta  阅读(3328)  评论(0编辑  收藏  举报