[android-developers] Re: App breaks for some users after they update from the Market

2010-08-25 Thread Nyll
As far as I know, this is related to copy protection and a bug in devices running Android 1.5. If you published your app with copy protection enabled, and subsequently disable it in some future update, you will likely experience this problem. Users who have Android 1.5 devices and had your app in

[android-developers] LVL and Settings.Secure.ANDROID_ID - how secure?

2010-08-08 Thread Nyll
Hi, I am integrating the new Android Licensing scheme and was wondering how secure licensing would be if I just use Settings.Secure.ANDROID_ID as a unique device ID. The sample app uses this, but suggests using more IDs as this is a single point of attack. However, the Licensing docs seems to di

[android-developers] Call order of multiple registered callbacks

2010-02-12 Thread Nyll
Hi all, Is the call order for multiple registered callbacks defined in some way, or is it just random? I assumed that callbacks will be called in the order that they are registered, but this seems to not be the case. For example, I have two callbacks registered to be notified of changes in the O

[android-developers] Re: ADC2 Judging App FC

2009-11-09 Thread Nyll
I think the problem is related to your phone running low on memory and a background service/activity needed by the ADC2 app gets killed to reclaim memory. If you restart your phone, you should be able to review again without the force closes (at least until you run out of memory again :) On N