[Q] Nexus 7 Google Play Crash Problem - Nexus 7 Q&A, Help & Troubleshooting

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.

Related

After recompiling HTC Music FC's

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

MIUI 2.4.20 gets utterly destroyed by an app install sometimes

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.

[Q] Mobile networks/Phone FC all the time

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

[HELP]Modding Marshmallow Xperia Launcher - Smali Help | Devs/Modders Come Here

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!

Unfortunately the Process.com.android.phone Has Stopped

I'm having the same problem. Except I can't use the phone at all. I took the SIM card out of the micro sd port where the phone has been working somehow. It was a qlink wireless phone. I put the SIM card in the appropriate spot and factory reset it and now it is saying Unfortunately the Process.com.android.phone Has Stopped. Non-stop. It sometimes stops most of the time it's on the screen 24/7. Idk what to do. I want to use this phone. Please help.
Same Thing (Sprint Prepaid)
I am having the same issue as well, my phone was running crappy so i had performed a factory reset, upon reboot i have been receiving the com.android.phone repeatedly, and its no longer registering with the Sprint prepaid service. From there i decided to enable USB debugging to see if i could get some kind of info with "adb logcat" and this is what i received:
I/ActivityManager( 803): Process com.android.phone (pid 8149) has died.
I/com.skyfire.browser.toolbar.ProcessObserverService( 1302): On process died 8149,1001
I/ActivityManager( 803): Start proc com.android.phone for restart com.android.phone: pid=8196 uid=1001 gids={41001, 3004, 3009, 3005, 1006, 3002, 3001, 3003, 1028, 1015}
V/PhoneApp( 8196): onCreate()...
D/ItsOnAPI( 8196): Unable to load ItsOnOemApi implementation: java.lang.ClassNotFoundException: Didn't find class "com.itsoninc.android.impl.ItsOnOem" on path: DexPathList[[],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
I/ItsOnAPI( 8196): ItsOn is not enabled
I/RoamingUtils( 8196): loadOdmSettings loaded:0
I/RoamingUtils( 8196): load odm settings start:
I/RoamingUtils( 8196): load odm settings node:./Customization/RoamPreference/HomeOnly value:0
I/RoamingUtils( 8196): load odm settings node:./Customization/RoamPreference/MenuDisplay value:1
I/RoamingUtils( 8196): load odm settings node:./SPA/DomDataGuard/Enabled value:N
I/RoamingUtils( 8196): load odm settings node:./SPA/DomVoiceGuard/Enabled value:Y
I/RoamingUtils( 8196): load odm settings domVoRoam:null domDaRoam:null domVoRoamGd:Y domDaRoamGd:N homeOnly:0 showMemu:1
W/dalvikvm( 8196): threadid=1: thread exiting with uncaught exception (group=0x415cbd58)
E/AndroidRuntime( 8196): FATAL EXCEPTION: main
E/AndroidRuntime( 8196): Process: com.android.phone, PID: 8196
E/AndroidRuntime( 8196): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NumberFormatException: Invalid int: "Y"
E/AndroidRuntime( 8196): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4439)
E/AndroidRuntime( 8196): at android.app.ActivityThread.access$1600(ActivityThread.java:145)
E/AndroidRuntime( 8196): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1288)
E/AndroidRuntime( 8196): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 8196): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 8196): at android.app.ActivityThread.main(ActivityThread.java:5109)
E/AndroidRuntime( 8196): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8196): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 8196): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:800)
E/AndroidRuntime( 8196): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime( 8196): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8196): Caused by: java.lang.NumberFormatException: Invalid int: "Y"
E/AndroidRuntime( 8196): at java.lang.Integer.invalidInt(Integer.java:137)
E/AndroidRuntime( 8196): at java.lang.Integer.parse(Integer.java:374)
E/AndroidRuntime( 8196): at java.lang.Integer.parseInt(Integer.java:365)
E/AndroidRuntime( 8196): at java.lang.Integer.parseInt(Integer.java:331)
E/AndroidRuntime( 8196): at java.lang.Integer.valueOf(Integer.java:489)
E/AndroidRuntime( 8196): at com.android.internal.telephony.RoamingUtils.loadOdmSettings(RoamingUtils.java:315)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CdmaServiceStateTracker.<init>(CdmaServiceStateTracker.java:277)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CdmaLteServiceStateTracker.<init>(CdmaLteServiceStateTracker.java:90)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CDMALTEPhone.initSstIcc(CDMALTEPhone.java:104)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CDMAPhone.<init>(CDMAPhone.java:162)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CDMALTEPhone.<init>(CDMALTEPhone.java:83)
E/AndroidRuntime( 8196): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:129)
E/AndroidRuntime( 8196): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8196): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:549)
E/AndroidRuntime( 8196): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:44)
E/AndroidRuntime( 8196): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8196): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4436)
E/AndroidRuntime( 8196): ... 10 more
W/ActivityManager( 803): Process com.android.phone has crashed too many times: killing!
E/RLOG ( 7954): command timed out pid:8062
It appears that it has something to do with an invalid variable "Y" not being an integer. I am not super familiar with the Android OS, and have only dabbled with it briefly, but i am assuming the problem has been caused by the stock Recovery not wiping the cache on factory reset. Also im assuming that without root access and fastboot working, clearing the cache via ADB isn't going to work either . But as it stands right now I have 2 bricked phones and I just started freelancing, so i am going to be forced into figuring this out, because i need a phone. That's all the insight i can provide as of now, hopefully somebody else around here has more experience in the matter and can give us a hand.
I also experienced the same thing
I need twrp backup for recovery
hi
Your baseband is unknown ?
hoost3in said:
I am having the same issue as well, my phone was running crappy so i had performed a factory reset, upon reboot i have been receiving the com.android.phone repeatedly, and its no longer registering with the Sprint prepaid service. From there i decided to enable USB debugging to see if i could get some kind of info with "adb logcat" and this is what i received:
I/ActivityManager( 803): Process com.android.phone (pid 8149) has died.
I/com.skyfire.browser.toolbar.ProcessObserverService( 1302): On process died 8149,1001
I/ActivityManager( 803): Start proc com.android.phone for restart com.android.phone: pid=8196 uid=1001 gids={41001, 3004, 3009, 3005, 1006, 3002, 3001, 3003, 1028, 1015}
V/PhoneApp( 8196): onCreate()...
D/ItsOnAPI( 8196): Unable to load ItsOnOemApi implementation: java.lang.ClassNotFoundException: Didn't find class "com.itsoninc.android.impl.ItsOnOem" on path: DexPathList[[],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
I/ItsOnAPI( 8196): ItsOn is not enabled
I/RoamingUtils( 8196): loadOdmSettings loaded:0
I/RoamingUtils( 8196): load odm settings start:
I/RoamingUtils( 8196): load odm settings node:./Customization/RoamPreference/HomeOnly value:0
I/RoamingUtils( 8196): load odm settings node:./Customization/RoamPreference/MenuDisplay value:1
I/RoamingUtils( 8196): load odm settings node:./SPA/DomDataGuard/Enabled value:N
I/RoamingUtils( 8196): load odm settings node:./SPA/DomVoiceGuard/Enabled value:Y
I/RoamingUtils( 8196): load odm settings domVoRoam:null domDaRoam:null domVoRoamGd:Y domDaRoamGd:N homeOnly:0 showMemu:1
W/dalvikvm( 8196): threadid=1: thread exiting with uncaught exception (group=0x415cbd58)
E/AndroidRuntime( 8196): FATAL EXCEPTION: main
E/AndroidRuntime( 8196): Process: com.android.phone, PID: 8196
E/AndroidRuntime( 8196): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NumberFormatException: Invalid int: "Y"
E/AndroidRuntime( 8196): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4439)
E/AndroidRuntime( 8196): at android.app.ActivityThread.access$1600(ActivityThread.java:145)
E/AndroidRuntime( 8196): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1288)
E/AndroidRuntime( 8196): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 8196): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 8196): at android.app.ActivityThread.main(ActivityThread.java:5109)
E/AndroidRuntime( 8196): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8196): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 8196): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:800)
E/AndroidRuntime( 8196): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime( 8196): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8196): Caused by: java.lang.NumberFormatException: Invalid int: "Y"
E/AndroidRuntime( 8196): at java.lang.Integer.invalidInt(Integer.java:137)
E/AndroidRuntime( 8196): at java.lang.Integer.parse(Integer.java:374)
E/AndroidRuntime( 8196): at java.lang.Integer.parseInt(Integer.java:365)
E/AndroidRuntime( 8196): at java.lang.Integer.parseInt(Integer.java:331)
E/AndroidRuntime( 8196): at java.lang.Integer.valueOf(Integer.java:489)
E/AndroidRuntime( 8196): at com.android.internal.telephony.RoamingUtils.loadOdmSettings(RoamingUtils.java:315)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CdmaServiceStateTracker.<init>(CdmaServiceStateTracker.java:277)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CdmaLteServiceStateTracker.<init>(CdmaLteServiceStateTracker.java:90)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CDMALTEPhone.initSstIcc(CDMALTEPhone.java:104)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CDMAPhone.<init>(CDMAPhone.java:162)
E/AndroidRuntime( 8196): at com.android.internal.telephony.cdma.CDMALTEPhone.<init>(CDMALTEPhone.java:83)
E/AndroidRuntime( 8196): at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:129)
E/AndroidRuntime( 8196): at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:57)
E/AndroidRuntime( 8196): at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:549)
E/AndroidRuntime( 8196): at com.android.phone.PhoneApp.onCreate(PhoneApp.java:44)
E/AndroidRuntime( 8196): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 8196): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4436)
E/AndroidRuntime( 8196): ... 10 more
W/ActivityManager( 803): Process com.android.phone has crashed too many times: killing!
E/RLOG ( 7954): command timed out pid:8062
It appears that it has something to do with an invalid variable "Y" not being an integer. I am not super familiar with the Android OS, and have only dabbled with it briefly, but i am assuming the problem has been caused by the stock Recovery not wiping the cache on factory reset. Also im assuming that without root access and fastboot working, clearing the cache via ADB isn't going to work either . But as it stands right now I have 2 bricked phones and I just started freelancing, so i am going to be forced into figuring this out, because i need a phone. That's all the insight i can provide as of now, hopefully somebody else around here has more experience in the matter and can give us a hand.
Click to expand...
Click to collapse
Ever make any progress on this? This is the second time this happened to me and I don't want to wait another week for sprint to replace it again! What kind of pos can't be factory reset without basically bricking the phone!
binthe920 said:
Ever make any progress on this? This is the second time this happened to me and I don't want to wait another week for sprint to replace it again! What kind of pos can't be factory reset without basically bricking the phone!
Click to expand...
Click to collapse
Wondering the same as well.
I have the same problem and I can't even go to Sprint, as I don't have service with them
Please help
Solved, sort of, restore a working backup.
The only solution I could get to work is to root using the new aio app method that also installs TWRP. Someone was kind enough to share a functional backup at that point which I restored to mine. Pretty sad that Sharp and Sprint released a phone that you can't factory reset. It's not my backup to share but if you do a search you should be able to find someone to share theirs with you.
binthe920 said:
The only solution I could get to work is to root using the new aio app method that also installs TWRP. Someone was kind enough to share a functional backup at that point which I restored to mine. Pretty sad that Sharp and Sprint released a phone that you can't factory reset. It's not my backup to share but if you do a search you should be able to find someone to share theirs with you.
Click to expand...
Click to collapse
Can you tell me exactly which tool you used to root and custom recovery?
Is it this one? http://androidforums.com/threads/tool-aio-root-unroot-and-recovery-installer-gui-edition.705515/
I know you won't share that other person's backup, but can you send me your own?

Categories

Resources