Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialer crashes #9

Closed
sultan2304 opened this issue Jun 22, 2017 · 4 comments
Closed

Dialer crashes #9

sultan2304 opened this issue Jun 22, 2017 · 4 comments

Comments

@sultan2304
Copy link

If you want to dial the number during a call, then dialer will crash. I don't know why it doesn't work, but it is

@jszwedko
Copy link

I've discovered this as well. This appears to be the relevant exception from adb logcat:

06-26 16:58:52.706  5711  5711 E AndroidRuntime: FATAL EXCEPTION: main                                               
06-26 16:58:52.706  5711  5711 E AndroidRuntime: Process: com.android.phone, PID: 5711       
06-26 16:58:52.706  5711  5711 E AndroidRuntime: java.lang.NoSuchFieldError: No field mDtmfExisted of type Z in class Lcom/qualcomm/qti/internal/telephony/QtiGsmCdmaPhone; or its superclasses (declaration of 'com
.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone' appears in /system/framework/qti-telephony-common.jar)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at com.qualcomm.qti.internal.telephony.QtiGsmCdmaPhone.startDtmf(QtiGsmCdmaPhone.java:261)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at com.android.services.telephony.GsmConnection.onPlayDtmfTone(GsmConnection.java:95)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at android.telecom.ConnectionService.playDtmfTone(ConnectionService.java:891)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at android.telecom.ConnectionService.-wrap16(ConnectionService.java)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at android.telecom.ConnectionService$2.handleMessage(ConnectionService.java:384)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at android.os.Handler.dispatchMessage(Handler.java:102)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at android.os.Looper.loop(Looper.java:154)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at android.app.ActivityThread.main(ActivityThread.java:6128)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at java.lang.reflect.Method.invoke(Native Method)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
06-26 16:58:52.706  5711  5711 E AndroidRuntime:        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)

@shakalaca
Copy link
Owner

qti-telephony-common.ZIP

Rename to qti-telephony-common.jar and put under /system/framework.. I de-compile the stock one and didn't find mDtmfExisted field either, so just add it manually.. :)

@tuanpq1998
Copy link

Thank shakalaca it works

@jszwedko
Copy link

👍 worked for me as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants