[android-developers] Re: app sales dropped dramatically in the past few days

2012-03-30 Thread DraganA
Me too. Sales have slowed down in the last couple of weeks. I notice much fewer purchases from the US.. I'm from the UK. On Mar 29, 11:18 am, Mat Jones mashable...@gmail.com wrote: How long has you billing been in place? Whats the percentage drop? Have any users reported errors during

[android-developers] Re: android.permission.ACCESS_WIFI_STATE or android.permission.WAKE_LOCK for wifi lock

2012-03-27 Thread DraganA
On Mon, Mar 26, 2012 at 4:28 AM, DraganA dand...@gmail.com wrote: Hi there, the documentation (http://developer.android.com/reference/android/net/ wifi/WifiManager.WifiLock.html) clearly says that in order to acquire and lock Wifi state android.permission.WAKE_LOCK is needed

[android-developers] android.permission.ACCESS_WIFI_STATE or android.permission.WAKE_LOCK for wifi lock

2012-03-26 Thread DraganA
Hi there, the documentation (http://developer.android.com/reference/android/net/ wifi/WifiManager.WifiLock.html) clearly says that in order to acquire and lock Wifi state android.permission.WAKE_LOCK is needed in the manifest. Now, in Dev. console I'm getting errors from some users that goes

[android-developers] unreasonable NullPointerException in onDestroy()

2011-10-08 Thread DraganA
I'm puzzled as to why I'm getting Null pointer exception in the construct below, knowing the Activity life cycle, it shouldn't happen. Could the clue be in TabActivity?? public class Main extends TabActivity { private ListString list; public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: unreasonable NullPointerException in onDestroy()

2011-10-08 Thread DraganA
I have run it too before I released my app, but still got an error report through Developers console. On Oct 8, 10:03 am, Goodwin purerain2...@163.com wrote: I have run these code. no error. On Oct 8, 4:34 pm, DraganA dand...@gmail.com wrote: I'm puzzled as to why I'm getting Null

[android-developers] Re: unreasonable NullPointerException in onDestroy()

2011-10-08 Thread DraganA
studio@gmail.com wrote: Based on that, you shouldn't get a crash, but obviously that's not the full code you are using. Are you changing that variable at any other point in the code? Steven Studio LFPhttp://www.studio-lfp.com On Saturday, October 8, 2011 3:34:15 AM UTC-5, DraganA

[android-developers] Re: unreasonable NullPointerException in onDestroy()

2011-10-08 Thread DraganA
-lfp.com On Saturday, October 8, 2011 11:53:05 AM UTC-5, DraganA wrote:     That's the problem, the list is created in onCreate() method and is     not reassigned or set to null anywhere. I forgot to say, the null     pointer happens in onDestroy() method in list.clear() line. From that     I

[android-developers] Re: Is my brother authorized to buy and review my app?

2011-09-15 Thread DraganA
Why don't you just add his email to your test accounts list in your console and send him the usual apk. On Sep 14, 9:42 pm, sblantipodi perini.dav...@dpsoftware.org wrote: This is what I am afraid of. The only problem is that I really have no idea to release an unprotected APK just to donate

[android-developers] Re: A user of pirated? version seeking support

2011-09-03 Thread DraganA
That's exactly what I plan to do. I actually found the version of the app on a forum, installed in on my English locale phone and it was all in Russian, so it wasn't just a metter of adding ru folder, it completely replaced english strings. Pirates were kind of fair, it was a free ad supported

[android-developers] A user of pirated? version seeking support

2011-09-02 Thread DraganA
I got an email from a user of my app, complaining about labels being to long to fit in some windows. I was surprised seeing the screen shots of my app, all in Russian, knowing that I never translated my app to Russian. The only thing that I could think of apart from piracy, was that maybe some

[android-developers] Re: A user of pirated? version seeking support

2011-09-02 Thread DraganA
in the past: Somebody stripped your apk and extracted your original resource file(s), translated to Russian, then re-packaged and released. Did you leave your contact inside the app? (I suspect yes) Do you use source code obfuscation (e.g. Proguard)? (I suspect no) On Sep 2, 1:24 am, DraganA

[android-developers] Re: A user of pirated? version seeking support

2011-09-02 Thread DraganA
Now thinking about it, they hacked the paid app version which is without ads. Would Proguard obfuscation work in this case at all, if the guy unpacked the apk and replaced string.xml. On Sep 2, 3:22 pm, DraganA dand...@gmail.com wrote: It is exactly as you describe. I've just found the app

[android-developers] paid apps not visible in some countries

2011-06-22 Thread DraganA
I was in Serbia last week and checked a local Android phone for my apps. Only the free versions of my apps were listed. I do have Rest of the world checked in Android console, not sure why this is happening. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Install % drop again?

2011-03-09 Thread DraganA
When I made my earlier post, the bloody cat was exactly what I had in mind ;) On Mar 9, 2:04 pm, TreKing treking...@gmail.com wrote: On Wed, Mar 9, 2011 at 1:54 AM, DraganA dand...@gmail.com wrote: On the other hand, maybe Google realized that a lot of people are bored with seeeing the same

[android-developers] Re: Install % drop again?

2011-03-08 Thread DraganA
On the other hand, maybe Google realized that a lot of people are bored with seeeing the same old apps on the front Market page week in week out. I think this old system created a bigger and bigger divide between established apps and the new apps that have no chance to even come near the big ones,

[android-developers] Re: Will no longer support Android 1.5

2011-01-17 Thread DraganA
I'm not your app user, but I'm curious about this situation. Will 1.5 users be able to download your current app version in the future or will it just dissappear? I always wondered about what happens when one decides to stop supporting old Android versions. It would be good if a version for 1.5

[android-developers] after sdk upgrade debugging on device not working

2010-12-23 Thread DraganA
I upgraded the sdk to the latest version and the latest Eclipse plugin version to 8.0.1 and now I'm not able to debug my app on the actual device. I use to be able to do that before the upgrade. I'm not sure what exactly is causing this since it seems difficult to downgrade the sdk or the plugin

[android-developers] Re: ProGuard Integration?

2010-12-20 Thread DraganA
On Dec 7, 4:40 am, Xavier Ducrohet x...@android.com wrote: Michael, We're fixing ADT to properly report what the problem really is but we just noticed the .bat that proguard ships with doesn't support path with spaces. While you're at it, could you also fix dx.bat which also breaks on

[android-developers] Re: Anybody seen a slowdown in sales?

2010-12-18 Thread DraganA
I thought it was only me. I've noticed slow down in sales in the last couple of weeks too, about 50% drop. I'm a bit worried. On Dec 18, 11:02 am, a1 arco...@gmail.com wrote: Looks like algorithm used to determine position in top list had been reworked as there is a lot of changes in top

[android-developers] Re: Market statistics stall

2010-11-21 Thread DraganA
Same here, it's a shame google cannot get the simplest things right. On Nov 21, 5:47 am, Peter Webb r.peter.w...@gmail.com wrote: Stalled for me as well. Still getting new comments as always, just the download numbers for my (free) app have been unchanged for the last 4 days. Doubtless they

[android-developers] Droid slide event callback method

2010-11-12 Thread DraganA
Hi there, I'm having crash reports on Motorola Droid phone which force closes my app when the slide is open or closed. I don't have the phone and can't test it. I was wondering if anyone know what kind of event occurs and if any activity callback method is called for those events. Btw, my app is

[android-developers] Re: Droid slide event callback method

2010-11-12 Thread DraganA
to the orientation... Thanks On Nov 12, 12:49 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Nov 12, 2010 at 5:05 AM, DraganA dand...@gmail.com wrote: I'm having crash reports on Motorola Droid phone which force closes my app when the slide is open or closed. What is the slide? I don't have

[android-developers] Re: Droid slide event callback method

2010-11-12 Thread DraganA
, 2010 at 9:02 AM, DraganA dand...@gmail.com wrote: Sorry, yes, by the slide, I meant the hardware keyboard. Now, if this is indeed an orientation change event, in theory it shouldn't be breaking my app since I have fixed the orientation to portrait in my application xml. Actually, you fixed

[android-developers] wrong line numbers in crash console tracebacks

2010-11-03 Thread DraganA
Does anyone else have a problem of wrong line numbers in the crash report traceback. They seem to be off about 2-3 lines. Sometimes it's difficult to figure out what exactly caused an exception. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: wrong line numbers in crash console tracebacks

2010-11-03 Thread DraganA
the line numbers with the version that you had uploaded to the market? They are always accurate. This can only happen, if you have changed your code after you have uploaded a version of your app. On Wed, Nov 3, 2010 at 10:00 PM, DraganA dand...@gmail.com wrote: Does anyone else have a problem

[android-developers] Android media player not reading ID3 tags

2010-10-03 Thread DraganA
I wonder if anyone knows whether the built in media player uses some kind of caching of mp3 files ID3 tag information, because after I change the tag of a file it doesn't show the updated data. Only after the phone restart, I guess after /sdcard remount, does it show correct tag info. Thanks --