九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
小米手機一鍵去除廣告和全家桶 提升系統(tǒng)性能

小米手機在國產(chǎn)手機里面是可以的,都有賣四五千元的高端機了,走高端技能路線去了,性價比就留給紅米手機了,但是都一樣,系統(tǒng)原生內(nèi)置了許多廣告,加上安裝的一些軟件,廣告真是無孔不入,可能大部人都習慣了各種APP廣告,我是忍受不了,APP內(nèi)置廣告就算了,但是小米把廣告內(nèi)置到系統(tǒng)里面,這個就過分了,這些軟件是不能直接手動卸載,這樣就很煩,我研究一段時間,發(fā)現(xiàn)有許多廣告是可以關閉和卸載的,我發(fā)帖記錄一下,不是黑小米,我也是米粉,大家覺得有用的話也試試,畢竟誰也不喜歡自己的手機廣告滿天飛,大家按以下五步設置后基本上就可以得到一個清爽的系統(tǒng),不過不通的系統(tǒng)和手機可能有所區(qū)別,但都大同小異。

一.關閉系統(tǒng)廣告

打開設置->點擊自己的小米賬號->點擊聲明與條款->點擊系統(tǒng)廣告,然后關閉這個選項,系統(tǒng)就少了許多廣告,但是系統(tǒng)通知還是會有許多無關的通知或者廣告通知,繼續(xù)下一步。

二.關閉不需要的系統(tǒng)通知

打開設置->點擊通知與控制中心->通知管理,這里除了小米系統(tǒng)不讓你關掉的通知,其它APP基本上都可以關掉,這里操作了后熱鬧的系統(tǒng)終于清靜了不少。也可以選擇性地允許某個APP鎖屏通知,懸浮通知,或桌角通知。

三.關閉小米桌面的上滑

打開設置->點擊桌面->點擊桌面模式,把桌面上滑的內(nèi)容選擇到 無,這樣任務切換的時候就不會誤操作

四.關閉桌面桌左滑

打開設置->點擊桌面->關閉智能助理和桌面搜索框,這里吐槽一下,我感覺這些上滑出來和左滑出來多余的桌面其實沒啥用,到是廣告一大堆,如果真的為用戶考慮,應該默認關閉,有需要再去打開嘛,這些東西打開后還影響操控體驗,本來我要打開內(nèi)容中心,結果把內(nèi)中中心弄出來,順便看看廣告,本來在桌面左滑切換桌面,結果把所謂的“智能助理”劃出來,也順便看看廣告,這樣體驗切實不太好。

五.卸載系統(tǒng)系統(tǒng)多余軟件

這個沒啥好說的,小米全家桶APP,小米內(nèi)置的這些APP我想大多數(shù)人都應該用不到吧。我反正是完全用不到,也不需要,留著就是浪費手機空間,所以還不如把它卸載了,惡心就惡心在這里,不能直接卸載,這樣就很煩,還是的打開開發(fā)者選項,用ADB命令卸載,普用戶估計都不會操作,唉。。。。。。。怎連接ADB我就不多說了,網(wǎng)上教程一大堆,我就直接貼命令吧,因為我做成了python程序一鍵卸載,大家如果是單獨輸入命令,就復制中間的命令到ADB窗口運行即可,python一鍵卸載工具及ABD工具地址: 鏈接:
https://pan.baidu.com/s/1T1QV8MHGWoiK2fNIxFjtdA

--來自百度網(wǎng)盤超級會員V6的分享

import os

str='adb root'

print(str)

os.system(str)

str='adb root'

print(str)

os.system(str)

str='adb remount'

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.systemAdSolution' #小米系統(tǒng)廣告解決方案,必刪

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.analytics' #小米廣告分析,必刪

print(str)

os.system(str)

str='adb shell pm uninstall --user 0
com.xiaomi.gamecenter.sdk.service' #小米游戲中心服務

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.gamecenter' #小米游戲中心

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.player' #小米音樂

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.video'#小米視頻

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.notes'#小米便簽

print(str)

os.system(str)

str='adb shell pm uninstall --user 0
com.miui.translation.youdao'#有道翻譯

print(str)

os.system(str)

str='adb shell pm uninstall --user 0
com.miui.translation.kingsoft'#金山翻譯

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.android.email'#郵件

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.scanner'#小米掃描

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.hybrid'#混合器

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.bugreport'#bug 反饋

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.milink.service'#米連服務

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.android.browser'#瀏覽器

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.yellowpage'#黃頁

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.midrop'#小米快傳

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.virtualsim'#小米虛擬器

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.payment'#小米支付

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.mipay.wallet'#小米錢包

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.android.wallpaper'#壁紙

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.voiceassist'#語音助手

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.touchassistant'#懸浮球

print(str)

os.system(str)

str='adb shell pm uninstall --user 0
com.android.cellbroadcastreceiver'#小米廣播

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.mitunes'#小米助手

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.pass'#小米卡包

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.android.thememanager'#個性主題管理

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.android.wallpaper'#動態(tài)壁紙

print(str)

os.system(str)

str='adb shell pm uninstall --user 0
com.android.wallpaper.livepicker'#動態(tài)壁紙獲取

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.huanji'#小米換機

print(str)

os.system(str)

#str='adb shell pm uninstall --user 0
com.duokan.phone.remotecontroller'#萬能遙控

#print(str)

#os.system(str)

str='adb shell pm uninstall --user 0 com.miui.miservice'#服務與反饋

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.xiaomi.vipaccount'

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.weather2'

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.miui.personalassistant'

print(str)

os.system(str)

str='adb shell pm uninstall --user 0 com.duokan.reader'

print(str)

os.system(str) 

本站僅提供存儲服務,所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
拋磚引玉,小米電視4A不ROOT刪除系統(tǒng)文件方法
Appium 解決部分機型 appium 安裝應用時需要手動確認的問題
【教程】無需root!卸載小米電視/盒子內(nèi)置應用竟如此簡單
使用python開發(fā)釘釘自動打卡程序(python自動化)
Python 如何刪除列表中的空值 | 列表
免Root卸載預置APP——完整版
更多類似文章 >>
生活服務
熱點新聞
分享 收藏 導長圖 關注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服