小米手機(jī)在國產(chǎn)手機(jī)里面是可以的,都有賣四五千元的高端機(jī)了,,走高端技能路線去了,,性價(jià)比就留給紅米手機(jī)了,但是都一樣,,系統(tǒng)原生內(nèi)置了許多廣告,,加上安裝的一些軟件,廣告真是無孔不入,,可能大部人都習(xí)慣了各種APP廣告,,我是忍受不了,APP內(nèi)置廣告就算了,,但是小米把廣告內(nèi)置到系統(tǒng)里面,,這個(gè)就過分了,這些軟件是不能直接手動(dòng)卸載,,這樣就很煩,,我研究一段時(shí)間,發(fā)現(xiàn)有許多廣告是可以關(guān)閉和卸載的,,我發(fā)帖記錄一下,,不是黑小米,我也是米粉,,大家覺得有用的話也試試,,畢竟誰也不喜歡自己的手機(jī)廣告滿天飛,大家按以下五步設(shè)置后基本上就可以得到一個(gè)清爽的系統(tǒng),不過不通的系統(tǒng)和手機(jī)可能有所區(qū)別,,但都大同小異,。 一.關(guān)閉系統(tǒng)廣告 打開設(shè)置->點(diǎn)擊自己的小米賬號->點(diǎn)擊聲明與條款->點(diǎn)擊系統(tǒng)廣告,然后關(guān)閉這個(gè)選項(xiàng),,系統(tǒng)就少了許多廣告,,但是系統(tǒng)通知還是會(huì)有許多無關(guān)的通知或者廣告通知,繼續(xù)下一步,。 二.關(guān)閉不需要的系統(tǒng)通知 打開設(shè)置->點(diǎn)擊通知與控制中心->通知管理,這里除了小米系統(tǒng)不讓你關(guān)掉的通知,,其它APP基本上都可以關(guān)掉,這里操作了后熱鬧的系統(tǒng)終于清靜了不少,。也可以選擇性地允許某個(gè)APP鎖屏通知,,懸浮通知,,或桌角通知。 三.關(guān)閉小米桌面的上滑 打開設(shè)置->點(diǎn)擊桌面->點(diǎn)擊桌面模式,,把桌面上滑的內(nèi)容選擇到 無,,這樣任務(wù)切換的時(shí)候就不會(huì)誤操作 四.關(guān)閉桌面桌左滑 打開設(shè)置->點(diǎn)擊桌面->關(guān)閉智能助理和桌面搜索框,這里吐槽一下,,我感覺這些上滑出來和左滑出來多余的桌面其實(shí)沒啥用,,到是廣告一大堆,如果真的為用戶考慮,,應(yīng)該默認(rèn)關(guān)閉,,有需要再去打開嘛,這些東西打開后還影響操控體驗(yàn),,本來我要打開內(nèi)容中心,,結(jié)果把內(nèi)中中心弄出來,順便看看廣告,,本來在桌面左滑切換桌面,結(jié)果把所謂的“智能助理”劃出來,,也順便看看廣告,,這樣體驗(yàn)切實(shí)不太好。 五.卸載系統(tǒng)系統(tǒng)多余軟件 這個(gè)沒啥好說的,,小米全家桶APP,,小米內(nèi)置的這些APP我想大多數(shù)人都應(yīng)該用不到吧。我反正是完全用不到,,也不需要,,留著就是浪費(fèi)手機(jī)空間,所以還不如把它卸載了,,惡心就惡心在這里,,不能直接卸載,這樣就很煩,,還是的打開開發(fā)者選項(xiàng),,用ADB命令卸載,普用戶估計(jì)都不會(huì)操作,,唉,。。,。,。。,。,。怎連接ADB我就不多說了,,網(wǎng)上教程一大堆,我就直接貼命令吧,,因?yàn)槲易龀闪藀ython程序一鍵卸載,,大家如果是單獨(dú)輸入命令,就復(fù)制中間的命令到ADB窗口運(yùn)行即可,,python一鍵卸載工具及ABD工具地址: 鏈接: --來自百度網(wǎng)盤超級會(huì)員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 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 print(str) os.system(str) str='adb shell pm uninstall --user 0 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'#米連服務(wù) 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 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'#個(gè)性主題管理 print(str) os.system(str) str='adb shell pm uninstall --user 0 com.android.wallpaper'#動(dòng)態(tài)壁紙 print(str) os.system(str) str='adb shell pm uninstall --user 0 print(str) os.system(str) str='adb shell pm uninstall --user 0 com.miui.huanji'#小米換機(jī) print(str) os.system(str) #str='adb shell pm uninstall --user 0 #print(str) #os.system(str) str='adb shell pm uninstall --user 0 com.miui.miservice'#服務(wù)與反饋 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) |
|