Skip to content

Instantly share code, notes, and snippets.

@vuon9
Last active January 12, 2020 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuon9/8c0d9814d4329a039d051cda09bb71ff to your computer and use it in GitHub Desktop.
Save vuon9/8c0d9814d4329a039d051cda09bb71ff to your computer and use it in GitHub Desktop.
Xiaomi A2 troubleshooting after upgrade Android 10

Android One remove default Google apps

https://www.xda-developers.com/uninstall-carrier-oem-bloatware-without-root-access/

  • install adb tools

Commands

  • list devices adb devices
  • access shell adb shell
  • Command grep app namespace pm list packages | grep "something"

removed app

pm uninstall -k --user 0 app_namespace

must-remove apps

Android Auto Movies & TV Music Chrome News Feedback

com.google.android.projection.gearhead
com.google.android.videos
com.google.android.music
com.android.chrome
com.google.android.apps.magazines
com.google.android.feedback

Fix Bluetooth

https://forum.xda-developers.com/showpost.php?p=81459915&postcount=88

Fix Google Assistant gesture

https://forum.xda-developers.com/mi-a2/help/google-assistant-handed-enabled-mi-a2-t4033659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment