Linux ADB trouble

SikYou

Member
Dec 25, 2010
180
17
For some reason I can't get adb to recognize the s7 on my ubuntu machine, adb devices shows ??????? no permission. I have plenty of experience with adb and my other devies are working fine. I know I'm missing something simple but what? Thanks

rooted, busybox installed, debugging on

Sent from my Ideos S7
 

fluxxion

Member
Dec 8, 2010
10
0
with it plugged in, try adb kill-server, then adb-start-server, then check the devices again and it should show up
 

ivyvisors

Senior Member
Dec 29, 2010
233
52
try the following.

sudo ./adb start-server

then use adb as normal.

Sent from my Ideos S7 using Android Tablet Forum App
 

SikYou

Member
Dec 25, 2010
180
17
Thanks guys I figured it out a couple of days ago. I just had to add my device path to .basrc, I knew it was something simple. Now I just plug, cd, and ./adb ;)

Sent from my nonsensikal froyo
 
Top