如何在j2me应用程序中与特定服务器建立连接

发布于 2024-10-09 22:45:46 字数 154 浏览 6 评论 0原文

我是j2me应用程序的初学者。我正在研究跟踪手机的应用程序。我应该在 j2me 中制作应用程序,就像我可以将收到的短信保存在某个服务器的某些诺基亚手机中,然后获取该短信并将该消息发送到另一个移动设备。

我正在为此应用程序使用 Eclipse IDE。

请帮助我。

I am beginner of j2me application. I am working on application of tracking the mobile. I am supposed to make application in j2me is like I can save the received SMS in some nokia mobile in some server and then fetch that sms and send that message to another mobile device.

I am using Eclipse IDE for this application.

Please help me for this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薄荷→糖丶微凉 2024-10-16 22:45:46

是的,您可以从收件箱读取短信。为此,您需要使用 APIBridge.jar 文件。只是谷歌和下载。该文件填补了 Java ME 和 Java ME 之间的空白。手机的本机操作系统。使用此 JAR 文件,您可以执行许多其他本机操作。您将在该 JAR 文件中找到它的示例。

Yes, you can read SMS from inbox. for this purpose you need to use APIBridge.jar file. just google & download. This file fills the gap between Java ME & Phone's Native Operating system. Using this JAR File you can perform many other native things. You will find its example with that JAR File.

兮颜 2024-10-16 22:45:46

如果您在某个预定义端口号上发送短信,并且您的 j2me 应用程序正在该端口上侦听,那么您才能收到这些消息。

使用 j2me 无法从收件箱读取短信。

if you are sending sms on some predefine port no and your j2me application is listening on that port then and only then you can get those message.

Reading sms from inbox is not possible with j2me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文