[android-developers] Re: Android 1.6 SDK is here!

2009-09-15 Thread Jason D. Clinton

On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...

Thank you. Where is the ADP1 image?

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Don Tran

The documentation and javadocs are really lacking in information
regarding the new APIs.  I am hoping the SDK got rushed out for
developers to view and the information will be filled in later.  Right
now I have no idea how to use any of the new classes.

On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Thank you. Where is the ADP1 image?
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Raphael

Thanks for the feedback. Could you be more explicit on which API are
not properly documented?

If possible, please file it as a bug on http://b.android.com so that
they can be properly documented in a future SDK.

R/

On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>
> The documentation and javadocs are really lacking in information
> regarding the new APIs.  I am hoping the SDK got rushed out for
> developers to view and the information will be filled in later.  Right
> now I have no idea how to use any of the new classes.
>
> On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
>> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>>
>> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> Thank you. Where is the ADP1 image?
> >
>

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread mp6800

The 1.6 SDK doesn't have a 1.1 image in it, only 1.5.  Since I
actively develop an application that only requires 1.1, I'm confused
on how to approach this now and in the future.  Is there a document
that describes the proper approach to this scenario?  I don't want to
write apps that exclude users of older devices that may or may not
ever be updated.  (I realize right now everybody should be on 1.5, but
eventually older phones like the G1 aren't going to be included in the
update cycle anymore.  If a newer SDK only includes one previous
version, won't developers be forced to exclude users of older
devices?)

On Sep 15, 8:02 pm, Raphael  wrote:
> Thanks for the feedback. Could you be more explicit on which API are
> not properly documented?
>
> If possible, please file it as a bug onhttp://b.android.comso that
> they can be properly documented in a future SDK.
>
> R/
>
>
>
> On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>
> > The documentation and javadocs are really lacking in information
> > regarding the new APIs.  I am hoping the SDK got rushed out for
> > developers to view and the information will be filled in later.  Right
> > now I have no idea how to use any of the new classes.
>
> > On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
> >> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> >> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> >> Thank you. Where is the ADP1 image?
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Xavier Ducrohet

Starting with 1.5 the SDK has become modular so that it can contain
multiple versions of Android.

We decided not to ship every existing versions of Android with each
SDK package, so we are restricting to the current and previous one.

With the new 1.6 SDK we have added a tool that allows you to add
missing platforms to your SDK.

Go to SDK/tools and launch the 'android' tool with no command line
option. This will launch the new UI for it.

Got to the "Available package" view, expand the default source, select
Android 1.1 and click "Install Selected".

In the future we will be using this to release new version of the
platform or of the Google add-on, as well as Documentation and Tools
updates.

Xav


On Tue, Sep 15, 2009 at 6:39 PM, mp6800  wrote:
>
> The 1.6 SDK doesn't have a 1.1 image in it, only 1.5.  Since I
> actively develop an application that only requires 1.1, I'm confused
> on how to approach this now and in the future.  Is there a document
> that describes the proper approach to this scenario?  I don't want to
> write apps that exclude users of older devices that may or may not
> ever be updated.  (I realize right now everybody should be on 1.5, but
> eventually older phones like the G1 aren't going to be included in the
> update cycle anymore.  If a newer SDK only includes one previous
> version, won't developers be forced to exclude users of older
> devices?)
>
> On Sep 15, 8:02 pm, Raphael  wrote:
>> Thanks for the feedback. Could you be more explicit on which API are
>> not properly documented?
>>
>> If possible, please file it as a bug onhttp://b.android.comso that
>> they can be properly documented in a future SDK.
>>
>> R/
>>
>>
>>
>> On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>>
>> > The documentation and javadocs are really lacking in information
>> > regarding the new APIs.  I am hoping the SDK got rushed out for
>> > developers to view and the information will be filled in later.  Right
>> > now I have no idea how to use any of the new classes.
>>
>> > On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
>> >> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>>
>> >> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> >> Thank you. Where is the ADP1 image?
> >
>



-- 
Xavier Ducrohet
Android Developer Tools Engineer
Google Inc.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Dan Raaka

Given the physical size of the monitor and the set resolution,
is there a way to set the emulator image to appear as the same size of
the device ?

-Dan

On Sep 15, 6:39 pm, mp6800  wrote:
> The 1.6 SDK doesn't have a 1.1 image in it, only 1.5.  Since I
> actively develop an application that only requires 1.1, I'm confused
> on how to approach this now and in the future.  Is there a document
> that describes the proper approach to this scenario?  I don't want to
> write apps that exclude users of older devices that may or may not
> ever be updated.  (I realize right now everybody should be on 1.5, but
> eventually older phones like the G1 aren't going to be included in the
> update cycle anymore.  If a newer SDK only includes one previous
> version, won't developers be forced to exclude users of older
> devices?)
>
> On Sep 15, 8:02 pm, Raphael  wrote:
>
>
>
> > Thanks for the feedback. Could you be more explicit on which API are
> > not properly documented?
>
> > If possible, please file it as a bug onhttp://b.android.comsothat
> > they can be properly documented in a future SDK.
>
> > R/
>
> > On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>
> > > The documentation and javadocs are really lacking in information
> > > regarding the new APIs.  I am hoping the SDK got rushed out for
> > > developers to view and the information will be filled in later.  Right
> > > now I have no idea how to use any of the new classes.
>
> > > On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
> > >> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> > >> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> > >> Thank you. Where is the ADP1 image?- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread mp6800

Thanks for the clarification Xav.  I read about that tool but didn't
realize it applied to previous platforms as well.  Very cool.

On Sep 15, 9:49 pm, Xavier Ducrohet  wrote:
> Starting with 1.5 the SDK has become modular so that it can contain
> multiple versions of Android.
>
> We decided not to ship every existing versions of Android with each
> SDK package, so we are restricting to the current and previous one.
>
> With the new 1.6 SDK we have added a tool that allows you to add
> missing platforms to your SDK.
>
> Go to SDK/tools and launch the 'android' tool with no command line
> option. This will launch the new UI for it.
>
> Got to the "Available package" view, expand the default source, select
> Android 1.1 and click "Install Selected".
>
> In the future we will be using this to release new version of the
> platform or of the Google add-on, as well as Documentation and Tools
> updates.
>
> Xav
>
>
>
>
>
> On Tue, Sep 15, 2009 at 6:39 PM, mp6800  wrote:
>
> > The 1.6 SDK doesn't have a 1.1 image in it, only 1.5.  Since I
> > actively develop an application that only requires 1.1, I'm confused
> > on how to approach this now and in the future.  Is there a document
> > that describes the proper approach to this scenario?  I don't want to
> > write apps that exclude users of older devices that may or may not
> > ever be updated.  (I realize right now everybody should be on 1.5, but
> > eventually older phones like the G1 aren't going to be included in the
> > update cycle anymore.  If a newer SDK only includes one previous
> > version, won't developers be forced to exclude users of older
> > devices?)
>
> > On Sep 15, 8:02 pm, Raphael  wrote:
> >> Thanks for the feedback. Could you be more explicit on which API are
> >> not properly documented?
>
> >> If possible, please file it as a bug onhttp://b.android.comsothat
> >> they can be properly documented in a future SDK.
>
> >> R/
>
> >> On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>
> >> > The documentation and javadocs are really lacking in information
> >> > regarding the new APIs.  I am hoping the SDK got rushed out for
> >> > developers to view and the information will be filled in later.  Right
> >> > now I have no idea how to use any of the new classes.
>
> >> > On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
> >> >> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> >> >> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> >> >> Thank you. Where is the ADP1 image?
>
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Xavier Ducrohet

On Tue, Sep 15, 2009 at 6:53 PM, Dan Raaka  wrote:
>
> Given the physical size of the monitor and the set resolution,
> is there a way to set the emulator image to appear as the same size of
> the device ?

Sure.
Figure out the dpi of your monitor.

Then call the emulator with the following option: -scale dpi.

For example: 'emulator -scale 96dpi'

This will automatically compute a scale factor between the AVD dpi and
your monitor and display it scaled to be a real life size of the
emulated device.

(You can also compute the factor manually and do '-scale 0.6' for instance)

Xav
-- 
Xavier Ducrohet
Android Developer Tools Engineer
Google Inc.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread alex

Guys, is there any particular reason for you not to include sources in
1.6 as well?
And I second to question about adp1 image. When?
TIA.

On Sep 16, 1:22 am, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Romain Guy

emulator -help :)

Yes you can.

On Tue, Sep 15, 2009 at 6:53 PM, Dan Raaka  wrote:
>
> Given the physical size of the monitor and the set resolution,
> is there a way to set the emulator image to appear as the same size of
> the device ?
>
> -Dan
>
> On Sep 15, 6:39 pm, mp6800  wrote:
>> The 1.6 SDK doesn't have a 1.1 image in it, only 1.5.  Since I
>> actively develop an application that only requires 1.1, I'm confused
>> on how to approach this now and in the future.  Is there a document
>> that describes the proper approach to this scenario?  I don't want to
>> write apps that exclude users of older devices that may or may not
>> ever be updated.  (I realize right now everybody should be on 1.5, but
>> eventually older phones like the G1 aren't going to be included in the
>> update cycle anymore.  If a newer SDK only includes one previous
>> version, won't developers be forced to exclude users of older
>> devices?)
>>
>> On Sep 15, 8:02 pm, Raphael  wrote:
>>
>>
>>
>> > Thanks for the feedback. Could you be more explicit on which API are
>> > not properly documented?
>>
>> > If possible, please file it as a bug onhttp://b.android.comsothat
>> > they can be properly documented in a future SDK.
>>
>> > R/
>>
>> > On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>>
>> > > The documentation and javadocs are really lacking in information
>> > > regarding the new APIs.  I am hoping the SDK got rushed out for
>> > > developers to view and the information will be filled in later.  Right
>> > > now I have no idea how to use any of the new classes.
>>
>> > > On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
>> > >> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>>
>> > >> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> > >> Thank you. Where is the ADP1 image?- Hide quoted text -
>>
>> - Show quoted text -
> >
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread alex

And the new progressbar sucks.

On Sep 16, 1:22 am, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread zhao lifeng

good news!

On Wed, Sep 16, 2009 at 10:13 AM, alex  wrote:
>
> And the new progressbar sucks.
>
> On Sep 16, 1:22 am, Xavier Ducrohet  wrote:
>> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> Enjoy!
>> --
>> Xavier Ducrohet
>> Android Developer Tools Engineer
>> Google Inc.
> >
>

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Xavier Ducrohet

A last minute mix-up had us upload the wrong SDK packages :(

The only difference is the lack of TTS language files and of the
Accessibility apps (TalkBack, SoundBack and KickBack)

If you don't care about this you can keep using your 1.6 SDK. If you
care about these features, I've just uploaded the correct archives.

We apologize for the inconvenience.

Xav

On Tue, Sep 15, 2009 at 3:22 PM, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here.html
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
>



-- 
Xavier Ducrohet
Android Developer Tools Engineer
Google Inc.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Vincent Chan
[?]
Vincent Chan


On Wed, Sep 16, 2009 at 10:18, Xavier Ducrohet  wrote:

>
> A last minute mix-up had us upload the wrong SDK packages :(
>
> The only difference is the lack of TTS language files and of the
> Accessibility apps (TalkBack, SoundBack and KickBack)
>
> If you don't care about this you can keep using your 1.6 SDK. If you
> care about these features, I've just uploaded the correct archives.
>
> We apologize for the inconvenience.
>
> Xav
>
> On Tue, Sep 15, 2009 at 3:22 PM, Xavier Ducrohet  wrote:
> >
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here.html
> >
> > Enjoy!
> > --
> > Xavier Ducrohet
> > Android Developer Tools Engineer
> > Google Inc.
> >
>
>
>
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
>
> >
>

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-15 Thread Romain Guy

> Guys, is there any particular reason for you not to include sources in
> 1.6 as well?

Sources are available at source.android.com.


-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-16 Thread blindfold

OK, I've now also inquired with TTS-for-Android at

   http://groups.google.com/group/tts-for-android/

how one should best transition from using Google's TTS-for-Android
library to using Google's android.speech.tts in SDK 1.6 r1. Right now
there seems to be zero public information about this for developers
who were already using speech in their applications for accessibility
purposes, while undoubtedly there is a lot of knowledge on this topic
within Google with the TTS-for-Android engineers who were involved in
designing and implementing android.speech.tts.

Thanks

On Sep 16, 4:18 am, Xavier Ducrohet  wrote:
> A last minute mix-up had us upload the wrong SDK packages :(
>
> The only difference is the lack of TTS language files and of the
> Accessibility apps (TalkBack, SoundBack and KickBack)
>
> If you don't care about this you can keep using your 1.6 SDK. If you
> care about these features, I've just uploaded the correct archives.
>
> We apologize for the inconvenience.
>
> Xav
>
> On Tue, Sep 15, 2009 at 3:22 PM, Xavier Ducrohet  wrote:
> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> > Enjoy!
> > --
> > Xavier Ducrohet
> > Android Developer Tools Engineer
> > Google Inc.
>
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-16 Thread Al Sutton

Thanks for getting this out the door before donut device release dates
start circulating and coming towards us.

I've updated the pages at AndAppStore to point developers trying to
access the open source repo SDKs we made available at the Google pages
so (hopefully) any 1.6 SDK questions from now on will refer to Google
SDK and not the open source one.

Now, what about Eclair... (relax... only kidding :)).

Al.

--

* Looking door Android Apps? - Try http://andappstore.com/ *

==
Funky Android Limited is registered in England & Wales with the
company number  6741909. The registered head office is Kemp House,
152-160 City Road, London,  EC1V 2NX, UK.

The views expressed in this email are those of the author and not
necessarily those of Funky Android Limited, it's associates, or it's
subsidiaries.

On Sep 15, 11:22 pm, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-16 Thread gjs

Hi,

Could you please explain this a bit more -

Does that mean that TTS won't work with the SDK files here -

http://developer.android.com/sdk/1.6_r1/index.html

PlatformPackage SizeMD5 Checksum
Windows android-sdk-windows-1.6_r1.zip  260529085 bytes
2bcbacbc7af0363058ca1cac6abad848
Mac OS X (intel)android-sdk-mac_x86-1.6_r1.zip  247412515 bytes
eb13cc79602d492e89103efcf48ac1f6
Linux (i386)android-sdk-linux_x86-1.6_r1.tgz238224860 bytes
b4bf0e610ff6db2fb6fb09c49cba1e79

And that you will post new SDK 1.6 versions with correct TTS files
again somewhere ?

Or you mention "..I've just uploaded the correct archives..." - of the
correct SDK files that we should download, if so where ?

I v'e been trying to get TTS to say something in OSX and getting
errors ( & no audio ) -

09-17 00:44:35.914: INFO/TtsService(746): TtsService.onCreate()
09-17 00:44:35.914: ERROR/TTS is loading(746): /system/lib/
libttspico.so
09-17 00:44:35.914: VERBOSE/SynthProxy(746): AudioTrack started
09-17 00:44:35.924: VERBOSE/TtsService(746): TtsService.setLanguage
(eng, USA, )
09-17 00:44:35.924: ERROR/SVOX Pico Engine(746): Failed to load
textana resource for en-US [-40]
09-17 00:44:35.924: INFO/SynthProxy(746): setting speech rate to 100
09-17 00:44:36.013: INFO/TTS received:(738): hello, world
09-17 00:44:36.013: VERBOSE/TtsService(746): TTS service received
hello, world
09-17 00:44:36.013: INFO/TtsService(746): Stopping
09-17 00:44:36.013: INFO/TtsService(746): Stopped
09-17 00:44:36.013: INFO/TtsService(746): TTS processing: hello, world
09-17 00:44:36.013: VERBOSE/TtsService(746): TtsService.setLanguage
(eng, USA, )
09-17 00:44:36.013: ERROR/SVOX Pico Engine(746): Failed to load
textana resource for en-US [-40]
09-17 00:44:36.013: INFO/SynthProxy(746): setting speech rate to 100
09-17 00:44:36.023: ERROR/SVOX Pico Engine(746): Error synthesizing
string 'hello, world': [-101]

with code like -

package com.text2Speech;

import android.app.Activity;
import android.os.Bundle;
import android.speech.tts.TextToSpeech;
import android.speech.tts.TextToSpeech.OnInitListener;
import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;

public class text2Speech extends Activity implements OnInitListener,
OnUtteranceCompletedListener
{
TextToSpeech tts = null;
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);

tts = new TextToSpeech( this, this );

tts.setOnUtteranceCompletedListener(this);

setContentView(R.layout.main);

}
public void onInit(int status)
{
tts.speak("hello, world", 0, null ); // also tried - nbg -
android.speech.tts.TextToSpeech.QUEUE_ADD, null );
}

public void onUtteranceCompleted(String utteranceId)
{
// TODO Auto-generated method stub
}

public void onDestroy()
{
  super.onDestroy();

  tts.shutdown();
   }
}

I can't locate an example/sample code for TTS in the sdk 1.6 samples,
could you please provide a link or some working example.

And perhaps some notes on how to configure a suitable emulator for
TTS, I tried with -sdcard etc thinking it might still need to download
the sound files as per previous tts implementation but unsure.

Thanks for any help

Regards

On Sep 16, 12:18 pm, Xavier Ducrohet  wrote:
> Alastminutemix-uphadusuploadthewrongSDKpackages:(
>
> The only difference is the lack of TTS language files and of the
> Accessibility apps (TalkBack, SoundBack and KickBack)
>
> If you don't care about this you can keep using your 1.6SDK. If you
> care about these features, I've just uploaded the correct archives.
>
> We apologize for the inconvenience.
>
> Xav
>
> On Tue, Sep 15, 2009 at 3:22 PM, Xavier Ducrohet  wrote:
> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> > Enjoy!
> > --
> > Xavier Ducrohet
> > Android Developer Tools Engineer
> > Google Inc.
>
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-16 Thread Xavier Ducrohet

I've replaced the files at http://developer.android.com/sdk/1.6_r1/index.html
(By the way, the size/checksum indicated on this page were always the
one of the proper files, so if anyone had checked they should have
realized the archives where wrong).

To make sure you are running the system image that contains the TTS
language packs: From Home, go to Settings, then Speech Synthesis. In
there the first item 'listen to an example' should be enabled. click
on it to be sure (it'll take a couple sec the first time)

I do not know if there are any sample for TTS currently, sorry. I
think we have a blog post coming soon, though.

Xav

On Wed, Sep 16, 2009 at 8:19 AM, gjs  wrote:
>
> Hi,
>
> Could you please explain this a bit more -
>
> Does that mean that TTS won't work with the SDK files here -
>
> http://developer.android.com/sdk/1.6_r1/index.html
>
> Platform        Package         Size    MD5 Checksum
> Windows         android-sdk-windows-1.6_r1.zip  260529085 bytes
> 2bcbacbc7af0363058ca1cac6abad848
> Mac OS X (intel)        android-sdk-mac_x86-1.6_r1.zip  247412515 bytes
> eb13cc79602d492e89103efcf48ac1f6
> Linux (i386)    android-sdk-linux_x86-1.6_r1.tgz        238224860 bytes
> b4bf0e610ff6db2fb6fb09c49cba1e79
>
> And that you will post new SDK 1.6 versions with correct TTS files
> again somewhere ?
>
> Or you mention "..I've just uploaded the correct archives..." - of the
> correct SDK files that we should download, if so where ?
>
> I v'e been trying to get TTS to say something in OSX and getting
> errors ( & no audio ) -
>
> 09-17 00:44:35.914: INFO/TtsService(746): TtsService.onCreate()
> 09-17 00:44:35.914: ERROR/TTS is loading(746): /system/lib/
> libttspico.so
> 09-17 00:44:35.914: VERBOSE/SynthProxy(746): AudioTrack started
> 09-17 00:44:35.924: VERBOSE/TtsService(746): TtsService.setLanguage
> (eng, USA, )
> 09-17 00:44:35.924: ERROR/SVOX Pico Engine(746): Failed to load
> textana resource for en-US [-40]
> 09-17 00:44:35.924: INFO/SynthProxy(746): setting speech rate to 100
> 09-17 00:44:36.013: INFO/TTS received:(738): hello, world
> 09-17 00:44:36.013: VERBOSE/TtsService(746): TTS service received
> hello, world
> 09-17 00:44:36.013: INFO/TtsService(746): Stopping
> 09-17 00:44:36.013: INFO/TtsService(746): Stopped
> 09-17 00:44:36.013: INFO/TtsService(746): TTS processing: hello, world
> 09-17 00:44:36.013: VERBOSE/TtsService(746): TtsService.setLanguage
> (eng, USA, )
> 09-17 00:44:36.013: ERROR/SVOX Pico Engine(746): Failed to load
> textana resource for en-US [-40]
> 09-17 00:44:36.013: INFO/SynthProxy(746): setting speech rate to 100
> 09-17 00:44:36.023: ERROR/SVOX Pico Engine(746): Error synthesizing
> string 'hello, world': [-101]
>
> with code like -
>
> package com.text2Speech;
>
> import android.app.Activity;
> import android.os.Bundle;
> import android.speech.tts.TextToSpeech;
> import android.speech.tts.TextToSpeech.OnInitListener;
> import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
>
> public class text2Speech extends Activity implements OnInitListener,
> OnUtteranceCompletedListener
> {
>        TextToSpeech tts = null;
>    /** Called when the activity is first created. */
>   �...@override
>    public void onCreate(Bundle savedInstanceState)
>    {
>        super.onCreate(savedInstanceState);
>
>        tts = new TextToSpeech( this, this );
>
>        tts.setOnUtteranceCompletedListener(this);
>
>        setContentView(R.layout.main);
>
>    }
>        public void onInit(int status)
>        {
>                tts.speak("hello, world", 0, null ); // also tried - nbg -
> android.speech.tts.TextToSpeech.QUEUE_ADD, null );
>        }
>
>        public void onUtteranceCompleted(String utteranceId)
>        {
>                // TODO Auto-generated method stub
>        }
>
>        public void onDestroy()
>        {
>          super.onDestroy();
>
>          tts.shutdown();
>       }
> }
>
> I can't locate an example/sample code for TTS in the sdk 1.6 samples,
> could you please provide a link or some working example.
>
> And perhaps some notes on how to configure a suitable emulator for
> TTS, I tried with -sdcard etc thinking it might still need to download
> the sound files as per previous tts implementation but unsure.
>
> Thanks for any help
>
> Regards
>
> On Sep 16, 12:18 pm, Xavier Ducrohet  wrote:
>> Alastminutemix-uphadusuploadthewrongSDKpackages:(
>>
>> The only difference is the lack of TTS language files and of the
>> Accessibility apps (TalkBack, SoundBack and KickBack)
>>
>> If you don't care about this you can keep using your 1.6SDK. If you
>> care about these features, I've just uploaded the correct archives.
>>
>> We apologize for the inconvenience.
>>
>> Xav
>>
>> On Tue, Sep 15, 2009 at 3:22 PM, Xavier Ducrohet  wrote:
>> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> > Enjoy!
>> > --
>> > Xavier Ducrohet
>> > Android Developer Tools Engineer
>> > Google Inc.
>>
>> --
>> Xavier Ducrohet
>> Android Developer T

[android-developers] Re: Android 1.6 SDK is here!

2009-09-16 Thread Tom Rini

On Tue, Sep 15, 2009 at 11:15:27PM -0700, Romain Guy wrote:
> 
> > Guys, is there any particular reason for you not to include sources in
> > 1.6 as well?
> 
> Sources are available at source.android.com.

As of a few minutes ago there wasn't a tag for android-sdk-1.6_r1.
Patiently waiting :)

-- 
Tom Rini

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-16 Thread gjs

Hi Xavier,

Thanks for the details.

I downloaded 'newer' sdk and the code sample I provided previously now
works OK, without alteration.

Thanks

Regards Gary

On Sep 17, 1:28 am, Xavier Ducrohet  wrote:
> I've replaced the files athttp://developer.android.com/sdk/1.6_r1/index.html
> (By the way, the size/checksum indicated on this page were always the
> one of the proper files, so if anyone had checked they should have
> realized the archives where wrong).
>
> To make sure you are running the system image that contains the TTS
> language packs: From Home, go to Settings, then Speech Synthesis. In
> there the first item 'listen to an example' should be enabled. click
> on it to be sure (it'll take a couple sec the first time)
>
> I do not know if there are any sample for TTS currently, sorry. I
> think we have a blog post coming soon, though.
>
> Xav
>
>
>
> On Wed, Sep 16, 2009 at 8:19 AM, gjs  wrote:
>
> > Hi,
>
> > Could you please explain this a bit more -
>
> > Does that mean that TTS won't work with the SDK files here -
>
> >http://developer.android.com/sdk/1.6_r1/index.html
>
> > Platform        Package         Size    MD5 Checksum
> > Windows         android-sdk-windows-1.6_r1.zip  260529085 bytes
> > 2bcbacbc7af0363058ca1cac6abad848
> > Mac OS X (intel)        android-sdk-mac_x86-1.6_r1.zip  247412515 bytes
> > eb13cc79602d492e89103efcf48ac1f6
> > Linux (i386)    android-sdk-linux_x86-1.6_r1.tgz        238224860 bytes
> > b4bf0e610ff6db2fb6fb09c49cba1e79
>
> > And that you will post new SDK 1.6 versions with correct TTS files
> > again somewhere ?
>
> > Or you mention "..I've just uploaded the correct archives..." - of the
> > correct SDK files that we should download, if so where ?
>
> > I v'e been trying to get TTS to say something in OSX and getting
> > errors ( & no audio ) -
>
> > 09-17 00:44:35.914: INFO/TtsService(746): TtsService.onCreate()
> > 09-17 00:44:35.914: ERROR/TTS is loading(746): /system/lib/
> > libttspico.so
> > 09-17 00:44:35.914: VERBOSE/SynthProxy(746): AudioTrack started
> > 09-17 00:44:35.924: VERBOSE/TtsService(746): TtsService.setLanguage
> > (eng, USA, )
> > 09-17 00:44:35.924: ERROR/SVOX Pico Engine(746): Failed to load
> > textana resource for en-US [-40]
> > 09-17 00:44:35.924: INFO/SynthProxy(746): setting speech rate to 100
> > 09-17 00:44:36.013: INFO/TTS received:(738): hello, world
> > 09-17 00:44:36.013: VERBOSE/TtsService(746): TTS service received
> > hello, world
> > 09-17 00:44:36.013: INFO/TtsService(746): Stopping
> > 09-17 00:44:36.013: INFO/TtsService(746): Stopped
> > 09-17 00:44:36.013: INFO/TtsService(746): TTS processing: hello, world
> > 09-17 00:44:36.013: VERBOSE/TtsService(746): TtsService.setLanguage
> > (eng, USA, )
> > 09-17 00:44:36.013: ERROR/SVOX Pico Engine(746): Failed to load
> > textana resource for en-US [-40]
> > 09-17 00:44:36.013: INFO/SynthProxy(746): setting speech rate to 100
> > 09-17 00:44:36.023: ERROR/SVOX Pico Engine(746): Error synthesizing
> > string 'hello, world': [-101]
>
> > with code like -
>
> > package com.text2Speech;
>
> > import android.app.Activity;
> > import android.os.Bundle;
> > import android.speech.tts.TextToSpeech;
> > import android.speech.tts.TextToSpeech.OnInitListener;
> > import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
>
> > public class text2Speech extends Activity implements OnInitListener,
> > OnUtteranceCompletedListener
> > {
> >        TextToSpeech tts = null;
> >    /** Called when the activity is first created. */
> >   �...@override
> >    public void onCreate(Bundle savedInstanceState)
> >    {
> >        super.onCreate(savedInstanceState);
>
> >        tts = new TextToSpeech( this, this );
>
> >        tts.setOnUtteranceCompletedListener(this);
>
> >        setContentView(R.layout.main);
>
> >    }
> >        public void onInit(int status)
> >        {
> >                tts.speak("hello, world", 0, null ); // also tried - nbg -
> > android.speech.tts.TextToSpeech.QUEUE_ADD, null );
> >        }
>
> >        public void onUtteranceCompleted(String utteranceId)
> >        {
> >                // TODO Auto-generated method stub
> >        }
>
> >        public void onDestroy()
> >        {
> >          super.onDestroy();
>
> >          tts.shutdown();
> >       }
> > }
>
> > I can't locate an example/sample code for TTS in the sdk 1.6 samples,
> > could you please provide a link or some working example.
>
> > And perhaps some notes on how to configure a suitable emulator for
> > TTS, I tried with -sdcard etc thinking it might still need to download
> > the sound files as per previous tts implementation but unsure.
>
> > Thanks for any help
>
> > Regards
>
> > On Sep 16, 12:18 pm, Xavier Ducrohet  wrote:
> >> Alastminutemix-uphadusuploadthewrongSDKpackages:(
>
> >> The only difference is the lack of TTS language files and of the
> >> Accessibility apps (TalkBack, SoundBack and KickBack)
>
> >> If you don't care about this you can keep using your 1.6SDK. If you
> >> ca

[android-developers] Re: Android 1.6 SDK is here!

2009-09-17 Thread Teo

For me GEO searches (geo:0,0?q=somelocation) aren't working any more,
is it just me or is it happening to others too? The message says that
there's no activity to handle this intent...

On Sep 17, 7:20 am, gjs  wrote:
> Hi Xavier,
>
> Thanks for the details.
>
> I downloaded 'newer' sdk and the code sample I provided previously now
> works OK, without alteration.
>
> Thanks
>
> Regards Gary
>
> On Sep 17, 1:28 am, Xavier Ducrohet  wrote:
>
>
>
> > I've replaced the files athttp://developer.android.com/sdk/1.6_r1/index.html
> > (By the way, the size/checksum indicated on this page were always the
> > one of the proper files, so if anyone had checked they should have
> > realized the archives where wrong).
>
> > To make sure you are running the system image that contains theTTS
> > language packs: From Home, go to Settings, then Speech Synthesis. In
> > there the first item 'listen to an example' should be enabled. click
> > on it to be sure (it'll take a couple sec the first time)
>
> > I do not know if there are any sample forTTScurrently, sorry. I
> > think we have a blog post coming soon, though.
>
> > Xav
>
> > On Wed, Sep 16, 2009 at 8:19 AM, gjs  wrote:
>
> > > Hi,
>
> > > Could you please explain this a bit more -
>
> > > Does that mean thatTTSwon't work with the SDK files here -
>
> > >http://developer.android.com/sdk/1.6_r1/index.html
>
> > > Platform        Package         Size    MD5 Checksum
> > > Windows         android-sdk-windows-1.6_r1.zip  260529085 bytes
> > > 2bcbacbc7af0363058ca1cac6abad848
> > > Mac OS X (intel)        android-sdk-mac_x86-1.6_r1.zip  247412515 bytes
> > > eb13cc79602d492e89103efcf48ac1f6
> > > Linux (i386)    android-sdk-linux_x86-1.6_r1.tgz        238224860 bytes
> > > b4bf0e610ff6db2fb6fb09c49cba1e79
>
> > > And that you will post new SDK 1.6 versions with correctTTSfiles
> > > again somewhere ?
>
> > > Or you mention "..I've just uploaded the correct archives..." - of the
> > > correct SDK files that we should download, if so where ?
>
> > > I v'e been trying to getTTSto say something in OSX and getting
> > > errors ( & no audio ) -
>
> > > 09-17 00:44:35.914: INFO/TtsService(746): TtsService.onCreate()
> > > 09-17 00:44:35.914: ERROR/TTSis loading(746): /system/lib/
> > > libttspico.so
> > > 09-17 00:44:35.914: VERBOSE/SynthProxy(746): AudioTrack started
> > > 09-17 00:44:35.924: VERBOSE/TtsService(746): TtsService.setLanguage
> > > (eng, USA, )
> > > 09-17 00:44:35.924: ERROR/SVOX Pico Engine(746): Failed to load
> > > textana resource for en-US [-40]
> > > 09-17 00:44:35.924: INFO/SynthProxy(746): setting speech rate to 100
> > > 09-17 00:44:36.013: INFO/TTSreceived:(738): hello, world
> > > 09-17 00:44:36.013: VERBOSE/TtsService(746):TTSservice received
> > > hello, world
> > > 09-17 00:44:36.013: INFO/TtsService(746): Stopping
> > > 09-17 00:44:36.013: INFO/TtsService(746): Stopped
> > > 09-17 00:44:36.013: INFO/TtsService(746):TTSprocessing: hello, world
> > > 09-17 00:44:36.013: VERBOSE/TtsService(746): TtsService.setLanguage
> > > (eng, USA, )
> > > 09-17 00:44:36.013: ERROR/SVOX Pico Engine(746): Failed to load
> > > textana resource for en-US [-40]
> > > 09-17 00:44:36.013: INFO/SynthProxy(746): setting speech rate to 100
> > > 09-17 00:44:36.023: ERROR/SVOX Pico Engine(746): Error synthesizing
> > > string 'hello, world': [-101]
>
> > > with code like -
>
> > > package com.text2Speech;
>
> > > import android.app.Activity;
> > > import android.os.Bundle;
> > > import android.speech.tts.TextToSpeech;
> > > import android.speech.tts.TextToSpeech.OnInitListener;
> > > import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
>
> > > public class text2Speech extends Activity implements OnInitListener,
> > > OnUtteranceCompletedListener
> > > {
> > >        TextToSpeechtts= null;
> > >    /** Called when the activity is first created. */
> > >   �...@override
> > >    public void onCreate(Bundle savedInstanceState)
> > >    {
> > >        super.onCreate(savedInstanceState);
>
> > >        tts= new TextToSpeech( this, this );
>
> > >        tts.setOnUtteranceCompletedListener(this);
>
> > >        setContentView(R.layout.main);
>
> > >    }
> > >        public void onInit(int status)
> > >        {
> > >                tts.speak("hello, world", 0, null ); // also tried - nbg -
> > > android.speech.tts.TextToSpeech.QUEUE_ADD, null );
> > >        }
>
> > >        public void onUtteranceCompleted(String utteranceId)
> > >        {
> > >                // TODO Auto-generated method stub
> > >        }
>
> > >        public void onDestroy()
> > >        {
> > >          super.onDestroy();
>
> > >          tts.shutdown();
> > >       }
> > > }
>
> > > I can't locate an example/sample code forTTSin the sdk 1.6 samples,
> > > could you please provide a link or some working example.
>
> > > And perhaps some notes on how to configure a suitable emulator for
> > >TTS, I tried with -sdcard etc thinking it might still need to download
> > > the sound files as per

[android-developers] Re: Android 1.6 SDK is here!

2009-09-17 Thread Julian
Hi,

I will try to speak in english :-)

my question is, will the g1phone be able to run 1.6 (system requirenments)?

Julian.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-17 Thread QF

Yes, source code is there, but there is not git TAG (something like
android-sdk-1.6_r1) in the repo. Is the tree going to be taged soon?

QF

On Sep 16, 2:15 am, Romain Guy  wrote:
> > Guys, is there any particular reason for you not to include sources in
> > 1.6 as well?
>
> Sources are available at source.android.com.
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-17 Thread v1n

I can't seem to find the answer to the question below - "Where is
theADP1image?", assuming someone attended to it.

Has anyone found the image and flashed it successfully to their
developer phone?

Thanks!

On Sep 16, 6:35 am, "Jason D. Clinton"  wrote:
> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Thank you. Where is theADP1image?

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-18 Thread Nox

Hello everybody,

When will Android 1.6 appear on samsung Galaxy???

On 17 Sep., 15:35, QF  wrote:
> Yes, source code is there, but there is not git TAG (something like
> android-sdk-1.6_r1) in the repo. Is the tree going to be taged soon?
>
> QF
>
> On Sep 16, 2:15 am, Romain Guy  wrote:
>
> > > Guys, is there any particular reason for you not to include sources in
> > > 1.6 as well?
>
> > Sources are available at source.android.com.
>
> > --
> > Romain Guy
> > Android framework engineer
> > romain...@android.com
>
> > Note: please don't send private questions to me, as I don't have time
> > to provide private support.  All such questions should be posted on
> > public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-18 Thread Nox

Hello,

I´ve only one question:

Will I be able to update my Samsung Galaxy to Android 1.6???



Thanks in advance
Viktor

On 17 Sep., 15:35, QF  wrote:
> Yes, source code is there, but there is not git TAG (something like
> android-sdk-1.6_r1) in the repo. Is the tree going to be taged soon?
>
> QF
>
> On Sep 16, 2:15 am, Romain Guy  wrote:
>
> > > Guys, is there any particular reason for you not to include sources in
> > > 1.6 as well?
>
> > Sources are available at source.android.com.
>
> > --
> > Romain Guy
> > Android framework engineer
> > romain...@android.com
>
> > Note: please don't send private questions to me, as I don't have time
> > to provide private support.  All such questions should be posted on
> > public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-18 Thread daniel.benedykt

yes, same question here.
where I can get the Image of 1.6 for the developer phone G1 ?

Thanks

Daniel

On Sep 17, 9:11 am, v1n  wrote:
> I can't seem to find the answer to the question below - "Where is
> theADP1image?", assuming someone attended to it.
>
> Has anyone found the image and flashed it successfully to their
> developer phone?
>
> Thanks!
>
> On Sep 16, 6:35 am, "Jason D. Clinton"  wrote:
>
>
>
> > On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> > >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> > Thank you. Where is theADP1image?
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-19 Thread Fred Grott(Android Expert)

Good work..

Its also nice to see my  first contributions starting to show up in
the SDK versions..:) I look forward to making more contributions..

Fred Grott
http://mobilebytes.wordpress.com

On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-19 Thread Tom Rini

On Thu, Sep 17, 2009 at 06:35:43AM -0700, QF wrote:
> 
> Yes, source code is there, but there is not git TAG (something like
> android-sdk-1.6_r1) in the repo. Is the tree going to be taged soon?

The tags are there now.  Thanks guys!

-- 
Tom Rini

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-21 Thread tstanly

is any update for stream of media issue in sdk 1.6??


thanks

On 9月16日, 上午6時22分, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-09-21 Thread Eric M. Burke

I do understand that sources are available at source.android.com, but
it would save people time if a src JAR were bundled with the SDK
download.

http://code.google.com/p/android/issues/detail?id=979

This seems like a reasonable request. I know I've personally spent
many hours on previous SDKs trying to learn how to check out the
source and configure it properly in Eclipse.


On Sep 16, 1:15 am, Romain Guy  wrote:
> > Guys, is there any particular reason for you not to include sources in
> > 1.6 as well?
>
> Sources are available at source.android.com.
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.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] Re: Android 1.6 SDK is here!

2009-09-21 Thread Dianne Hackborn
I am personally pretty opposed to including source in the formal -SDK- for a
couple reasons:
1. The source is not documentation.  You should be coding your application
against the SDK specification in the documentation, not whatever some
current implementation is in the platform.
2. Yes, the documentation can be improved.  It is important to get feedback
on where the pain points are in the documentation, rather than providing
source code to cover up those problems.

On Mon, Sep 21, 2009 at 8:36 AM, Eric M. Burke  wrote:

>
> I do understand that sources are available at source.android.com, but
> it would save people time if a src JAR were bundled with the SDK
> download.
>
> http://code.google.com/p/android/issues/detail?id=979
>
> This seems like a reasonable request. I know I've personally spent
> many hours on previous SDKs trying to learn how to check out the
> source and configure it properly in Eclipse.
>
>
> On Sep 16, 1:15 am, Romain Guy  wrote:
> > > Guys, is there any particular reason for you not to include sources in
> > > 1.6 as well?
> >
> > Sources are available at source.android.com.
> >
> > --
> > Romain Guy
> > Android framework engineer
> > romain...@android.com
> >
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-01 Thread Peter

I'm having trouble getting rid of the permission warning for the new
WRITE_EXTERNAL_STORAGE permission.  Here are the instructions from the
release notes:

WRITE_EXTERNAL_STORAGE: Allows an application to write to external
storage. Applications using API Level 3 and lower will be implicitly
granted this permission (and this will be visible to the user);
Applications using API Level 4 or higher must explicitly request this
permission.

I tried setting the following parameters:

* target=android-4 in default.properties
* targetSdkVersion="4" in AndroidManifest.xml
* minSdkVersion="4" in AndroidManifest.xml

...but the permission prompt would not disappear, even though I do not
have the WRITE_EXTERNAL_STORAGE permission listed in my manifest.

Has anyone managed to get this working?  If so, what steps did you
take?

Thanks,
  Peter
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-01 Thread Dianne Hackborn
Are you using android:targetSdkVersion="4"?  The namespace prefix is
important.  As long as your manifest has a  under the manifest tag, you won't be forced
to have the permissions.

On Thu, Oct 1, 2009 at 10:52 AM, Peter  wrote:

>
> I'm having trouble getting rid of the permission warning for the new
> WRITE_EXTERNAL_STORAGE permission.  Here are the instructions from the
> release notes:
>
> WRITE_EXTERNAL_STORAGE: Allows an application to write to external
> storage. Applications using API Level 3 and lower will be implicitly
> granted this permission (and this will be visible to the user);
> Applications using API Level 4 or higher must explicitly request this
> permission.
>
> I tried setting the following parameters:
>
>* target=android-4 in default.properties
>* targetSdkVersion="4" in AndroidManifest.xml
>* minSdkVersion="4" in AndroidManifest.xml
>
> ...but the permission prompt would not disappear, even though I do not
> have the WRITE_EXTERNAL_STORAGE permission listed in my manifest.
>
> Has anyone managed to get this working?  If so, what steps did you
> take?
>
> Thanks,
>   Peter
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-01 Thread Peter Jeffe

On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...

And today T-Mobile is starting to roll it out to customers.  Does
anyone else think 2 weeks is a bit short of a time for developers to
ensure that their app works with a new OS level?  Frankly I'm a bit
stunned.

-- Peter

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-02 Thread gjs

And how is that going to affect adc2 apps ???

On Oct 2, 4:52 am, Peter Jeffe  wrote:
> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> And today T-Mobile is starting to roll it out to customers.  Does
> anyone else think 2 weeks is a bit short of a time for developers to
> ensure that their app works with a new OS level?  Frankly I'm a bit
> stunned.
>
> -- Peter
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-02 Thread Peter



On Oct 1, 6:11 pm, Dianne Hackborn  wrote:
> Are you using android:targetSdkVersion="4"?  The namespace prefix is
> important.  As long as your manifest has a  android:targetSdkVersion="4"/> under the manifest tag, you won't be forced
> to have the permissions.
>

Adding the namespace prefix didn't seem to help.  I've filed a bug:
http://code.google.com/p/android/issues/detail?id=4101

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-03 Thread Shanjaq

Is BlueTooth available yet in the SDK?

On Sep 15, 3:22 pm, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-03 Thread Romain Guy

Not as of 1.6.

On Sat, Oct 3, 2009 at 12:22 AM, Shanjaq  wrote:
>
> Is BlueTooth available yet in the SDK?
>
> On Sep 15, 3:22 pm, Xavier Ducrohet  wrote:
>> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> Enjoy!
>> --
>> Xavier Ducrohet
>> Android Developer Tools Engineer
>> Google Inc.
> >
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-03 Thread JoaJP


I have a question re: the emulator. In order to test forward
compatibility, I fired up the emulator that comes with the 1.6 SDK,
but the firmware version shows 1.5 and the build is 1.5/Cupcake
(looked up in Settings/About phone). Is this the expected behavior,
and what can I get out of this to test forward compatibility of an 1.5-
released app (I suspect, nothing)?

On Sep 15, 3:22 pm, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-03 Thread Xavier Ducrohet

Are you sure the AVD you're launching was created with the 1.6 target?

Xav

On Sat, Oct 3, 2009 at 9:57 PM, JoaJP  wrote:
>
>
> I have a question re: the emulator. In order to test forward
> compatibility, I fired up the emulator that comes with the 1.6 SDK,
> but the firmware version shows 1.5 and the build is 1.5/Cupcake
> (looked up in Settings/About phone). Is this the expected behavior,
> and what can I get out of this to test forward compatibility of an 1.5-
> released app (I suspect, nothing)?
>
> On Sep 15, 3:22 pm, Xavier Ducrohet  wrote:
>> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>>
>> Enjoy!
>> --
>> Xavier Ducrohet
>> Android Developer Tools Engineer
>> Google Inc.
> >
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-03 Thread JoaJP


Uhm, thank you, I wasn't. I assumed $ android create
would automatically go for 1.6. Problem solved.


On Oct 3, 10:00 pm, Xavier Ducrohet  wrote:
> Are you sure the AVD you're launching was created with the 1.6 target?
>
> Xav
>
>
>
> On Sat, Oct 3, 2009 at 9:57 PM, JoaJP  wrote:
>
> > I have a question re: the emulator. In order to test forward
> > compatibility, I fired up the emulator that comes with the 1.6 SDK,
> > but the firmware version shows 1.5 and the build is 1.5/Cupcake
> > (looked up in Settings/About phone). Is this the expected behavior,
> > and what can I get out of this to test forward compatibility of an 1.5-
> > released app (I suspect, nothing)?
>
> > On Sep 15, 3:22 pm, Xavier Ducrohet  wrote:
> >>http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> >> Enjoy!
> >> --
> >> Xavier Ducrohet
> >> Android Developer Tools Engineer
> >> Google Inc.
>
> --
> Xavier Ducrohet
> Android SDK Tech Lead
> Google Inc.
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-04 Thread fengcunhan
Anyone who can give me a android 1.6?That's sound strange,but it's ture.In my 
country I can not visit the developer page!


2009-10-04 



fengcunhan 



发件人: JoaJP 
发送时间: 2009-10-04  13:18:30 
收件人: Android Developers 
抄送: 
主题: [android-developers] Re: Android 1.6 SDK is here! 
 
Uhm, thank you, I wasn't. I assumed $ android create
would automatically go for 1.6. Problem solved.
On Oct 3, 10:00 pm, Xavier Ducrohet  wrote:
> Are you sure the AVD you're launching was created with the 1.6 target?
>
> Xav
>
>
>
> On Sat, Oct 3, 2009 at 9:57 PM, JoaJP  wrote:
>
> > I have a question re: the emulator. In order to test forward
> > compatibility, I fired up the emulator that comes with the 1.6 SDK,
> > but the firmware version shows 1.5 and the build is 1.5/Cupcake
> > (looked up in Settings/About phone). Is this the expected behavior,
> > and what can I get out of this to test forward compatibility of an 1.5-
> > released app (I suspect, nothing)?
>
> > On Sep 15, 3:22 pm, Xavier Ducrohet  wrote:
> >>http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> >> Enjoy!
> >> --
> >> Xavier Ducrohet
> >> Android Developer Tools Engineer
> >> Google Inc.
>
> --
> Xavier Ducrohet
> Android SDK Tech Lead
> Google Inc.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-04 Thread Tom

I updated my Dev Phone to 1.6 using the firmware from HTC's web site:

http://developer.htc.com/adp.html

It sort of works, but it does crash with distressing frequency in
"android.process.acore".  You may want to hold off on upgrading from
1.5 to 1.6 unless you really need it.

Does anybody know of a workaround for these crashes?  Is there
something that triggers it?  Where can we report this so that HTC
knows about it and can release a fixed 1.6.1 soon?

There is no feedback or bug tracking on the HTC developer pages.

Tom
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-09 Thread Tom

Hi everyboy,

I've just updated for 1.6.

I previously developped some applications with 1.5 which use
org.apache.http package for downloading some informations from web
server.
With the the new firmware (1.6), I've some strange issue for
connecting to my server. Indeed, sometimes it works, sometime it
doesn't, and sometimes it doesn't with "UnknowingException" (Unknown
host...).

May have to do something with my applications and the new firmware?

Best regards
Tom
--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-11 Thread bellnas

Hi,if you are in china, and can't download sdk directly because G-F-W,
so visit there:

http://news.softpedia.com/news/Android-1-6-SDK-Release-1-Available-for-Download-121759.shtml

On Sep 16, 6:22 am, Xavier Ducrohet  wrote:
> http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> Enjoy!
> --
> Xavier Ducrohet
> Android Developer Tools Engineer
> Google Inc.

--~--~-~--~~~---~--~~
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: Android 1.6 SDK is here!

2009-10-14 Thread Richard Schilling

Well, here's some specific feedback on a very serious issue that seems
to have come up:

http://groups.google.com/group/android-developers/browse_thread/thread/c1f4450138843e5a

BOOT_COMPLETED is not being sent to my 1.6 application - worked just
fine in 1.5.

Help.

Richard Schilling
Mobile Operating Systems Engineer
Root Wireless


On Sep 15, 5:02 pm, Raphael  wrote:
> Thanks for the feedback. Could you be more explicit on which API are
> not properly documented?
>
> If possible, please file it as a bug onhttp://b.android.comso that
> they can be properly documented in a future SDK.
>
> R/
>
> On Tue, Sep 15, 2009 at 4:58 PM, Don Tran  wrote:
>
> > The documentation and javadocs are really lacking in information
> > regarding the new APIs.  I am hoping the SDK got rushed out for
> > developers to view and the information will be filled in later.  Right
> > now I have no idea how to use any of the new classes.
>
> > On Sep 15, 3:35 pm, "Jason D. Clinton"  wrote:
> >> On Sep 15, 5:22 pm, Xavier Ducrohet  wrote:
>
> >> >http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...
>
> >> Thank you. Where is the ADP1 image?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---