黑莓签名
我有来自黑莓网站的关键文件。
我已经使用blackberry eclipse插件导入了它。
我已经签署了所有文件。
现在我想将文件添加到我的网站,以便任何人都可以下载应用程序并在他们的移动设备中使用。
我想知道我必须将哪个文件上传到我的网站。
请回复。
提前致谢
I have key files from Blackberry site.
I have imported it using blackberry eclipse plug-in.
I have signed all files.
Now i want to add files to my website so that anyone can download application and use in their mobile device.
I want to know which file i have to upload to my website.
Please reply.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
eclipse插件自动生成deliverables文件夹,其中包括.cod文件和.alx文件,您可以使用多种方式部署应用程序。
您可以使用以下一些方法向最终用户部署应用程序:
1.在黑莓世界中上传您的应用程序
2. 使用应用程序的 .cod 文件,但需要黑莓 jde
3.使用.alx文件并使用黑莓桌面软件浏览它
4. Deliverables文件夹也包含.jad文件,通过使用该文件,我们还可以部署应用程序,但为此您需要遵循某些步骤
4.1 将 .jad 和 .cod 文件复制到一个单独的文件夹中(只是为了确保您不会错过任何文件)
4.2 将 .cod 文件重命名为 .zip 文件 例如:abc.cod 应重命名为 abc.zip
4.3 .zip 完成后,我们需要解压文件,然后将解压的文件和 .jad 复制到另一个文件夹中(为了安全起见)
4.4 现在,将此文件夹上传到网站,然后从黑莓浏览器点击链接,并确保在servlet中没有指定MIME类型,例如.doc、.docx、.xls等,并且如果已经提到了 .jad 文件将其称为 “text/vnd.sun.j2me.app-descriptor”
4.5 您实际上应该在浏览器中点击 .jad 文件。
如有疑问,请告诉我。
谢谢你,
迪拉吉·贾米
The eclipse plugin automatically generates the deliverables folders, which includes the .cod files and .alx files, you can deploy applications using various ways.
Some of the ways using which you can deploy your application to end users is by:
1. uploading your application in the blackberry world
2. Using .cod file of your application but it needs the blackberry jde
3. Using the .alx file and browsing it using the blackberry desktop software
4. The deliverables folder also contain .jad files too, by using this file, we can also deploy applications, but for that you need to follow certain steps
4.1 Copy the .jad and .cod files into one separate folder(Just to make sure you dont miss any files)
4.2 Rename the .cod file as .zip file Eg : abc.cod should be renamed as abc.zip
4.3 Once the .zip is done, we need to extract the files and then copy the extracted files and .jad into another folder(Just to be safe)
4.4 Now, upload this folder into the website and you hit the link from the blackberry browser and make sure there are no MIME types specified such as .doc, .docx, .xls etc in the servelet and if it is already mentioned then for .jad file mention it as "text/vnd.sun.j2me.app-descriptor"
4.5 You should actually hit the .jad file in the browser
Anyone doubts please let me know.
Thank you,
Dheeraj Jami
您必须使用 eclipse 插件生成 .alx 文件。它将显示您的应用中使用的 .cod 文件。将这些 .cod 文件上传到您的网站。
同样,还有其他方法可以在 BB 设备中安装应用程序。这取决于你的使用方式。
谢谢。
You have to generate an .alx file using your eclipse plugin. It will show .cod files that are used in your app. Upload those .cod file into your website.
Again there are other ways to install app in BB device. It depends on the way you use.
Thanks.