I'm trying to make a program that read usual signal levels and other similar stuff and give it to the reader, I used the getAllCellInfo()
while it has some data, I can't figure out a way to extract the data inside to make it easily readable.
I tried .toString() method but it gave the same results
List<CellInfo> cell= tm.getAllCellInfo();
Is there a way to make easily readable? Or is there an easier way to take these data?
I'm looking for RSSI and power related parameters.
you can try this with CellInfoLte , CellInfoGsm to get Dbm , AsuLevel , Level ..etc