We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2016-08-17 19:32:47 +0200 |
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
2 | retagged |
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