[android-developers] Escalate extension dialing (Issue 7514)

2011-05-30 Thread David C. Wilson
How can we get a developer to look at being able to dial an extension like 800-555-1212x3452? It looks like a simple provlem to fix. http://code.google.com/p/android/issues/detail?id=7514 android.telephony.PhoneNumberUtils maybe: isStartsPostDial -- You received this message because you are s

[android-developers] C2DM registration ID refresh

2011-01-24 Thread David C
In the C2DM documentation (Android Cloud to Device Messaging Framework - Google Projects for Android), it mentions that: Note that Google may periodically refresh the registration ID, so you should design your application with the understanding that the REGISTRATION Intent may be called multiple t

[android-developers] Re: Proguard problem after 2.3 update

2010-12-23 Thread David C. Sousa
Same problem, same message. If I knew I would have all this trouble, I wouldn't have updated the android SDK. Even the docs are somewhat outdated, wrong file names now (no big deal here, but it all adds up). On 22 dez, 11:30, licorna wrote: > I've tried different setting with no success: > >  - I

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-19 Thread David C
Crazy, I received the same message has you : >All of the phones have been shipped already. Please be patient; if your phone >has not arrived yet, it is probably in transit and will arrive shortly. I am >>sorry, but we cannot provide individual tracking numbers for each phone. >Thanks, >Neel A

[android-developers] Re: Update application from the Android Market

2009-05-06 Thread David C
re wrong, when installing an update all processes of the current > version are killed.  You can test this yourself by doing "adb install -r > " > > > > On Tue, May 5, 2009 at 3:30 AM, David C wrote: > > > Hi, > > > After different testing, I found an

[android-developers] Update application from the Android Market

2009-05-05 Thread David C
Hi, After different testing, I found an issue with the "update method" when installing an application update. I developped "DilbertDroid", and a lot of people are saying that there is missing some functionnality but the latest version published on the market have this functionnalities. I suppos

[android-developers] Re: Rotate MapView

2008-12-16 Thread David C
I just received this response: "Override a ViewGroup and apply the rotation in dispatchDraw()." Thanks Romain! On Dec 8, 12:43 pm, David C wrote: > "Bump"  can anyone provide insight here? > > Did the MapView onDraw() API change to "final" at som

[android-developers] Re: Rotate MapView

2008-12-08 Thread David C
ed to support "setBearing()" or something similar, but nothing like that exists. On Dec 7, 11:23 am, David C <[EMAIL PROTECTED]> wrote: > A few threads have discussed using canvas.rotate() as a means to > rotate a MapView. However, onDraw() is declared "final&quo

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread David C
Sounds like your maps share some common underlying resource. Not sure if that would be a defect or by design. Perhaps you can manually call onSaveInstanceState() and onRestoreInstanceState() to save / restore the respective maps state as needed? http://code.google.com/android/reference/com/google

[android-developers] Rotate MapView

2008-12-07 Thread David C
A few threads have discussed using canvas.rotate() as a means to rotate a MapView. However, onDraw() is declared "final" for MapView and so can't be over-ridden. Is there an alternative way to manipulate the MapView canvas than from onDraw()? Thanks, David --~--~-~--~~~---

[android-developers] Re: Disappearing Zoom Controls

2008-10-20 Thread David C
hanks again! David On Oct 20, 5:48 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > David C wrote: > > I have added ZoomControls to a MapView using addView(). When my > > activity loads the controls appear briefly but then disappear, never > > to be seen again. There only se

[android-developers] Disappearing Zoom Controls

2008-10-20 Thread David C
I have added ZoomControls to a MapView using addView(). When my activity loads the controls appear briefly but then disappear, never to be seen again. There only seems to be one discussion on this group but it didn't explicitly address this issue. Can anyone explain why this happens, and how it c

[android-developers] G1 Review by PC World

2008-10-15 Thread David C
Apologies if this is considered off topic, but it seems relevant. PC World review the G1 here: http://www.pcworld.com/businesscenter/article/152339/the_g1_is_no_iphone_but_android_has_promise.html My summary of the review is this: - Hardware doesn't match up to the I-phone but the software is

[android-developers] Re: ADT plugin in SDK 0.9

2008-10-06 Thread David C
I just had the same problem. Everything worked OK with 0.9SDK and for a few days with 1.0 but all of a sudden this layout problem. The solution for me was brute force. I deleted workspace, eclipse directory and Android SDK, then re-extracted Eclipse and SDK zips to start from scratch (reloading An