*** This bug is a duplicate of bug 1226844 ***
    https://bugs.launchpad.net/bugs/1226844

May I know whether the QStorageInfo/QSystemInfo API is supported on our
Ubuntu Touch platform? I cannot find the header files for the API.  A
customer in China is now looking for such an API for the players.

Thanks!
XiaoGuo


On Tue, Jul 8, 2014 at 8:41 PM, Jamie Strandboge <ja...@ubuntu.com> wrote:

> *** This bug is a duplicate of bug 1226844 ***
>     https://bugs.launchpad.net/bugs/1226844
>
> Ok, thank you for testing that. This is indeed a duplicate of bug
> #1226844.
>
> ** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
>        Status: Incomplete => Confirmed
>
> ** This bug has been marked a duplicate of bug 1226844
>    QtSystemInfo fails when using ofono and there are DBus denials to ofono
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1338420
>
> Title:
>   Cannot get the IMEI number
>
> Status in “qtcreator-plugin-ubuntu” package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I have a simple code like:
>
>           DeviceInfo {
>               id: deviceInfos
>           }
>
>
>                   ListItem.SingleValue {
>                       objectName: "imeiItem"
>                       property string imeiNumber
>                       imeiNumber: deviceInfos.imei(0)
>                       text: "IMEI"
>                       value: imeiNumber
>                       visible: true
>                   }
>
>
>   If I set the "Security Profile" to  the following:
>
>   {
>       "policy_groups": [],
>       "policy_version": 1.1,
>       "template": "unconfined"
>   }
>
>   Then I can get the IMEI number. However, if I set it to:
>
>   {
>       "policy_groups": [
>           "networking",
>           "connectivity"
>       ],
>       "policy_version": 1.1
>   }
>
>   I could not get the IMEI number. According to
>   http://developer.ubuntu.com/publish/apps/security-policy-for-click-
>   packages/
>
>   connectivity: Can access coarse network connectivity information
>   QML: qtdeclarative5-systeminfo-plugin
>   import QtSystemInfo <version>
>   Other APIs: Qt5 QHostAddress and QNetworkInterface
>
>   "connectivity" has been added, however, it does not retrieve any of
>   the useful information. I have checked the "/var/log/syslog", there is
>   no violation as well.
>
>   Best regards,
>   XiaoGuo
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1338420/+subscriptions
>


-- 
XiaoGuo, Liu (刘晓国)
Mobile: +86-13911181302

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1338420

Title:
  Cannot get the IMEI number

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1338420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to