petervojtek / cordova-plugin-signal-strength

Apache Cordova Plugin to detect GSM Signal Strength
Apache License 2.0
6 stars 18 forks source link

My device always shows -113 #4

Open ikishanoza opened 7 years ago

ikishanoza commented 7 years ago

Hey

i install the plugin and call it on button click but it always shows the fix value what does it means ?

koyadovic commented 6 years ago

Same here

        super.onSignalStrengthsChanged(signalStrength);
        int tsNormSignalStrength = signalStrength.getGsmSignalStrength();
        dbm = (2 * tsNormSignalStrength) - 113;     // -> dBm

I suppose that signalStrength.getGsmSignalStrength() returns 0.