如何添加symbian^3 UID?
我的应用程序仅针对诺基亚 N8。有人可以告诉我如何仅添加对诺基亚 N8 的支持并在其他手机尝试安装它时显示错误吗?如果有人可以放置需要更新的文件的工作代码和名称。我将非常感激。
非常感谢回报。
My application is only targeted for Nokia N8 . Can some one please tell me how to add support for Nokia N8 only and displays error if other handsets try to install it. If someone can place the working code and name of the file that needs to be updated. i would be much obliged.
Many thanks in return.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您所追求的详细信息请参阅 本文档。在您的包 (PKG) 文件中:
其中
0x20000001
是您的应用 UID。如果将生成的 SIS 安装到 N8 以外的任何设备,用户将收到警告“应用程序与手机不兼容。仍然继续吗?”
What you are after is detailed in this document. In your package (PKG) file:
Where
0x20000001
is your app UID.If the resulting SIS is installed to any device other than the N8, the user will get a warning "Application not compatible with phone. Continue anyway?"
好的,如果只是 QT,那么您也可以在不破解 .PRO 文件的情况下执行此操作。在您的 .PRO 中:
显然您需要将“0x20000000”替换为您的应用程序 UID,更改应用程序名称并输入正确的平台 UID
OK, if it is QT only then you can also do this without hacking the .PRO file. In your .PRO:
Obviously you will need to replace '0x20000000' with your app UID, change the app name and put in the right platform UID