View Full Version : Howto get low level GSM network information ?
jonan
02-17-2010, 02:14 AM
Looking to get the following GSM network parameters on the N900:
Neighbors
C1
C2
RxLev
Currently working through DBUS with python and familiar with:
Phone.Net.get_registration_status
Phone.Net.cell_info_change
But this is not enough to get the above. Would be nice if its available through DBUS but I will go lower if needed.
Can someone point me in the right direction ?
-Jonan
jonan
02-23-2010, 02:41 AM
Bump.
This is for a location based reminder app I am developing. It provides reminders ( alarmd ) based on location. For example, when traveling home via bus it's set to go off when approaching my stop so I don't miss it if sleeping or zoned out. Prototype works ok but is simply too inaccurate without the above information. Working on adding Wifi AP's next. The goal being to avoid power hungry GPS at all costs and have this run 24/7.
-Jonan
shadowjk
02-24-2010, 05:26 PM
BTW through liblocation you should be able to request only ACWP, which uses network positioning instead of gps. You might want to check that out and see if it gives sufficient precision.
AndiThebest
02-24-2010, 07:56 PM
yes, liblocation with acwp works well.
wifi based is interesting... there is a global database (skyhookwireless.com), but its proprietary and at the moment there is no armel compilation available. I have requestet for one.
jonan
03-05-2010, 12:41 PM
ACWP does work well. However it requires network access which I wanted to avoid for sake of power. Coordinates are not really needed here. Only need to know you are near a named location by checking for presence of cellids or APs.
Going to use AWCP for now rather than get hung up on this detail. Location API mentions caching but doesn't give any details. Any ideas ?
Was looking for the extra GSM information to improve accuracy and try a few things including building location databases like you mentioned and ACWP make use of. Look at these to get an idea:
http://wiki.openmoko.org/wiki/CellHunter
http://realtimeblog.free.fr/
http://www.opencellid.org/
-Jonan
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.