Reply
Thread Tools
Posts: 35 | Thanked: 47 times | Joined on Oct 2009 @ HK
#1
Looking to get the following GSM network parameters on the N900:
  • Neighbors
  • C1
  • C2
  • RxLev

Currently working through DBUS with python and familiar with:

Code:
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
 

The Following User Says Thank You to jonan For This Useful Post:
Posts: 35 | Thanked: 47 times | Joined on Oct 2009 @ HK
#2
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
 
Posts: 1,258 | Thanked: 672 times | Joined on Mar 2009
#3
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.
 

The Following User Says Thank You to shadowjk For This Useful Post:
Posts: 203 | Thanked: 152 times | Joined on May 2009 @ Austria
#4
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.
 

The Following User Says Thank You to AndiThebest For This Useful Post:
Posts: 35 | Thanked: 47 times | Joined on Oct 2009 @ HK
#5
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
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:36.