Re: [android-developers] Automatic Google+ sign-in

2013-09-20 Thread Douglas Drumond
Nice you found the problem. Cheers! -- Douglas Drumond *GDG Campinas – **eee19.com* *gplus.to/douglasdrumond * – *@douglasdrumond * 2013/9/20 FReDD > Well, here's an update : you actually solved my probl

[android-developers] Lower level documentation on how Google's backend starter works w/ Android devices

2013-09-20 Thread Ken
Does anyone know of a document that describes how Google+ login and endpoints and GCM at the network level (what data gets sent back and forth)? I'm trying to write a replacement backend w/o staring at Wireshark traces :-) -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Automatic Google+ sign-in

2013-09-20 Thread FReDD
Well, here's an update : you actually solved my problem. The key part here is what you mentioned : *unless they signed out*. I had implemented an automatic sign out on leaving the game, I mixed up Google+ sign in and Games Client connection. A big thank you, FReDD Le vendredi 20 septembre 2013

Re: [android-developers] Re: Should SQLiteDatabases be limited to 2Gig?

2013-09-20 Thread Kostya Vasilyev
If that's really it, I wonder why you never see ads or reviews saying "This 32 core, 6GHz device with a 6" 4x HD screen can corrupt your data up to four times faster than the closest competitor"! Seriously, why is this not part of the compatibility test (I realize it maybe a difficult thing to det

Re: [android-developers] Automatic Google+ sign-in

2013-09-20 Thread FReDD
Ok, thanks for the insight. I must be doing something wrong, then, that would also explain why I didn't find any results relating to this. I don't know what, though, because the connection code is pretty straightforward. Anyway, thanks ! Le vendredi 20 septembre 2013 03:41:09 UTC+2, Douglas Drum

[android-developers] Good time to register for AnDevCon today - discount

2013-09-20 Thread Nathan
AnDevCon is in San Francisco on November 12-15th. It's a good time to register today. You get $400 off full price through today. On top of that, you can use the Discount code 'Mellor' to get $200 off of whatever ticket you order. I'm speaking in "Apps for Profit" and "App Discovery Optimiza

Re: [android-developers] Lower level documentation on how Google's backend starter works w/ Android devices

2013-09-20 Thread Ken
On Friday, September 20, 2013 1:25:08 PM UTC-4, Kristopher Micinski wrote: > > There are specific clauses in the TOS for Play (at least) that stipulate > you can't write apps that could compete with Google apps, under which I > presume this use would fall. > I haven't seen that in the TOS (ht

Re: [android-developers] Lower level documentation on how Google's backend starter works w/ Android devices

2013-09-20 Thread Kristopher Micinski
I doubt such a thing exists, because I doubt Google would be very happy with you using their protocol for an app. There are specific clauses in the TOS for Play (at least) that stipulate you can't write apps that could compete with Google apps, under which I presume this use would fall. Kris O

[android-developers] Re: Android USB problems

2013-09-20 Thread eli
How do I get an app to read data from a USB barcode reader if the usbManager can't even detect that its there. On Thursday, September 19, 2013 3:55:19 PM UTC-4, eli wrote: > > ** > > I have a tablet, an OTG cable and a ba

Re: [android-developers] Re: Should SQLiteDatabases be limited to 2Gig?

2013-09-20 Thread Anthony Prieur
>From my guess the database gets corrupted because of (some) flash disk controllers that lie to the OS and do not flush/sync properly the FS before crash/reboot, so even with transactions the DB gets corrupted in some cases. Le vendredi 20 septembre 2013 02:34:51 UTC+2, Kostya Vasilyev a écrit