I get troubles connecting my android devices through USB debugging to my MacBook Pro.
ADB partially detect the android devices which is blinking a USB Debugging Popup
.
For information : I tried to change USB cables, adaptators, and reset to factory parameters the device, same problem. I tried with another Android phone (Huawei P20 PRO) and everything works perfectly.
So. I got a Mi 11 Lite 5G
for developping purposes, here is the specifications :
Android Version : 11 RKQ1.201112.002
MIUI Version : MIUI Global 12.5.6(RKIEUXM) Stable
Developper options : Activated
USB Debug : Activated
MIUI Optimisation : Desactivated
Reset to factory parameters
When connecting through USB Cables to my MacBook Pro and after typing adb devices
it start to blink "USB Debugging Popup" (here is a video : https://youtu.be/Jcn3Atfi7tU ). It doesn't blink if I didn't run adb devices
command. It stopped blinking if I play adb kill-server
(however, it restart again once I clicked on the device).
On my MacBook Pro, the command : adb devices
gave no devices connected.
Here is the version of ADB :
~ adb version
Android Debug Bridge version 1.0.41
Version 31.0.3-7562133
Installed as /usr/local/bin/adb
However, on Android Studio 2020.3.1 Patch 4
, here is what I got on the connection Assistant, the devices seems to be recognized for a milisecond each time (here is a video : https://www.loom.com/share/f70b27885d884cbdadcc5a7c4b56f7f6 ).
Assuming the USB Cable is OK, Adaptator is OK, Android Studio and ADB are updated, another Android Phone is detected, what is the problem with this Mi 11 Lite 5G
which was working like two month ago and doesn't have been touched since ?
adb kill-server
it's gonna stop blinking. If you enteradb devices
it's gonna infinity blink. – AslantVersion 32.0.0-8006631
of adb and running the same MIUI version. I'm working around using adb over WiFi, which works quite well. Once in a while I have to runadb kill-server
for the device to get discovered again. – Sylvester