Search code examples
androidandroid-emulatorandroid-4.0-ice-cream-sandwich

Android emulator:no signal strength


I have built my code using the Google ICS code. The android emulator doesn't show signal strength. Is there any way to simulate a fake signal strength? Can we show a signal strength of say 3 bars at least? What changes do i have to make and where?


Solution

  • You can give fake values of signal strength (between 7 and 99) in responseRilSignalStrength function in ril.cpp file.