sailfish get cell info
I'm trying to make program that can give me phone coordinates without GPS. For this i need GSM signal info. I can get registered operators info with this command /bin/dbus-send --system --print-reply=literal --type=method_call --dest=org.ofono /ril_0 org.ofono.NetworkRegistration.GetProperties
But how can i get neighbouring cell info? like in this app https://play.google.com/store/apps/details?id=com.ssglocator.android
You might be interested in the Geoclue plugin for Mozilla Location Service, coming in Sailfish OS 2.0.2. It basically does what you try to accomplish, if I understand your question correctly: find the geographical location based on information from the mobile network cells (using Mozillas database of cell info mapped to coordinates).
luen ( 2016-08-17 22:16:54 +0200 )editYes, you understood correctly. Thanks.
AnonUser10082 ( 2016-08-17 23:02:15 +0200 )edit