如何访问移动收件箱,通话记录,照片库使用J2ME APIBridge? [英] how do I access mobile inbox, call log, photo gallery using j2me APIBridge?

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

问题描述

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


  • 接入层J2ME API:

    • 的J2ME API提供了Java应用程序与基于函数的接口APIBridge的服务。它执行下列活动:
      与大桥认证

    • http请求从函数调用的APIBridge,应用程序开发人员提取这种复杂性;


    • 的APIBridge服务器负责验证客户端,接收请求,请求路由到适当的APIBridge插件执行,并返回结果。


    • 插件是负责请求分析参数,调用相应的Symbian API来执行它,并创建HTTP响应。

    所以,从上面的描述它,你可以看到它使用在APIBridge接口HTTP连接,这是您的应用程序试图访问Internet连接的原因。

    So, from the above description it you can see that it uses HTTP Connection in APIBridge Interface, this is the reason that your application is trying to access the Internet Connection.

    这篇关于如何访问移动收件箱,通话记录,照片库使用J2ME APIBridge?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆