tags:

views:

88

answers:

1

Hi, I'd be much obliged for information regarding how can I get the System Identification code of (SID) a phone in android ?

A: 

Not sure if it's the SID (5 character string, right?), but ServiceState#getOperatorNumeric might be what you're looking for:

Get current registered operator numeric id In GSM/UMTS, numeric format is 3 digit country code plus 2 or 3 digit network code

Roman Nurik
Well , I'm looking for "System Identification Code (SID) - a unique 5-digit number that is assigned to each carrier by the FCC , according to http://electronics.howstuffworks.com/cell-phone3.htm" , so this seems right !