Active Topics

 


Reply
Thread Tools
Posts: 76 | Thanked: 12 times | Joined on Sep 2009 @ USA
#1
while traveling overseas (Europe) I am experiencing some dropped calls.. where is the place that I can see current signal strength - something like bars?

Tks

Last edited by bAxon; 2009-12-21 at 09:08.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
Method call and variable names stolen from telephony-maemo.c:

dbus-send --print-reply --system --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_signal_strength

First value is the value used by the signal bar in telephony-maemo.c. It adds 20 to that number and divides it by 21 to get its final result.
Second value is the RSSI in DBM.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Posts: 76 | Thanked: 12 times | Joined on Sep 2009 @ USA
#3
Thank you for your reply.. so for uninformed people like me I go to terminal window and just enter the above?
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#4
Yes. Or just look at the one with the bars in the status menu area. =)
 
Posts: 76 | Thanked: 12 times | Joined on Sep 2009 @ USA
#5
Originally Posted by qwerty12 View Post
Yes. Or just look at the one with the bars in the status menu area. =)
I guess that is what I am missing.. I have no bars in the status area?
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#6
Perhaps you have no signal there then....?
 
Posts: 247 | Thanked: 91 times | Joined on Jan 2008 @ London/M4 Corridor
#7
Originally Posted by qwerty12 View Post
Method call and variable names stolen from telephony-maemo.c:

dbus-send --print-reply --system --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_signal_strength

First value is the value used by the signal bar in telephony-maemo.c. It adds 20 to that number and divides it by 21 to get its final result.
Second value is the RSSI in DBM.
Marvelous. With this an a little bit of work with the Location API, and we could have an app that would log signal strength. This would give us a proper tool to discuss 3G coverage with our providers...
 
Posts: 14 | Thanked: 0 times | Joined on Jan 2010 @ Central NY
#8
Originally Posted by qwerty12 View Post
Method call and variable names stolen from telephony-maemo.c:

dbus-send --print-reply --system --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_signal_strength

First value is the value used by the signal bar in telephony-maemo.c. It adds 20 to that number and divides it by 21 to get its final result.
Second value is the RSSI in DBM.
I just entered all of that in to Terminal and received:
method return sender=:1.17 -> dest=:1.743 reply_serial=2
byte 100
byte 84
int32 0
The numbers never change so this doesn't seem right to me.
Isn't there an easier way to get to some type of debug screen to see the signal level in dBm?
 
Posts: 2 | Thanked: 0 times | Joined on Jan 2010
#9
Originally Posted by cliffr39 View Post
I just entered all of that in to Terminal and received:

The numbers never change so this doesn't seem right to me.
Isn't there an easier way to get to some type of debug screen to see the signal level in dBm?

Hi,

I also receive the same numbers and this do not change. How is it possible to obtain signal strength.
 
Posts: 2 | Thanked: 0 times | Joined on Jan 2010
#10
Originally Posted by qwerty12 View Post
Yes. Or just look at the one with the bars in the status menu area. =)
Need some api or method call to get the signal strength . Does anybody know it
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:56.