[android-developers] Jelly Bean Crash with Bitmap Recycle "Sorry, an error has occurred: bitmap is recycled"

2012-07-14 Thread Craigo
Hi Google, My app that has been running for over 2 years without an update, finally broke with Jelly Bean. The error: "Sorry, an error has occurred: bitmap is recycled". The problem was with calling recycle on a bitmap: Bitmap bitmapOld = bitmap; bitmap = Bitmap.createScaledBitmap(bitmap, new

[android-developers] Re: Chargeback fees have been waived since June 2010

2010-10-28 Thread Craigo
A big thank you to Google for removing this fee! Just saved me another $3. :-) On Sep 16, 4:08 am, Streets Of Boston wrote: > I didn't know this until just now, when i got a chargeback request > from Google. > Chargeback fees (that were $3) for purchases from the Android Market > under $10 hav

[android-developers] for groups of items

2010-10-12 Thread Craigo
The latest blog post http://android-developers.blogspot.com/2010/10/five-steps-to-future-hardware-happiness.html talks about using the uses-feature to future proof your apps. However, say you have a game that is controlled either by the accelerometer, or by a physical keyboard. I can't see anywa

[android-developers] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-07 Thread Craigo
I noticed my high score board "Top Countries" list double in size (http://headtoheadracing.appspot.com/highscores.html). However, I haven't really noticed an increase in sales. Maybe 10%. I think I need to get a weeks worth of data before I can safely make a call. On Oct 7, 4:08 am, Pent wrot

[android-developers] Re: New ADT available.

2010-10-05 Thread Craigo
If I was you, I'd try a fresh Eclipse install. It won't take that long. Just export your Eclipse preferences (Export -> General -> Preferences) and import them back on the new install. On Oct 5, 7:13 am, String wrote: > Bump... Just got back from vacation and am still unable to upgrade ADT > t

[android-developers] Re: New countries !!!!

2010-10-01 Thread Craigo
Here is a list of the countries that use AdSense: https://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=150324&ctx=share The ones with a * against their names. On Oct 1, 9:53 am, TreKing wrote: > On Fri, Oct 1, 2010 at 3:10 AM, Evgeny V wrote: > > But for some reason citizens of

[android-developers] Re: New countries !!!!

2010-09-30 Thread Craigo
I registered an account in the United States (gave up waiting), and now I would like to switch the country to my actual country, however, it doesn't let me. Anyone know if this is possible? On Sep 30, 5:37 pm, Yahel wrote: > Effective today, developers from 20 additional countries (Argentina, >

[android-developers] Re: Request: Don't make us use Ant

2010-09-26 Thread Craigo
tis wrote: > What, specifically, went wrong? It should work for more than "very > basic" applications. > > On Sep 22, 9:28 am, Craigo wrote: > > > > > Please update the Eclipse "Export Android Application" feature to take > > the location

[android-developers] Re: hosting app file on own site

2010-09-25 Thread Craigo
I did this without having to do anything special with Tomcat. Just stuck the apk in my web content dir. My Android phone downloaded the file as normal, then I clicked on it, and it let me install it. On Sep 25, 4:16 pm, dashman wrote: > i've got an app (.apk) file that i want to host on > my s

[android-developers] Re: "Proguard, Android, and the Licensing Server", or...

2010-09-25 Thread Craigo
"Regrettably, Android multiplier is considerably greater than iOS's". Java & Eclipse Vs Objective C & Xcode. You decide. Sorry, I just couldn't let that comment slide by. On Sep 25, 11:45 am, JP wrote: > Integration in Eclipse - a step in the right direction if serious > about promoting Progu

[android-developers] Re: New ADT available.

2010-09-25 Thread Craigo
I upgraded from 0.9.7 to 0.9.9 (took about 15 mins in d/l). However, I am using Eclispe 3.6 (hides under desk in fear of being shouted at). Although, after the upgrade, I did have to remove and re-add the AndroidVendingLicensing library, as it got confused and seem to appear twice in my projects.

[android-developers] Request: Don't make us use Ant

2010-09-22 Thread Craigo
Please update the Eclipse "Export Android Application" feature to take the location of Proguard and do the obfuscated build. The instructions posted http://android-developers.blogspot.com/2010/09/proguard-android-and-licensing-server.html only work if your application is very basic (mine didn't w

[android-developers] Re: BackupManager dataChanged() not static, need a reference to BackupManager?

2010-09-16 Thread Craigo
*bump* How do you get the BackupManager? It doesn't seem to be in Context.getSystemService(). Thanks. On Sep 12, 12:45 pm, Craigo wrote: > Hi, > > From:http://developer.android.com/guide/topics/data/backup.html > > To inform the BackupManager that the data has changed, y

[android-developers] Re: License Verification Library: getting error NOT_MARKET_MANAGED

2010-09-16 Thread Craigo
Scratch that comment, I now seem to be getting "Signature verification failed." instead. Serves me right for trying to do some work while on holidays in a country that doesn't have paid apps! :-) On Sep 15, 11:32 am, Craigo wrote: > In my experience, it has to be less then o

[android-developers] Re: License Verification Library: getting error NOT_MARKET_MANAGED

2010-09-15 Thread Craigo
In my experience, it has to be less then or equal. Which makes it easier for people who want to sell paid apps, but don't have access to paid apps. They can just increase the version number and not worry about their license code failing. On Aug 4, 3:26 pm, BoD wrote: > All right I'm sorry I di

[android-developers] Re: LVL, ServerManagedPolicy...

2010-09-13 Thread Craigo
And I noticed about a 10 minute delay after uploading, from getting the NOT_MARKET_MANAGED, to getting the correct response. On Aug 18, 5:10 pm, Kevin wrote: > Have you uploaded the app tomarket?  You don't need to publish, just > upload. > > Kevin > > On Aug 17, 5:51 pm, JavAnd wrote: > > > >

[android-developers] BackupManager dataChanged() not static, need a reference to BackupManager?

2010-09-12 Thread Craigo
Hi, From: http://developer.android.com/guide/topics/data/backup.html To inform the BackupManager that the data has changed, you are supposed to call dataChanged(). However, that method is not static, so you need a reference to the BackupManager. How do you get a reference to the BackupManager?

[android-developers] Re: Sprint Hero Android 2.1 Lost Copy Protected Apps Access

2010-06-03 Thread Craigo
Jun 2, 6:36 pm, Craigo wrote: > > > > > Can somebody please confirm that the Spring Hero used to have access > > to copy protected apps, however, after the upgrade to Android 2.1, > > they now don't? > > > If this does get confirmed, is there any alterna

[android-developers] Sprint Hero Android 2.1 Lost Copy Protected Apps Access

2010-06-02 Thread Craigo
Can somebody please confirm that the Spring Hero used to have access to copy protected apps, however, after the upgrade to Android 2.1, they now don't? If this does get confirmed, is there any alternative to just removing the copy protection? Eg: If a user purchased a copy protected app, then the

[android-developers] Marketplace "View more applications" button

2009-12-30 Thread Craigo
Suggestion for the Marketplace: Change the "View more applications" button to be called "More by developer". Note: It is under the "About the developer" title, however, I doubt many people take notice of the title. Please leave a comment or suggestion if you agree / disagree. -- You received

[android-developers] Re: Google Marketplace Chargeback Fee

2009-12-29 Thread Craigo
n do about it, except for terminating your Google Checkout account. > > On Dec 27, 10:06 pm, Craigo wrote: > > > Surely it isn't a "fine"? > > > Why would the I (the developer) be "fined" for a customer complaining > > that the Google Marke

[android-developers] Re: Google Marketplace Chargeback Fee

2009-12-27 Thread Craigo
refunds and I redirect the customer > to the official Google Checkout website. Never got any complaints > after that. > > After the 24h have passed there's a "fine" if you're refunding a > customer's purchase. This is called the chargeback fee you're spe

[android-developers] Google Marketplace Chargeback Fee

2009-12-26 Thread Craigo
Hi, I'm trying to understand the Google Marketplace Chargeback Fee. A customer complained they did not authorize a charge from the Google Marketplace for my app, and they got a refund. I have no problem with this. However, Google then stings me with a $3 Chargeback Fee. I don't understand why?