Advertisement
ot_inc

Restore SWCodec and Media

Feb 2nd, 2024 (edited)
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Restore SWCodec and Media
  3. :choice
  4. set /P c=SWCodecとMediaのアプリを復元します。20241月のGooglePlayシステムアップデートを適用したPixelで発生するバグが修正された場合に使用してください。 ADBの環境構築が必要です。[続行はY]
  5. if /I "%c%" EQU "Y" goto :continue
  6. goto :end
  7. :continue
  8. adb shell cmd package install-existing com.google.android.media.swcodec
  9. adb shell cmd package install-existing com.google.android.media
  10. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement