LoginSignup
0
0

広告IDを特定の値に変更したい(rootが必要)

Posted at
adb root # root じゃないと編集できない

# 広告IDが記載されているファイルをローカルにコピー
adb shell cat /data/data/com.google.android.gms/shared_prefs/adid_settings.xml > adid_settings.xml 

# ここでローカルにコピーした adid_settings.xml をエディタで開いて任意の値に変更する

# 反映する
adb push adid_settings.xml /data/data/com.google.android.gms/shared_prefs/adid_settings.xml

# root を解除して作業終了
adb unroot
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0