Advertisement
ot_inc

Xperia 1 II Theme Restore

Apr 30th, 2022
1,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Xperia 1 II Theme Restore
  3. :choice
  4. set /P c=Xperia 1 IIのアイコンテーマをデフォルトに戻します[Yで続行]
  5. if /I "%c%" EQU "Y" goto :continue
  6. goto :continue
  7. :continue
  8. adb shell cmd overlay disable com.android.theme.icon_pack.circular.android
  9. adb shell cmd overlay disable com.android.theme.icon_pack.circular.systemui
  10. adb shell cmd overlay disable com.android.theme.icon_pack.circular.settings
  11. adb shell cmd overlay disable com.android.theme.icon_pack.rounded.android
  12. adb shell cmd overlay disable com.android.theme.icon_pack.rounded.systemui
  13. adb shell cmd overlay disable com.android.theme.icon_pack.rounded.settings
  14. adb shell cmd overlay disable com.android.theme.icon_pack.filled.android
  15. adb shell cmd overlay disable com.android.theme.icon_pack.filled.systemui
  16. adb shell cmd overlay disable com.android.theme.icon_pack.filled.settings
  17. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement