[android-developers] Re: reverseGeocode is returning null in android 2.2

2010-09-26 Thread sunny
Mystery resolved - the problem was with the phone. somehow after I ugraded to android 2.2 my phone's GPS provider stopped working. However I what I really want to share is my experience with the Verizon tech support and Motorola support. well, when I complained that my GPS provider is not working,

Re: [android-developers] Re: reverseGeocode is returning null in android 2.2

2010-09-23 Thread sunny
No.. its not. It is in droid phone. the funny thing is it was working last week. But the same code ( no code changes at all) simply returns null. thanks Sunny. On Wed, Sep 22, 2010 at 2:49 PM, String sterling.ud...@googlemail.comwrote: Is this in the emulator, by any chance? Apparently

[android-developers] Re: reverseGeocode is returning null in android 2.2

2010-09-22 Thread Spiral123
Hi sonny reverseGeocode ( getFromLocation()) works pretty reliably (I would say 95% of the time) in my app under 2.2. Certainly no worse than 2.1. I wrap the call inside a TryCatch block and if it throws an exception I wait a second and try again. If its still null after 3 tries the

[android-developers] Re: reverseGeocode is returning null in android 2.2

2010-09-22 Thread String
Is this in the emulator, by any chance? Apparently geocoding is broken in the emulator under 2.2, though it still works on real devices. String On Sep 22, 4:54 pm, sunny menon1...@gmail.com wrote: Dear Folks!!, Looks like reverseGeocode ( getFromLocation())  is not working in android 2.2. It