如何从 J2ME 应用程序访问通话记录?
我一直在四处寻找,但没有找到上述问题的答案。许多论坛表示大多数手机都无法做到这一点,但大多数条目的历史可以追溯到 2006 年至 2007 年或更长时间。我希望 J2ME 在过去几年中变得更好。 :)
I've been looking around and haven't found an answer to the above question. Many forums say it cannot be done in most phones, but most of those entries date back to 2006-2007 or more. I'm hoping J2ME's gotten better in the past few years. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
纯 j2me 是不可能的。
我认为如果您对 Symbian OS [以及您的目标 OS iw symbian] 级编码感到满意,那么请尝试 J2ME JNI。
Its not possible with pure j2me.
I think if you are comfortable with Symbian OS [and your targeted OS iw symbian]level coding then try J2ME JNI.
是的。有一种方法可以使用 J2ME API Bridge 访问 J2ME 中的通话记录。但是此接口适用于最新的诺基亚手机。
有关更多详细信息,请参阅以下链接
http://www.developer.nokia.com /Community/Wiki/J2ME_API_Bridge_Interface
yes.there is a way to access call logs in J2ME using J2ME API Bridge.But this interface will work on latest nokia phones.
for further details,please refer to the following link
http://www.developer.nokia.com/Community/Wiki/J2ME_API_Bridge_Interface
现在有办法使用 Api 桥,但支持 s60 第三版 fp2 及更高版本
检查这个: http://wiki.forum.nokia.com/index.php/ J2ME_API_Bridge_Interface#Logging_Service
我认为这就是您正在寻找的
there is way now using Api bridge but it is supported for s60 3rd edition fp2 and later version
check this : http://wiki.forum.nokia.com/index.php/J2ME_API_Bridge_Interface#Logging_Service
I think its what you are looking for