Questions tagged [cellinfogsm]
3 questions
0
votes
1 answer
how to create an object of CellInfo for unit testing?
I am writing unit test case, What I can't understand is how can I make a dummy object of CellinfoGsm or of any technology and test my code from it. I did read the documentation and the base class of CellInfo but I can't understand how to use the…

Muhammad Abdullah
- 117
- 1
- 13
0
votes
1 answer
How to access radio environment information from an Android miui phone
I'm trying to get some radio environment information from an android phone. This means not only info on the serving cell but also on the neighbors, their radio conditions, timing advance, channels, etc.
From java api only few information can be…

mszmurlo
- 1,250
- 1
- 13
- 28
0
votes
1 answer
CellInfoGsm crashes the app
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import…

s.k.paul
- 7,099
- 28
- 93
- 168