03-27-2012 04:19 PM
Solved! Go to Solution.
03-28-2012 04:58 AM
03-28-2012 06:45 AM
Probably i not explained myself properly
My requirement is to know if the device was orginally a 'CDMA ' or 'GSM' device due to the differences there are in the audio player of that devices. For instance ,to adapt behaviour of audio player for streaming using voip mode or not and keep having advantage of being able to change bitrate or use qcelp encoding in cdma devices.
With GprsInfo or radio network info I would only know to which type of network the device is connected not which audio player i'm facing with. Also, what if the device is connected through Wifi in the moment I do this check?
Maybe CDMAInfo.getESN() will return invalid value in GSM Devices (? i'll test it anyway)
03-28-2012 07:29 AM