Skip to content

Instantly share code, notes, and snippets.

@dmt
Created November 19, 2019 10:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmt/30ff4ea40a13db1ed33d7074e284389d to your computer and use it in GitHub Desktop.
Save dmt/30ff4ea40a13db1ed33d7074e284389d to your computer and use it in GitHub Desktop.
Remove huawei installed apps
#!/bin/bash
remove() {
local item=$1
echo adb shell pm uninstall -k --user 0 $item
read
/Users/danieltemme/Library/Android/sdk/platform-tools/adb shell pm uninstall -k --user 0 $item
}
remove com.baidu.input_huawei
remove com.hisi.mapcon
remove com.huawei.appmarket
remove com.huawei.android.chr
remove com.huawei.android.FloatTasks
remove com.huawei.android.hsf
remove com.huawei.android.hwpay
remove com.huawei.android.karaoke
remove com.huawei.android.mirrorshare
remove com.huawei.search
remove com.huawei.stylus.floatmenu
remove com.huawei.android.tips
remove com.huawei.arengine.service
remove com.huawei.browser
remove com.huawei.contactscamcard
remove com.huawei.fido.uafclient
remove com.huawei.gameassistant
remove com.huawei.geofence
remove com.huawei.hdiw
remove com.huawei.hifolder
remove com.huawei.himovie.overseas
remove com.huawei.hitouch
remove com.huawei.livewallpaper.paradise
remove com.huawei.parentcontrol
remove com.huawei.phoneservice
remove com.huawei.mirror
remove com.huawei.vassistant
remove com.huawei.videoeditor
remove com.huawei.wallet
remove com.huawei.watch.sync
remove com.amazon.aa
remove com.amazon.aa.attribution
remove com.booking
remove com.ebay.mobile
remove com.facebook.appmanager
remove com.facebook.system
remove com.facebook.orca
remove com.facebook.katana
remove com.facebook.services
remove com.microsoft.translator
remove com.snapchat.android
remove com.swiftkey.swiftkeyconfigurator
remove com.touchtype.swiftkey
remove org.smsalliance.openmobileapi.service
remove com.google.android.videos
remove com.ebay.carrier
remove com.ebay.mobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment