I want to debug a mobile application in my device. I installed adb
but it wasn't recognizing my phone.
What I already did :
- I activated developer mode;
- I checked
USB debugging
; - I checked
stay awake
; - I checked
Allow ADB debugging in charge only mode
. (if that matters).
I know my cable can be used to debug as it has been previously used by a friend of mine to debug using his own devices.
After some research, I found that Windows 8.1 doesn't have an out-of-the-box driver for honor 8X, so I installed one following this tutorial and it was recognized in Windows' Device Manager.
Nevertheless, my phone wasn't recognized and I tried every "input method" possible:
- Transfer photos;
- Transfer files;
- Charge only;
- Input MDI.
Everytime I change this setting I do :
adb kill-server
adb devices
(it automatically runsadb start-server
under the hood)
But I get the same output everytime :
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
Where can the problem be ?