黑莓模拟器“fileconn.dir.photos” 地点?

发布于 2024-07-20 19:23:40 字数 257 浏览 4 评论 0原文

我在 BlackBerry JDE 4.2.0 及其附带的 8100 模拟器上遇到一个奇怪的问题:

String path = System.getProperty("fileconn.dir.photos");

这返回 null!

这适用于我迄今为止使用过的所有 J2ME 手机和模拟器。 为了让它在黑莓模拟器上运行,我需要做什么特别的事情吗? 请注意,我不需要 SD 卡图像路径,而是手机的内部存储。

I am facing a weird problem on BlackBerry JDE 4.2.0 and the 8100 simulator it comes with:

String path = System.getProperty("fileconn.dir.photos");

This returns null!

This works for all J2ME phones and emulators I've worked with so far. Is there anything special that I need to do to get it work on the Blackberry simulator? Note, that I don't want the SD card images path but the phone's internal storage.

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

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

发布评论

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

评论(1

燕归巢 2024-07-27 19:23:40

不幸的是,运行 4.2 的 BlackBerry 设备上不支持/实现该属性。 从 4.3 开始,它在平台的更高版本中得到完全支持并可在外部使用。

Unfortunately, it was not a supported/implemented property on BlackBerry devices running 4.2. It is fully supported and externally available in later versions of the platform, starting with 4.3.

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