I have a problem of debugging samsung tablet device on my ubuntu. in My case I am using:
when I connect my device to my ubuntu computer the command "adb devices" as show "??????????? device", then i cannot debug or install my application on the device. it was working for Samsung Tablet 8.9 and 10.1. I try to do something as below:
All of these solution is not work and I have notice that when the device is turn off and connected to my computer while is charge, the command "adb devices" is list as normal like "2E83E... device" and also the same as when I turn it on while device is in bootloader, after the device ready the command "adb devices" is show above which I cannot do anything with that device.
I wonder if there are any trick or something that I have to do with android-sdk or with my ubuntu to solve this problem.
Thanks you very much for adviser.
Thanks Veasna.
I recently had to debug an application running on GT-P6200 (that should be 7.0 Plus) and had the same kind of problem: it just won't show up in adb.
Every now and then it would, without me doing anything special. There are a lot of people complaining about that on the Internet and nobody has a working solution or a workaround.
I suspect it is some kind of a bug in Samsung firmware, and there is not much we can do about it until Samsung decides developers are important and fixes that problem.
(Perhaps that will happen if and when they release the ICS upgrade for that tablet.)