Alright i finally got a SIM card for my baby. Howerver for some weird reason i get a force close when trying to access the Mobile Networks menu in the system settings. Logcat snippet is below:
Code:
05-08 12:43:58.141 I/ActivityManager( 210): START {act=android.intent.action.MAIN cmp=com.android.phone/.Settings} from pid 913
05-08 12:43:58.144 D/AndroidRuntime( 913): Shutting down VM
05-08 12:43:58.144 W/dalvikvm( 913): threadid=1: thread exiting with uncaught exception (group=0x40a311f8)
05-08 12:43:58.154 E/AndroidRuntime( 913): FATAL EXCEPTION: main
05-08 12:43:58.154 E/AndroidRuntime( 913): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.phone/com.a
ndroid.phone.Settings}; have you declared this activity in your AndroidManifest.xml?
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1508)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.app.Activity.startActivityForResult(Activity.java:3190)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.app.Activity.startActivity(Activity.java:3297)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.preference.Preference.performClick(Preference.java:957)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:202)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.widget.AdapterView.performItemClick(AdapterView.java:292)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.widget.AbsListView.performItemClick(AbsListView.java:1083)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2539)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.widget.AbsListView$1.run(AbsListView.java:3193)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.os.Handler.handleCallback(Handler.java:605)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.os.Handler.dispatchMessage(Handler.java:92)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.os.Looper.loop(Looper.java:137)
05-08 12:43:58.154 E/AndroidRuntime( 913): at android.app.ActivityThread.main(ActivityThread.java:4424)
05-08 12:43:58.154 E/AndroidRuntime( 913): at java.lang.reflect.Method.invokeNative(Native Method)
05-08 12:43:58.154 E/AndroidRuntime( 913): at java.lang.reflect.Method.invoke(Method.java:511)
05-08 12:43:58.154 E/AndroidRuntime( 913): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
05-08 12:43:58.154 E/AndroidRuntime( 913): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
05-08 12:43:58.154 E/AndroidRuntime( 913): at dalvik.system.NativeStart.main(Native Method)
05-08 12:43:58.164 W/ActivityManager( 210): Force finishing activity com.android.settings/.SubSettings
05-08 12:43:58.681 W/ActivityManager( 210): Activity pause timeout for ActivityRecord{416a5ff8 com.android.settings/.SubSettings}
05-08 12:43:58.684 I/Process ( 210): Sending signal. PID: 913 SIG: 3
05-08 12:43:58.684 I/dalvikvm( 913): threadid=3: reacting to signal 3
05-08 12:43:58.688 I/dalvikvm( 913): Wrote stack traces to '/data/anr/traces.txt'
05-08 12:43:59.214 I/Process ( 210): Sending signal. PID: 913 SIG: 3
05-08 12:43:59.218 I/dalvikvm( 913): threadid=3: reacting to signal 3
Secondly, when trying to dial out, i get a FC logcat is below:
Code:
05-08 12:47:30.374 W/dalvikvm( 1315): threadid=1: thread exiting with uncaught exception (group=0x40a311f8)
05-08 12:47:30.374 I/ActivityManager( 210): START {act=android.intent.action.CALL_PRIVILEGED dat=tel:x flg=0x10000000 (has extras)} from pid 1315
05-08 12:47:30.384 E/AndroidRuntime( 1315): FATAL EXCEPTION: main
05-08 12:47:30.384 E/AndroidRuntime( 1315): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.
CALL_PRIVILEGED dat=tel:x flg=0x10000000 (has extras) }
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1512)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1482)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.app.Activity.startActivityFromFragment(Activity.java:3488)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.app.Fragment.startActivity(Fragment.java:973)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at com.android.contacts.dialpad.DialpadFragment.dialButtonPressed(DialpadFragment.java:1174)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at com.android.contacts.dialpad.DialpadFragment.onClick(DialpadFragment.java:953)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.view.View.performClick(View.java:3511)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.view.View$PerformClick.run(View.java:14105)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.os.Handler.handleCallback(Handler.java:605)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.os.Handler.dispatchMessage(Handler.java:92)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.os.Looper.loop(Looper.java:137)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at android.app.ActivityThread.main(ActivityThread.java:4424)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at java.lang.reflect.Method.invokeNative(Native Method)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at java.lang.reflect.Method.invoke(Method.java:511)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
05-08 12:47:30.384 E/AndroidRuntime( 1315): at dalvik.system.NativeStart.main(Native Method)
05-08 12:47:30.398 W/ActivityManager( 210): Force finishing activity com.android.contacts/.activities.DialtactsActivity
05-08 12:47:30.891 I/TaskSwitcherService( 1098): Handle command: org.rabold.android.taskswitcher.action.UPDATE_THUMBNAILS
05-08 12:47:30.898 I/TaskSwitcherService( 1098): Querying thumbnail for task #11: ComponentInfo{com.android.contacts/com.android.contacts.activities.D
ialtactsActivity}
05-08 12:47:30.911 W/ActivityManager( 210): Activity pause timeout for ActivityRecord{414f2918 com.android.contacts/.activities.DialtactsActivity}
05-08 12:47:30.915 I/Process ( 210): Sending signal. PID: 1315 SIG: 3
05-08 12:47:30.915 I/dalvikvm( 1315): threadid=3: reacting to signal 3
05-08 12:47:30.921 I/dalvikvm( 1315): Wrote stack traces to '/data/anr/traces.txt'
Btw there is no traces.txt for some reason i looked -.-
Also this is NOT ROM related it is something to do with my data partition as when i factory reset or wipe my data partition everything works. I would PREFER to find and fix this problem as i have a lot of data and would NOT like to start over again -.-
Thanks all for looking
Bleh nobody has any idea?
Sent from my HTC HD2 using Tapatalk
Hey dude, once i had the same problem as you have it right now
it looks like no ROM issue at all
but after i did clean install. my device work flawlessly
you should try clean install
good luck
mainweb said:
Hey dude, once i had the same problem as you have it right now
it looks like no ROM issue at all
but after i did clean install. my device work flawlessly
you should try clean install
good luck
Click to expand...
Click to collapse
Thanks man however im trying to stear away from clean install. :/
as for an update: Ive narrowed it down to the directory /data/system upon deletion of that directory, it almost acts like a clean install. But all my apps get FC when trying to launch. So i deleted that directory and rebooted, then tried restoring the files but then i get a boot loop. i think clean install is the only option
Related
Hi, after i recompile HTC Music and i run it i get FC, i try to clear the data and its not helping, even when i recompile without changing anything i get FC.
All others apps i edit working very good and no FC.
Thnaks!
edit:
Code:
I/HtcMusic( 4041): borranx MyGallery.QVGA 2
W/dalvikvm( 4041): VFY: bad exception entry: startAddr=126 endAddr=126 (size=289)
W/dalvikvm( 4041): VFY: rejected Lcom/htc/music/MusicUtils;.getArtworkFromFile (Landroid/content/Context;Landroid/net/Uri;I)Landroid/graphics/Bitmap;
W/dalvikvm( 4041): Verifier rejected class Lcom/htc/music/MusicUtils;
D/AndroidRuntime( 4041): Shutting down VM
W/dalvikvm( 4041): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 4041): FATAL EXCEPTION: main
E/AndroidRuntime( 4041): java.lang.VerifyError: com.htc.music.MusicUtils
E/AndroidRuntime( 4041): at com.htc.music.HtcMusic.onStart(HtcMusic.java:768)
E/AndroidRuntime( 4041): at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1211)
E/AndroidRuntime( 4041): at android.app.Activity.performStart(Activity.java:3822)
E/AndroidRuntime( 4041): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2760)
E/AndroidRuntime( 4041): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2803)
E/AndroidRuntime( 4041): at android.app.ActivityThread.access$2300(ActivityThread.java:135)
E/AndroidRuntime( 4041): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2136)
E/AndroidRuntime( 4041): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4041): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 4041): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 4041): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4041): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 4041): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 4041): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 4041): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 188): Force finishing activity com.htc.music/.HtcMusic
Posting it here since I don't have access to the dev forum just yet.
This ROM gets utterly hosed by something the Play Store does during install. It doesn't happen every time, or with specific apps, but I've reproduced it twice, and when it happens the only way to get the tablet back into a usable state is to wipe data and system and reflash from scratch, which, honestly, is a major pain, so I'm gathering what I can right now.
The problem is caused by Play Store installing an app. As soon as the app is finished and the installed notice pops up, MiuiHome will crash. I haven't caught that specific crash, but trying to get to your homescreen will just get you in a loop of crash dialog -> brief second of live wallpaper -> crash dialog again. Here's the backtrace out of the logcat for that crash:
Code:
E/AndroidRuntime( 1330): FATAL EXCEPTION: main
E/AndroidRuntime( 1330): java.lang.ArrayIndexOutOfBoundsException: length=4; index=4
E/AndroidRuntime( 1330): at com.miui.home.launcher.CellLayout.a(CellLayout.java:483)
E/AndroidRuntime( 1330): at com.miui.home.launcher.CellLayout.addView(CellLayout.java:207)
E/AndroidRuntime( 1330): at com.miui.home.launcher.Workspace.a(Workspace.java:324)
E/AndroidRuntime( 1330): at com.miui.home.launcher.Launcher.a(Launcher.java:1995)
E/AndroidRuntime( 1330): at com.miui.home.launcher.Launcher.a(Launcher.java:1833)
E/AndroidRuntime( 1330): at com.miui.home.launcher.bA.run(LauncherModel.java:1245)
E/AndroidRuntime( 1330): at com.miui.home.launcher.K.handleMessage(DeferredHandler.java:47)
E/AndroidRuntime( 1330): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1330): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1330): at android.app.ActivityThread.main(ActivityThread.java:4429)
E/AndroidRuntime( 1330): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1330): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1330): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 1330): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 1330): at dalvik.system.NativeStart.main(Native Method)
But it gets worse.
You can invoke settings from the pullup menu, but if you try to select ANY app (not just the app that triggered the bug) in the Apps tab, Settings force-closes. Here's that backtrace.
Code:
E/AndroidRuntime( 1355): FATAL EXCEPTION: main
E/AndroidRuntime( 1355): java.lang.NullPointerException
E/AndroidRuntime( 1355): at com.android.settings.applications.InstalledAppDetails.gI(InstalledAppDetails.java:479)
E/AndroidRuntime( 1355): at com.android.settings.applications.InstalledAppDetails.onResume(InstalledAppDetails.java:401)
E/AndroidRuntime( 1355): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:873)
E/AndroidRuntime( 1355): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1032)
E/AndroidRuntime( 1355): at android.app.BackStackRecord.run(BackStackRecord.java:622)
E/AndroidRuntime( 1355): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1382)
E/AndroidRuntime( 1355): at android.app.FragmentManagerImpl$1.run(FragmentManager.java:426)
E/AndroidRuntime( 1355): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 1355): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 1355): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1355): at android.app.ActivityThread.main(ActivityThread.java:4429)
E/AndroidRuntime( 1355): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1355): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1355): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 1355): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 1355): at dalvik.system.NativeStart.main(Native Method)
Here's the worst part. Removing the app that triggered it using the pm commandline tools (since literally no other method of uninstalling apps is accessible) doesn't solve the problem. Uninstalling EVERY app you ever installed through Play Store doesn't solve the problem. The ONLY way to get the tablet back into a usable state is to go back into TWRP, wipe cache, dalvik, data, AND system, then reflash the ROM.
I keep wondering if it's just my device -- I mean, nobody else has reported this issue. But pains have been taken to work around bad spots in flash -- right? And besides a software bug, what else could it be?
Yeah thats no fun at all start helping people out get your 10 posts in and post in development for sure what apps may I ask even though Im on AOKP I am on the new kernel maybe we can find out whether it is specific to the rom or a kernel issue hopefully a dev will look at your logcat soon.I have had simular but not with the runtime error and not after app install so far I havent had the crashes your experiencing either.
I updated my Nexus 7 from 4.2.1 to 4.2.2 via OTA.
After updating, the google play app always crashes with message "Unfortunately, Google Play Store has stopped".
Below are some logs taken from the device when the app crashes.
E/AndroidRuntime( 2242): FATAL EXCEPTION: main
E/AndroidRuntime( 2242): java.lang.RuntimeException: java.lang.NullPointerException: expected receiver of type com.google.android.finsky.remoting.protos.Response$Payload, but got null
E/AndroidRuntime( 2242): at com.google.android.volley.MicroProtoHelper.getParsedResponseFromWrapper(MicroProtoHelper.java:38)
E/AndroidRuntime( 2242): at com.google.android.finsky.api.DfeRequest.deliverResponse(DfeRequest.java:456)
E/AndroidRuntime( 2242): at com.google.android.finsky.api.DfeRequest.deliverResponse(DfeRequest.java:49)
E/AndroidRuntime( 2242): at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99)
E/AndroidRuntime( 2242): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 2242): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2242): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2242): at android.app.ActivityThread.main(ActivityThread.java:5041)
E/AndroidRuntime( 2242): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2242): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2242): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 2242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 2242): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2242): Caused by: java.lang.NullPointerException: expected receiver of type com.google.android.finsky.remoting.protos.Response$Payload, but got null
E/AndroidRuntime( 2242): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2242): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2242): at com.google.android.volley.MicroProtoHelper.getParsedResponseFromWrapper(MicroProtoHelper.java:36)
E/AndroidRuntime( 2242): ... 12 more
Can anyone provide a possible solution?
Thank you.
I'm trying to make QuickMemo work on CM... So far it's not going anywhere as I'm kinda noob with Android... And I'm hoping someone with more knowledge can help me!
I copied LGQMemo.apk to /system/priv-app and was able to run it through Secure settings Launch activity and here is what I got in return:
06-11 11:54:48.412 I/ActivityManager( 826): START u0 {flg=0x10000000 cmp=com.lge.QuickClip/.QuickClipActivity} from pid 8370
06-11 11:54:48.422 I/SecureSettings.ActionService( 8370): onHandleIntent::Action Success
06-11 11:54:48.422 V/Zygote ( 8527): Switching descriptor 42 to /dev/null
06-11 11:54:48.422 V/Zygote ( 8527): Switching descriptor 9 to /dev/null
06-11 11:54:48.422 I/ActivityManager( 826): Start proc com.lge.QuickClip for activity com.lge.QuickClip/.QuickClipActivity: pid=8527 uid=10149 gids={50149, 1028, 1015}
06-11 11:54:48.462 I/dalvikvm( 8527): DexOpt: mismatch dep name: '/data/dalvik-cache/[email protected]@[email protected]' vs. '/system/framework/core.odex'
06-11 11:54:48.462 E/dalvikvm( 8527): /system/priv-app/LGQMemo.apk odex has stale dependencies
06-11 11:54:48.462 D/ActivityThread( 8527): handleBindApplication:com.lge.QuickClip
06-11 11:54:48.462 D/ActivityThread( 8527): setTargetHeapUtilization:0.75
06-11 11:54:48.462 D/ActivityThread( 8527): setTargetHeapMinFree:2097152
06-11 11:54:48.462 W/dalvikvm( 8527): Unable to resolve superclass of Lcom/lge/QuickClip/QuickClipActivity; (270)
06-11 11:54:48.462 W/dalvikvm( 8527): Link of class 'Lcom/lge/QuickClip/QuickClipActivity;' failed
06-11 11:54:48.462 D/AndroidRuntime( 8527): Shutting down VM
06-11 11:54:48.462 W/dalvikvm( 8527): threadid=1: thread exiting with uncaught exception (group=0x419b2ce0)
06-11 11:54:48.472 E/AndroidRuntime( 8527): FATAL EXCEPTION: main
06-11 11:54:48.472 E/AndroidRuntime( 8527): Process: com.lge.QuickClip, PID: 8527
06-11 11:54:48.472 E/AndroidRuntime( 8527): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.lge.QuickClip/com.lge.QuickClip.QuickClipActivity}: java.lang.ClassNotFoundException: Didn't find class "com.lge.QuickClip.QuickClipActivity" on path: DexPathList[[zip file "/system/priv-app/LGQMemo.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2120)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2253)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.access$800(ActivityThread.java:145)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.os.Handler.dispatchMessage(Handler.java:102)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.os.Looper.loop(Looper.java:136)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.main(ActivityThread.java:5128)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.reflect.Method.invokeNative(Native Method)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.reflect.Method.invoke(Method.java:515)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:611)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at dalvik.system.NativeStart.main(Native Method)
06-11 11:54:48.472 E/AndroidRuntime( 8527): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.lge.QuickClip.QuickClipActivity" on path: DexPathList[[zip file "/system/priv-app/LGQMemo.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
06-11 11:54:48.472 E/AndroidRuntime( 8527): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
06-11 11:54:48.472 E/AndroidRuntime( 8527): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2111)
06-11 11:54:48.472 E/AndroidRuntime( 8527): ... 12 more
06-11 11:54:48.472 W/ActivityManager( 826): Force finishing activity com.lge.QuickClip/.QuickClipActivity
06-11 11:54:48.472 W/InputMethodManagerService( 826): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
06-11 11:54:48.972 W/ActivityManager( 826): Activity pause timeout for ActivityRecord{424ae208 u0 com.lge.QuickClip/.QuickClipActivity t15 f}
06-11 11:54:49.022 I/Timeline( 1458): Timeline: Activity_idle id: [email protected] time:413509
06-11 11:54:49.482 D/qcom_sensors_hal( 826): hal_sensor1_data_cb: msg_type 2
06-11 11:54:49.922 I/Process ( 8527): Sending signal. PID: 8527 SIG: 9
06-11 11:54:49.932 D/PhoneStatusBar( 1239): disable: < expand icons alerts ticker system_info back home recent CLOCK* search >
06-11 11:54:49.932 W/InputMethodManagerService( 826): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$S[email protected] attribute=null, token = [email protected]
06-11 11:54:49.932 I/ActivityManager( 826): Process com.lge.QuickClip (pid 8527) has died.
Click to expand...
Click to collapse
Since I cannot install it directly, I was wondering why can the Secure Settings find the application and it's main activity but in the logcat it says it cannot be found?
Thanks in advance! (QMemo and QMemo.odex taken from latest CloudyFlex 2.4)
You may want to look for his people got the remote working. Pretty sure it looks for the eula being agreed to before it works
Sent from my LG-VS980 using Tapatalk
Hummm... But wouldn't it need to be shown on the EULA when you first start the system? As I recall, only the remote and VuTalk where shown...
I tried copying some files the the system/framework folder and got a reboot AND system format for free! Had to reinstall CM! Damn! (as I said I'm not a android/linux expert hehehe)
Hello folks, I'm Modding my own Xperia Launcher with version 6.4, SDK : 22, And i'm porting Transitions option from Marshmallow Xperia Launcher, So What did i do ? :
Copied :
Strings
IDs
Drawables
Layout
Option XML in Home_Settings => res/xml
Added Transition code in AndroidManifest.xml.
So everything is the same as Marshmallow settings, now let's go to Smali files, I've Copied the following :
HomeSettingsActivity$HomeSettingsFragment$1
HomeSettingsActivity$HomeSettingsFragment$2
PageTransitionPreferenceActivity$PageTransitionFragment$PageTransitionPreference$1
PageTransitionPreferenceActivity$PageTransitionFragment$PageTransitionPreference
PageTransitionPreferenceActivity$PageTransitionFragment
PageTransitionPreferenceActivity
UserSettings$PageTransition
I've Modded the IDs to be the exact as mine ( public.xml ), and copied Smali codes in UserSettings.smali, along with the key value code .
So, What's the problem ?
Transition option isn't openable, and when i'm taking a logcat, I'm having crashes under the hood, above the hood the launcher is working well.
Logcat :
--------- beginning of crash
E/AndroidRuntime(32278): FATAL EXCEPTION: main
E/AndroidRuntime(32278): Process: com.sonyericsson.home, PID: 32278
E/AndroidRuntime(32278): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime(32278): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime(32278): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime(32278): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime(32278): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime(32278): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime(32278): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime(32278): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(32278): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime(32278): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime(32278): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(32278): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(32278): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime(32278): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime(32441): FATAL EXCEPTION: main
E/AndroidRuntime(32441): Process: com.sonyericsson.home, PID: 32441
E/AndroidRuntime(32441): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime(32441): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime(32441): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime(32441): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime(32441): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime(32441): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime(32441): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime(32441): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(32441): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime(32441): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime(32441): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(32441): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(32441): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime(32441): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime(32549): FATAL EXCEPTION: main
E/AndroidRuntime(32549): Process: com.sonyericsson.home, PID: 32549
E/AndroidRuntime(32549): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime(32549): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime(32549): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime(32549): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime(32549): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime(32549): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime(32549): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime(32549): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(32549): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime(32549): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime(32549): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(32549): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(32549): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime(32549): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime(32710): FATAL EXCEPTION: main
E/AndroidRuntime(32710): Process: com.sonyericsson.home, PID: 32710
E/AndroidRuntime(32710): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime(32710): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime(32710): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime(32710): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime(32710): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime(32710): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime(32710): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime(32710): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(32710): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime(32710): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime(32710): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(32710): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(32710): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime(32710): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 301): FATAL EXCEPTION: main
E/AndroidRuntime( 301): Process: com.sonyericsson.home, PID: 301
E/AndroidRuntime( 301): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 301): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 301): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 301): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 301): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 301): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 301): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 301): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 301): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 301): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 301): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 301): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 301): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 301): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 379): FATAL EXCEPTION: main
E/AndroidRuntime( 379): Process: com.sonyericsson.home, PID: 379
E/AndroidRuntime( 379): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 379): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 379): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 379): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 379): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 379): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 379): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 379): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 379): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 379): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 379): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 379): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 379): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 379): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 615): FATAL EXCEPTION: main
E/AndroidRuntime( 615): Process: com.sonyericsson.home, PID: 615
E/AndroidRuntime( 615): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 615): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 615): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 615): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 615): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 615): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 615): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 615): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 615): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 615): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 615): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 615): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 615): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 615): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 1052): FATAL EXCEPTION: main
E/AndroidRuntime( 1052): Process: com.sonyericsson.home, PID: 1052
E/AndroidRuntime( 1052): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 1052): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 1052): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 1052): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 1052): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 1052): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 1052): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 1052): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1052): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 1052): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 1052): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1052): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 1052): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 1052): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 1733): FATAL EXCEPTION: main
E/AndroidRuntime( 1733): Process: com.sonyericsson.home, PID: 1733
E/AndroidRuntime( 1733): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 1733): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 1733): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 1733): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 1733): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 1733): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 1733): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 1733): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1733): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 1733): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 1733): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1733): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 1733): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 1733): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 1872): FATAL EXCEPTION: main
E/AndroidRuntime( 1872): Process: com.sonyericsson.home, PID: 1872
E/AndroidRuntime( 1872): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 1872): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 1872): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 1872): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 1872): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 1872): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 1872): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 1872): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1872): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 1872): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 1872): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1872): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 1872): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 1872): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 2113): FATAL EXCEPTION: main
E/AndroidRuntime( 2113): Process: com.sonyericsson.home, PID: 2113
E/AndroidRuntime( 2113): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 2113): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 2113): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 2113): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 2113): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 2113): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 2113): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 2113): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2113): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 2113): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 2113): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 2113): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 2113): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 2113): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
E/AndroidRuntime( 2427): FATAL EXCEPTION: main
E/AndroidRuntime( 2427): Process: com.sonyericsson.home, PID: 2427
E/AndroidRuntime( 2427): java.lang.NoSuchFieldError: No instance field mPageTransition of type Lcom/sonymobile/home/settings/UserSettings$PageTransition; in class Lcom/sonymobile/home/settings/UserSettings; or its superclasses (declaration of 'com.sonymobile.home.settings.UserSettings' appears in /data/app/com.sonyericsson.home-2/base.apk)
E/AndroidRuntime( 2427): at com.sonymobile.home.settings.UserSettings.<init>(UserSettings.java:194)
E/AndroidRuntime( 2427): at com.sonymobile.home.HomeApplication.onCreate(HomeApplication.java:153)
E/AndroidRuntime( 2427): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1012)
E/AndroidRuntime( 2427): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4661)
E/AndroidRuntime( 2427): at android.app.ActivityThread.access$1500(ActivityThread.java:156)
E/AndroidRuntime( 2427): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1412)
E/AndroidRuntime( 2427): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2427): at android.os.Looper.loop(Looper.java:211)
E/AndroidRuntime( 2427): at android.app.ActivityThread.main(ActivityThread.java:5389)
E/AndroidRuntime( 2427): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 2427): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 2427): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1020)
E/AndroidRuntime( 2427): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:815)
--------- beginning of system
My Smali File vs Original Smali Files :
Mine - Original
Thanks in advnace!