From cd34d912fdc832c566fd5d0d8fc7254f42474053 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Tue, 19 May 2020 13:57:33 +0200 Subject: [PATCH] Add android tips --- README.md | 1 + android.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 android.md diff --git a/README.md b/README.md index e2209f9..0fc5103 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/android.md b/android.md new file mode 100644 index 0000000..4d8494d --- /dev/null +++ b/android.md @@ -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 +``` + +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 +