[操作疑難] 識刷小米的高手請入來,Adb小米手機無win7的driver,求解決方法

想用adb 去處理多餘的apk 但係用adb devices 揾唔到device ,問題是無
Driver 在 win7 所以detect唔到,求解決方法
我是參考以下的教學時遇到這個問題

Method#2 ADB command line​


To be able to execute ADB commands, you must download and set up the latest SDK Platform Tools on your computer.
Extract the downloaded ‘platform-tools-latest-windows.zip‘ and open the folder.
Launch the Command Prompt via the Windows context menu by pressing the Shift key + Right-click button on the mouse.
Now type the following command in the cmd window and Allow USB debugging to authorize ADB when prompted.
adb devices
allow usb debugging on xiaomi - If you see the ‘list of attached devices’ message, it means your Xiaomi or Redmi phone is successfully connected.
Now, execute the command
Code:
adb shell
When you get your phone’s codename on the cmd screen, run the command mentioned. Don’t forget to replace <package name> with the package name of the system app you want to uninstall just check The List
PHP:
pm uninstall --user 0 <package name>

咩機。
小米自己個網應該會有  driver
再唔係裝哂成個 pcsuit, 就裝到 driver.


via HKEPC Reader for Android

TOP

刷機工具裡面都會有 adb driver
https://web.vip.miui.com/page/in ... p_version=dev.20051

唔係就用 Google Official 既 adb driver
https://developer.android.com/studio/run/win-usb

TOP

咩機。
小米自己個網應該會有  driver
再唔係裝哂成個 pcsuit, 就裝到 driver.


via HKEPC Reader for And ...
kichiku 發表於 2022-4-16 04:26



    多謝你,我參考你的教學而家整緊,遲啲覆你得唔得呀

TOP

刷機工具裡面都會有 adb driver


唔係就用 Google Official 既 adb driver
日本啟人 發表於 2022-4-16 13:22



        多謝你,我參考你的教學而家整緊,遲啲覆你得唔得呀 X2

TOP

我花左兩日時間停留在呢個步驟,希望能夠解決問題!

TOP

刷機工具裡面都會有 adb driver


唔係就用 Google Official 既 adb driver
日本啟人 發表於 2022-4-16 13:22
多謝2位師兄的教學,現在己經成功adb到個小米手機,但是遇到2個問題想問下
1,用pm list packages 後 ,睇到好多apk,但是找不到com.google.andorid.youtube ,但是手機又有係到,原因是甚麽?
2,com.xiaomi.simactivate.service (小米sim卡啟動服務) ,如果disable之後,手機功能會否正常運作,有冇風險?

TOP

1. typo com.google.android.youtube
2. 試吓囉,有問題adb enable返佢

TOP