[android-developers] How many TCP connection are alive in android device

2013-09-20 Thread danaimset
Hi all! I'm working with one very wide project and we need to support 24/7 connection with device. This project is for custom ROM and we will not have Google apps installed. We are thinking about performance. Maybe someone could help us with the following questions: How many TCP connections

[android-developers] Re: Android USB problems

2013-09-20 Thread al
Some device types (like a usb mouse) apparently are handled on system level and are not exposed to apps. Since different Android devices support different usb devices (e.g. usb storage, usb speakers, ...), some types of usb devices may be visible on some android devices only... Am Donnerstag,

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

[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: http://stackoverflow.com/questions/18900666/android-usb-problems# ** I have a tablet, an OTG cable and a barcode

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

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

[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

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

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

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

[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

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

2013-09-20 Thread Douglas Drumond
Nice you found the problem. Cheers! -- Douglas Drumond *GDG Campinas http://www.gdg-campinas.org/ – **eee19.com* http://eee19.com/ *gplus.to/douglasdrumond * – *@douglasdrumond https://twitter.com/douglasdrumond* 2013/9/20 FReDD altesse.fr...@gmail.com Well, here's an update : you