[android-developers] Re: SDK 1.5_r3 is available

2009-07-20 Thread dan raaka
worked out of the box. -Dan On Sat, Jul 18, 2009 at 2:14 AM, Peacemoon wrote: > > did you build sdk again from source or you can use it out of the box? > > On Jul 18, 12:55 am, dan raaka wrote: > > nothing magical .. added vendor ids .. > > // Samsung's USB Vendor ID > > #define VENDOR_ID_SAM

[android-developers] Re: SDK 1.5_r3 is available

2009-07-20 Thread Peacemoon
did you build sdk again from source or you can use it out of the box? On Jul 18, 12:55 am, dan raaka wrote: > nothing magical .. added vendor ids .. > // Samsung's USB Vendor ID > #define VENDOR_ID_SAMSUNG       > 0x04e8http://android.git.kernel.org/?p=platform/system/core.git;a=blob_plai... >

[android-developers] Re: SDK 1.5_r3 is available

2009-07-20 Thread Peacemoon
i still can not figure out how to use the source file. Can you give me more details? On Jul 18, 4:07 am, dan raaka wrote: > as in dogfood ? > > -Dan > > On Fri, Jul 17, 2009 at 4:27 PM, MrChaz wrote: > > > fyi, this just got pushed to my phone > > > On Jul 17, 6:35 pm, Dan Morrill wrote: > > >

[android-developers] Re: SDK 1.5_r3 is available

2009-07-20 Thread Peacemoon
test test On Jul 18, 11:13 am, f_heft wrote: > Okay, so now I installed the usb_driver from the SDK R3 (which worked > well after some messing around with Windows 7). But neither 'adb > devices' nor DDMS recognize the Galaxy. Did I miss sth? > > On 18 Jul., 00:55, dan raaka wrote: > > > nothing

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread f_heft
There is a CD with the 'New PC Studio' and a driver (which can only be installed by installing the New PC Studio) .. but this install fails at least on Win7 and I can't get it working on my Netbook (WinXP), too. Is there any chance I could get the "raw" driver (not a Setup) ? Would it work if som

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread dan raaka
the driver in the SDK doesn't have one for Galaxy.Didn't you get the driver as part of the cd contents in the galaxy box ? -Dan On Sat, Jul 18, 2009 at 1:45 PM, f_heft wrote: > > I think I installed the wrong driver .. the driver in the folder > "usb_driver" is only for two HTC devices and a ge

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread f_heft
I think I installed the wrong driver .. the driver in the folder "usb_driver" is only for two HTC devices and a general "adb bridge". I tried to install the "adb bridge"-driver für the galaxy, but that didn't work. I wonder how you installed the driver for the galaxy .. did you just take the files

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread dan raaka
in your device manager (I verified mine on win xp) do you see the device as 'samsung adb interface device', and check if you have enabled adb on the device .. in settings->development -Dan On Sat, Jul 18, 2009 at 2:13 AM, f_heft wrote: > > Okay, so now I installed the usb_driver from the SDK R3

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Maps.Huge.Info (Maps API Guru)
If you mean by "GPS emulation bug" the problem with network provider on the emulator, it does, or at least does to my satisfaction. Before, accessing the "network" provider caused an error. Now it works as expected. -John Coryat --~--~-~--~~~---~--~~ You received t

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Brian Conrad
Does this fix the GPS emulation bug? - Brian Dan Morrill wrote: > Hi, all! > I wanted to let you know that a new SDK has been released: 1.5_r3 is now > available. This is a minor release, and includes a Japanese IME and fixes > for a few bugs, including a permissions issue. You can read more

[android-developers] Re: SDK 1.5_r3 is available

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" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread f_heft
Okay, so now I installed the usb_driver from the SDK R3 (which worked well after some messing around with Windows 7). But neither 'adb devices' nor DDMS recognize the Galaxy. Did I miss sth? On 18 Jul., 00:55, dan raaka wrote: > nothing magical .. added vendor ids .. > // Samsung's USB Vendor

[android-developers] Re: SDK 1.5_r3 is available

2009-07-18 Thread Abdul Mateen
Have I to upgrade My G1 also, mean I just download the SDK 1.5r3 without any modification to the system image of G1 it will work fine? On Sat, Jul 18, 2009 at 7:07 AM, dan raaka wrote: > as in dogfood ? > > -Dan > > > On Fri, Jul 17, 2009 at 4:27 PM, MrChaz wrote: > >> >> fyi, this just got push

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
as in dogfood ? -Dan On Fri, Jul 17, 2009 at 4:27 PM, MrChaz wrote: > > fyi, this just got pushed to my phone > > On Jul 17, 6:35 pm, Dan Morrill wrote: > > Hi, all! > > I wanted to let you know that a new SDK has been released: 1.5_r3 is now > > available. This is a minor release, and incl

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread MrChaz
fyi, this just got pushed to my phone On Jul 17, 6:35 pm, Dan Morrill wrote: > Hi, all! > I wanted to let you know that a new SDK has been released:  1.5_r3 is now > available.  This is a minor release, and includes a Japanese IME and fixes > for a few bugs, including a permissions issue.  You c

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
nothing magical .. added vendor ids .. // Samsung's USB Vendor ID #define VENDOR_ID_SAMSUNG 0x04e8 http://android.git.kernel.org/?p=platform/system/core.git;a=blob_plain;f=adb/usb_vendors.c;hb=cupcake can see a moto ID tooo :O that is good fodder for engadet folks :D -Dan On Fri, Jul 17, 2

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread f_heft
After it seems like you figured it out: is there anything special to consider? I'm downloading it at the moment (thanks for your hint in the other thread) and will try it tomorrow ... On 17 Jul., 23:30, dan raaka wrote: > So what are the steps to use this SDK and adb into Samsung Galaxy > > -Dan

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
works .. great .. :) -Dan On Fri, Jul 17, 2009 at 2:30 PM, dan raaka wrote: > So what are the steps to use this SDK and adb into Samsung Galaxy > > -Dan > > > On Fri, Jul 17, 2009 at 10:35 AM, Dan Morrill wrote: > >> Hi, all! >> I wanted to let you know that a new SDK has been released: 1.5

[android-developers] Re: SDK 1.5_r3 is available

2009-07-17 Thread dan raaka
So what are the steps to use this SDK and adb into Samsung Galaxy -Dan On Fri, Jul 17, 2009 at 10:35 AM, Dan Morrill wrote: > Hi, all! > I wanted to let you know that a new SDK has been released: 1.5_r3 is now > available. This is a minor release, and includes a Japanese IME and fixes > for