Qt 无法与 Symbian 一起使用
我无法设置 Qt SDK 使其与诺基亚 C6-00 通信。首先,我无法确定我的Symbian 版本是什么。在官方网站上,他们说我必须有 Symbian^3,但是在 Symbian^3 系统上安装的 Qt 不起作用。不过,链接到 Symbian^1 安装下的安装。
我阅读了使用 Symbian 进行开发的介绍,并按照它完成了以下操作:
- 下载并安装了 Qt SDK 1.1.2。
- 通过 USB 将我的诺基亚 C6-00 连接到我的电脑。
- 启动了适用于 Symbian^1 第 5 版的诺基亚 Ovi 套件
- 在我的 Symbian 设备上
- 安装应用 TRK在我的 Symbian 上安装了 Qt 4.6.3
- 我尝试编译为 symbian^1 和 Symbian^3 的 Qt 4.6.3 和 Qt 4.7.3。尝试启动任何示例或创建我自己的空项目 - 到目前为止没有任何效果。错误:
操作系统相关错误
。
我已经尝试了 Symbian^1 和 Symbian^3 的已安装软件的所有可能组合,但它不起作用!我还尝试将项目文件夹中的 *.sis 文件直接复制到我的设备上,但它也不起作用!它自行安装,声称不兼容,但是当我单击 Applications
文件夹中的图标时,没有任何反应。
如果有人能指出我的错误或建议我再次尝试,我将非常感激。
谢谢你!
I cannot set up my Qt SDK so that it communicates with my Nokia C6-00. First af all, I cannot make sure what my Symbian version is. On the official web site they say I must have Symbian^3, but nothing from what Qt installs at Symbian^3 systems works. Links to installations under Symbian^1 install though.
I went thru the introduction to developing with Symbian and following it I have done the following:
- Downloaded and installed Qt SDK 1.1.2.
- Connected my Nokia C6-00 via USB to my computer.
- Launched Nokia Ovi Suite
- Installed App TRK for Symbian^1 5th edition on to my Symbian device
- Installed Qt 4.6.3 on my Symbian
- I have tried compiling as both Qt 4.6.3 and Qt 4.7.3 for symbian^1 and Symbian^3. Tried launching any of the examples or creating my own empty project - nothing has worked so far. Error:
OS-related error
.
I have tried all the possible combinations of installed software for Symbian^1 and Symbian^3 and it just does not work! I have also ried copying the *.sis files from the project folder directly onto my device, but it did not work either! It installed itself, claiming to be incompatible, but when I click on the icon in Applications
folder, nothing happens.
I would be very grateful if someone could point me at my mistakes or suggest my another try.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我猜您的问题出在步骤 4 上:
在我的 Symbian 设备上安装了适用于 Symbian^1 第 5 版的应用程序 TRK
您的手机确实是 Symbian^3,请卸载 TRK 并安装正确的 Symbian^3 手机。
I guess your problem is with step 4:
Installed App TRK for Symbian^1 5th edition on to my Symbian device
Your phone is Symbian^3 indeed, uninstall TRK and install the right one, for Symbian^3.
C6-00 是 S60 5.0
http://europe. nokia.com/find-products/devices/nokia-c6-00/specifications#Software_applications
请尝试最新的 Qt SDK 和Qt 4.7.3。如果您仍然遇到问题,也许您可以通过 https://bugreports.qt.io/ 提交 Qt SDK 或 Qt 的错误报告。
C6-00 is S60 5.0
http://europe.nokia.com/find-products/devices/nokia-c6-00/specifications#Software_applications
Please try latest Qt SDK and Qt 4.7.3. If you still meet issues, maybe you can submit bugreport for Qt SDK or Qt via https://bugreports.qt.io/ .