文件名称:CallForwarding
介绍说明--下载内容均来自于网络,请自行研究使用
先说下几个要点: 1. 电话拦截这个功能大家可能都知道了,就是利用反射原理调用ITelephony的隐藏方法来实现。这个就不说了,在附件的代码里有。 2.拦截后提示忙音/空号/已关机/已停机这个功能其实是要用到MMI指令,具体如何设置呼叫转移的指定可以参考这里 http://baike.baidu.com/view/206402.html?fromTaglist。 在本文中我们会用到“遇忙转移”转移的功能。中国移动的设置方式是 **67#电话号码#,取消方式为 ##67#。这两个指令可以直接在手机的拨号界面输入测试。ITelephony的endcall方法挂断电话后,会提示电话忙。如果事前设置好了忙时转移到一个空号/已关机/已停机的电话号码,就会提示您拨的电话号码是空号/已关机/已停机。-First to say a few points: 1 calls to intercept this feature we may know, is the use of reflective theory called ITelephony hidden methods to achieve. This does not say, in the annex to the code. 2. Interception after prompt tone/empty/shutdown/has been shut down this function is actually to use MMI instruction, specific how to set up a call transfer can be specified here http://baike.baidu.com/view/206402.html? FromTaglist. In this paper we will use divert transfer function. China Mobile s**67# phone number is set#, cancel the way for##67#. These two instructions can be directly tested on the phone s dial interface. Endcall ITelephony method to hang up the phone, the phone will be busy busy. If the beforehand set busy when transferred to an empty/shutdown/have shut down the phone number will prompt you dial the phone number is empty/shutdown/has been shut down.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CallForwarding
..............\.classpath
..............\.project
..............\.settings
..............\.........\org.eclipse.jdt.core.prefs
..............\AndroidManifest.xml
..............\assets
..............\bin
..............\...\CallForwarding.apk
..............\...\classes.dex
..............\...\com
..............\...\...\android
..............\...\...\.......\internal
..............\...\...\.......\........\telephony
..............\...\...\.......\........\.........\ITelephony$Stub$Proxy.class
..............\...\...\.......\........\.........\ITelephony$Stub.class
..............\...\...\.......\........\.........\ITelephony.aidl
..............\...\...\.......\........\.........\ITelephony.class
..............\...\...\.......\........\.........\vssver2.scc
..............\...\net
..............\...\...\toeach
..............\...\...\......\android
..............\...\...\......\.......\callforwarding
..............\...\...\......\.......\..............\MainActivity$1.class
..............\...\...\......\.......\..............\MainActivity$2.class
..............\...\...\......\.......\..............\MainActivity$3.class
..............\...\...\......\.......\..............\MainActivity$IncomingCallReceiver.class
..............\...\...\......\.......\..............\MainActivity.class
..............\...\...\......\.......\..............\R$attr.class
..............\...\...\......\.......\..............\R$drawable.class
..............\...\...\......\.......\..............\R$id.class
..............\...\...\......\.......\..............\R$layout.class
..............\...\...\......\.......\..............\R$string.class
..............\...\...\......\.......\..............\R.class
..............\...\resources.ap_
..............\...\telephony
..............\default.properties
..............\gen
..............\...\com
..............\...\...\android
..............\...\...\.......\internal
..............\...\...\.......\........\telephony
..............\...\...\.......\........\.........\ITelephony.java
..............\...\net
..............\...\...\toeach
..............\...\...\......\android
..............\...\...\......\.......\callforwarding
..............\...\...\......\.......\..............\R.java
..............\...\telephony
..............\readme.txt
..............\res
..............\...\drawable-hdpi
..............\...\.............\icon.png
..............\...\drawable-ldpi
..............\...\.............\icon.png
..............\...\drawable-mdpi
..............\...\.............\icon.png
..............\...\layout
..............\...\......\main.xml
..............\...\values
..............\...\......\strings.xml
..............\src
..............\...\com
..............\...\...\android
..............\...\...\.......\internal
..............\...\...\.......\........\telephony
..............\...\...\.......\........\.........\ITelephony.aidl
..............\...\...\.......\........\.........\vssver2.scc
..............\...\net
..............\...\...\toeach
..............\...\...\......\android
..............\...\...\......\.......\callforwarding
..............\...\...\......\.......\..............\MainActivity.java
..............\说明.htm