Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux Development/Deployment for Samsung Galaxy S3

I'm using a Linux system (Xubuntu) to develop an Android app. I am using Eclipse to develop this app. I would like to be able to test on my Samsung Galaxy S3, but Eclipse cannot seem to find my device. There is nothing listed under the "Choose a running Android device" section.

I searched Samsung's website for USB drivers to the Galaxy S3, but I found none for Linux - only Windows and Mac. Where's the love for us Linux users? It seems absurd that there would be no USB driver for a Linux system to communicate with a Linux-based device. Is there a driver that I can use?

like image 206
Blake Beaupain Avatar asked Jul 31 '12 07:07

Blake Beaupain


1 Answers

Did you try

adb kill-server

adb start-server

It is required to do the above in Linux. And also you should be logged in as root user,

https://stackoverflow.com/a/3129903/603744

Or if by any chance you haven't seen this question ,

Samsung Galaxy 7" (GT-P6210) not detecting for USB debugging?

like image 157
Andro Selva Avatar answered Sep 19 '22 19:09

Andro Selva