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

2010-06-15 Thread Vinay S
Check for the driver.. I had the same problem with Galaxy. I found in one of the forums the link for custom driver and installed it.. That worked for me.. -Vinay On Jun 11, 2:16 am, Stu.Axon stu.a...@gmail.com wrote: This is driving me up the wall... I've been trying to get it working for 6

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

2010-06-15 Thread Dan Raaka
Install the USB drivers that come with the device .. -Dan On Jun 15, 2:03 am, Vinay S s.vinay@gmail.com wrote: Check for the driver.. I had the same problem withGalaxy. I found in one of the forums the link for custom driver and installed it.. That worked for me.. -Vinay On Jun

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

2009-10-19 Thread letroll
i'm french, so sorry for my poor english! I have find and it's work in windows seven and android sdk1.6. I have edit my usr driver and add : ; Samsung galaxy %CompositeAdbInterface% = USB_Install, USB\VID_04E8PID_6640MI_00 %SingleBootLoaderInterface% = USB_Install, USB\VID_04E8PID_6640MI_04

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

2009-08-24 Thread legerb
I have the latest SDK 1.5r3, modified the android_usb.inf and installed the usb driver. But still the device is not recognized by the ADB. If adb in r3 supports Samsung devices directly, then the problem is in the drivers? --~--~-~--~~~---~--~~ You received this

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

2009-08-21 Thread SAM
Hi, I tired all mention step above, but adb could not recognize my device.any other alternative steps.please help Rg, Shameem On Jul 29, 8:37 pm, TaoK t...@klerks.biz wrote: Hi, I got this working in windows XP (french), but not following any of the suggestions I have seen so

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

2009-08-06 Thread TaoK
Hi Johan, I was able to make the device show in fastboot mode in windows, doing the same as above, adding extra device IDs into the usb driver INF file - it's just that fastboot mode has YET ANOTHER device ID, so when the device is in fastboot mode windows shows you the new hardware wizard, you

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

2009-08-03 Thread arnouf
It's a real headache this samsung on Linux! I tried a lot of stuff too, but Galaxy is never found by adb...:( On Jul 31, 11:00 pm, mobidroid.com fleg...@gmail.com wrote: Hi there, Not much success with the galaxy and adb :( I'm under ubuntu 8.10 here are my question: The step in

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

2009-07-31 Thread Johan
Just one question, has anyone successfully gotten fastboot devices to show anything in windows (during the tiny time-frame that the phone actually is in fastboot mode)? I only got it to work on my Mac and have heard people doing it using different Linux dists, but never Windows :s

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

2009-07-31 Thread mobidroid.com
Hi there, Not much success with the galaxy and adb :( I'm under ubuntu 8.10 here are my question: The step in : http://developer.android.com/intl/de/guide/developing/device.html Talk about creating the file 51: /etc/udev/rules.d/51-android.rules and chmod file 50: chmod a+rx

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

2009-07-30 Thread TaoK
Hi, I got this working in windows XP (french), but not following any of the suggestions I have seen so far exactly: 1) Set the device in debug mode, under applications (mentioned everywhere, clearly required) 2) Install Samsung New PC Studio (not sure this actually did anything useful...) 3)

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

2009-07-28 Thread f_heft
Hello, it seems like most of the users in the german android-hilfe.de board got it running perfectly under nearly every windows operating system (XP, Vista 32/64, Win7 32/64). I thought I were the only one who has still problems. I tried it so many times, uninstalled all old drivers, tried new

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

2009-07-26 Thread Chris R.
Okay, I had time to check right now and with the patched ADB as well as with the unpatched (sdk r3 only!) version work fine under OpenSuSE 11.1 with the rule that I emailed earlier. Make sure to restart the computer so that the new Udev rules are taken into consideration. On Jul 24, 1:22 am,

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

2009-07-26 Thread Akex
Hi, @Xavier : Seems the adb of r3 doesn't work perfectly for Samsung. Tried on Xp and seven After tweaking the .inf file to install drivers for my Samsung i7500 (otherwise Windows doesn't accept the drivers), I can't manage to make my phone visible under ddms (Under Windows XP). I have the

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

2009-07-23 Thread Olaf Geibig
My mini howto works with ubuntu. Maybe the udev rule is not needed or must be different for open suse. Please read the docs at http://developer.android.com/intl/de/guide/developing/device.html and search the web for developing android under open suse. You just have to change two things to make it

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

2009-07-23 Thread dan raaka
android update adb is highly misleading .. at the source level .. essentially android script it being triggered to parse the addon directory for SDK-addon created by OEM, in that it is looking for ini file which specifies the vendor id. However, as a special case the SDK r3 version already has

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

2009-07-23 Thread Chris R.
I will let the group know if I manage to develop on my samsung phone. However I just checked and am using the android sdk 1.5 r3. Juat to check the update patch. I need is not in the current 1.5 r3 android sdk release. P.s.: just realized there is no android specific layout on Google groups. On

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

2009-07-21 Thread Olaf Geibig
@Xavier unfortunately adb from r3 does not work under Linux. It does not see the device. From other Samsung owners I read that it works fine under Windows. When I replaced the binary with the patched one, everything started to work. It must be his changes to usb_linux.c which are doing the trick.

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

2009-07-20 Thread Olaf Geibig
Solved!!! Flori7500 from the German andoid community had fixed the linux adb issue. See his changeset: https://review.source.android.com/#change,10728 Looks like he didn't notice the actual changes in the current head concerning the Samsung vendor id constant, but I guess he will merge his

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

2009-07-20 Thread Peacemoon
In the release notes of SDK r3 there is: The android tool provides a new command that scans SDK add-ons for their USB Vendor IDs and makes them available to adb (OS X and Linux versions of the SDK only). The command is android update adb . So under Linux, do i have to wait for Samsung to

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

2009-07-20 Thread fexpop
Hi, on my device the build number is 76XXCSDCBALUM6375. It won't be found by adb, neither on Windows nor on Linux. Regards, Felix On Jul 18, 8:50 pm, dan raaka danra...@gmail.com wrote: can you post what you see in the settings-about .. about the build info you have ..

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

2009-07-20 Thread Olaf Geibig
Quick Howto for ubuntu: - download SDK 1.5 r3 - enable debug mode on the device: Settings - Applications - Development - USB debugging - add udev rule:http://developer.android.com/intl/de/guide/developing/ device.html but use Samsung's vendor id instead: SYSFS{idVendor} ==04e8 - replace the adb

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

2009-07-20 Thread Xavier Ducrohet
You should not have to replace adb with another one. adb in r3 supports Samsung devices directly. The other steps are correct though. xav On Mon, Jul 20, 2009 at 4:21 PM, Olaf Geibigolaf.gei...@googlemail.com wrote: Quick Howto for ubuntu: - download SDK 1.5 r3 - enable debug mode on the

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

2009-07-19 Thread Olaf Geibig
My SDK: adb version 1.0.20 from android-sdk-linux_x86-1.5_r3 My phone's info: Model number: Galaxy Firmware version: 1.5 Baseband version: I7500XXIFF Kernel version: 2.6.27 hud...@andy #1 Build number: 76XXCSDCBALUM6375 My udev rule: SUBSYSTEM==usb, SYSFS{idVendor}==04e8, MODE=0666 My OS:

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

2009-07-19 Thread Olaf Geibig
Oh I forgot... It might be good to know that Samsung announced a bugfix firmware update for the Samsung Galaxy which shall be released next week. Cheers, Olaf On 19 Jul., 13:53, Olaf Geibig olaf.gei...@googlemail.com wrote: My SDK: adb version 1.0.20 from android-sdk-linux_x86-1.5_r3 My

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

2009-07-18 Thread Kitagua
How did you do that? Which OS do you use (XP,Vista,Windows7,Ubuntu,...)? I am anxious to get it running here as well :) Kitagua On 17 Jul., 23:58, dan raaka danra...@gmail.com wrote: adb in SDK r3 plays nice with Samsung Galaxy. -Dan On Thu, Jul 16, 2009 at 9:13 AM, dan raaka

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

2009-07-18 Thread Olaf Geibig
I also don't see the galaxy. I'm on ubuntu hardy 64 bit. My udev rule: SUBSYSTEM==usb, SYSFS{idVendor}==04e8, MODE=0666 Sorry for cross posting but I think this thread is better for this subject so I'll stick to this one now. --~--~-~--~~~---~--~~ You received

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

2009-07-18 Thread dan raaka
My environment is win xp. if you see things properly in the device manager, i am guessing you have installed the drivers properly. can you post what you see in the settings-about .. about the build info you have .. -Dan On Sat, Jul 18, 2009 at 3:27 AM, Olaf Geibig

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

2009-07-16 Thread dan raaka
in the short run, samsung may host the compatible adb on their site -Dan On Wed, Jul 15, 2009 at 7:38 AM, Kitagua m.wuerth...@googlemail.com wrote: That are quite good news. I always have the Samsung Galaxy phone and planned to do some development using it. I really hope it will not take

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

2009-07-16 Thread johnny
I'm running into the same problem but i have Vodafone's Htc Magic...do i require a different version of the adb tool as well? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

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

2009-07-16 Thread David Turner
No, the magic should be supported out of the box with the 1.5 SDK. What exact platform are you on? On Thu, Jul 16, 2009 at 6:22 PM, johnny johnny.ra...@gmail.com wrote: I'm running into the same problem but i have Vodafone's Htc Magic...do i require a different version of the adb tool as

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

2009-07-15 Thread Benny
Hi there, is there a possibility to debug via wlan? On Jul 14, 8:35 pm, Da Yang daboil...@googlemail.com wrote: 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

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

2009-07-15 Thread Kitagua
That are quite good news. I always have the Samsung Galaxy phone and planned to do some development using it. I really hope it will not take too long to get this SDK update. On 14 Jul., 18:11, David Turner di...@android.com wrote: You need a different version of ADB to access this phone at the

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

2009-07-14 Thread sasq
Have you turned on debugging from the phones settings? (Applications - Development - USB debugging) On Jul 11, 9: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:\ adb devices

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

2009-07-14 Thread legerb
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,

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

2009-07-14 Thread David Turner
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

[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,