Add android tips

This commit is contained in:
Michael Schlapa
2020-05-19 13:57:33 +02:00
parent a5d7792d63
commit cd34d912fd
2 changed files with 30 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
* [Ansible](./Ansible/README.md)
* [Modules](./Ansible/modules_plugins.md)
* [AWX](./Ansible/AWX.md)
* [Android](./android.md)
* [docker](./docker.md)
* [git](./git/README.md)
* [Linux](./linux/README.md)

29
android.md Normal file
View File

@@ -0,0 +1,29 @@
# Android
## Huawei
### Remove bloat packages
See [here](https://forum.xda-developers.com/honor-6x/how-to/guide-list-bloat-software-emui-safe-to-t3700814) for list of Huawei bloatware.
In `adb shell` (works without root):
```
$ cmd package list packages
[list of packages ...]
$ pm uninstall -k --user 0 <package>
```
List of packages I removed:
* com.huawei.android.chr
* com.huawei.appmarket
* com.huawei.gameassistant
* com.huawei.hifolder
* com.huawei.himovie.overseas
* com.huawei.hwid
* com.huawei.iaware
* com.huawei.kidsmode.kidspaint
* com.huawei.phoneservice
* com.huawei.tips