Re: [android-beginners] Add more supported devices to USB Driver for Windows?

2010-01-20 Thread Antti Karhu
Hi.

I originally installed the stuff in the following order:

1) Android SDK + 1.5 platform
2) Eclipse
3) New PC Studio + Drivers from Samsung CD. Installing New PC Studio
installs also the correct drivers plus some additional ones
4) Connected the phone to USB

To make it work, I had to remove the New PC Studio from my machine. I also
re-istalled the drivers, don't know if that made any difference. But now the
drivers from Samsung CD work ok. I got a reply from Samsung Finnish support
which stated the New PC Studio is not yet compatible with Spica (update
should be available in couple months), and it should be uninstalled to get
the debugging working.

So Spica developer might do something like this to enable debugging:

1) Install Android SDK + platforms
2) Install Eclipse
3) Install New PC Studio (installs the drivers)
4) Remove New PC Studio but leave the drivers
5) Enable USB Debugging in phone
6) Connect phone to USB

Sadly I did not search the groups - I think I was a bit hasty and did not
realize the groups website obviously has a search field :) Now I'll search
the groups before posting :)

Best Regards,
Antti


On Wed, Jan 20, 2010 at 1:22 AM, Justin Anderson wrote:

> Did you, by chance, connect your phone to your Windows machine before
> having all the development stuff set up (on your phone and in Windows)?  If
> so, this is a known issue with a fairly simple fix.
>
> Just out of curiosity, did you search this group before posting this
> question?  A simple search for "Samsung Galaxy" brings up a thread titled
> "Debugging on Samsung Galaxy" which tells you how to get it all working...
>
> Here is the link:
>
> http://groups.google.com/group/android-beginners/browse_thread/thread/bd9f0690e0171ffd/71292b2e7d98d9a1?lnk=gst&q=Samsung+Galaxy#71292b2e7d98d9a1
>
> Thanks,
> Justin
>
> --
> There are only 10 types of people in the world...
> Those who know binary and those who don't.
> --
>
>
> On Sat, Jan 16, 2010 at 1:02 PM, ana  wrote:
>
>> Hi!
>>
>> I bought an Android phone (Samsung Galaxy Spica i5700) from my mobile
>> operator, with also development in mind. However, I now must accept
>> that I cannot use it as a full-fledged development, at least not yet,
>> since there doesen't seems to be suitable drivers available. The
>> drivers coming with the device did do anything, and modifying the ini
>> of the USB Driver for Windows of the SDK did not help either. ADB does
>> not simply see the device. I can of course copy installation packets
>> to the device and install, but I cannot debug and copying packets is
>> tedious.
>>
>> I assume many of the beginners use MS Windows, and there the problem
>> is the worst - virtually nothing can be done without proper drivers
>> either from Android or manufacturer. For Mac things should be working,
>> and for Linux the devices can be configured using instructions found
>> from net.
>>
>> Currently, the drivers coming with the SDK support only few devices, 5
>> or 6? It would be very nice to add more supported devices to make
>> development easier.
>>
>> Best Regards,
>> Antti Karhu
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Beginners" group.
>>
>> NEW! Try asking and tagging your question on Stack Overflow at
>> http://stackoverflow.com/questions/tagged/android
>>
>> To unsubscribe from this group, send email to
>> android-beginners+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-beginners?hl=en
>>
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>
>
-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Add more supported devices to USB Driver for Windows?

2010-01-19 Thread Justin Anderson
Did you, by chance, connect your phone to your Windows machine before having
all the development stuff set up (on your phone and in Windows)?  If so,
this is a known issue with a fairly simple fix.

Just out of curiosity, did you search this group before posting this
question?  A simple search for "Samsung Galaxy" brings up a thread titled
"Debugging on Samsung Galaxy" which tells you how to get it all working...

Here is the link:
http://groups.google.com/group/android-beginners/browse_thread/thread/bd9f0690e0171ffd/71292b2e7d98d9a1?lnk=gst&q=Samsung+Galaxy#71292b2e7d98d9a1

Thanks,
Justin

--
There are only 10 types of people in the world...
Those who know binary and those who don't.
--


On Sat, Jan 16, 2010 at 1:02 PM, ana  wrote:

> Hi!
>
> I bought an Android phone (Samsung Galaxy Spica i5700) from my mobile
> operator, with also development in mind. However, I now must accept
> that I cannot use it as a full-fledged development, at least not yet,
> since there doesen't seems to be suitable drivers available. The
> drivers coming with the device did do anything, and modifying the ini
> of the USB Driver for Windows of the SDK did not help either. ADB does
> not simply see the device. I can of course copy installation packets
> to the device and install, but I cannot debug and copying packets is
> tedious.
>
> I assume many of the beginners use MS Windows, and there the problem
> is the worst - virtually nothing can be done without proper drivers
> either from Android or manufacturer. For Mac things should be working,
> and for Linux the devices can be configured using instructions found
> from net.
>
> Currently, the drivers coming with the SDK support only few devices, 5
> or 6? It would be very nice to add more supported devices to make
> development easier.
>
> Best Regards,
> Antti Karhu
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>
>
-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Add more supported devices to USB Driver for Windows?

2010-01-17 Thread ana
Hi!

I bought an Android phone (Samsung Galaxy Spica i5700) from my mobile
operator, with also development in mind. However, I now must accept
that I cannot use it as a full-fledged development, at least not yet,
since there doesen't seems to be suitable drivers available. The
drivers coming with the device did do anything, and modifying the ini
of the USB Driver for Windows of the SDK did not help either. ADB does
not simply see the device. I can of course copy installation packets
to the device and install, but I cannot debug and copying packets is
tedious.

I assume many of the beginners use MS Windows, and there the problem
is the worst - virtually nothing can be done without proper drivers
either from Android or manufacturer. For Mac things should be working,
and for Linux the devices can be configured using instructions found
from net.

Currently, the drivers coming with the SDK support only few devices, 5
or 6? It would be very nice to add more supported devices to make
development easier.

Best Regards,
Antti Karhu
-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en