I'm running adb on ubuntu, and my app (that I'd like to test) on a Galaxy S3. Got my S3 in debugging mode, I've edited /lib/udev/rules.d/51.android and .android files, restarted adb, and my laptop, but no luck. Any ideas what I might be doing wrong?
Asked
Active
Viewed 159 times
0
-
Is your laptop having device driver for particular device? – Giru Bhai Jun 22 '14 at 07:57
-
I'm on linux. `lsusb` returns Bus 003 Device 003: ID 04e7:6680 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II], GT-I9300 Phone [Galaxy S III], GT-P7500 [Galaxy Tab 10.1] – Costa Michailidis Jun 22 '14 at 16:10
1 Answers
-1
Try this on command prompt:
sudo -s
adb kill-server
adb start-server
Some more things you can try as I often find this helpful.
Check the Data Card, it might have problem. Plug the data card to another port on the system.

Hemant Patel
- 3,160
- 1
- 20
- 29