gprs

Detecting and changing programmatically data connection (GPRS/UMTS) on Android

I know that unfortunately detecting and changing programmatically data connection (GPRS/UMTS) on vanilla Android is not possible, and the common workaround is to edit APN settings. This is hardly a nice solution. However on my device (Xperia X10) I have an additional setting near "data roaming", that allows to enable or disable MMS and ...

GPRS remote printer

We have a custom remote printer designed with GPRS module. We now need to communicate with the device over the web. We have to send messages and receive messages from the remote printer, can i do this using Java or PHP. How do i communicate through GPRS? Will socket communication work? ...

Transfer file from android(nexus1) to other server using GPRS

I want to write the application which will transfer file from android (nexus1) to some other server by using GPRS.which protocol should i use and how to implement that? ...

Order notification - GPRS/SMS etc

Hi, I am trying to make a site for a pizza shop.I am using Zen Cart. I wanted to know, what are my options in terms of notifying the shop in real time when there is a new order. I find an email notification inappropiate for a pizza shop. I am thinking of some sort of device (printer). I know a little about an GPRS/SMS printer. Can s...

Creating a GPRS Connection using Windows Mobile 6.5

Hi, I am writing an application in which I need to make a GPRS connection. Can someone please help me how I can setup this connection using C#. thanks EDIT I will need to connect a GPRS connection because I need to call a webservice. ...

HSDPA speed is slow from a mobile device?

I am calling a webservice from a mobile device using a HSDPA connection and upload speed is really slow. To upload an array it is taking about 5 minutes while with a Wi-Fi connection it takes just 10 seconds. I am using the following method. First I am checking that connection is OK by: try { hwrRequest = (HttpWebReques...

tcp/ip sockets on gprs modem

i want to establish a TCP/IP socket connection between a device connected to gprs modem and another device that is also connected to gprs modem.both devices are connected to gprs via sims.now for tcp/ip socket connection how a client can get destination ip address of server in order to establish connection with it that is listening to t...

GPRS Modem based data communication for Embedded Remote Client and Server

For SAGEM HiLo GPRS based data communication, it has TCP/IP stack and there are two ways to get connected: (1) Using basic GPRS commands and then ppp dialing to brings the modem to public network/Internet like AT+CGDCONT=1,"IP","APN","0.0.0.0",0,0 OK atd*99***1# CONNECT (2) Using GPRS attach and then using TCP socket commands such as...

Use GPRS Modem as a TCP/IP Port in Linux

Hi! A have a GPRS modem which is connected to my Linux laptop via the USB Cable. The modem is seen as an /dev/ttyUSB1 device. I can send and receive data using terminal. I can also setup the modem to create a connection to the internet immediately after power on. What i need is to use a TCP port from my java program. I want use my mode...

GPRS Modem to Remote server communication

Hi, I want to use a GPRS modem with my microcontroller device (not computer) and on request from my computer located in remote location, the modem has to send data from attached device to my remote PC. My doubts are Whether any specific GPRS modem is required for this purpose How to get Static IP or Can we able to get static IP fo...

GPRS connection watchdog

Hello all, I'd like to make my WM-based device reconnect to GPRS network, if connection has been broken. There is a function in WinAPI HRESULT WINAPI ConnMgrConnectionStatus( HANDLE hConnection, DWORD *pdwStatus ); but it requires previous connection handle, and in my case it can be established manually. Is there a way to g...

Getting Mobile Number through Https request in GPRS

Hi all, Generally when we are using GPRS connection , the request will be sent to appropriate host as a http(s) request . In receiving side ( PHP ) , we are able to get the IP address using $_SERVER or $_REQUEST variable . Like that is there any way to get the mobile number that means from which mobile number request being given. Ca...

Is it possible to use the IE connection settings from a .NET application

I have a .NET application (WPF but that doesn't really matter) running on Windows 7 (x86). I want to connect to the internet from my application to call a web service. When there is a wifi connection, I want to use that. If there is no wifi connection, I want to automatically connect to a GPRS connection setting defined in the OS (e.g. i...

Wifi tethering on symbian (s60v3)

Which platform should i choose ? QT or Symbian C++ ? Does QT have methods for implementing this ? How do i make the phone to behave as a hotspot ? I'd be grateful if someone point me the right way to get going. Thank You ...

2 modems & 2 GPRS connections simultaneously on Android?

Hi. I will develop on an Android device with 2 USB 3G modems plugged in. I require 2 GPRS connections to be available and used at the same time. How can I manage this? What is the best start for implementation? Thanks. ...

How to send a caret character (^) to a modem using a chatscript

Hi, I'm using the combination of pppd and chat to communicate with a GSM-Modem and establish n GPRS-Connection. The Modem that I'm using implements the AT^SCFG Command to manage its internal configuration. Using this command on a serial console works just fine, but when I'm sending it via a chatscript, the modem responds with an error. I...

Does MIDP 2.0 say that this phone has at least GPRS connectivity?

Does MIDP 2.0 say that this phone has at least GPRS capability? I need to come up with a list of phones which has MIDP 2.0, and GPRS capability. ...