[android-developers] Re: PdP context deactivated

2016-11-30 Thread Alexis LE GOFF
This is really strange because I don't have this when I force 2G On Monday, November 28, 2016 at 3:12:32 PM UTC+1, Alexis LE GOFF wrote: > > Hey, > I am using a mediatek device running rooted android 4.4. I am using M2M > sim cards with private APN, private static IP and gl

[android-developers] PdP context deactivated

2016-11-28 Thread Alexis LE GOFF
Hey, I am using a mediatek device running rooted android 4.4. I am using M2M sim cards with private APN, private static IP and global roaming plan. Each of my sim have its own static IP. I can therefore ping them from my server on the VPN. But few minutes/hours after boot, devices becomes un-addr

[android-developers] Re: Mobile network idle sockets disconnected

2016-11-28 Thread Alexis LE GOFF
Hey Goncalo, I have a very similar issue. We are using rooted chinese tablets with M2M International SIM cards with private static IP and private APN. Everything work fine after the tablet is started: we can ping the device from the server using its static IP and ping the server from the device.

[android-developers] AndroidHttpClient retry POST with PHPSESSID

2012-05-07 Thread Alexis
I'm working with AndroidHttpClient to send some request, Server always use PHPSESSID so I facing this: - GET something - 401 here is the cookie - GET something - OK second get is resend automaticaly by AndroidHttpClient - POST data - 401 here is the cookie On this case Andro

[android-developers] Re: DashboardLayout (iosched 2011) behaves weirdly

2011-08-29 Thread Alexis Robert
ChildWidth > width) { + spaceDifference *= UNEVEN_GRID_PENALTY_MULTIPLIER; } + if (spaceDifference < bestSpaceDifference) { // Found a better whitespace squareness/ratio bestSpaceDifference = spaceDifference; Alexis On 27 août, 09:53, Al

[android-developers] DashboardLayout (iosched 2011) behaves weirdly

2011-08-27 Thread Alexis Robert
ght">wrap_content</item> <item name="android:textStyle">bold</item> <!-- <item name="android:background">@null</item> --> By the way, if I uncomment the @null line, it gets even worse in portrait : http://i

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-06 Thread Alexis ROBERT
Google for taking time to ship a $500 gift ! Even my parents didn't offer me a gift which is $500 worth :) But thanks a lot for the info, it spared me to phone Fedex for details :) Alexis On Apr 6, 2:17 pm, roland wrote: > Just contacted Fedex France, still no package for me, the guy told

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-02 Thread Alexis ROBERT
I've sent a mail to android-market-seed...@google.com about Europe seeding since there is only two days left and nobody seems to have received his phone. I'll keep you posted :) Alexis On Mar 30, 11:53 pm, David Horn wrote: > It looks to me like the system sent out US Nexus

[android-developers] Re: Problems in putting android source in eclipse

2009-12-01 Thread alexis gupta
I was able to fix this. The problem is a wrong/corrupted .classpath file that is copied from eclipse as described in http://source.android.com/using-eclipse. Try getting another copy of the .classpath file from eclipse. --Alexis On Oct 21, 7:56 pm, n179911 wrote: > Hi, > > I have

[android-developers] Re: Problems in putting android source in eclipse

2009-11-30 Thread alexis gupta
I am getting the same issue. Has anyone figured out how to fix this? Thanks, Alexis On Oct 21, 7:56 pm, n179911 wrote: > Hi, > > I have followed this instruction to put android source in eclipse. > > http://source.android.com/using-eclipse > > But I get this error: &g

[android-developers] Clearing history stack

2008-10-06 Thread Alexis
Hello all, Let's say I have an activity A (that displays the main menu as a list, for example), then I jump to activity B, then activity C. >From activity C, I would like to roll back to activity A and clear the activity history stack at the same time. I mean that I want the user not to get back