[android-developers] HELP! Lost all my stats on Android Market!

2009-02-01 Thread Akbur
a different package name (to avoid the error), which means all my stats have been reset and users who wish to upgrade will need to inconveniently uninstall the old. Any advice? Thanks, Akbur --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Unregistering a statically defined BroadcastReceiver in code?

2008-11-03 Thread Akbur
This looks as though it should do the trick. Thanks Jason. :-) Akbur On 2 Nov, 18:32, Jason Parekh [EMAIL PROTECTED] wrote: Hi Akbur, You can't unregister this receiver, but you can disable it.  Check out PackageManager.setComponentEnabledSetting. jason On Sun, Nov 2, 2008 at 7:03 AM

[android-developers] Unregistering a statically defined BroadcastReceiver in code?

2008-11-02 Thread Akbur
not sure how I can pass the correct receiver instance to it? Has any one done this? If so, would you care to share? :-) Thanks! Akbur --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Android on device GPS locate not working - code included

2008-11-02 Thread Akbur
, though not as accurate as GPS should be active and give you an approximate location. All the best, Akbur On Nov 2, 11:45 am, Guillaume Perrot [EMAIL PROTECTED] wrote: It can take a while to the G1 to init the gps and return a fix. And you must see the sky for the GPS to work. Your code