诺基亚 e 系列上的 qt 应用程序支持问题
我开发了一个使用移动性和声子的 qt 应用程序。
Qt 版本是 4.6.3,Mobility 是 1.0.2
现在,当我在 s60v5 设备上安装智能安装程序包时,它安装正确并且运行良好。 但是当我尝试将它安装在 E63 这样的 E 系列手机上时,我就安装好了。但是当尝试运行它时,我收到一条消息“功能不受支持”,并且应用程序根本无法启动。
有什么指点吗?
I have developed a qt app with which uses mobility and phonon.
Qt version is 4.6.3 and Mobility is 1.0.2
Now when i install the smart-installer package on a s60v5 device, It installs correctly and runs also well.
But when I try to install it on a E series phone like E63 i gets installed. But when tried to run it, i get a message 'feature not supported' and app doesn't start at all.
Any pointers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅“查询后端支持”部分。
http://doc.qt.nokia.com/latest/phonon-overview.html
不建议在 Symbian 上使用 Phonon 和 Phonon 后端。使用 QtMobility 中的多媒体框架。
Look at section "Querying Backends for Support" .
http://doc.qt.nokia.com/latest/phonon-overview.html
Phonon and Phonon backends are not recommended on Symbian. Use the multimedia framework in QtMobility.