2

I want to debug android applications with my Samsung Galaxy SII in eclipse with Debian as an operation system. Eclipse is not able to detect my phone and I can't access my phone in Debian (e.g. to transfer files). Eclipse is able to detect a device but the name is unknown.

Eclipse Screenshot

I guess this happens because I don't have any drivers installed but I can't find Samsung Galaxy SII drivers for Linux.

I would be glad if someone can help me.

Edit:
When I run the command adb devices it prints:
??????????? no permissions

LucasMoody
  • 403
  • 4
  • 10
  • check if you os has drivers to support your phone – Raghunandan Mar 29 '13 at 17:22
  • I think there are no drivers installed for my phone and I can't find any on the internet. Or how can I check whether there are drivers on my os? I'm new to linux (debian). – LucasMoody Mar 29 '13 at 17:34
  • It would be new that on Linux there are any drivers required. Is your phone visible to adb? What does `adb devices` report? – mikyra Mar 29 '13 at 17:39

1 Answers1

3

I don't have a SII but an older Samsung Model that works pretty well on debian.

Are you sure that you:

  • enabled USB Debugging on your phone?

    This setting should be somewhere below Development

  • created an udev rule for your device?

    As described here http://developer.android.com/tools/device.html if it's a Samsung the vendor id should be "04e8" but better check that yourself.

mikyra
  • 10,077
  • 1
  • 40
  • 41