Notices


Reply
Thread Tools
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#1
Hello everybody!

NetMon version 0.6 is now available from extras-devel (Fremantle).

Maybe someone will find it useful.

On N900:



And on an Intex Aqua Fish:


Last edited by spag; 2017-02-06 at 07:32.
 

The Following 28 Users Say Thank You to spag For This Useful Post:
doksng's Avatar
Posts: 105 | Thanked: 47 times | Joined on Sep 2009
#2
i would have preferred if the Signal Level indicator was replaced with a graph showing the signal level changes with time
Something similar to http://www.afischer-online.de/sos/celltrack/

A tab showing Neighbor list with cell id and signal levels would make it very useful and also and ability to log the information
 
juise-'s Avatar
Posts: 186 | Thanked: 192 times | Joined on Jan 2010 @ Finland
#3
Just a thought, it might be cool if the app was able to translate the Cell ID to more interesting information by querying something like this:

http://www.opencellid.org/
__________________
Trout have underwater weapons.
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#4
Originally Posted by doksng View Post
A tab showing Neighbor list with cell id and signal levels would make it very useful
There seems to be no API for this.

Maybe there is a way to speak directly to the GSM modem but even if it is possible one has to understand how the protocol (Phonet?) works.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#5
Originally Posted by spag View Post
There seems to be no API for this.

Maybe there is a way to speak directly to the GSM modem but even if it is possible one has to understand how the protocol (Phonet?) works.
You can get the names, MNCs and MCCs at least:
Code:
dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_available_network
As the reply-timeout argument suggests, the call will take ages to complete. I know DBus-GLib allows you to perform calls asynchronously specifying the maximum time it'll wait.
 

The Following 3 Users Say Thank You to qwerty12 For This Useful Post:
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#6
Originally Posted by qwerty12 View Post
Code:
dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_available_network
I had not thought of that. Thanks.

Some other working dbus calls I found in libconnui_cell.so:

Code:
dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_name

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.read_simlock_status

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

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_sim_status

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

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_info
 
Posts: 139 | Thanked: 20 times | Joined on Apr 2010 @ Planet Earth for now!
#7
Just a thought, there is an app in Android that gives the same output, but also plots on a map where the location of the tower is, would that be possible, given that their is a long and a lat for the tower? Probably won't work with Ovi maps, but just a thought.
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#8
Originally Posted by qwerty12 View Post
You can get the names, MNCs and MCCs at least.
OK. Added a "Networks" view in version 0.8
 

The Following 4 Users Say Thank You to spag For This Useful Post:
hawaii's Avatar
Posts: 1,030 | Thanked: 792 times | Joined on Jun 2009
#9
Seems to stall out for quite a while when "acquiring battery info".
 
Posts: 22 | Thanked: 3 times | Joined on Apr 2010
#10
Lastest version 0.9-1 doesnt work, it freezes at starting.
Attached Images
 
 
Reply

Thread Tools

 
Forum Jump


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