I need to make a phone call and\or send SMS from my debian server.android phone is plugged to the server by USB cable.
I can connect to the phone from the server via: USB, Bluetooth or WIFI(ssh).
Are there any possibility to make any GSM call in "UNIX way", without writing custom applications to android?
Something like:
root@android:~# sendsms 01806717178 "Hello, kitty!"
I am just started to learn android&java. Now i am trying to estabilish simple udp connection between android and pc. but it looks that my server doesn't receive messages from android; the one line it wrote in console listening to the port... and then nothing happens.
firstly i ran server code in neatbeans, than i ran my client in android emulator.
The only login option in my android application is login via Facebook. I would like to use Web service(asmx) and on each request, the server must validate that the user is authenticated via facebook.
It is can query two android phone’s IP address respective. It is 3g link.
Is it can do tcp communication use this IP address directly?
Hope someone can give me some advice! Thanks.
I would like to build an Android app that will communicate with a server, running on my HTPC at home. The Android application should start Windows Media Center on the server-side computer (my HTPC...), for recording TV capture screenshots, and so on...
I set up a WAMP server on my home computer, opened a port, and the server is working fine.
Somewhere in my project i need XMPP to be the link that will be able to transfer msgs from my android phone to another client that is connected with the server on my desktop in other words i want that i be able to sent a msg from an android client to another client that is connected with the openfire server. Am using sparc client on desktop and beem on my android phone.
I want communication between two Android phones, both the phones are connected to the same Wi-Fi network. Knowing the IP address I can directly use sockets to communicate with both the devices, but my question is, is it possible to get the IP address at the run time? Or is there some other way in which I can do this?
I am trying to develop an android app that will be able to communicate with a server in order to control some applications.
I have gone through many forums but have not found any forum that tells exactly how to get started with the android app communicating with the server. Can someone please advise and help on this.
Thanks
I am trying to create a clone of android mobile device on server persistently and synchronized with device. my basic need is to have an architecture such that client application(android application in device) should communicate with its clone residing on server.