如何更改 Java ME 设备系统时间?

发布于 2024-10-19 00:29:50 字数 239 浏览 3 评论 0原文

我正在开发一个应用程序,需要将服务器上的时间与设备上的时间同步。 Blackberry 设备为此提供了 net.rim.device.api.system.Device.setDateTime(long dateTimeMillis) 方法。我正在寻找 Java ME 设备中类似的东西。

我可以接受制造商特定的 API - 特别是诺基亚、索尼爱立信和摩托罗拉的 API,以及大多数 JSR。

有谁知道是否有什么办法可以做到这一点?

I'm developing an application that needs to synchronize the time on a server with the time on the device.
Blackberry devices have the net.rim.device.api.system.Device.setDateTime(long dateTimeMillis) method for this. I'm looking for something similar in Java ME devices.

I can live with manufacturer specific APIs - specialy nokia, sony ericsson and motorola ones, and most JSRs.

Does anyone know if there is any way to do this?

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

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

发布评论

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

评论(2

月牙弯弯 2024-10-26 00:29:50

大多数制造商(例如诺基亚)在 Java 中不具备该功能。您可能需要了解 Symbian C++ 和其他特定于平台的开发工具。

Most manufacturers, such as Nokia, don't have that functionality in Java. You may need to take a look into Symbian C++ and other platform specific development tools.

指尖微凉心微凉 2024-10-26 00:29:50

出于某些安全原因,您无法使用 Java-me。所以你不能改变系统的内部时间。您只能获取当前时间。

You can't do with Java-me for some security reasons. So you can't change the internal time of system. You can possible to get the current time only.

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