gmrm / modified-android-mms

Automatically exported from code.google.com/p/modified-android-mms
Other
0 stars 0 forks source link

constant force close on dwangs rom #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install on dwangs rom
2.
3.

What is the expected output? What do you see instead?
just force closes time after time, logcat attached

What version of the product are you using? On what operating system?
dwangs 1.3

E/dalvikvm(  378): Could not find method
android.provider.Telephony$Sms$Intents.
getMessagesFromIntent, referenced from method
com.android.mms.transaction.SmsRec
eiverService.handleSmsReceived
W/dalvikvm(  378): VFY: unable to resolve static method 299:
Landroid/provider/T
elephony$Sms$Intents;.getMessagesFromIntent
(Landroid/content/Intent;)[Landroid/
telephony/gsm/SmsMessage;
W/dalvikvm(  378): VFY:  rejecting opcode 0x71 at 0x0000
W/dalvikvm(  378): VFY:  rejected
Lcom/android/mms/transaction/SmsReceiverServic
e;.handleSmsReceived (Landroid/content/Intent;)V
W/dalvikvm(  378): Verifier rejected class
Lcom/android/mms/transaction/SmsRecei
verService;
W/dalvikvm(  378): Class init failed in newInstance call
(Lcom/android/mms/trans
action/SmsReceiverService;)
D/AndroidRuntime(  378): Shutting down VM
W/dalvikvm(  378): threadid=3: thread exiting with uncaught exception
(group=0x4
001da38)
E/AndroidRuntime(  378): Uncaught handler: thread main exiting due to
uncaught e
xception
E/AndroidRuntime(  378): java.lang.VerifyError:
com.android.mms.transaction.SmsR
eceiverService
E/AndroidRuntime(  378):        at java.lang.Class.newInstanceImpl(Native
Method
)
E/AndroidRuntime(  378):        at java.lang.Class.newInstance(Class.java:1472)
E/AndroidRuntime(  378):        at
android.app.ActivityThread.handleCreateServic
e(ActivityThread.java:2665)
E/AndroidRuntime(  378):        at
android.app.ActivityThread.access$3100(Activi
tyThread.java:116)
E/AndroidRuntime(  378):        at
android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1846)
E/AndroidRuntime(  378):        at
android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(  378):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  378):        at
android.app.ActivityThread.main(ActivityThrea
d.java:4203)
E/AndroidRuntime(  378):        at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(  378):        at
java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime(  378):        at
com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime(  378):        at
com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:549)
E/AndroidRuntime(  378):        at dalvik.system.NativeStart.main(Native
Method)

Original issue reported on code.google.com by chauke...@gmail.com on 10 Oct 2009 at 1:11