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