Tagged Questions
The cdma tag has no wiki summary.
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 ...
4
votes
1answer
45 views
Determine if device can simultaneously call and stream data
My iPhone application needs to dial a phone number and send some data to a remote server.
It's important that I:
Trigger the call, and then
set up a background task that will communicate with my ...
4
votes
1answer
87 views
How to get the country code for CDMA Android devices?
Does anyone know how to retrieve the country code information for Android devices under CDMA networks?
For all others, you can just use the TelephonyManager for that:
String countryCode = null;
...
4
votes
1answer
266 views
Sending Data SMS's in Android on a CDMA phone
I'm having trouble with the sendDataMessage() method in SmsManager.
Sending a data SMS between 2 GSM emulator's appears to at least partially work, but I get a NullPointerException when using the ...
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. ...
2
votes
0answers
76 views
Why is there no support for CDMA in Android NeighboringCellInfo?
Does anyone know why there is no support for NeighboringCellInfo for CDMA in Android SDK?
http://developer.android.com/reference/android/telephony/NeighboringCellInfo.html
The documentation only ...
2
votes
0answers
83 views
Why is getNetworkOperator not reliable for CDMA?
Can anyone say why the documentation for the getNetworkOperator function of TelephonyManager states that this can return unreliable result for CDMA ?
getNetworkOperator documentation
Availability: ...
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
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
2answers
3k views
How to get phone number of an android CDMA phone?
The TelephonyManager.getLine1Number() works on GSM phones, but not CDMA phones. Is it possible to get the phone number of a CDMA phone through android API calls at all? thanks
1
vote
0answers
12 views
What does getEvdoDbm() really do?
How does Android determine this Dbm strength? I know the basics of CDMA and that its networks can have anything from EVDO0, EVDO-A all the way up to LTE under its belt. I also know some older ...
1
vote
1answer
357 views
Android - cdma snr or ber
Would like to determine via code whether the voice channel on an Android is experiencing noise.
There is a list of functions at ...
1
vote
2answers
536 views
Why getBaseStationLatitude() keeps returning the Integer.MAX_VALUE (unknown)?
Class project & thesis work - trying to pull information from CDMA Cell, specifically by using the getBaseStationLatitude() & getBaseStationLongitude(). The value being returned is the ...
1
vote
3answers
564 views
Creating a local CDMA or GSM network?
I am developing a number of different mobile applications for a number of different mobile devices and I want to quickly test in a local development environment. I was wondering if it is possible ...
1
vote
2answers
625 views
looking for GSM / CDMA call detail record structure
i am creating a program in java which will work on call detail records of GSM / CDMA.
i am looking for standard structure of Call detail records used for GSM / CDMA. Can someone help me ?
basically ...
0
votes
0answers
34 views
Get the Current RF Channel
How can I get the current RF channel that a cdma device is camped on? I would like to display this in my application.
It's possible to see it from Test Mode within the Programming Menu (dial ...
0
votes
1answer
56 views
How best to test CDMA signal when I don't have access to CDMA network?
I live in the UK and, as far as I know, we don't have CDMA here.
I'm developing an app that reads the signal strength. GSM is not a problem but without a means of testing on my phone or the ...
0
votes
1answer
104 views
Cellular AT Command sets. How universal are they
Pretty much every phone that has bluetooth (so pretty much every phone) has an AT command interface for controlling the phone. Some base commands are universal due to the fact theat they precede the ...
0
votes
2answers
1k views
CellID location with CDMA
Is there a way to determine location via CellID on a CDMA network? I can get a network ID, base station ID, and system ID programatically, but is there an api somewhere to convert these to lat, long ...
0
votes
1answer
164 views
Can I set the Sender ID For CDMA SMS
Is it possible to set the Sender ID alphanumerically to a CDMA device, 'cos I tried, but anytime I use anything other than numerics, the message does not arrive.
0
votes
4answers
3k views
How to find the IP Address of HTC Incredible on a CDMA Network
How can I find the IP address of the an HTC incredible connected to Verizon's network?
My other question - do I have to make any changes to my App to run it on a cellular network? Till now the App ...
0
votes
1answer
265 views
Sending SMS WMA way Vs Datagram COnnection in Blackberry
As blackberry supports both API, I would like to know which option I need to go for. What is the difference between two options? Which option is more reliable in both CDMA and GSM devices?
Thanks
...
0
votes
1answer
351 views
getting International Mobile Subscriber Identity (IMSI) in win32 application
I am developing a application, where I need to display the IMSI number from data card which has been plugged in to a vista system.I am using visual studio 2005 and microsoft SDK.
Is there any way to ...
0
votes
2answers
303 views
Sound issues on Blackberry 8330
It appears that on CDMA Blackberry 8330, almost every mp3 file I'm trying to play using J2ME, gets cut-of a few seconds before it's actual end. Does anybody has a clue?