如何更改“日期”和“时间”使用“J2ME”的手机?

发布于 2024-12-29 14:17:34 字数 220 浏览 1 评论 0原文

我正在使用“J2me”开发一个移动应用程序,配置为“CLDC-MIDP2.0”。

在我的移动应用程序中,我需要使用户能够调整移动设备的“日期”和“时间”设置。

这里我使用“DateField”从用户那里获取日期,但我无法设置或更改手机的“日期”和“时间”。

如何使用“J2ME”更改手机的“日期”和“时间”?这里我使用“Nokia c2-00”手机进行测试。它是“S40”设备。

I'm developing a mobile application using "J2me" for a configuration "CLDC-MIDP2.0".

In my mobile application, I need to make the user should able to adjust the "Date" and "Time" settings of mobile.

Here I'm using "DateField" to get the date from the user, but I cannot set or change the mobile phone's "Date" and "Time".

How to change the "Date" and "Time" of the mobile phone using "J2ME"? Here I'm using "Nokia c2-00" mobile is for testing. It is "S40" device.

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

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

发布评论

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

评论(2

初心未许 2025-01-05 14:17:34

答案可以找到 诺基亚的此页面

出于安全考虑,Java 无法更改手机内部时间
不允许访问本机操作的功能。

The answer can be found on this page at Nokia

Mobiles internal time cannot be changed by Java, because of security
features which dont allow access to the native operations.

留蓝 2025-01-05 14:17:34

Java ME 做不到。在 Java ME 中,有很多可用的安全功能。例如,

  • 您无法更改个人资料。
  • 您无法阅读收件箱/发件箱短信。
  • 您无法访问日志。
  • 您无法更改手机的日期/时间。
  • 您无法更改手机壁纸/屏保。

You can't do with Java ME. In Java ME, There are so many security features available. For example,

  • You can't change the profile.
  • You can't read the inbox/outbox SMS.
  • You can't access the LOG.
  • You can't change the date/time of the mobile.
  • You can't change the mobile wallpaper/screen saver.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文