Just wondering if anyone can help Just wondering if anyone can help on the security exception I am getting.
06-18 22:21:48.637 156 162 W Parcel : **** enforceInterface() expected 'android.os.IPowerManager' but read '-รค' 06-18 22:21:48.707 253 253 W dalvikvm: threadid=3: thread exiting with uncaught exception (group=0x4000fe70) 06-18 22:21:48.707 253 253 E AndroidRuntime: Uncaught handler: thread main exiting due to uncaught exception 06-18 22:21:48.777 253 253 E AndroidRuntime: java.lang.SecurityException: Binder invocation to an incorrect interfac e 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1234) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1222) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.os.IPowerManager$Stub$Proxy.acquireWakeLock(IPowerMan ager.java:178) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.os.PowerManager$WakeLock.acquire(PowerManager.java:23 1) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.internal.telephony.gsm.RIL.acquireWakeLock(RIL.ja va:1706) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.internal.telephony.gsm.RIL.send(RIL.java:1735) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.internal.telephony.gsm.RIL.setFacilityLock(RIL.ja va:1402) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.internal.telephony.gsm.GsmSimCard.setSimLockEnabl ed(GsmSimCard.java:235) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.settings.SimLockSettings.tryChangeSimLockState(Si mLockSettings.java:274) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.settings.SimLockSettings.onPinEntered(SimLockSett ings.java:229) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.settings.EditPinPreference.onDialogClosed(EditPin Preference.java:76) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.preference.DialogPreference.onDismiss(DialogPreferenc e.java:359) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.app.Dialog$DismissCancelHandler.handleMessage(Dialog. java:946) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.os.Looper.loop(Looper.java:123) 06-18 22:21:48.777 253 253 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:3948) 06-18 22:21:48.777 253 253 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method) 06-18 22:21:48.777 253 253 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:521) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(Zy goteInit.java:782) 06-18 22:21:48.777 253 253 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540) 06-18 22:21:48.777 253 253 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method) 06-18 22:21:48.877 156 454 V DumpStateReceiver: Running: /system/ bin/dumpcrash 06-18 22:21:48.967 156 454 I DumpStateReceiver: Finished: 2509 bytes read; status 0 06-18 22:21:49.007 156 454 I DumpStateReceiver: Added state dump to 1 crashes Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

