Re: [SailfishDevel] Cellular network information

2013-12-06 Thread christopher . lamb
Hi all Just to reinforce what Gabriel says: The functionality officially known as Qt Mobility died with Qt4.x, probably due to Nokia exiting stage left. However much, but not all of it has been moved into Qt 5.0 add-on modules, with varying levels of stability (and thus likeliness to be

Re: [SailfishDevel] Cellular network information

2013-12-06 Thread Gabriel Böhme
In Qt 5.1, the QtMobility is split in different packages. On harbour.jolla.com/faq you'll find which packages are allowed to import/link against in Jolla Store. This is limited due to unstable APIs/ABIs. Your problem is, that for example QSystemInformation QML lib, could give what you need, but i

Re: [SailfishDevel] Cellular network information

2013-12-06 Thread Jukka Heikkilä
Hi again, I just wanted to make things clear on my head. I just read this: http://www.qtdeveloperdays.com/sites/default/files/presentation_pdf/qtdd-2012.pdf Is it so that with Jolla I can use Qt Mobility API's and to get network info I could use QSystemNetworkInformation class, but which is the t

Re: [SailfishDevel] Cellular network information

2013-12-05 Thread Jukka Heikkilä
Hi, it would be nice to get it to store, but not necessary. I just want to do something useful... Maybe it's better to use QtDbus. Is it so that you just have to poll it every time to update the information or is it possible to get interuption through the D-Bus? Regards, Jukka 2013/12/5 Lorn P

Re: [SailfishDevel] Cellular network information

2013-12-05 Thread AL13N
Sorry to interrupt here, but this kind of thing is what i would like to have secure in the future... for any group of apps to run in a different user and have some kind of deny by default access levels, which can still be overrided by user and/or jolla (or packaging) in order for apps not being a

Re: [SailfishDevel] Cellular network information

2013-12-05 Thread Lorn Potter
Hi, It depends on if you want your app in the store or not. You could use QtDbus to query the connman and ofono interfaces, much like connman-qt and libqofono to get this information. If you don't mind not being in the store, QtSystemInfo's QtNetworkInfo is on the device, or you could use libco

[SailfishDevel] Cellular network information

2013-12-05 Thread Jukka Heikkilä
Hi, I'd like to get some cellular network information to my app. Is there this kind of class like in Harmattan's QSystemNetworkInformation ( http://harmattan-dev.nokia.com/docs/library/html/qtmobility/qsystemnetworkinfo.html)? I'm looking forward to get Cell ID etc. information. I'm quite new wi