本文介绍了如何访问移动收件箱,通话记录,照片库使用J2ME APIBridge?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我正在寻找方法或某种例子,其中我可以访问我的手机通话记录或消息收件箱。但是,我没能找到,因为在所有的博客,甚至在这个网站(堆栈溢出),每个人都这么说,它是不可能的。今天,我发现,从而增加我的希望,我想做。正如路西法所说,使用我们可以做到这一点。

I was searching for the method or some kind of examples, by which i can access my mobile phone call logs or message inbox. But, I failed to find, because in all blogs and even in this site (Stack Overflow), everyone saying that, it can't be possible. Today, I found this answer, which increase my hope, which I wanted to do. As Lucifer said, using APIBridge we can achieve this.

然后,我发现,其中访问通话记录和照片库进行了说明。但是,当我试图用我的手机在这个例子中,那么它试图访问互联网。我检查了code,但没有发现它里面的任何URL。谁能帮我理解或我怎么可以用这个例子我的手机?

Then, I found this example, in which accessing call logs and photo gallery has been explained. But, when i was trying to use this example on my phone, then it tried to access the internet. I checked the code, but didn't find any URL inside it. Can anyone help me to understand or how can I use the this example for my mobile phone?

我开发诺基亚6700经典的S40系列手机。

I am developing on Nokia 6700 Classic S40 Series Phone.

推荐答案

APIBridge 罐是基于Symbian操作系统的手机,大多是S60系列。所以你的情况,你可以使用 APIBridge.jar 未读访问收件箱,通话记录,照片库。

APIBridge Jar is based on Symbian Operating System Phones, mostly S60 Series. So in your case you can not read access Inbox,call logs, photo gallery using APIBridge.jar.

我在这里阅读细节 API桥接口。它说。该APIBridge是公开的HTTP接口,用于服务器和客户之间的沟通了Symbian服务器。该APIBridge可以通过使一个http呼叫到该APIBridge侦听到本地主机端口被使用。以下结构图说明所述系统的不同部分:

I read the details here for API Bridge Interface. It says that. The APIBridge is a Symbian server that exposes an HTTP interface for communication between the server and its clients. The APIBridge can be used by making an http call to the local host port that the APIBridge listens to. The following architecture diagram explains the different parts of the system:

09-07 16:16