Furthermore, if I run "getprop | grep gsm" from an android shell, I only get the following info. Nothing relates to Cell ID. Does %CELLID normally get set from something within this "getprop" output, by any chance?
[gsm.current.phone-type]: [1]
[gsm.defaultpdpcontext.active]: [true]
[gsm.network.type]: [LTE]
[gsm.nitz.time]: [1483105127009]
[gsm.operator.alpha]: [T-Mobile ]
[gsm.operator.iso-country]: [us]
[gsm.operator.isroaming]: [false]
[gsm.operator.numeric]: [310260]
[gsm.sim.operator.alpha]: [T-Mobile]
[gsm.sim.operator.iso-country]: [us]
[gsm.sim.operator.numeric]: [310260]
[gsm.sim.state]: [READY]
[gsm.version.baseband]: [G900T3UVU1FOG6]
[gsm.version.ril-impl]: [Samsung RIL v3.0]
I also ran "getprop | grep xxxxxxxx", where "xxxxxxxx" is the cell
ID displayed by the "CellID Info" app. But that ID doesn't appear
anywhere in the getprop output.
.
But since the "CellID Info" app can get a cell ID, where can I go to find this value? I prefer to do this via a shell command rather than via java code, if at all possible.
.