[android-developers] Re: how to use adb tool on SAMSUNG GALAXY?

2009-07-14 Thread Da Yang
OK. There is only one way to test my camera application. use any APK
Installer install the apk, though it's not handy, it's the solution in the
moment.
But thank you for your answers. Maybe i want to write to SAMSUNG development
group, and ask for a right adb if they do have one.

On Tue, Jul 14, 2009 at 6:11 PM, David Turner di...@android.com wrote:

 You need a different version of ADB to access this phone at the moment.
 A future release of the SDK will provide an ADB binary that should be able
 to do that, but this is not available yet as far as I know.

 You're quite on the bleeding edge, aren't you ;-)


 On Tue, Jul 14, 2009 at 6:05 PM, legerb drim...@gmail.com wrote:


 Hey,
 I just got this device too. Trying to figure out how to debug on
 device too.
 According this
 http://groups.google.com/group/android-beginners/browse_thread/thread/167b279683bddc8a
 Samsung have their own adb.
 Please update the thread if you've got any progress :)

 thanks ahead!

 On Jul 11, 10:54 pm, da yang daboil...@googlemail.com wrote:
  Hi
  i got this new mobilephone this week in Germany, wanted to debug my
  program on the device. but it doesn't work, c:\adbdevices lists
  no device attached, though i have tried to change the
  android_usb.inf in order to install the usb driver from SDK.
  i added some entries as follows:
  under
  [Google.NTx86]
 
  ; HTC DREAM
  ...
 
  ; SAMSUNGGALAXY
  %USB\VID_04E8PID_6640.
  DeviceDescRelease%=androidusb.Dev, USB
  \VID_04E8PID_6640
  %USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
  \VID_04E8PID_6640MI_01
  %USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
  \VID_04E8PID_6640
 
  and [Strings]:
 
  USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNGGALAXY
  USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNGGALAXY
  CompositeADBInterface
  USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNGGALAXYBootloader
 
  i got only one VID and one PID through
  USBVIEW, though for HTC DREAM there are different PIDs used.
  Theadbinterface got installed, butadbjust didn't work.
 
  later i also tried to use the device under linux, set up the device as
  in Dev guide:
 
  If you're developing on Ubuntu Linux, you need to add a rules file:
 
 1. Login as root and create this file: /etc/udev/rules.d/51-
  android.rules.
 
For Gusty/Hardy, edit the file to read:
SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666
 
For Dapper, edit the file to read:
SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
 2. Now execute:
chmod a+rx /etc/udev/rules.d/51-android.rules
 
  adbdevices listed nothing as well. : (
 
  open a terminal on the device, with ps, i guess theadbdaemon
  adbd is running.
  but theadbtool just doesn't work.
 
  Can someone help me?
 
  thanks da



 



-- 

Da Yang
daboil...@gmail.com

--~--~-~--~~~---~--~~
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] how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread da yang


Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added some entries as follows:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.
DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
The adb interface got installed, but adb just didn't work.

later i also tried to use the device under linux, set up the device as
in Dev guide:

If you're developing on Ubuntu Linux, you need to add a rules file:

   1. Login as root and create this file: /etc/udev/rules.d/51-
android.rules.

  For Gusty/Hardy, edit the file to read:
  SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666

  For Dapper, edit the file to read:
  SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
   2. Now execute:
  chmod a+rx /etc/udev/rules.d/51-android.rules

adb devices listed nothing as well. : (

open a terminal on the device, with ps, i guess the adb daemon
adbd is running.
but the adb tool just doesn't work.

Can someone help me?

thanks da

--~--~-~--~~~---~--~~
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] How to run the program on the new SAMSUNG GALAXY under windows XP

2009-07-13 Thread da yang

Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added these:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i suppose i use the wrong PID. i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
i never tried to use the device under linux, maybe it works, maybe
also problematic. can someone tell me. but it's better to find out how
to do under windows xp for me.
Can someone help?

thanks da







--~--~-~--~~~---~--~~
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] How to run the program on the new SAMSUNG GALAXY under windows XP

2009-07-13 Thread da yang

Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added these:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i suppose i use the wrong PID. i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
i never tried to use the device under linux, maybe it works, maybe
also problematic. can someone tell me. but it's better to find out how
to do under windows xp for me.
Can someone help?

thanks da






--~--~-~--~~~---~--~~
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] how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread da yang

Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added some entries as follows:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.
DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
The adb interface got installed, but adb just didn't work.

later i also tried to use the device under linux, set up the device as
in Dev guide:

If you're developing on Ubuntu Linux, you need to add a rules file:

   1. Login as root and create this file: /etc/udev/rules.d/51-
android.rules.

  For Gusty/Hardy, edit the file to read:
  SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666

  For Dapper, edit the file to read:
  SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
   2. Now execute:
  chmod a+rx /etc/udev/rules.d/51-android.rules

adb devices listed nothing as well. : (

open a terminal on the device, with ps, i guess the adb daemon
adbd is running.
but the adb tool just doesn't work.

Can someone help me?

thanks da

--~--~-~--~~~---~--~~
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: Able to use T-Mobile G1 without contract for application testing?

2009-07-13 Thread da yang

i don't think one can use samsung i7500 as a development device. i
can't use adb tool to connect the device under windows xp and ubuntu,
so i am looking for getting a g1.

On Jun 16, 8:06 pm, Delta Foxtrot deltafoxtrot...@gmail.com wrote:
 2009/6/16 dindin dinesh.nadara...@gmail.com



  I don't have T-Mobile but ATT. I want to get an unlocked Android
  Phone (thinking of the new Samsung i7500 or the G2). Can I use that as
  a development device to test my applications? Will it even work on
  another GSM carrier?

 Running apps on Android doesn't depend on carriers, unless you want to test
 data networking, in any case I'd get something other than the HTC Dream/G1
 for ATT if you want data cause ATT EDGE is so slow it's not funny... The
 HTC Magic supposedly does 900Mhz which I think ATT runs 3G over... so will
 the i7500 and no doubt countless other devices once they start shipping...

--~--~-~--~~~---~--~~
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] how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread Da Yang
Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added some entries as follows:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
The adb interface got installed, but adb just didn't work.

later i also tried to use the device under linux, set up the device as in
Dev guide:

If you're developing on Ubuntu Linux, you need to add a rules file:

   1. Login as root and create this file: /etc/udev/rules.d/51-android.rules.


   For Gusty/Hardy, edit the file to read:
   SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666

   For Dapper, edit the file to read:
   SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
   2. Now execute:
   chmod a+rx /etc/udev/rules.d/51-android.rules

adb devices listed nothing as well. : (

open a terminal on the device, with ps, i guess the adb daemon adbd is
running.
but the adb tool just doesn't work.

Can someone help me?

thanks da

--~--~-~--~~~---~--~~
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] how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread Da Yang
Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added some entries as follows:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
The adb interface got installed, but adb just didn't work.

later i also tried to use the device under linux, set up the device as in
Dev guide:

If you're developing on Ubuntu Linux, you need to add a rules file:

   1. Login as root and create this file: /etc/udev/rules.d/51-android.rules.


   For Gusty/Hardy, edit the file to read:
   SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666

   For Dapper, edit the file to read:
   SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
   2. Now execute:
   chmod a+rx /etc/udev/rules.d/51-android.rules

adb devices listed nothing as well. : (

open a terminal on the device, with ps, i guess the adb daemon adbd is
running.
but the adb tool just doesn't work.

Can someone help me?

thanks da

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---