Hi all,

I am developing an application which download data from web

while running on the emulator it works fine

but on device after some time (3-5 min) it gives exception

D/WifiStateTracker(   51): Deconfiguring interface and stopping DHCP
W/System.err( 1079): java.net.SocketException: The operation timed out
W/System.err( 1079): at
org.apache.harmony.luni.platform.OSNetworkSystem.receiveStreamImpl
(Native Method)
W/System.err( 1079): at
org.apache.harmony.luni.platform.OSNetworkSystem.receiveStream
(OSNetworkSystem.java:230)
W/System.err( 1079): at
org.apache.harmony.luni.net.PlainSocketImpl.read(PlainSocketImpl.java:
552)
W/System.err( 1079): at
org.apache.harmony.luni.net.SocketInputStream.read
(SocketInputStream.java:87)
W/System.err( 1079): at
org.apache.harmony.luni.net.SocketInputStream.read
(SocketInputStream.java:67)
......................


Any suggetions.

Is there any limitations in time of connection on device ??

need help

Dilli
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to