撿到一臺小米2sc在recovery模式清除數(shù)據(jù)恢復(fù)出廠設(shè)置以后開機聯(lián)網(wǎng)會提示賬號鎖,如圖
解決辦法:
- 不想刷機,進recovery清除數(shù)據(jù)证杭,關(guān)閉網(wǎng)絡(luò)進入系統(tǒng),打開開發(fā)者模式妒御,打開usb調(diào)試模式解愤,然后電腦連接手機通過adb卸載查找手機應(yīng)用后再聯(lián)網(wǎng)
adb shell
pm list packages | grep -E "find"
pm uninstall --user 0 com.xiaomi.finddevice
- 刷機,miui5版本乎莉,或者開發(fā)者版本root后手機卸載查找手機應(yīng)用送讲,或者第三方系統(tǒng)比如魔趣,奇兔刷機比較方便
其他可以卸載的系統(tǒng)應(yīng)用
adb shell pm uninstall --user 0 com.miui.systemAdSolution(小米系統(tǒng)廣告解決方案惋啃,必刪)
adb shell pm uninstall --user 0 com.miui.analytics(小米廣告分析哼鬓,必刪)
adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service (小米游戲中心服務(wù))
adb shell pm uninstall --user 0 com.xiaomi.gamecenter (小米游戲中心)
adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi (搜狗輸入法)
adb shell pm uninstall --user 0 com.miui.player (小米音樂)
adb shell pm uninstall --user 0 com.miui.video (小米視頻)
adb shell pm uninstall --user 0 com.miui.notes (小米便簽)
adb shell pm uninstall --user 0 com.miui.translation.youdao (有道翻譯)
adb shell pm uninstall --user 0 com.miui.translation.kingsoft (金山翻譯)
adb shell pm uninstall --user 0 com.android.email (郵件)
adb shell pm uninstall --user 0 com.xiaomi.scanner (小米掃描)
adb shell pm uninstall --user 0 com.miui.hybrid (混合器)
adb shell pm uninstall --user 0 com.miui.bugreport (bug 反饋)
adb shell pm uninstall --user 0 com.milink.service (米連服務(wù))
adb shell pm uninstall --user 0 com.android.browser (瀏覽器)
adb shell pm uninstall --user 0 com.miui.gallery (相冊)
adb shell pm uninstall --user 0 com.miui.yellowpage (黃頁)
adb shell pm uninstall --user 0 com.xiaomi.midrop (小米快傳)
adb shell pm uninstall --user 0 com.miui.virtualsim (小米虛擬器)
adb shell pm uninstall --user 0 com.xiaomi.payment (小米支付)
adb shell pm uninstall --user 0 com.mipay.wallet (小米錢包)
adb shell pm uninstall --user 0 com.android.soundrecorder (錄音機)
adb shell pm uninstall --user 0 com.miui.screenrecorder (屏幕錄制)
adb shell pm uninstall --user 0 com.android.wallpaper (壁紙)
adb shell pm uninstall --user 0 com.miui.voiceassist (語音助手)
adb shell pm uninstall --user 0 com.miui.fm (收音機)
adb shell pm uninstall --user 0 com.miui.touchassistant (懸浮球)
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver (小米廣播)
adb shell pm uninstall --user 0 com.xiaomi.mitunes (小米助手)
adb shell pm uninstall --user 0 com.xiaomi.pass (小米卡包)
adb shell pm uninstall --user 0 com.android.thememanager (個性主題管理)
adb shell pm uninstall --user 0 com.android.wallpaper (動態(tài)壁紙)
adb shell pm uninstall --user 0 com.android.wallpaper.livepicker (動態(tài)壁紙獲取)
adb shell pm uninstall --user 0 com.miui.klo.bugreport (KLO bug 反饋)
image.png