Dernière activité 1703038223

remove pre-install apps for Redmi Note 9T

Révision b8cf2da78f296a5776b65bfe27e00cf8e05b1128

remove-preinstall.sh Brut
1# Remove SoftBank
2for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep softbank); do adb shell pm uninstall --user 0 $package; done
3# Remove Yahoo
4for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep yahoo); do adb shell pm uninstall --user 0 $package; done
5# Remove JP
6for package in $(adb shell pm list packages | awk -F ':' '{print $2}' | grep jp); do adb shell pm uninstall --user 0 $package; done
7# You need to manually disable the device manager to uninstall this app
8adb shell pm uninstall --user 0 jp.softbank.mb.tdrl
9# Some other app
10adb shell pm uninstall --user 0 com.mcafee.vsm_android_sbm
11adb shell pm uninstall --user 0 com.mobiroo.xgen
12adb shell pm uninstall --user 0 com.felicanetworks.mfm.main
13# Facebook & Netflix
14adb shell pm uninstall --user 0 com.facebook.katana
15adb shell pm uninstall --user 0 com.netflix.mediaclient
16# App Pass
17adb shell pm uninstall --user 0 com.mobiroo.xgen