Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sockets

Android Sending Image Over Socket Fails: "client.getoutputstream()" Does Not Work

I can't get this code to work, in particular, the instruction 'outputStream = client.getOut… Read more Android Sending Image Over Socket Fails: "client.getoutputstream()" Does Not Work

Doinbackground Gets Stuck

I'm trying to create a server that uses multiple ports so different data and information can be… Read more Doinbackground Gets Stuck

Weird Behavior : Sending Image From Android Phone To Java Server (code Working)

I'm writing an android app that sends an image to a server running a java app, and it's wor… Read more Weird Behavior : Sending Image From Android Phone To Java Server (code Working)

Android Java.net.sockettimeoutexception: Connection Timed Out

Recently I have encounter the following error in my program: 11-18 12:30:30.259: W/System.err(21368… Read more Android Java.net.sockettimeoutexception: Connection Timed Out

Java.net.socketexception: Sendto Failed: Epipe (broken Pipe) When Sending Character To Check Socket Connection

I develop a system include: socket server on Android Mobile and socket client on PC. And to check t… Read more Java.net.socketexception: Sendto Failed: Epipe (broken Pipe) When Sending Character To Check Socket Connection

Sslsocket Hangs At Getinputstream When Android Device Is In Wifi

I want to have a SSL encrypted TCP server on the android device and a client on the computer which … Read more Sslsocket Hangs At Getinputstream When Android Device Is In Wifi