[android-developers] Re: adb can't list my attached device

2010-03-09 Thread Micha.Otto.de
See my experience to connect a Samsung Galaxy with adb on Windows XP:

I installed Samsung's New PC Studio (NPS) including its drivers.
I suppose, USB debugging has to be switched off for this application.

After updating USB drivers from Eclipse SDK (--android-sdk-
windows-1.6_r1/usb_driver/),
I added the following Galaxy entries to both sections [Google.NTx86]
and [Google.NTamd64] in android_winusb.inf:
; SAMSUNG Galaxy
%SingleAdbInterface%= USB_Install, USB\VID_04e8PID_6640
%CompositeAdbInterface% = USB_Install, USB\VID_04e8PID_6640MI_04
%SingleBootLoaderInterface% = USB_Install, USB\VID_04e8PID_0FFF

I connected the Galaxy with USB debugging switched on and installed
the Eclipse SDK drivers.
(However this did not work until I deleted the existing drivers,
rebooted Windows,
and then installed the Eclipse SDK drivers. Maybe this last step was
necessary only
because I installed Samsung's NPS drivers with USB debugging switched
on before.)

Now I can access my Galaxy with the regular adb (and need NPS no
more).

BTW: with the help from http://samsung-firmware.webs.com I could
install Android 1.6
on my Galaxy -- and run my applications including OpenGL ES (:-o)
(I am so proud!)

On Mar 3, 10:54 pm, A R amit.r...@gmail.com wrote:
 In the link given by colin, SYSFS{idVendor}==0bb4 here 0bb4 is HTC's
 vendor id. If I am trying to connect a non HTC phone just changing the
 idVendor does not work. Device is still not identified. Any pointers?

 http://skoroneos.blogspot.com/2009/11/setting-up-android-sdk-on-ubunt...
 talks about Samsung galaxy, it says we need customadb.

 I am trying with kyocera usind idVendor=0482 but no success.

 On Mar 4, 2:42 am, Zigurd zigurd.medni...@gmail.com wrote:

  colin.t...@gmail.com posted the link to the documentation, above. If,
  for some reason, that doesn't work on your Linux setup, you can try
  this, in your tools, directory:

  ./adbkill-server
  sudo ./adbstart-server

  Then start Eclipse.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-03-03 Thread aerosmith
Hi,

I have a similar issue but not the same. The issue is when my android
device boots up adb cannot detect the connected device. However when
the usb cable is connected and disconnected adb detects the connected
device. I am using ubuntu intrepid with the usb driver and android
2.1. Any suggestions are greatly appreciated. I have played around
with the rules file but to no affect.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-03-03 Thread Zigurd
colin.t...@gmail.com posted the link to the documentation, above. If,
for some reason, that doesn't work on your Linux setup, you can try
this, in your tools, directory:

./adb kill-server
sudo ./adb start-server

Then start Eclipse.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-03-03 Thread A R
In the link given by colin, SYSFS{idVendor}==0bb4 here 0bb4 is HTC's
vendor id. If I am trying to connect a non HTC phone just changing the
idVendor does not work. Device is still not identified. Any pointers?

http://skoroneos.blogspot.com/2009/11/setting-up-android-sdk-on-ubuntu-for.html
talks about Samsung galaxy, it says we need custom adb.

I am trying with kyocera usind idVendor=0482 but no success.

On Mar 4, 2:42 am, Zigurd zigurd.medni...@gmail.com wrote:
 colin.t...@gmail.com posted the link to the documentation, above. If,
 for some reason, that doesn't work on your Linux setup, you can try
 this, in your tools, directory:

 ./adb kill-server
 sudo ./adb start-server

 Then start Eclipse.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-02-16 Thread colin.t...@gmail.com
Are you using Linux, Mac or Windows ?

If  you are using Windows, there is a USB driver.
If you are using a Mac, then it should just work.
If you are using  Linux, then you have to add a to the udev
configuration.  The docs have a good explaination of all of this here:

http://developer.android.com/guide/developing/device.html

I can confirm the instructions for linux work fine.

C

On Feb 15, 6:18 am, zeeshan genx...@gmail.com wrote:
 I tried the same but still cant see my devices in attached device
 list.

 i am using sony Ericsson Experia device.
 do i need to install any driver ?

 On Feb 13, 6:41 pm, deeMurthy darshana.mur...@wipro.com wrote:



  Its possible that the server is not running or there is some error
  w.r.t. it.U can try :
       adb kill-server 
       adb start-server commands to restart it. This works for HTC
  phones and the emulator.

  On Feb 12, 4:29 am,zeeshangenx...@gmail.com wrote:

   Hi Dear,

   i am trying to install an app to my Android Sony Ericsson Xperia
   device but not able to connect it to adb.
   i can access phone's sdcard drive in windows but adb devices command
   doesn't show any device connected, not even through eclipse.

   i figured out that i need to install device driver. tried android usb
   driver but it doesn't seem to pick up for Xperia.
   could anyone guide how can i connect my device to adb?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-02-16 Thread Anthoni
Sorry to interject, but I've done a google search on the Experia and
it claims that it is a Windows Mobile and not an Android one.

Perhaps this is the reason that adb can not see the device ?

Just my .02 cents worth

Regards
Anthoni

On Feb 16, 3:49 am, colin.t...@gmail.com colin.t...@gmail.com
wrote:
 Are you using Linux, Mac or Windows ?

 If  you are using Windows, there is a USB driver.
 If you are using a Mac, then it should just work.
 If you are using  Linux, then you have to add a to the udev
 configuration.  The docs have a good explaination of all of this here:

 http://developer.android.com/guide/developing/device.html

 I can confirm the instructions for linux work fine.

 C

 On Feb 15, 6:18 am, zeeshan genx...@gmail.com wrote:

  I tried the same but still cant see my devices in attached device
  list.

  i am using sony Ericsson Experia device.
  do i need to install any driver ?

  On Feb 13, 6:41 pm, deeMurthy darshana.mur...@wipro.com wrote:

   Its possible that the server is not running or there is some error
   w.r.t. it.U can try :
        adb kill-server 
        adb start-server commands to restart it. This works for HTC
   phones and the emulator.

   On Feb 12, 4:29 am,zeeshangenx...@gmail.com wrote:

Hi Dear,

i am trying to install an app to my Android Sony Ericsson Xperia
device but not able to connect it to adb.
i can access phone's sdcard drive in windows but adb devices command
doesn't show any device connected, not even through eclipse.

i figured out that i need to install device driver. tried android usb
driver but it doesn't seem to pick up for Xperia.
could anyone guide how can i connect my device to adb?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-02-16 Thread Richard Kasperowski
Try adb usb, which restarts the adbd daemon listening on USB.



On Feb 11, 6:29 pm, zeeshan genx...@gmail.com wrote:
 Hi Dear,

 i am trying to install an app to my Android Sony Ericsson Xperia
 device but not able to connect it to adb.
 i can access phone's sdcard drive in windows but adb devices command
 doesn't show any device connected, not even through eclipse.

 i figured out that i need to install device driver. tried android usb
 driver but it doesn't seem to pick up for Xperia.
 could anyone guide how can i connect my device to adb?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-02-15 Thread zeeshan
I tried the same but still cant see my devices in attached device
list.

i am using sony Ericsson Experia device.
do i need to install any driver ?

On Feb 13, 6:41 pm, deeMurthy darshana.mur...@wipro.com wrote:
 Its possible that the server is not running or there is some error
 w.r.t. it.U can try :
      adb kill-server 
      adb start-server commands to restart it. This works for HTC
 phones and the emulator.

 On Feb 12, 4:29 am,zeeshangenx...@gmail.com wrote:

  Hi Dear,

  i am trying to install an app to my Android Sony Ericsson Xperia
  device but not able to connect it to adb.
  i can access phone's sdcard drive in windows but adb devices command
  doesn't show any device connected, not even through eclipse.

  i figured out that i need to install device driver. tried android usb
  driver but it doesn't seem to pick up for Xperia.
  could anyone guide how can i connect my device to adb?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: adb can't list my attached device

2010-02-13 Thread deeMurthy
Its possible that the server is not running or there is some error
w.r.t. it.U can try :
 adb kill-server 
 adb start-server commands to restart it. This works for HTC
phones and the emulator.

On Feb 12, 4:29 am, zeeshan genx...@gmail.com wrote:
 Hi Dear,

 i am trying to install an app to my Android Sony Ericsson Xperia
 device but not able to connect it to adb.
 i can access phone's sdcard drive in windows but adb devices command
 doesn't show any device connected, not even through eclipse.

 i figured out that i need to install device driver. tried android usb
 driver but it doesn't seem to pick up for Xperia.
 could anyone guide how can i connect my device to adb?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en