cdma

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? ...

How to disable PRL on CDMA?

Hi all, How could i disable PRL on CDMA radioblock through AT commands? thanks. ...

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 what are all the columns in a call detail record database of GSM / CDMA ...

getting International Mobile Subscriber Identity (IMSI) in win32 application

Dear All, 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 access the IMSI number of the data card(both GSM and CDMA) using any win32 api or any other way to access it thanks in advance ...

Sending SMS WMA way Vs Datagram COnnection in Blackberry

Hello All, 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 Sudhakar Chavali ...

Sending SMS programmatically in 1.5 on CDMA device

I am developing an application that relies heavily on sending SMS programmatically. I followed the examples released after 1.6 that demonstrate how to use an abstract class to implement sending for 1.5 and 1.6+. I started getting complaints from some users about how it appears as though SMS should be sent but they are in fact not. It to...

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 (with some sort of hardware) to set up a local desktop CDMA / GSM base station for testing devices over a local personal cellular network. The ...

Android 2.0 and newer, getBaseStationId() returning -1 and increasing maximum neighboring cell list

I am comparing CDMA signal strengths in various android phones to see how similar the results are between various models. When using getBaseStationId() on 1.6 phones, I get a proper ID. When testing on 2.1 and 2.2 phones, I can only get values of -1. I am receiving signal strengths however, just not the ID. accessing in this way C...

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 was running on a Nexus One connected to a local Wi-Fi network. Thanks. ...

Verizon VZW CDMA GPS support in .NET Compact Framework app

There seems to be a challenge around getting .NET Compact Framework applications to be able to access GPS data on Verizon devices, which are CDMA devices. I've searched but haven't been able to find the solution to this. I heard there was something like a registry setting that needed to be enabled but haven't been able to find the detai...

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. ...

sys id,base station id,net id in gsm

is it possible to know sysid, netid and baseid in gsm? as like cdma. CdmaCellLocation cd = (CdmaCellLocation) telephonyManager.getCellLocation(); int cdmasysid = cd.getSystemId(); int cdmanetid = cd.getNetworkId(); int cdmabsid = cd.getBaseStationId(); plz give some idea? ...

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 ...

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 coordinates? The CdmaCellLocation.getBaseStationLatitude() and CdmaCellLocation.getBaseStationLongitude() methods return some junk number. C...