[android-developers] IAP and consumable products

2013-07-18 Thread marksibly
Hi, I'm trying to implement 'consumable' products in an android app using billing v3. To do this, I'm using getPurchases/consumePurchase *before* starting the BUY_INTENT to pre-consume any existing purchases of an item. However, it doesn't seem to work - after I consume a product, I can't buy

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-18 Thread N4Spd
I'm in a similar situation: 2 reversals in bank account but no credit in wallet so I still owe google money. WTF. What a mess. At least they have a number to call now. I called and had to explain/convince the support person that parentheses around a number means negative. Not good. Will ha

Re: [android-developers] Rendering 24 bit RGB using Android Bitmap

2013-07-18 Thread Romain Guy
No you cannot create 24 bits bitmaps. On Thu, Jul 18, 2013 at 1:37 PM, Ruslan Novikov wrote: > You mean no alpha channel in the Bitmap right? > If there is alpha channel and it has FF value for every pixel the Bitmap > is going still be 32 bit, correct? > One more question: what if I want to cre

Re: [android-developers] Question for a Google Play employee: is it allowed to release a "pro" version of my existing app?

2013-07-18 Thread Nathan
On Thursday, July 18, 2013 9:00:55 AM UTC-7, AndroidYourself wrote: > > The whole article. It shows that nobody is save at this time. > If nobody is safe, then why let it dictate what you do? There is some key points you should notice from the article. Lodsys is going after Disney, based on t

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-18 Thread Nathan
On Thursday, July 18, 2013 8:38:14 AM UTC-7, David Erosa García wrote: > > There won't be charges or money pulled from the bank account, but they > still don't know if they'll "discount" this amount from the forthcoming > months. > So in other words - They "might" let you just keep the ext

Re: [android-developers] Different developer displayed name under 1 developer account

2013-07-18 Thread TreKing
On Thu, Jul 18, 2013 at 9:12 AM, yccheok wrote: > We need to publish the white-label product with different developer > displayed name/ different developer contact email/ different developer > website. > > I was wondering, can we use back our current developer account for the > above purpose? Or,

Re: [android-developers] Question for a Google Play employee: is it allowed to release a "pro" version of my existing app?

2013-07-18 Thread AndroidYourself
The whole article. It shows that nobody is save at this time. On Thursday, July 18, 2013 5:10:34 AM UTC+2, Kristopher Micinski wrote: > > What in the article you linked contradicted anything I said? > > Kris > > -- -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-18 Thread b0b
On Thursday, 18 July 2013 17:38:14 UTC+2, David Erosa García wrote: > > I'm having the same issue. I received May payment twice, and June payment > three times. Not that I regret receiving money, but this things never end > well :) > > So I just called Google Wallet for Business (+1-855-9255386

Re: [android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-18 Thread David Erosa García
I'm having the same issue. I received May payment twice, and June payment three times. Not that I regret receiving money, but this things never end well :) So I just called Google Wallet for Business (+1-855-9255386) and they told me they just "discovered" this issue this morning. Some developers

Re: [android-developers] Best practice for co-ordinating a SyncAdapter and GCM updates of data within an app

2013-07-18 Thread TreKing
On Thu, Jul 18, 2013 at 3:31 AM, Shiraz Azizali wrote: > Thanks, I'm still unsure how to acheive what I'm after from here, but it's > a step forward.. > A simple static boolean flag should suffice. Each component will run in the main thread initially to start up. First check the flag, if set, abo

[android-developers] Different developer displayed name under 1 developer account

2013-07-18 Thread yccheok
Hi, Currently, we already have our own app, published under our own developer account. Now, for the same product, we tend to create a white-label version for our client. We need to publish the white-label product with different developer displayed name/ different developer contact email/ diff

[android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-18 Thread Doug Gordon
According to Bank of America's site, all three payouts did go into my account. I guess the simplest thing would be to just consider it an "advance" for the next couple of months. At least it wasn't like the guy whose Paypal account got an erroneous balance of 94 quadrillion dollars the other da

[android-developers] Positioning objects in Google Maps

2013-07-18 Thread Carlos Calvo
Hello, I have a problem when drawing objects on Google Maps. I have an object that drawing on your geolocation. And I have a second object that want to draw on this, subject to see the same distance regardless of having the zoom map. If we shift frame + - X for example 50 depending zoom this i

Re: [android-developers] Best practice for co-ordinating a SyncAdapter and GCM updates of data within an app

2013-07-18 Thread Shiraz Azizali
Oh, yeah sorry about that :D I hadn't realised that you can use the application context like that. So, yes in my onPerformSync I am able to do: FooApp app = (FooApp) getContext().getApplicationContext(); Thanks, I'm still unsure how to acheive what I'm after from here, but it's a step forward.. O

[android-developers] Re: Deposits From Google Wallet Weirdness

2013-07-18 Thread Pent
> > Note to Google: Our accountants hate you. > > Mine too. Hopefully they will unite into the Google Accounts Union (GAU - word for total disaster in German) and demand improvements. Pent -- -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] How i can programatically downlaod our emails from gmail account ?

2013-07-18 Thread Ashish Sharma
Hi, I use below code and get the exception Code Properties props = new Properties(); props = System.getProperties(); props.setProperty("mail.imap.ssl.enable", "true"); props.setProperty("mail.imap.ssl.socketFactory.class","com.example.emaildownloadfromserver.DummySSLSocketFactory"); props.setP