Re: [android-developers] Timeout

2012-07-30 Thread Francisco Marzoa
Hi, Could you paste the exact error message? Regards, El 29/07/2012 21:44, "Karlos Aizpurua" escribió: > Hello! > > I'm a beginner so forgive me for my lack of knowledge. > > I've done a simple App in Eclipse: However, when I run it both on the > smulator and my phone I get timeout errors. I've

Re: [android-developers] Timeout error when tryin to do REST

2012-07-27 Thread ashok chakravarthy
did you set internet permission in Manifest? On Thu, Jul 26, 2012 at 6:30 PM, Larry Meadors wrote: > Is the phone on your LAN or using the cell network? > > Larry > > > On Mon, Jul 23, 2012 at 8:50 AM, Fernando Juarez > wrote: > >> Hi I need some help: >> >> I´m developing an Android app with Ec

Re: [android-developers] Timeout error when tryin to do REST

2012-07-26 Thread Larry Meadors
Is the phone on your LAN or using the cell network? Larry On Mon, Jul 23, 2012 at 8:50 AM, Fernando Juarez wrote: > Hi I need some help: > > I´m developing an Android app with Eclipse and ADT, It´s a very simple > app. The app connects to a server via POST, it works fine when I set my IP > o my

Re : Re: [android-developers] timeout

2011-06-14 Thread Agoulaoui
I don't know if the previous message helped you but I encountered the same problem and I had the same problem and I found out that if I turn on networks on my phone (wifi or 3G) I don't get the error message and the installation was successful. I'm still looking why (found this post while search

Re: [android-developers] timeout

2011-06-09 Thread TreKing
On Thu, Jun 9, 2011 at 8:34 AM, bob wrote: > Any ideas? Uninstall the app first; restart Eclipse; close Eclipse, kill adb, start Eclipse; restart your computer (in order of things to try). - TreKin

Re: [android-developers] timeout on wakelock causes "WakeLock under-locked" error

2010-07-07 Thread Mark Murphy
On Wed, Jul 7, 2010 at 12:26 PM, jdeslip wrote: > Is there any way to use a timeout (as backup wakelock release in case > the app force closes for some reason) without getting this error? Check isHeld() before release()-ing it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://gith