Advertisement
ot_inc

Pixel Storage Access Fix (2024/1/31)

Feb 2nd, 2024 (edited)
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Pixel Storage Access Fix (2024/1/31)
  3. :choice
  4. set /P c=20241月のGooglePlayシステムアップデートを適用したPixelで発生するバグを回避させます。 ADBの環境構築が必要です。[続行はY]
  5. if /I "%c%" EQU "Y" goto :continue
  6. goto :end
  7. :continue
  8. adb shell pm uninstall --user 0 com.google.android.media.swcodec
  9. adb shell pm uninstall --user 0 com.google.android.media
  10. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement