-2
votes
1answer
25 views

Android send data via socket

I would like to send a simple date through tcp. I working with threads, but I dont know why but when i try to run my code that is stop imediatelly here is that. I have already set the permissons as ...
0
votes
1answer
15 views

Android TCP Client/Server not passing messages properly (Only first received)

I have created two android applications, a client and a server, utilizing TCP to communicate across devices. On the server, I have this code to listen for TCP communication: private class StartServer ...
0
votes
1answer
9 views

Android Socket Lockup with PC - PC thinks we're still connected, Android doesn't

We're using Android devices as remote controls for an industrial process controlled by a PC. Sometimes the connection may be broken unexpectedly - the battery dies, the Android device goes out of ...
0
votes
0answers
39 views

Cannot get text value from BufferedReader [closed]

I have created an Android TCP server as well as a client. Both can communicate fine (in the sense that sent messages are registering). Below, is the code I use to send a message from the client to ...
0
votes
0answers
30 views

TCP client on android not connecting after kernel change

I've been using a test phone to develop an app that requires the phone being set up as a client to offload computation to a dedicated workstation. The phone had always been rooted but once I flashed ...
0
votes
1answer
43 views

sending file over tcp between android and pc

I want to establish a communication between 2 android devices. with a server to client (through a server) methodology. So generally I was thinking sending the file to a server (pc) then fetch the file ...
0
votes
2answers
55 views

TCP - Android client + Java Server

I've implemented a Java TCP server running on my PC which will accept incoming messages sent from an Android device running the client, also implemented. The server just receives the messages from the ...
0
votes
1answer
54 views

Desktop server and android client local connection

i try to connect my windows desktop java server from android client. I'm working cross-platform. Desktop server and desktop client working fine with same code, but desktop server and android client ...
0
votes
1answer
70 views

Direct TCP/IP networking between two android devices over internet

Hey I am just a beginner at networking. Is it possible to connect two android devices to each other using sockets over the Internet without using any intermediate dedicated server, Given that there ...
-2
votes
1answer
36 views

TCP Socket on Android can't be opened [closed]

I'm trying to build a TCP Socket connection to a server in Android. After creating the socket the code is running into a null exception. I've already tried to run the code in a Java-Application and ...
0
votes
2answers
34 views

Android client socket doesn't send data after some time

I'm developing an Android real-time-data app that sends data (floats and ints) to a server on the local subnet via a TCP socket. The problem I'm facing is that after sending some data simultaneously ...
0
votes
1answer
54 views

how to increase TCP window size in android for FTP?

I am trying to develop a simple ftp client using open source ftp4j library for android. I wanted to know if there is any way I can change/increase the tcp window size for data transfer. I have tried ...
0
votes
0answers
21 views

Android to android TCP connection failed

I'm trying to make TCP connection between android phones which are in same subnet. Connection works when I use android phone as server and android emulator as client. But when I switch emulator to ...
0
votes
0answers
56 views

Android tcp vs udp for video streaming

I want to transmit live video from my phone camera to multiple users RELIABLY over network and some client specific data but with BANDWIDTH efficiency Using tcp will ensure reliability but will need ...
0
votes
0answers
15 views

Cannot Join Reliable Raw Session (ALLJOYN_JOINSESSION_REPLY_FAILED)

this question is related to alljoyn library for java - android How could I debug ALLJOYN_JOINSESSION_REPLY_FAILED exception? The issue occurs when I am trying to join a reliable raw session. The ...
1
vote
0answers
50 views

Android and c# tcp communication

I want to send a message from a C# application to the Android emulator or device over TCP. I have searched on Google and got the maximum results for Android client and C# server but not what I want to ...
0
votes
2answers
119 views

Java: TCP socket connection. Client receiving null/readline() returns null

I am new to java TCP socket. I tried to implement a server and a client. So the server should check input (do something) and send string to client. The client should send string to the server and look ...
-1
votes
1answer
75 views

Multi TCP socket connections does't work on 4.0.4 Android

I am working on project where i need two or more socket connection at once. I noticed that until android 4.x my app worked correctly, and on android 4.0.4 it just do nothing on second connection. I ...
0
votes
2answers
77 views

buttonConnectOnClickListener, FATAL EXCEPTION: AsyncTask #1

The Android client runs with no problems on Android 2.2. But in Android 4.2 i need to use AsyncTask, and i dont know how to properly set it up. On button press client should connects to the TCP ...
1
vote
1answer
108 views

Sending files from Android client to c# server, breaks before reading whole file

c# code private MemoryStream Read() { NetworkStream clientStream = _client.GetStream(); MemoryStream messageStream = new MemoryStream(); var inbuffer = new byte[65535]; ...
0
votes
2answers
114 views

Increase transfer speed of TCP socket in java /android

I am developing wifi direct based file transfer application. I can see that the transfer speed using TCP socket is not satisfactory. The speed is normally 1Mbps. Whenever I analyze the data transfer ...
1
vote
1answer
96 views

SIP data not flushed over Android TCP socket

I have problem with socket communication - > SIP server and android devices. I can’t send SIP packet over TCP bigger than 800 bytes.If the packet is < 800 bytes everything is OK. There is a ...
-3
votes
1answer
27 views

Android bluetooth or TCP comms in same application [closed]

I'm new-ish to Android, but not to programming. I need to develop an app that can communicate with a server using either Bluetooth SPP or TCP. I'd like to share as much of the communications code as ...
0
votes
1answer
227 views

Android connection to Remote mysql database JDBC Vs JSON

I know that the JDBC is best used with a low latency high-bandwidth connection. and it is better to use a php service. Thing is am developing a Restaurant menu app that should retrieve data from a ...
1
vote
0answers
97 views

TCP connection with 2 Android devices

I want to make one Android device a server that will make a HotSpot, and when another Android device connects to that HotSpot it could communicate with the server by TCP connection. Creating the ...
2
votes
1answer
484 views

Unable to connect Android ADB over TCP/IP

I'm trying to get the Android Debug Bridge working over wifi from my 64-bit Windows 7 desktop computer to my Nexus10. I connect the device over USB, and then I followed "How can I connect to Android ...
1
vote
2answers
71 views

Data transfer using sockets in android

I have a huge problem with an android app. What i need to do is : 1) User A does something in the first phone 2) User B receives the information and does something automatically I'm trying to use ...
2
votes
0answers
188 views

Android TCP connection to an Arduino

I am trying to connect an Arduino with Android using TCP. For Android device, I am using an AVD at port 5554. When I run the TCP server in Arduino and client in Android, everything is fine. The ...
0
votes
1answer
287 views

Decoding H264 streaming using android low level api

I am using MediaCodec low level Api in android to decode h264 raw stream received from IP CAMERA. Raw stream from IP camera , receiving on TCP/IP connection. To decode stream , My code is : ...
0
votes
0answers
81 views

receiving an image from tcp server on android device

i have an image that am sending from a java tcp server to android device. the only problem is that i have is for the image to be received on the android i have to close the socket. is there anyway of ...
0
votes
1answer
30 views

Android Client Implementation Errors

Trying To let an android device get data from a server I have: RetreiveFeedTask DoStuff=new RetreiveFeedTask(); try{ Work=(DoStuff.execute(Exec)).get(); } ...
2
votes
1answer
136 views

android update imageview from outside UI thread

I'm trying to listen for a connection that sends a picture to my android then set this image to an image view. the process should be done automatically to simulate a push content behavior. this ...
0
votes
1answer
176 views

Communicating between Android App and C# server with public IP address [closed]

I have a server running on C# application. And a client on an Android app, These two can communicate only if they are on the same network and only with Private addresses 192.168.1.* How do i make this ...
1
vote
0answers
40 views

how to find total number of dropped packets from android device in ad-hoc network

I am writing an app for android. i'm using manet manger and file transfer apps. in my app, i want to setup ad-hoc network. I manage to get it working and it is running olsrd as routing protocol. ...
0
votes
1answer
64 views

java server push image on android device

I am trying to make a java tcp server that will send an image to all connected android devices. Then the devices should set this image as background. i know how to send an image from java server to ...
0
votes
1answer
257 views

TCP/IP on Android

I have an android application which I want to send a simple command to my `public class ActivitymainActivity extends Activity { private TextView textview; private Button button; @Override public ...
-2
votes
3answers
149 views

java TCP server accepting images as well as strings from android client [closed]

i want to send string messages as well as images.i am designing android chatting application which user is allowed to share images and chat(string) as well Java Server is at the backend which listens ...
0
votes
1answer
125 views

TCP socket connection as a service

i tried searching a lot and gave up. i have a TCP client class which basically connects to server. i call this tcp client class from my main activity and using async thread from main activity i run a ...
0
votes
1answer
61 views

How can I sync data on Android devices via LAN without knowing the IP address of either device?

People using my app should can sync there android-smartphone with other participants in a LAN using my app. All of them have dynamic IP-addresses. If Someone makes changes, it is very importand that ...
1
vote
1answer
85 views

sending an image from java server to android

i'm trying to send an image from a java server to an android device. i can send the image from java server to java client using the ImageIO but since android doesn't support ImageIO i dont know how ...
0
votes
3answers
147 views

java tcp server to android device

i am trying to make a java server that will send images stored in a database to android device. for now am trying with simple image that stored on the hard disk for the server to send. my question ...
0
votes
0answers
473 views

Android TCP client socket

In my server I send to socket an infinite cycle of ("number: %d\n",i). And, at each cycle, I increase the number by one. I then use the following code to receive it in the android device (which is the ...
0
votes
2answers
131 views

Communicate to Android App via Rails Server- send data from app to server?

I have a Ruby on Rails app running which has a database of telephone numbers. I need to run apps on 5 different phones such that they get a notification from the Rails server with a phone number (this ...
0
votes
2answers
64 views

Looping PC to Android Socket communication?

To start off, i am a complete newbie to Android, and Java... I am working on a robot and need to send it wireless commands. After trying several methods to do this and getting lots of errors and time ...
0
votes
0answers
126 views

Connect Android client app from device over USB to PC

I'm using /developing/extending the OpenSource application Synergy to share my PC's (Windows and Linux) keyboard and mouse to the Android device. Synergy uses port 28800 TCP, and TCP/IP. I want to ...
2
votes
1answer
54 views

Separate TCP/SSL connection for authentication while UDP for main traffic?

I am currently writing a on a small client/server software, where the server runs on PC/Mac (Java) and the client on Android. The client is sending many small packets to the server, where low latency ...
-1
votes
2answers
247 views

Android Open a TCP socket using mac address and not IP address [closed]

My question may sound silly but please help me. I have an application where i have to connect two android phones over the same WiFi network. I have used TCP session to connect two phones and it was ...
1
vote
2answers
61 views

TCP data transfering is not good

I don't know if this really is a problem, but I created an app which controls the mouse cursor on computer through wifi or portable hotspot. Here's the problem: when I connect my pc and my android ...
0
votes
1answer
134 views

TCP connections between Android devices [duplicate]

I am thinking of building Android apps that can communicate to each other - e.g. IM or game. As with any Java/Android, there is a suite of TCP/UDP communication library i can use. Question is this: ...
5
votes
3answers
2k views

How to keep a TCP connection established indefinitely?

I need to keep a TCP connection established indefinitely (as far as possible). Is not an own server so we cannot change the way it works. This server needs some kind on ping each minute to know that ...

1 2 3 4 5 8