cdma Questions

3

Solved

How can I 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; TelephonyManager ...
Bram asked 28/11, 2011 at 6:37

3

I want to decode the EVRC speech codec. I have checked the ffmpeg library but it seems like, EVRC is not being currently supported by ffmpeg. Is there any alternate library which can be used to de...
Darton asked 30/4, 2012 at 8:6

2

Solved

I am stuck on how to get CellID and LAC in CDMA BlackBerry devices supporting OS 5 and greater. I have to get Latitude and Longitude without using GPS. So, i have implemented the solution for GPRS ...
Caracal asked 14/3, 2013 at 11:53

2

Solved

I want to know if there is any way to communicate users without internet connection to a server. I thought it might be possible through SMS and machine-readable encoding. However this question con...
Oxysalt asked 30/5, 2014 at 22:41

4

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 (...
Antilogarithm asked 2/6, 2010 at 15:29

1

Solved

I am checking Signal Strength for CDMA devices. Can anyone specify the range signalStrength.getCdmaDbm() returns?. Lowest is -120 but for full signal strength what is the value? Highest I got is -5...
Kalvin asked 27/2, 2012 at 11:59

0

I asked a similar question last week and even set a bounty on it, after realizing the problem was the answer given was for a GSM PDU (3gpp) and it worked flawlessly in the emulator (android 2.2). I...
Tereus asked 19/9, 2012 at 2:10

1

Solved

I have written a program to decode a CDMA 3GPP2 point-to-point SMS message. I tested it on a couple CDMA PDU hex strings I found on the internet, and it works perfectly. However, when I try to impl...
Celandine asked 25/6, 2012 at 1:48

2

I am trying to write a widget so I can enable/disable LTE on my Verizon Galaxy Nexus without going deep into the settings menu to do so. However, I have yet to figure out how to determine if LTE is...
Cordate asked 11/6, 2012 at 19:58

2

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...
Greenockite asked 18/2, 2011 at 12:54

1

Solved

Is there any way to identify if iPhone supports CDMA or GSM network. Any Apple API in Objective-C which can provide this information.
Crawley asked 29/9, 2011 at 10:39
1

© 2022 - 2024 — McMap. All rights reserved.