<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ADB on Canghai's Blog</title><link>https://blog-old.pages.dev/tags/adb/</link><description>Recent content in ADB on Canghai's Blog</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Thu, 24 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog-old.pages.dev/tags/adb/index.xml" rel="self" type="application/rss+xml"/><item><title>利用ADB给Picasso加速</title><link>https://blog-old.pages.dev/posts/learn/220324-picasso-accelerate-via-adb/</link><pubDate>Thu, 24 Mar 2022 00:00:00 +0000</pubDate><guid>https://blog-old.pages.dev/posts/learn/220324-picasso-accelerate-via-adb/</guid><description>&lt;ul>
&lt;li>下载&lt;strong>ADB驱动&lt;/strong>，打开目录&lt;/li>
&lt;li>将以下代码保存成&lt;code>bat&lt;/code>在目录中执行，即可卸载冗余应用，卸载内容根据需要&lt;strong>自行修改&lt;/strong>&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-c" data-lang="c">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#960050;background-color:#1e0010">@&lt;/span>echo off
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstalling, please wait...
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.notes
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.phrase
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.printspooler
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miwallpaper.earth
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.email
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miwallpaper.mars
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.emergency
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miwallpaper.geometry
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.mi.health
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.provision
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.mi.globalbrowser
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.payment
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.keychain
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.screenrecorder
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.scanner
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.fm
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.fmservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.quicksearchbox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miwallpaper.miweatherwallpaper
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.milink.service
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.miplay_client
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miwallpaper.saturn
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.maintenancemode
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.cellbroadcastreceiver
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.bips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.traceur
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.mi_connect_service
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.mfashiongallery.emag
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.newmidrive
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.miwallpaper.snowmountain
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.soundpicker
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.misound
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.feedback
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.bugreport
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.providers.userdictionary
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.carrierdefaultapp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.personalassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.setupwizard
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.apps.restore
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.projection.gearhead
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.bookmarkprovider
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.calllogbackup
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.bsp.catchlog
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.cit
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.qr
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.inputmethod.latin
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.googlequicksearchbox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.syncadapters.calendar
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.partnersetup
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.syncadapters.contacts
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.ar.lens
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.wallpaper.livepicker
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.videoplayer
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.mirror
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.mtb
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.musicfx
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.hotwordenrollment.okgoogle
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.apps.tag
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.stk
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.hotwordenrollment.xgoogle
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.qti.xdivert
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.mishare.connectivity
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.huanji
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.tts
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.UCMobile
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.iflytek.inputmethod.miui
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.dragon.read
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.duokan.phone.remotecontroller
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.baidu.input_mi
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> tv.danmaku.bili
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.baidu.searchbox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.smarthome
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.duokan.reader
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.ss.android.article.news
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.mi.liveassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.jr
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.virtualsim
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.thirdappassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.newhome
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.smarttravel
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.taobao.taobao
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.youpin
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.gamecenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.shop
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.vipaccount
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.eastmoney.android.berlin
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.zhihu.android
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.sina.weibo
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.mibrain.speech
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.duokan.free
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xunmeng.pinduoduo
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.userguide
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.ss.android.ugc.aweme
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.eg.android.AlipayGphone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.drivemode
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.aiasst.vision
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.aiasst.service
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.marvin.talkback
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.black
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.cinnamon
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.green
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.ocean
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.orchid
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.purple
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.theme.color.space
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.protips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.contentextension
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.dreams.basic
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.voiceassist
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.ab
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.accessibility
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.hybrid
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.touchassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.hybrid.accessory
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.systemAdSolution
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.gamecenter.sdk.service
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.dreams.phototable
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.voicetrigger
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.unionpay.tsmservice.mi
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.browser
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.translation.kingsoft
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.translation.youdao
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.joyose
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.xiaomi.mircs
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.securityinputmethod
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.managedprovisioning
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.analytics
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.miui.vpnsdkmanager
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstall complete&lt;span style="color:#f92672">!&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo. &lt;span style="color:#f92672">&amp;amp;&lt;/span> pause
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>利用ADB给PIC-AL00加速</title><link>https://blog-old.pages.dev/posts/learn/200913-pic-al00-accelerate-via-adb/</link><pubDate>Sun, 13 Sep 2020 00:00:00 +0000</pubDate><guid>https://blog-old.pages.dev/posts/learn/200913-pic-al00-accelerate-via-adb/</guid><description>&lt;ul>
&lt;li>下载&lt;strong>ADB驱动&lt;/strong>，打开目录&lt;/li>
&lt;li>将以下代码保存成&lt;code>bat&lt;/code>在目录中执行，即可卸载冗余应用，卸载内容根据需要&lt;strong>自行修改&lt;/strong>&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-c" data-lang="c">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#960050;background-color:#1e0010">@&lt;/span>echo off
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstalling, please wait...
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.fastapp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.ibimuyu.lockscreen
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.flymelab
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.creator.launcher
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.picker
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.account.pay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.cloud
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.net.search
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.youku.phone.player.meizu
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.flyme.roamingpay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.meizu.flyme.directservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.browser
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.wallet
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hifolder
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.intelligent
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.himovie
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.phoneservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwdetectrepair
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.mediacenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.findmyphone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.contactscamcard
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.wallpaper.livepicker
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.nlp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.tips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.decision
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.rcsserviceapplication
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.FloatTasks
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.vassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.dreams.phototable
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiview
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.keychain
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.trustagent
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.projectmenu
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hilink.framework
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.trustspace
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.watch.sync
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.parentcontrol
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.keyguard
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.printspooler
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.mirrorshare
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.instantshare
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.bips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.iflytek.speechsuite
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.stk
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.securitymgr
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.internal.app
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.htmlviewer
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.exchange
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.motionservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.dreams.basic
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.airsharing
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.carrierconfig
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiaction
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.emergency
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.screenrecorder
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.apps.tag
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.recsys
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.inputdevices
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.managedprovisioning
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.KoBackup
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.amap.android.ams
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.karaoke
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.msdp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.hwupgradeguide
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.gardenlivingwallpaper
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.oceanlivingwallpaper
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.novalivingwallpaper
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.marvin.talkback
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hitouch
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.scanner
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.contentsensor
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.hwpay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.videoeditor
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.UCMobile
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.taobao.taobao
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.educenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.welinknow
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.search
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwvplayer.youku
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.bone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.smarthome
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.vmall.client
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.tips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.lives
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.hwmirror
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.hicloud.android.clone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.email
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.example.android.notepad
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiskytone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.vdrive
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.fans
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> cn.wps.moffice_eng
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.sina.weibo
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.achievo.vipshop
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.ss.android.article.news
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.tencent.news
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.Qunar
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.sankuai.meituan
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.jingdong.app.mall
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwireader
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.gamebox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.baidu.searchbox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.autonavi.minimap
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.gameassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstall complete&lt;span style="color:#f92672">!&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo. &lt;span style="color:#f92672">&amp;amp;&lt;/span> pause
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>利用ADB给STF-AL00加速</title><link>https://blog-old.pages.dev/posts/learn/200912-stf-al00-accelerate-via-adb/</link><pubDate>Sat, 12 Sep 2020 00:00:00 +0000</pubDate><guid>https://blog-old.pages.dev/posts/learn/200912-stf-al00-accelerate-via-adb/</guid><description>&lt;ul>
&lt;li>下载&lt;strong>ADB驱动&lt;/strong>，打开目录&lt;/li>
&lt;li>将以下代码保存成&lt;code>bat&lt;/code>在目录中执行，即可卸载冗余应用，卸载内容根据需要&lt;strong>自行修改&lt;/strong>&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-c" data-lang="c">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#960050;background-color:#1e0010">@&lt;/span>echo off
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstalling, please wait...
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.hwouc
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.tmall.wireless
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.taobao.taobao
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hnreader
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.baidu.searchbox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.browser
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.Qunar
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.ss.android.article.news
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> cn.wps.moffice_eng
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.baidu.BaiduMap
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.tencent.news
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.gamebox
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.health
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.sina.weibo
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.jingdong.app.mall
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.skytone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.remotecontroller
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.eazer.app.huawei
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> co.spe3d.paipai_huawei
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.gameassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwvplayer.youku
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.bone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.smarthome
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.contactscamcard
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.watch.sync
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.instantshare
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.iflytek.speechsuite
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.htmlviewer
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.securitymgr
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.printspooler
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.nlp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.vassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hitouch
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.FloatTasks
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hifolder
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.marvin.talkback
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.tips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.projectmenu
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.wallpaper.livepicker
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.contentsensor
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.trustspace
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.keyguard
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.findmyphone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hilink.framework
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.parentcontrol
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.videoeditor
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.bips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.dreams.phototable
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.mirrorshare
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.rcsserviceapplication
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.tips
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.dreams.basic
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.airsharing
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.hwmirror
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.vmall.client
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.stupeflix.replay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.lives
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.hicloud.android.clone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.intelligent
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.apps.tag
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiaction
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.example.android.notepad
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.exchange
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.emergency
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.totemweatherwidget
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.scanner
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.motionservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.mediacenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.backuptransport
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.email
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.screenrecorder
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.inputdevices
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.himovie
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.phoneservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.wallet
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.KoBackup
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiskytone
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.fans
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.vdrive
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.msdp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.recsys
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.bd
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.karaoke
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.stk
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwdetectrepair
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.hwpay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.decision
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.carrierconfig
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.managedprovisioning
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hidisk
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.documentsui
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.secime
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.baidu.input_huawei
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiviewtunnel
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.tencent.mtt
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.hihonor.vmall
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.honor.club
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.welinknow
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.smarthome
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.search
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.fastapp
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiai
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.printservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.mediacontroller
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hiview
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.mycenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.health
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> cn.honor.qinxuan
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.pengine
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.famanager
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.internal.display.cutout.emulation.wide
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.internal.display.cutout.emulation.narrow
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.internal.display.cutout.emulation.tall
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.meetime
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.suggestion.hm.overlay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hicloud
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.searchservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.educenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwvoipservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.search
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.suggestion
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.audioaccessorymanager
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.suggestion.overlay
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.suggestion
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.pcassistant
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.controlcenter
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.unionpay.tsmservice
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.ohos.inputmethod
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.featurelayer.sharedfeature.map
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com..hihonor.vmall
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hicard
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.hwupgradeguide
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.calendar
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.providers.calendar
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.android.totemweather
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.keychain
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.trustagent
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.printservice.recommendation
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.huawei.hwstartupguide
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.syncadapters.contacts
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.wallpaperbackup
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstall complete&lt;span style="color:#f92672">!&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo. &lt;span style="color:#f92672">&amp;amp;&lt;/span> pause
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>卸载谷歌套件&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-c" data-lang="c">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#960050;background-color:#1e0010">@&lt;/span>echo off
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstalling, please wait...
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.android.vending
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.partnersetup
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.gsf
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.overlay.gmsconfig
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.gms.policy_sidecar_aps
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.onetimeinitializer
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>adb shell pm uninstall &lt;span style="color:#f92672">--&lt;/span>user &lt;span style="color:#ae81ff">0&lt;/span> com.google.android.gms
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo Uninstall complete&lt;span style="color:#f92672">!&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>echo. &lt;span style="color:#f92672">&amp;amp;&lt;/span> pause
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item></channel></rss>