[android-developers] Re: Android 2.0 contact groups manipulation

2010-06-23 Thread Destra
Hello, Have you solved your problem 'cause I'm trying to do the same thing. Thanks -- 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,

[android-developers] Re: Android 2.0 -Map not showing up

2010-05-22 Thread Surendra
You need a map key in your layout to use. Follow the instructions at the site and obtain the map api key. http://code.google.com/android/add-ons/google-apis/mapkey.html And in in your layout xml file in the place you have these lines add the map api key in the android:apikey place.

[android-developers] Re: Android 2.0 battery level

2010-02-17 Thread Mihai Fonoage
Take a look at http://developer.android.com/reference/android/os/BatteryManager.html#EXTRA_VOLTAGE. Mihai Fonoage On Feb 15, 7:49 am, Maxood maqs...@salsoft.net wrote: Hi Mark! I want to display Batter level stats in my app as shown in the following link:

[android-developers] Re: Android 2.0 battery level

2010-02-15 Thread Maxood
Hi Mark! I want to display Batter level stats in my app as shown in the following link: http://itunes.apple.com/us/app/app-genie/id352781306?mt=8 Wonder how can i access batter voltage/power information at runtime? On Dec 23 2009, 5:50 pm, Mark Murphy mmur...@commonsware.com wrote: Motalen

[android-developers] Re: Android 2.0 Google Maps Navigation and app use of turn-by-turn directions?

2010-01-12 Thread Avanish
I would like to know if you could figure out a solution for this problem On Nov 14 2009, 5:10 pm, mobiledude akjer...@verizon.net wrote: While I don't have an answer to this question, I would like to concur with the sentiment in the hopes that this thread would get more attention. I am

[android-developers] Re: Android 2.0: Why does my transparent background turn white while scrolling??

2010-01-07 Thread Flying Coder
never mind, I found the answer: http://developer.android.com/resources/articles/listview-backgrounds.html On Jan 7, 10:08 am, Flying Coder av8r.st...@gmail.com wrote: Hi,     I'm using a ListView with a transparent background.  It works fine in Android 1.5 1.6, but in Android 2.0 and later,

[android-developers] Re: Android 2.0 battery level

2009-12-23 Thread Motalen
Dianne, Is this to say that the Droid has the capability to report higher precision values given the nature of the hardware BUT there is no way to access it? If I am mistaken, which I hope I am, how would we go about accessing the finer granularity that is needed when developing battery

Re: [android-developers] Re: Android 2.0 battery level

2009-12-23 Thread Mark Murphy
Motalen wrote: Is this to say that the Droid has the capability to report higher precision values given the nature of the hardware BUT there is no way to access it? Here is my interpretation: -- Precision refers to the fineness of detail. Many Android devices report at 1% precision, but the

[android-developers] Re: [Android 2.0] Contacts FAQ?

2009-12-14 Thread Mo
Hi Rachel, This is a very informative and helpful blag. I really helped me in with questions I had about 2.0 API changes for Contacts. One thing I am still not able to resolve is How to get all the email address for a contact As you mentioned in your explaination that

[android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-10 Thread Sprouts
me four On 1 Des, 16:57, kanatacrude garnet.ulr...@gmail.com wrote: I have the same issue. Eclipse 3.4.2 with the 2.0 SDK,ADT0.9.4 . Android2.0 emulationslowas molasses, 1.6 is fine. Hmm.  Guess not too many people have this problem given the lack of replies... garnet On Nov 12, 11:07 

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-12-05 Thread ghassett
Yes Dmitri, this is exactly what I am doing -- I am not manually inserting records into the contacts db like the test case does, but there is definitely a contact with a mobile phone number 617939 (with real digits, not xs), and when I open a cursor on the query: Uri filterUri1 =

Re: [android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-12-05 Thread Dmitri Plotnikov
Then it has to be an emulator issue, because the test passes fine on Droid. See if you can read the phone number using the plain Data.CONTENT_URI API. If you can, the issue is indeed with the lookup URI. On Dec 5, 2009 8:37 AM, ghassett greghass...@gmail.com wrote: Yes Dmitri, this is exactly

Re: [android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-12-04 Thread Dmitri Plotnikov
Hi Greg, Take a look at the testPhonesFilterQuery unit test we have for verifying the behavior in question: http://android.git.kernel.org/?p=platform/packages/providers/ContactsProvider.git;a=blob;f=tests/src/com/android/providers/contacts/LegacyContactsProviderTest.java;hb=HEAD Is what it's

Re: [android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-02 Thread Magic.Xie
Me too. 2009/12/1 kanatacrude garnet.ulr...@gmail.com I have the same issue. Eclipse 3.4.2 with the 2.0 SDK, ADT 0.9.4 . Android 2.0 emulation slow as molasses, 1.6 is fine. Hmm. Guess not too many people have this problem given the lack of replies... garnet On Nov 12, 11:07 pm,

[android-developers] Re: Android 2.0 Review

2009-12-02 Thread DarkWhoppy
I've been using Android since v1.0 and Dianne is right. I don't have v2.0 on my myTouch but there are options to turn on screen animations. Also, the dialer has always had big buttons... Do you USE an Android phone? Or have you just recently been using Android and feel you know enough to write an

[android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-02 Thread ironosity
Me three. -- 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

[android-developers] Re: Android 2.0 source group

2009-12-01 Thread Walles
This might be a bit crude, but what I usually do is this: 1. Search Google for: mediarecorder.java site:.kernel.org 2. Click on the first hit. 3. Find MediaRecorder.java on that page and click on the blob link next to it. 4. Click on HEAD. I've always found the source code I wanted this way.

[android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-01 Thread kanatacrude
I have the same issue. Eclipse 3.4.2 with the 2.0 SDK, ADT 0.9.4 . Android 2.0 emulation slow as molasses, 1.6 is fine. Hmm. Guess not too many people have this problem given the lack of replies... garnet On Nov 12, 11:07 pm, Jay-andro jayan...@gmail.com wrote: Is it just me or is everyone

[android-developers] Re: Android 2.0 camera.setParameters(p) - Picture size must be 213x350?

2009-11-30 Thread Garfield
In 2.0, apps should call getSupportedPictureSizes to get valid picture sizes and then setPictureSize. http://developer.android.com/reference/android/hardware/Camera.Parameters.html#getSupportedPictureSizes() On Nov 17, 12:28 am, Streets Of Boston flyingdutc...@gmail.com wrote: That's just in

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

2009-11-28 Thread ravi prasad
Hi, Does this SDK support gdata api's? Regards ravi prasad On Oct 27, 9:45 pm, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note

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

2009-11-28 Thread Jorgesys
test On 27 oct, 10:45, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note that you can simply use the SDK Manager to add Android 2.0

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

2009-11-26 Thread Buddy
Thanks a lot for the work ! Regards On Nov 4, 9:07 am, Nishant nish...@saltriver.com wrote: Hello, Why in-build javax.sound API of Java not introduced in Android 2.0? Lots of problems occur in Android Sound API (AudioTrack as well as MediaPlayer). Regards, Nishant Shah -- You received

[android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-18 Thread GDroid
I would like to add one more question to this issue: 15) What is the best way to write the code so in case the API Level is below 5, some of the contacts actions can still be done correctly. As far as I've checked when publishing an application on the market there is no way to publish two apks,

Re: [android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-18 Thread Rachel Blackman
On Nov 18, 2009, at 1:43 AM, GDroid wrote: I would like to add one more question to this issue: 15) What is the best way to write the code so in case the API Level is below 5, some of the contacts actions can still be done correctly. As far as I've checked when publishing an application

Re: [android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-18 Thread Jeff Sharkey
15) What is the best way to write the code so in case the API Level is below 5, some of the contacts actions can still be done correctly. Here's an excellent example that uses new ContactsContact APIs when available, or otherwise falls back to the original API:

[android-developers] Re: Android 2.0 (eclair) source

2009-11-17 Thread Jeff Boody
[My Problem] repo init -u git://android.git.kernel.org/platform/manifest.git ... Getting manifest ... from git://android.git.kernel.org/platform/manifest.git ssh: connect to host partner.source.android.com port 22: Connection timed out fatal: The remote end hung up unexpectedly fatal: cannot

Re: [android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-17 Thread Jeff Sharkey
4) What sort of identifier should I represent a contact with in my local data, so I can later get their most-current data? Use lookup-style Uris, as they are designed to help with fuzzy resolution when the contact changes, or is split/joined by the user. Contacts.getLookupUri() and

Re: [android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-17 Thread Rachel Blackman
On Nov 17, 2009, at 10:21 AM, Jeff Sharkey wrote: [ ... snip ... ] Thank you! I'll try to write up an updated FAQ this evening, with some short examples written for various queries, and post a draft. :) -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-17 Thread stanlick
Hey Dmitri -- I have a question regarding the legacy apps only having access to the primary account. I am writing an application that interfaces with contacts and started on it before 2.0 was released. I am developing with a Motorola CLIQ running 1.5 and my app works fine. Today, I purchased a

Re: [android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-17 Thread Dianne Hackborn
On Fri, Nov 6, 2009 at 6:31 PM, Ravi textlo...@gmail.com wrote: Now 2.0 Breaks every thing. Wow that's pretty over-the-top. The original contacts API still works, as long as you weren't using private parts of it, and only for the primary Google account. So it still gives you the same

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-17 Thread nEx.Software
And as we've said repeatedly for everything, if you use private APIs you will break in the future, so that shouldn't be a surprise. You can also get your name on my handy dandy androidhallofshame website for using private APIs. :) On Nov 17, 1:31 pm, Dianne Hackborn hack...@android.com wrote:

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-17 Thread stanlick
Both Wow! and over-the-top. Now I am excited. This pattern/technique was lifted from a distinguished Android pro's recent textbook. So does the wow imply there is a better way to accomplish the mission? I think I considered the contact PICK Intent, but I need to allow the user to select

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-17 Thread Bonifaz
How do we then get all contacts/phonenumbers from all accounts? If I use the new Contacts API and send an ACTION.PICK for phone numbers like Intent i = new Intent(Intent.ACTION_PICK, android.provider.ContactsContract.CommonDataKinds.Phone.CONTENT_URI); it doesn't give me for example Facebook

[android-developers] Re: Android 2.0 camera.setParameters(p) - Picture size must be 213x350?

2009-11-16 Thread Streets Of Boston
That's just in the emulator. The emulated camera only 'takes' 213x350 pixel pictures. And you need to deal with it anyway in your code, just in case you set some picture width/height that is not supported by some real Android phone. On Oct 29, 10:03 am, chrispix chris...@gmail.com wrote: I am

[android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread Master_Ne0
Not sure how accurate this info is, but i read (can't remember where now! Doh!) that the eclair branch is not and will not be public. You have to wait until they merge it into master, i think some modules have been done done all ready. Let us know if this wrong!! Ne0 On 8 Nov, 06:51, jpntiger

[android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread joebowbeer
Eclair is now in AOSP http://groups.google.com/group/android-platform/browse_thread/thread/db968455d490dfad On Nov 16, 7:24 am, Master_Ne0 master.ne0s.soluti...@googlemail.com wrote: Not sure how accurate this info is, but i read (can't remember where now! Doh!) that the eclair branch is not

Re: [android-developers] Re: Android 2.0 (eclair) source

2009-11-16 Thread Dianne Hackborn
Hi, discussion about the source code should be directed to android-porting, where these questions have probably already been answered. Thanks! On Mon, Nov 16, 2009 at 7:24 AM, Master_Ne0 master.ne0s.soluti...@googlemail.com wrote: Not sure how accurate this info is, but i read (can't remember

[android-developers] Re: Android 2.0 Google Maps Navigation and app use of turn-by-turn directions?

2009-11-15 Thread mobiledude
While I don't have an answer to this question, I would like to concur with the sentiment in the hopes that this thread would get more attention. I am currently working on developing a location based service application and would like to use Google Maps Navigation as I don't want to get involved in

[android-developers] Re: Android 2.0 camera.setParameters(p) - Picture size must be 213x350?

2009-11-15 Thread mocrsoft jw
Saw the same error. The app works fine on Android 1.5 and 1.6. On Oct 29, 7:03 am, chrispix chris...@gmail.com wrote: I am having an issue w/ 2.0 in the emulator when I am trying to set a couple of parameters.  Including the size. It appears these messages appear.. I guess my question is, why

[android-developers] Re: Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-15 Thread Shrenik Vikam
if we want to use/create the wireless or blue-tooth application then what to use ? On Nov 13, 4:57 pm, WoodManEXP woodman...@gmail.com wrote: How are we suppose to take advantage of the 2.0 upgrades if it is not going to be available for the ADPs? Will it ever be available for the ADPs? On

[android-developers] Re: Android 2.0 SDK - BluetoothSocket Question

2009-11-14 Thread Chen Ganir
Nick, Thanks. Didn't know which discussion board you were reading more often :) Thanks for your response. Chen Ganir. On Nov 14, 2:31 am, Nick Pelly npe...@google.com wrote: Answered this one on android-platform. On Thu, Nov 12, 2009 at 6:58 AM, Chen Ganir chen.ga...@gmail.com wrote:

[android-developers] Re: [Android 2.0] Contacts FAQ?

2009-11-14 Thread Bonifaz
A Blog entry about the new Contacts API from Google covering these points would be helpful. -- 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

[android-developers] Re: Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-13 Thread WoodManEXP
How are we suppose to take advantage of the 2.0 upgrades if it is not going to be available for the ADPs? Will it ever be available for the ADPs? On Nov 12, 2:24 pm, Disconnect dc.disconn...@gmail.com wrote: That is because android 2.0 is closed source. On Thu, Nov 12, 2009 at 9:33

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

2009-11-12 Thread WoodManEXP
Xavier, Where is the 2.0 system image for ADP? On Oct 27, 11:45 am, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note that you can

[android-developers] Re: Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-12 Thread Thomas Riley
Hello, Sadly 2.0 is only available for the Motorola Droid at the moment, so stick with a 2.0 AVD for now. Tom. On Nov 12, 2:33 pm, WoodManEXP woodman...@gmail.com wrote: Apologies if this is a silly question, but is it necessary to flash an updated OS into the ADP1 to run SDK version 5 apps

[android-developers] Re: Android 2.0 and ADP (necessary to flash the ADP?)

2009-11-12 Thread WoodManEXP
Thank you Tom. This means the android:minSdkVersion in the Manifest should stay at 3 or 4 for now, right, since the ADP can only get to 4? On Nov 12, 9:56 am, Thomas Riley tomrile...@googlemail.com wrote: Hello, Sadly 2.0 is only available for the Motorola Droid at the moment, so stick with a

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

2009-11-10 Thread st...@lawrence-enterprise
Now just waiting for Android 2.0 Firmware for the Google Dev 1 Phone... So can actually test apps. -- 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

[android-developers] Re: Android 2.0 vs 1.6 not running

2009-11-10 Thread Chopcsu
Found the culprit. I was calling Looper.prepare() in a thread outside of the main paint thread, It seemed this stopped the painting. Strange that 2.0 would not work but 1.6 worked. On Nov 10, 5:03 pm, Chopcsu st...@kilsby.com.au wrote: I Have an app that is running fine in 1.6, I have now

[android-developers] Re: Android 2.0 web capabilities question

2009-11-10 Thread Tuno
Mark -- Thank you for the reply. I used the word streaming because my code uses C# Stream objects to download the file (one for reading, one for writing). One thing I didn't make clear is that I want my application to execute the downloads offline, in the background, something else I still need

Re: [android-developers] Re: Android 2.0 web capabilities question

2009-11-10 Thread Mark Murphy
Tuno wrote: Thank you for the reply. I used the word streaming because my code uses C# Stream objects to download the file (one for reading, one for writing). One thing I didn't make clear is that I want my application to execute the downloads offline, in the background, something else I

[android-developers] Re: Android 2.0 (eclair) source

2009-11-09 Thread jpntiger
Anybody had success getting eclair source? On Nov 5, 9:27 am, Eric eric.gerv...@gmail.com wrote: I'm having the same issue. It used to say that there were noeclair branch. Fair enough. However now there is aneclairbranch, only repo fails to get it with the ugly error message outlined by Doug.

[android-developers] Re: Android 2.0 (eclair) source

2009-11-05 Thread Eric
I'm having the same issue. It used to say that there were no eclair branch. Fair enough. However now there is an eclair branch, only repo fails to get it with the ugly error message outlined by Doug. Eric On Oct 28, 8:50 pm, tu tuqh...@163.com wrote: Yes, I also entered the same error message,

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

2009-11-04 Thread Nishant
Hello, Why in-build javax.sound API of Java not introduced in Android 2.0? Lots of problems occur in Android Sound API (AudioTrack as well as MediaPlayer). Regards, Nishant Shah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

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

2009-11-04 Thread poohtbear
Hi. I'm trying to produce source code for the SDK (gather it from the git repository and put it under ./sources directory under platform-2.0). i can't however find a tag in the git repository of 2.0 ? can anyone tell me why ? how do i check out the code of 2.0 ? Eyal. On Oct 27, 6:45 pm, Xavier

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

2009-11-04 Thread Nishant
Hi, You can download source code from: http://android.git.kernel.org/?p=platform/dalvik.git;a=tree;hb=HEAD Thanks Regards, Nishant Shah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

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

2009-11-04 Thread Disconnect
Thats not 2.0. ISTR 2.0 sources are tagged, but only the bare minimum to cover the sdk gpl requirements. On Wed, Nov 4, 2009 at 6:28 AM, Nishant nish...@saltriver.com wrote: Hi, You can download source code from: http://android.git.kernel.org/?p=platform/dalvik.git;a=tree;hb=HEAD Thanks

Re: [android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-11-02 Thread Dmitri Plotnikov
It's deprecated, not removed. The old API is still functional, but with restrictions: 1. If your app was using something non-public, that part is likely to break. We tested a bunch of apps on the market against the legacy API - most worked, but some did not. Those were the cases when the app

[android-developers] Re: Android 2.0 Source code

2009-11-01 Thread AndroidKing
anyone knows when 2.0 source will be public??? On Oct 31, 12:41 pm, AndroidKing rbasso...@gmail.com wrote: why isn't the source code for 2.0 on the public repository.. developing for Android without looking at the source code is impossible due to poor APIs and or documentations please make

Re: [android-developers] Re: Android 2.0 Bluetooth Code Samples

2009-10-31 Thread ding eric
It's awesome thanks CLC On Thu, Oct 29, 2009 at 9:11 AM, CLC clchen+...@google.comclchen%2b...@google.com wrote: Hi jb, Here is some sample code that uses Bluetooth: http://code.google.com/p/apps-for-android/source/browse/trunk/BTClickLinkCompete This is the demo that was shown in

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-10-30 Thread Jeff Sharkey
Could you post the exact Uri you're passing to query()? As the javadoc describes, you need to append a filter string to the CONTENT_FILTER_URI so it knows what to filter on. Uri lookupUri = Uri.withAppendedPath(PhoneLookup.CONTENT_URI, phoneNumber); Also, you might be able to skip your second

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

2009-10-30 Thread Marek Pola
Hello, You probably need to set up the proxy settings in the Android application's Settings. That did the trick for me. See also this thread for other problems which was referenced above: http://groups.google.com/group/android-developers/browse_thread/thread/63a44163a8d07cd9# Regards Marek On

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-10-30 Thread nEx.Software
Hold up... I'm confused. Are you saying that Contacts portion of the SDK is deprecated? Whatever happened to stick to the SDK because those are stable apis that won't break in future versions? Very disappointing... On Oct 30, 11:12 am, Jeff Sharkey jshar...@android.com wrote: Could you post the

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-10-30 Thread Jeff Sharkey
The original, public android.provider.Contacts APIs that has shipped since Android 1.0 are still very much supported, but are now marked as deprecated. There are additional features (like multiple accounts) that will require upgrading to the new android.provider.ContactsContract APIs to access.

[android-developers] Re: [Android 2.0] Accessing contact's phone numbers

2009-10-30 Thread nEx.Software
Jeff, thanks for clarifying. I'd hate to have seen a bunch of apps break in the meantime. On Oct 30, 1:26 pm, Jeff Sharkey jshar...@android.com wrote: The original, public android.provider.Contacts APIs that has shipped since Android 1.0 are still very much supported, but are now marked as

[android-developers] Re: Android 2.0: Browser/WebView can no longer load fonts?

2009-10-30 Thread BoD
Here is the associated bug: http://code.google.com/p/android/issues/detail?id=4448 BoD On Oct 29, 11:57 pm, BoD bodl...@gmail.com wrote: Hi, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Android 2.0 Suppress local search on key event

2009-10-30 Thread JP
I guess I'm answering myself again. *** And a question below. First to get this out of the way: Suppressing the quick search box works as before. Catch keyCode == KEY_SEARCH and return true; in the overriden onKeyDown() or onKeyUp() I got confused here for a while by the following problem:

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

2009-10-30 Thread luoqii
cl working On 10月28日, 上午12时45分, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note that you can simply use the SDK Manager to add

[android-developers] Re: Android 2.0 Bluetooth Code Samples

2009-10-29 Thread CLC
Hi jb, Here is some sample code that uses Bluetooth: http://code.google.com/p/apps-for-android/source/browse/trunk/BTClickLinkCompete This is the demo that was shown in the Eclair 2.0 video. You run the app on two (or more) Android 2.0 devices, and you can then flick the Android robot

[android-developers] Re: Android 2.0 (eclair) source

2009-10-29 Thread tu
Yes, I also entered the same error message, some body can help us ASAP? thanks and best regards. On 10月29日, 上午2时53分, Doug dougforp...@gmail.com wrote: Any idea when theeclairsourcewill be available via git? If I try to init a repo with -beclair I get an error stating that the manifest is

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

2009-10-29 Thread Abhi
Hi, I am having trouble upgrading my SDK 1.6 to 2.0 on my laptop. My laptop is behind my company's firewall and when I try to install the new SDK components using the Android SDK and AVD Manager, I get this error saying Failed to fetch URL

[android-developers] Re: Android 2.0 Bluetooth Code Samples

2009-10-29 Thread tjozsa
Hi, Thanks for the code sample. I have a problem, though. I've rad that the Emulator does not allow Bluetooth. How to test this? I have a G1 from an operator. Thanks, Tamas On okt. 29, 02:11, CLC clchen+...@google.com wrote: Hi jb,   Here is some sample code that uses

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

2009-10-29 Thread Nerdsley
When will the android 2.0 upgrade be pushed onto the phones like the G1 and myTouch? On Oct 29, 7:05 am, Abhi abhishek.r.sha...@gmail.com wrote: Hi, I am having trouble upgrading my SDK 1.6 to 2.0 on my laptop. My laptop is behind my company's firewall and when I try to install the new SDK

[android-developers] Re: Android 2.0 Bluetooth Code Samples

2009-10-29 Thread Xavier Ducrohet
There is not bluetooth support in the emulator. You will need a device running android 2.0 Xav On Thu, Oct 29, 2009 at 11:59 AM, tjozsa tjo...@gmail.com wrote: Hi, Thanks for the code sample. I have a problem, though. I've rad that the Emulator does not allow Bluetooth. How to test

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

2009-10-28 Thread Dexter#39;s Brain
Hi, I am all excited with the new release. I can't wait for the documentation to be released. I am having problems with the Maps API. Thanks and Regards, Dexter http://tech-droid.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are

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

2009-10-28 Thread biAji
On Oct 28, 9:40 am, mingkg21 mingkg21 mingk...@gmail.com wrote: http://androidappdocs.appspot.com/sdk/android-2.0.html 在中国用这个访问吧。 nice tips...lol --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

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

2009-10-28 Thread Neelam Ara
hi.i am new to this group..kindly tell me about Android. On Oct 28, 9:34 am, James W jpbwebs...@gmail.com wrote: A question about the Bluetooth functionality... it says that Bluetooth 2.1 is supported, and particularly the OPP (Object Push Profile). Specifically, does this mean that we will

[android-developers] Re: Android 2.0

2009-10-28 Thread MrChaz
For what it's worth, I believe the biggest causes of apps breaking on the newer devices are them having trouble with the new screen densities / sizes, and them using private APIs.  We got the screen support out earlier in 1.6 and have been trying to beat that drum to get people to start to

[android-developers] Re: Android 2.0

2009-10-28 Thread Dianne Hackborn
On Wed, Oct 28, 2009 at 2:16 AM, MrChaz mrchazmob...@googlemail.com wrote: Are you allowed to say anything about Droid's openGl version? From looking at all the leaks (or PR if you ask me) it seems to be a 2.0 device like the 3gs or pre but there is nothing in the documentation Hm, well

[android-developers] Re: Android 2.0 Force close in contacts app

2009-10-28 Thread jarkman
Xavier - one of our apps is very dependent on contact data. Right now, running it in the Emulator with a couple contacts added in the Contacts app, it appears to be completely broken. I suspect it is something to do with a change in the behaviour of group memberships. I'd like to port it to 2.0

[android-developers] Re: Android 2.0 Force close in contacts app

2009-10-28 Thread sukumar bhashyam
hi Xav, Andorid 2.0 SDK release page talks more about Contacts Sync Adaptor, which is not supported in Official Android 2.0 SDK. Could you please let me know when it will be supported. Will there be another 2.0 SDK release with Sync Adaptor changes?. Regards, Sukumar. On Wed, Oct 28, 2009 at

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

2009-10-28 Thread konic
OK, I could not install Android 2.0, API 5, rev1 because of this error: SSL peer shut down incorrectly. What does this mean? Next, download from Eclipse is so slow, is there any way to download standalone redistributable for Android 2.0 and then install it? I mean, like it was for 1.5 and 1.6.

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

2009-10-28 Thread Naseer
How can I use the new MotionEvent API with multiple touches on the emulator ? On Oct 27, 9:45 pm, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have

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

2009-10-28 Thread Nick Pelly
On Tue, Oct 27, 2009 at 9:34 PM, James W jpbwebs...@gmail.com wrote: A question about the Bluetooth functionality... it says that Bluetooth 2.1 is supported, and particularly the OPP (Object Push Profile). Specifically, does this mean that we will finally be able to send and receive files

[android-developers] Re: Android 2.0

2009-10-27 Thread MrChaz
Yeah it would but given it's their job to support the community and the community is demanding more maybe they should start to look at their practices. On Oct 26, 11:41 pm, Marco Nelissen marc...@android.com wrote: On Mon, Oct 26, 2009 at 4:29 PM, Frank arro...@gmail.com wrote: Why is the

[android-developers] Re: Android 2.0

2009-10-27 Thread Al Sutton
In the words of the big bad D - Huzzah! Android 2.0 SDK: http://bit.ly/bKGWM; Al. -- * Looking for Android Apps? - Try http://andappstore.com/ * == Funky Android Limited is registered in England Wales with the company number 6741909. The views expressed in this email are those of the

[android-developers] Re: Android 2.0

2009-10-27 Thread Marco Nelissen
On Tue, Oct 27, 2009 at 2:14 AM, MrChaz mrchazmob...@googlemail.com wrote: Yeah it would but given it's their job to support the community and the community is demanding more maybe they should start to look at their practices. It's not my job to support the community, but since I'm obviously

[android-developers] Re: Android 2.0

2009-10-27 Thread niko20
WOot! 2.0 SDK. And Multitouch! for devices that support it, up to 3 points at once. Great! On Oct 27, 11:25 am, Marco Nelissen marc...@android.com wrote: On Tue, Oct 27, 2009 at 2:14 AM, MrChaz mrchazmob...@googlemail.com wrote: Yeah it would but given it's their job to support the

[android-developers] Re: Android 2.0

2009-10-27 Thread Disconnect
That assumes that each sdk is an independent unrelated release, which is not the case. Multiple -FINAL- sdks may in fact be more work, but multiple betas are not - the work done to release rc1 is built upon by rc2, rc3...rcN and the final release. On Tue, Oct 27, 2009 at 12:25 PM, Marco Nelissen

[android-developers] Re: Android 2.0

2009-10-27 Thread Wayne Wenthin
I agree that the work may be built on each successive release. I think a bigger issue may be that items come and go through a beta release cycle. If you got beta1 and relied on getAndroidToastButteringSchedule(), if it never makes to to the final release and you failed to keep up with successive

[android-developers] Re: Android 2.0

2009-10-27 Thread Disconnect
Last cycle there were betas for seasoned developers - they were part of the still-missing open source release. (Unless you needed calendars or google services/google maps, it worked fine..) On Tue, Oct 27, 2009 at 12:48 PM, Wayne Wenthin wa...@fuligin.com wrote: I agree that the work may be

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

2009-10-27 Thread Bo
wow~ Now we have bluetooth! On Oct 27, 5:45 pm, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note that you can simply use the SDK

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

2009-10-27 Thread roland
Thanks for your hard work. On 27 oct, 17:45, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDKhttp://android-developers.blogspot.com/2009/10/announcing-android-20-... If you already have the 1.6 SDK, note that you can simply use the SDK

[android-developers] Re: Android 2.0

2009-10-27 Thread Eric F
I want to congratulate you guys on how speedy the 2.0 SDK has been pushed out. After just releasing 1.6 and it did not include many of the features people were hoping for (Bluetooth SDK, multi-touch, etc) I figured we'd be well into 2010 before we even were close to these much desired platform

[android-developers] Re: Android 2.0

2009-10-27 Thread JP
Sorry if we hurt your feelings, but if you can't take the heat, then this indeed might not be for you. Outside of that I agree with Disconnect. We all like to think we're done in one step but the reality is a different one. From what I can gather, the Android team has lost the community by

[android-developers] Re: Android 2.0

2009-10-27 Thread Maps.Huge.Info (Maps API Guru)
I'm guessing there must be some sort of non-disclosure involved with this Droid thing and Android 2.0, or else we would have something to work with. It's a bit frightening to think that there could be 100,000+ devices sold on day one and I've never seen the SDK, don't know if my app will break

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

2009-10-27 Thread Thomas Riley
Love some of the new features in the new SDK! :) Any idea when the ADP1 will see a 2.0 ROM so my soon to be created 2.0 code can be tested in my hand? Thanks, Tom. On Oct 27, 4:45 pm, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0

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

2009-10-27 Thread vendor.net
Android 2.0 seems to be awesome!!! Will be available for ADP1/G1 ? I am asking, because I have ADP1 and I know that there are some storage problems and there was a discussion about 1.6 if it will be available to ADP1. I am with 1.6, but will 2.0 be available to ADP1? Thanks! And great

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

2009-10-27 Thread Aniruddh Bajirao
Android 2.0 seems to have great improvements and interesting features. Great work. On Tue, Oct 27, 2009 at 11:45 AM, Xavier Ducrohet x...@android.com wrote: Hello everyone! We've just announced the Android 2.0 SDK

[android-developers] Re: Android 2.0

2009-10-27 Thread Pieter
I thought your ranking was based on absolute retention count, not on percentage. Your rating will suffer however even when only a fraction of those 2000 people give you 1 star because your app is broken on their phone... --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Android 2.0

2009-10-27 Thread Maps.Huge.Info (Maps API Guru)
We'll see here soon (tomorrow maybe?). I have an app ahead of me that's in the 1000-5000 count range for downloads and my install numbers are approaching 5000, so if it's absolute installs, then the app ahead of me should move to the 5000-1 count range by tomorrow. Interesting to find out.

  1   2   >