Tagged Questions
GSM is an abbreviation for "Global System for Mobile Communication"
11
votes
5answers
322 views
Android: slow network during phone calls
We're working on an app that streams a large amount of data out via UDP for GSM-based phones. The idea is to use it while in conjunction with a voice call. If no voice call is present, things are ...
7
votes
4answers
5k views
'Reliable' SMS Unicode & GSM Encoding in PHP
(Updated a little)
I'm not very experienced with internationalisation using PHP, it must be said, and a deal of searching didn't really provide the answers I was looking for.
I'm in need of working ...
6
votes
2answers
1k views
How to check iPhone network type GSM or CDMA
In my application I need to check network type GSM or CDMA (for Verizon). I found CTCarrier class which contains property mobileNetworkCode, but I don't wanna hardcode value for each providers. Are ...
6
votes
2answers
934 views
What is the best design for polling a modem for incoming data?
I have a GSM modem connected to my computer, i want to receive text messages sent to it using a python program i have written, am just wondering what is the best technique to poll for data.
Should i ...
6
votes
6answers
2k views
How to send text messages to mobile devices programmatically and on-the-cheap?
I think have too little experience in this area to even word this question properly. (Which is probably why I can't seem to Google a decent answer.)
What I want know is if it is possible to send a ...
4
votes
1answer
766 views
Unable to read SMS from the Nokia phone using GSMComm
I'm implementing a project for reading and parsing SMS from Nokia Xpress Music 5800 using GSMComm library
I tried using GSMComm Demo: I'm able to get phone information, different status such as ...
4
votes
2answers
1k views
what is the purpose of using USSD Commands in our J2ME Application? Is this possible?
I heard there is USSD Commands in Mobile.But i dont know what it is? i was googling two more sites.i did not understand it.Please anybody having knowledge about USSD Commands, share with me.
How it ...
3
votes
2answers
119 views
Switching between gps and network provider according to the availability
public void onCreate() {
locationListener = new GeoUpdateHandler();
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
try {
gps_enabled = ...
3
votes
2answers
68 views
My iOS game launches fine on GSM but won't run on CDMA
We built a game (that's a couple of weeks away from being submitted to Apple) and all this time we've been play testing / debugging on GSM phones (AT&T). One of use got a new iPhone 4 on Verizon. ...
3
votes
7answers
562 views
OpenSource .net SMS library
I've been using GSM modems in my projects to send/recieve SMS-s. I have been using built-in serial port communication features of .net to do this by using standard AT commands.
Now I have to extend ...
3
votes
1answer
180 views
Send data over GSM radio [closed]
I just got a nexus S android device.
I was wondering if I can send data over its GSM radio? if possible, how do you do it?
3
votes
2answers
356 views
What are the best practices for building an SMS server
I am trying to build a system in which I have terminal nodes capable of sending/receiving SMS messages over a GSM network. I now need to construct a server solution which would send SMS messages ...
3
votes
1answer
450 views
Accessing the GSM modem on a linux mobile (eg. N900)
I'm trying to access the GSM modem of a mobile set, so I can send AT commands to it. Instead of programming, I tried to have a test run using minicom on the phone. The problem is I cannot find the ...
3
votes
2answers
2k views
Android as SIP to GSM gateway
Soon I could use a SIP to GSM gateway, because I'll need to make phone calls from Germany to a mobile phone in Czech Republik. Hence, I thought about implementing one.
Now, the questions are:
Does ...
3
votes
1answer
273 views
Is SMS data 8 bits until transmitted?
A lot of what I have recently read about SMS uses a specification of 140 octet characters, where most uses of SMS I am aware of use 160 septet characters. A UDH is 5 octets long, meaning if I want to ...
3
votes
2answers
483 views
Communicating between two smartphones without using a Cellular Tower - Peer to Peer
Lets say I have 2 mobile phones which are 50 meters away from each other and I would like to send a very small packet of data from mobile-A to mobile-B, without using any communication to cellular ...
3
votes
1answer
265 views
Identify GSM encryption algorithm
I would like to find out whether my android phone (ADP) is using A5/0, A5/1 or A5/2 at a specific time. How can I achieve this?
3
votes
3answers
379 views
Encryption in GSM Voice communication
Is there end-to-end voice encryption in GSM ?
If not, is voice communication between mobile handset and
mobile base station, at least encrypted ?
What keys are used there and which alogrithms ? any ...
3
votes
4answers
482 views
Is it possible Connecting and sending message through GSM modem using asp.net?
I ve developed a c# winforms application for sending sms by using this article of Sending sms using GSM It works pretty well... Now i want to send sms using GSM communication (ie) a mobile phone ...
3
votes
3answers
3k views
Is it possible to force network traffic through Wifi or the TMobile network?
I'm wondering if, with the G1, it's possible to force the network traffic to pass through the Wifi or through the Cell GSM network. I need to force an application to connect through the tower network ...
2
votes
2answers
49 views
Is it possible to read signal quality from GSM/CDMA modems while connected?
I know I can communicate with GSM/CDMA modems using AT commands. However, as far as I know this doesn't work when connected - is there a way to read status information (signal strength, GSM/HSDPA mode ...
2
votes
2answers
87 views
android telephone number
I want to display my telephone number when I open the application, but I get a exception saying "The application Telephone has ()stopped unexpectedly. Please try again."
I have already added ...
2
votes
2answers
242 views
Get mobile cell tower timing advance on Android 2.3
I need to get the mobile cell tower timing advance.
Is it possible on Android 2.3+ ?
[edit]
It seems that it's not possible to retreive the timing advance...
Is it possible to know the distance ...
2
votes
2answers
140 views
Unable to retrieve correct location using CellID in blackberry
Hello I wrote the below code to retrieve the cellId, lac, mcc, mnc. And when i retrieved these i used the below link to retrieve latitude and longitude: opencellid But the location is 70 kms away ...
2
votes
1answer
2k views
How to check if iPhone supports CDMA or GSM
Is there any way to identify if iPhone supports CDMA or GSM network. Any Apple API in Objective-C which can provide this information.
2
votes
1answer
314 views
How to determine signal strength when GSM returns '99'?
We have an in-house Android app which is a migration of a pre-existing JME application. There was an issue where users in the field were complaining that the app drained the device battery when it ...
2
votes
1answer
449 views
How to disable GSM connection in Android programmatically
I want to enable/disable an Android phone's GSM connection. I need to disable/enable calls and SMS as required. How might I do this?
2
votes
0answers
84 views
Saving e-mail address to SIM card memory in Android
Does anyone know whether a SIM card can accomodate an e-mail field in its memory? I want to do it through an android application.
Users can save contact name and number to a SIM card, but how about ...
2
votes
0answers
309 views
Receiving SMS with GSM modem
I read that a GSM modem can only receive up to 30 SMS per minute. What would you do if you need to receive more than that? Is there another technology?
2
votes
0answers
691 views
GSM module with Android on BeagleBoard
I'm using http://www.sparkfun.com/products/9427 as GSM module. I've built for FTDI and generic usb-serial driver. Everytime I try to pppd call GPRS I'll get pppd: connect script failed.
The commands ...
2
votes
1answer
860 views
How to interact with USSD menu?
I would like to write a program that would interact with an existing USSD service, so I need a way to dial the code, 'navigate' the menus,send additional commands and read any data. What would be a ...
2
votes
1answer
482 views
MMS developer tools
I am developing the MMS application and I looking for some tools for developers. It will be very useful to have MMS binary format decoder, which I can run on the desktop to analyze MMS body, which I ...
2
votes
1answer
389 views
Android Emulator occasionally fails to start network
Every few times I open the emulator, it will appear to be in offline mode, with the "X" on the top of screen instead of the 3g symbol and no apparent network connectivity.
The only apparent ...
2
votes
2answers
696 views
Why I am not able to receive sms using AT commands?
I want to send / receive sms using AT commands from my computer to my mobile phone. I connected my phone to my computer using a USB port. My computer detects the modem and I am able to send sms from ...
2
votes
1answer
713 views
How to retrieve GSM signal quality parameters on Android?
I am trying to find out any methods to retrieve quality parameters like BER and CIR. The only thing I was able to find in Google and in Android Developer website was getGsmBitErrorRate(), but it seems ...
2
votes
2answers
143 views
Is there any development tool for sending sms from my computer to mobile phones?
I want to develop an interface in my computer that will send sms from a text box to the computer attached phone(which has gsm based SIM) and phone will deliver that sms to a particular number(the ...
2
votes
4answers
1k views
android Outbound caller id - on/off
I wan to hide/show my caller id from my activity programmatically. I tried to find it in the android documentation but without the luck. Maybe you have any ideas?
Thanks,
marqs
2
votes
1answer
363 views
Read an audio stream during (GSM) phone call
Is it possible to read an audio stream during (GSM) phone call? I would like to write an encoding application, and I do not want to go with SIP&VoIP. Thank you.
2
votes
1answer
941 views
how to get a list of available gsm networks?
i'm currently writing on some piece of code in android 2.1 that is supposed to measure the signal strength of the gsm signals.
what i need is some kind of list with some kind of network IDs matching ...
2
votes
1answer
358 views
Call into a website and use php to recognize caller ID
I have this idea where I want to allow someone to call a phone number from their cell phone, and then a website would display their caller ID. I want to do this in php, but I'm really not sure how. ...
2
votes
3answers
675 views
How to access a SIM card programatically?
Just any old GSM compatible SIM card (bonus for 3G USIM).
I presume I need some hardware? Can anyone recommend something cheap for hobbyist, and something more professional?
I presume that there ...
2
votes
1answer
2k views
Where I can find the USSD commands specification?
I need to implement a simple application to send short notify messages on gsm phone display via a GSM modem.
I know that I can use the gsm USSD protocol to send messages instead of sms in order to ...
2
votes
1answer
651 views
Android - supress the native In Call Screen and replace with 3rd party?
Currently creating a VOIP application for Android and I was wondering is there any possible way to supress the In Call Dialog when sending a call over GSM and use our own 3rd party In Call Dialog or ...
2
votes
3answers
2k views
How to send SMS from Mac terminal via GSM modem?
I have Mio A701 communicator that I would like to use as GSM modem for sending SMS from my Mac.
What I've found so far is that one just can send an AT commands directly from terminal to special ports ...
2
votes
2answers
4k views
Call Using GSM modem
Hai
I am developing Sms Project in vb.net.I can Send and receive Sms Easily. I can attented Incoming call and dial. but not hearing and talk. I connected with com Port. This is possible or not for ...
2
votes
6answers
1k views
How do i go about writting a program to send and receive sms using python?
I have looked all over the net for a good library to use in sending and receiving sms's using python but all in vain!
Are there GSM libraries for python out there?
2
votes
5answers
1k views
Where can i get free GSM libraries/components for delphi or python?
Where can i get good free GSM libraries for Delphi or Python? Libraries i can use to send and receive sms's on my application?
Gath
2
votes
2answers
2k views
How to send SMS from ASP.NET application by way of a GSM modem
If GSM modem has to be used to send SMS, then what are the hardware and software requirements to setup the entire thing?
1
vote
0answers
16 views
GSMCellLocation in android ending up with exception
In my app,Im using GsmCellLocation class to find the cell id and lac at a particular instance.
I simple defined the class and displayed the corresponding attributes to an activity via TextView's.
...
1
vote
1answer
58 views
Sending SMS to a Specific Port
I know how to send SMS messages through a GSM modem, but I am trying to send a message to a specific port, e.g. 5000. I don't have any idea how to do this; please help me.