ADB is not working with my phone. Even though its showing up in the list.

199 views Asked by At

So, I am running on a Brightspot (T-Mobile) Alcatel One Touch Fierce and Its registered on ADB just fine. Its not giving me any logs even though all the options are currently running for developer stuff.

Any ideas how to fix this?

1

There are 1 answers

1
Antrromet On BEST ANSWER

Firstly check if your device is getting listed by using the following command

adb devices

If yes, then also check if it is online. If no then try the solution given here. After that try to see the logs by issuing the proper command as given on the logcat developer website.