0
votes
1answer
36 views

need to design timeout activity for android application

I need to design a timeout activity for my android application These are my concerns- From every activity in the app the timeout would be 90 mins. On any activity in the app the timer should reset ...
0
votes
1answer
26 views

Android ServerSocketChannel binding to loopback address

I have an Android device that will be running a server that other Android devices, the clients, will be connecting to. I am using SocketChannel and ServerSocketChannel in non-blocking mode. Here is ...
0
votes
1answer
41 views

Screen timeout time remains?

How can I get the remaining time until screenOff? I don't mean the value of timeout setting, but how much time remains until screenOff(if user haven't touch the screen). Some kind of checking every ...
1
vote
1answer
134 views

Handle Connection and Read Timeouts for RestClient calls in android

I have a RestService interface with many rest calls which I am using throughout my application. I am setting timeouts for handling connection and read-timeouts ClientHttpRequestFactory httpFactory ...
0
votes
1answer
30 views

ScheduledExecutorService as timeout shows no AlertDialog

I'm trying to implement a timeout behaviour in my app. There should also be a warning (alertdialog) 5 seconds before the timeout actually happens. I want to use a ScheduledExecutorService to do so. ...
0
votes
3answers
159 views

Timeout in DefaultHttpClient

I'm a little confused on how the timeouts in DefaultHttpClient work. I'm using this code: private DefaultHttpClient createHttpClient() { HttpParams my_httpParams = new BasicHttpParams(); ...
-1
votes
1answer
62 views

Keep screen on from a service

I would like to know how to keep the screen permanently on from a service. Here is the scenario for the code: User plugs phone into power outlet, Broadcast receiver gets event, start a service that ...
0
votes
3answers
52 views

Android error : Failed to install : timeout [duplicate]

Failed to install TempDate.apk on device 'emulator-5554': timeout Got this error while run my android project. solved by this link Android error: Failed to install *.apk on device *: timeout I go ...
0
votes
1answer
249 views

Android -Json httpRequest Time out Connection

How to make a Connection Timeout, when I do a httpRequest? I return to the previous activity? For my apilcacion is blocked by a firewall, and I can make some time to not be able to connect to the ...
0
votes
0answers
53 views

Handling an active but “dead” Internet connection

I have an app that force-closes when there is a "dead" Internet connection. When I say dead, I mean one which is available, but in which data transfer doesn't happen (or so it seems). In this case, ...
1
vote
2answers
65 views

No IOException on Outputstream when dataconnection lost

I'm developing this android application which basically uploads images to a webservice. I have a asynctask where I send the file to the server, using this code: protected Boolean ...
1
vote
2answers
56 views

HTTPResonse Time Out

I have a scenario in which i am sending requesting using Device WiFi. In this scenario WiFi is connected but WiFi further is not connected to internet and in this case i send HTTP request but the ...
0
votes
1answer
148 views

httpclient sleeps while executing

I am developing long running application, my application uses DefaultHttpClient (I also tried with AndroidHttpClient) periodically. I don't know but after working a while, somehow httpClient.execute ...
0
votes
1answer
119 views

android using url.openstream isn't throwing IOException if no internet connection. Why?

I am using url.openstream for requesting on to server. In case no internet connection while this, I want data to be stored in database, and hence doing the storage in catch clause of IOException, but ...
0
votes
2answers
124 views

Can setConnectionTimeout stop a download from completing

I am downloading a file in my app and using the following time-outs. HttpParams httpParameters = new BasicHttpParams(); HttpConnectionParams.setConnectionTimeout(httpParameters, 5000); ...
1
vote
2answers
1k views

Android: AsyncTask timeout

Is it possible to do splash screen that will execute HTTP request and if this request is executing too long, i.e. 7-10 seconds, then abort the request and jump to the main activity? The below code ...
0
votes
1answer
459 views

Android Connection/SocketTimeOutException caught yet app still crash

Basically I'm trying to let user know when the app cannot reach the server/server down, while their phone internet/data connection is perfectly fine. So I set a timeout by following this post here: ...
0
votes
0answers
36 views

timeouit from http post not working

The following code has been working for some time and always has responded quickly - always way ahead of my 4 second timeout. Today, for some reason I'm not getting a response from the Post (it did ...
0
votes
0answers
141 views

Need android device setting screen off timeout listener

I need / want to add device setting screen off timeout listener to update my switch with latest time which user select in setting preferences of the device. Code i tried: ...
0
votes
0answers
71 views

Http connection sits and waits for data to download after certain amount of idle time

I have had this issue and sort of found a workaround after doing a weeklong research. Thought to share just in case someone else encounters it. The issue happens on devices (as I've tested) with ...
1
vote
2answers
104 views

Is there an Android InputStream class that times out?

I am currently using an InputStream in my application (import java.io.InputStream) and have run into an issue regarding timing out. The way the InputStream seems to work is that it waits for a certain ...
1
vote
0answers
181 views

BluetoothSocket Timeout or readline timeout

I am currently working on an application that talks to a serial device via bluetooth. I have it implemented in a way that opens the connection to the bluetooth device. It seems like it connects ...
0
votes
0answers
41 views

Mapview Crashing on slow connection

I am working a project that adds overlay to a chosen location on the map, I followed some tutorials and managed to make it work. I have also managed to add a connection detector. Now my problem is ...
0
votes
2answers
214 views

Timeout for UnknownHostException with established connection but no internet

I have an interesting issue. I have an application where inside of it, I'm trying to account for the condition where the phone is connected to a router, but that router is not connected to the ...
2
votes
3answers
1k views

Android TCP Sockets timeout

I'm doing an app which needs to communicate with TCP sockets. I set up a Service which is my TCP Server and an activity which is my TCP Client. I have a big delay from sending a message and receiving ...
0
votes
1answer
76 views

How to give timeout for process in Java and Android for ReadUnsignedByte()

I have the following code and I use ReadUnsignedByte() function but hangs and doesn't return anything which cause hanging the application. I used try catch but there is no response, so what shall I do ...
0
votes
3answers
736 views

idle timeout for android app activity

I am writing an Android app (ICS) for a tablet. The user moves from Activity A to Activity B to Activity C with the touch of a button. I want to return from Activity C to Activity A after 10 seconds. ...
0
votes
3answers
587 views

HttpResponse & Timeout for Android

I want my device to give up the http connexion after 5 seconds. But my code does not work... I never get any timeout message when shutting network down. Just like if the device still tries to connect, ...
0
votes
2answers
1k views

Emulator Timeout Error Message while Installing .apk [duplicate]

Possible Duplicate: Android error: Failed to install *.apk on device *: timeout keep getting error messages when I try to launch any mobile app with android. These errors are not ...
0
votes
0answers
126 views

android onActivityResult socket timeout

When I try to start a socket from onActivityResult it always times out... What I was trying to do was start the Activity that starts the socket connection from onActivityResult with no success, ...
1
vote
3answers
1k views

phonegap geolocation allways fail on timeout

I'm using sencha-touch 2.0 and phonegap 2.0.0 in my app to retrieve user's location. When runing on my locahost, everything works just fine. However, when loading the .apk to my android 15 api's ...
0
votes
1answer
785 views

Android Connection TimeOut exception

Below is the code for which i am getting exception(Time out) please provide any solution or tutorial for the same. Using on 4.0.4 api level device HttpClient client = new DefaultHttpClient(); ...
1
vote
1answer
594 views

Android: connection timeout not working (connection waits forever)

I have an application that connects to a server. I set a timeout, disconnected the device from internet and tried to execute the post request to see if the timeout was called, but the connection keeps ...
2
votes
2answers
223 views

Android Connection to WebSocket hang

In my Android project I implemented a Faye client. But, when I call SocketChannel.socket().connect(...), the connection hangs and the next line does not run. It is as if I don`t set the timeout, or ...
0
votes
1answer
124 views

Calling a network State check from other activities

I realize this question has been answered before but couldn't find an answer that deals with my specific case. I want to create a class called "InternetConnectionChecks" that will handle checking a ...
1
vote
1answer
121 views

Setting auto-complete timeout for a geocoding results

What is the best way to manage to handle the typing-timeout? I tried the code like this (inspired by the code here): public void onTextChanged(CharSequence arg0, int arg1, int arg2, int arg3) { ...
0
votes
0answers
122 views

Android Ksoap2 Max Timeout

I have an Android app which calls to our web service which in turn queries our SQL server. The process works fine, but for some web service calls, the process is slower. I was getting an issue where ...
1
vote
1answer
402 views

Operation timeout

I have this odd error: I even had put a limitless timeout trying to solve it. I say this is odd because it used to work just fine, but now, it does not work and I dont know the reason. The error: ...
0
votes
2answers
273 views

Hide progress dialog only for a finite/fixed time

I have a progress dialog which is shown during some running action. If the action hasn't executed for a given time, I want to dismiss the dialog and the action. How do I implement this? I currently ...
1
vote
2answers
989 views

Android HttpURLConnection VERY slow

This is the situation I'm facing with the code below: As you can see I'm trying to read an HTTP stream. When I run the following code on the Android simulator it works 100% of the time, when I run ...
4
votes
2answers
261 views

What is avg. optimal connection timeout for mobile app?

This question is about trying to find a scientifically or statisically defensible rational for choosing a timeout. I mean every app must do this, but what is the optimal timeout? We need more people ...
0
votes
1answer
87 views

Android browsers don't initiate a connection for a specific url

I'm trying to access http://feeds.boston.com/boston/bigpicture/index from Kindle Fire from both the standard browser and the Dolphin browser. I'm using Fiddler as a proxy and when I'm requesting ...
1
vote
1answer
646 views

HttpURLConnection.setConnectTimeout is not working

I have an Android app that connects in a server searching for updates. If the server takes a long time to respond (+500ms), I have to finish my method and continue with the program. I already set ...
0
votes
1answer
264 views

PhoneGap app start ends with timeout on a Android 4.0.3/4 device

I am facing a strange issue. I create a simple PhoenGap app, that loads a HTML website no JavaScript so far. I am able to start the app using a 2.3.3 emulator 4.0.3 emulator 4.1 emulator or 2.3.3 ...
0
votes
1answer
110 views

Titanium webservice response timeout control

I'm using Titanium for an Android device and SOAP for the webservice data transmission. I am able to abort the process if the connection fails, but I need to abort the process if the webservice takes ...
1
vote
1answer
172 views

setTimeOut function not invoked when the device goes idle - android titanium mobile?

I'm invoking a method using setTimeOut after 20 mins delay. In iPhone its working properly but in android after 20 mins the method not invoked. If we changed to 1 minute, the method gets invoked. I ...
0
votes
1answer
626 views

ANR keyDispatchingTimedOut Report Google

Im gettíng the "famous" report ANR keyDispatchingTimedOut, I was reading about it, but I dont understand well and I wanna ask about it. The problem I guess is caused by a large work on onCreate()? If ...
4
votes
1answer
265 views

ANR keyDispatchingTimedOut but no own classes in stacktrace

I receive bug reports for my Android-App regarding an ANR keyDispatchingTimedOut. Amazingly the stack traces within this report do not contain any of my own classes. I also checked my onPause() and ...
1
vote
0answers
200 views

Android Error:Failed to install *.apk on device *: timeout No Check on the Target

I getting the error when I try to debug any program on my android device Failed to install *.apk on device *: timeout I have tried restarting, and extending the timeout in the DDMS When ...
1
vote
1answer
1k views

Handling timeout while using Ksoap2 in android

I am calling a method of another class from my activity that calls a webservice using ksoap2. I want to handle timeout for this. If the method takes more than 10 seconds to execute, then I need to ...

1 2 3 4