tags:

views:

11

answers:

1

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?

A: 

I think sysid or deviceid is same TelephonyManager telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); telephonyManager.getDeviceId();