Tagged Questions

GPRS refers to the 2G/3G data services provided by the mobile operators over GSM network.

learn more… | top users | synonyms

6
votes
1answer
846 views

Android - Connectivity Questions

I have a couple of questions about connectivity on Android, if anyone has any insight it would be great. 1) What is the default when an application wants to wirelessly connect? Is it wlan? And if ...
5
votes
1answer
107 views

How to check GPRS Availability while sending Data through HttpConnection

I am making one Java ME Application. Here I am using HttpConnection for making Connection with webservices. I send/Receive data using HttpConnection, DataInputStream & DataOutputStream. But My ...
5
votes
2answers
3k views

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 ...
4
votes
3answers
434 views

How to force a GPRS connection instead of 3G or Wifi?

I am writing an application where I need to have specifically a GPRS connection, even if wifi or 3G (or better) is available. I have figured out how to disable wifi (by using WifiManager), however, I ...
4
votes
1answer
1k views

Android - is it possible to have 3G and Wifi connections at the same time?

I was wondering does anyone know if its possible to open a wifi and a 3g connection at the same time on Android? Is there any way to control access to both Wifi and 3g/GPRS data connections and use ...
3
votes
1answer
609 views

does Mobile phones have IP address

Hi All Can you tell me if the mobile phones have IP address.. (I know we have it if we connect our phones to Wi-Fi)..but if we connect via GPRS.. if the answer is yes..how can I find it..I am doing ...
3
votes
1answer
987 views

Why GPRS modem provides embedded TCP/IP stack

My colleague and I are mining the GPRS MODEM market for a module suitable for use with embedded Linux. During the market scan, we see that several vendors highlight that their MODEMs include an ...
2
votes
1answer
224 views

Sending GPS data through GPRS to a server

Please consider a small car tracker project. A GPS device is installed on each car, which sends data through the GPRS to a server. Would you please tell me, what GPS deceive needed, that can be ...
2
votes
2answers
135 views

How to determine the flow is generated by GPRS 3G or Wifi ?

In the flow monitoring program, how to determine the flow is generated by GPRS or Wifi ? Please provide me some ideas and suggestions? Thanks a lot .
2
votes
0answers
243 views

delay of receiving data from a gprs connection

I am writing a parser in C#. It receives and sends a packet with max length = 100. However, the time between (receiving and sending) after each packet is more than 2 seconds. I dont know whether it is ...
2
votes
2answers
476 views

GPRS Setting in mobile Application its self

Can i save automatically GPRS setting when i am installing the Java ME application. Any one have any experience please share.
2
votes
2answers
308 views

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 ...
2
votes
2answers
937 views

3G/Edge/GPRS IP addresses and geocoding

So, we're looking to develop a mobile website. On this mobile website, we'd like to automatically populate a user's location (with proper fallback) based on their IP address. I'm aware of geocoding a ...
2
votes
1answer
402 views

Get time zone or local time from cell tower (GPRS)

I have been asked to set the system time of a Windows Mobile 6.0 handheld to the "local time." The local time in this case means the current time of the time zone the handheld is physically located ...
2
votes
2answers
2k views

Android application setting connection type

I'm writing an application for android. My problem is that I want it to force the connection in GPRS and not use wi fi. I have a solution like below, but this causes the crash of the application at ...
2
votes
1answer
1k views

How to switch from wifi n/w to gprs programmaticaly in android?

how can i forcefully send data packets over gprs n/w eventhough wifi is on ? how to create socket for gprs n/w in android and to know gprs ip ?
2
votes
3answers
23k views

Android: Enable/Disable Auto Sync and Background Data

I want to develop an application that disable the Background Data (new feature in Android 1.5) and Auto Sync and then enable GPRS/EDGE connection and vice versa. I figured out how to enable/disable ...
2
votes
1answer
1k views

Closing GPRS Connections On Windows Mobile

Is it possible to get all open or cached gprs connections on windows mobile and programmatic force them to close? Ive been looking at connection manager api but cant seem to find methods I to do ...
2
votes
3answers
889 views

Determine transfered data size for a web service call in .NET CF

I'm developing a .NET CF client application and using web services for data transfer. I'm using SharpZipLib to compress transfered datasets so I know the size of the transfered byte array. I wonder ...
1
vote
3answers
166 views

How to detect mobile location using GPRS?

As you know, Google maps program for Mobiles has the ability to find users location (My Location service). I want to know how Google Maps can detect users location using internet mobile, GPRS (Not ...
1
vote
1answer
31 views

How to know cellular provider by a given IP?

Is there any web service / API / other way to figure out a cellular Internet provider / carrier (id / name / anything else) for a given mobile browser request? Both client-side and server-side ...
1
vote
1answer
61 views

Is my SIM card faulty or is my provider annoying me?

I'm trying to establish a PPP connection using pppd and AT Commands. This usually works fine with a SIM card of my local provider. However, I received a card from a friend that is living in Germany ...
1
vote
1answer
80 views

Sending Data To A Server With With Siemens MC55

I want to send some pictures for a sever with a GPRS Module. At first i had a sim900 module and I could send data with it with these AT commands: at+cgatt=1;+cstt="myapn";+ciicr; ...
1
vote
0answers
230 views

GPRS PPP connection issue on linux [closed]

I'm using Telit UC864-E GSM 3G modem. I want to run GPRS/3G connection over PPP on linux using pppd(ppp daemon). I have a Telit UC864-E modem on my development board running embedded linux on Atmel ...
1
vote
1answer
144 views

iphone : How to keep 3G/GPRS preferred network in presence of Wifi?

I am developing an application that communicates (UDP communication) with our server remotely through 3G/GPRS. As we have to establish serial communication with a digital device and our application ...
1
vote
0answers
77 views

Tunneling a mobile web server using a proxy server

I have a mobile webserver, which is connected to internet through GPRS. ISP only provide a private IP, so is not possible to access to it using something like no-ip or dyndns. Is there a way to use a ...
1
vote
1answer
91 views

How to send data to website from GPS device using gprs?

I had planned to do mini project. With GPS modem using GPRS(sim card with internet connection) and i need to send the data from GPS modem to a website. Is it possible? If so how it can be done? What ...
1
vote
2answers
485 views

Create Network Access Point Name with code,

I want to create APN by code, is there any support in Android SDK, i have tried a lot but not succeed,I found some info related to this ...
1
vote
2answers
185 views

WM6 Sockets using GPRS

I am writing at NTRIP client on WM6. Basically I am getting data from a server using sockets by first sending a configuration. But I am unable to get it working over a GPRS connection on the same ...
1
vote
2answers
154 views

Ideas about web browser in Qt using GSM/GPRS modem

I have successfully interfacted Telit GL 865 GSM/GPRS modem to my Atmel microprocessor. My POC board is running embedded linux and I have also cross compiled Qt libraries(including Webkit) and ...
1
vote
3answers
89 views

Transmitting String Array over a telephone line

I have a java String array which contains around 2 billion+ entries. Now is there away i can transmit this array over a telephone connection like GPRS or any other means (without using the internet). ...
1
vote
2answers
274 views

reading messages from Device over gprs

i have a GPS device that will be installed in many trucks. i can configure the device to send data statement "gps data, device id" over gprs to IP and Port. i'm using TcpListener class to read the ...
1
vote
2answers
586 views

How to make GPRS/EDGE/3G and wifi work at the same time on android

How can I code in my program to make EDGE/GPRS and wifi work together on android? This can be quite useful; suppose i am connected to a server in LAN while i need to surf the web. A lot of my mates ...
1
vote
1answer
195 views

send data through multiple usb GPRS devices

i would like to send a HD video through multiple USB GPRS devices ( offered by companies like vodafone, orange etc. ) to a server . How can i identify each GPRS device and send through it ?
1
vote
5answers
896 views

Check Gprs Connection

I want to check whether the gprs connection is active or not in android through code to show how can i check that. i have the following code. Will it work? public static boolean isOnline(Context ...
1
vote
3answers
669 views

how to check internet availability in j2me

How to check internet availability on mobile application.... in j2me....
1
vote
1answer
281 views

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, ...
1
vote
1answer
458 views

GPRS Modem to Remote server communication

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 ...
1
vote
1answer
838 views

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 ...
1
vote
2answers
690 views

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 ...
1
vote
1answer
153 views

Order notification - GPRS/SMS etc

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 ...
1
vote
1answer
458 views

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?
1
vote
1answer
2k views

Scan for available Wi-Fi networks on BlackBerry

Is there any RIM API available which will help to get the list of available network service or only Wi-Fi networks for a device and set selected network access point for any network communications? ...
1
vote
3answers
410 views

How can I programmatically drop a Windows Mobile GPRS Connection?

Is there a way to explicitly close a GPRS connection? I'm setting up a connection with ConnectionManager and I've set the cache time to 10 seconds. Anyway after releasing it, the connection is still ...
1
vote
0answers
186 views

Server doesn't notice when client closes socket (.NET CF & GPRS)

Client written in .NET Compact Framework. Client connects a socket to the server over a GPRS connection. The server accepts the connection. Client sends 62 bytes of data and then closes the socket. ...
1
vote
1answer
957 views

sms aggregator implementation/application

What could be the use or application of SMS aggregators such as SMSLib or Kannel. Can I use them to send SMS's from my web server. In case they can send SMS's will those be sent on a GSM channel or ...
1
vote
1answer
829 views

Power On/Off GPRS on windows mobile

i'm looking for a way to power on or off the GPRS adapter programatically.
1
vote
5answers
1k views

Send SMS using GPRS

In our project presently we are sending and receiving SMS messages using GSM system(mean, by some third party SMS service provider through URL ). but now we need to migrate it to GPRS system. that, ...
1
vote
1answer
830 views

How to connect a 3G USB dongle with Windows Mobile 6 emulator?

I have a real 3G USB dongle which shows several Serial ports. I want to map one of the Serial ports of the Windows Mobile emulator serial ports to the real device, to test a custom RIL implementation. ...
1
vote
1answer
826 views

How do I get total GPRS usage in KBs on a Windows Mobile Device?

Anyone knows how to do this programmatically? I looked at the registry keys but I couldn't find anything. I don't know maybe I missed it. Under the registry key ...

1 2 3