Home > Mobile >  Android not connecting to pc (ADB)
Android not connecting to pc (ADB)

Time:08-29

I have been trying to contact my Huawei phone to pc but there is some problem. I turned on USB debugging and also turned on Allow ADB debugging in charge-only mode but still, this problem persists. I plugged in the USB cable into a different USB port but still, I can't connect my phone to pc.

CodePudding user response:

I will advise you to try with the USB mode (Transferring media files via USB). USB debugging is a feature which allow developer to debug/run application on physical android device. So, this includes file transfer between pc and your device. If the problem still persists, please check the USB cable.

[This article][1] is an official documentation from google. I hope it will give you more insights about USB debugging.

CodePudding user response:

Try to Enable the following:

  • Always prompt when connecting to USB.
  • Allow ADB debugging in charge only mode.
  • Verify apps over USB.
  • Increase readability under sunlight.
  • Related