com.android.dialer has stopped - RAZR HD Q&A, Help & Troubleshooting

This seems to be a common problem. And now I've got it.
XT926, 4.4.2, rooted
I did a full reset from recovery and that didn't fix it. Clearing app cache or phone cache doesn't help. I tried different dialer apps after the default dialer crashed. That didn't fix it. This is simply the crash from hell that won't die.

RBEmerson said:
This seems to be a common problem. And now I've got it.
XT926, 4.4.2, rooted
I did a full reset from recovery and that didn't fix it. Clearing app cache or phone cache doesn't help. I tried different dialer apps after the default dialer crashed. That didn't fix it. This is simply the crash from hell that won't die.
Click to expand...
Click to collapse
Logcat maybe? Otherwise we can't help you
Sent from my ATRIX HD using XDA Free mobile app

palmbeach05 said:
Logcat maybe? Otherwise we can't help you[...]
Click to expand...
Click to collapse
(Drat - I thought I'd sent a reply, but I don't see it)
I've played with logcat in the past, but I wouldn't say I'm familiar with it. What should I be looking for in the logcat output?

RBEmerson said:
(Drat - I thought I'd sent a reply, but I don't see it)
I've played with logcat in the past, but I wouldn't say I'm familiar with it. What should I be looking for in the logcat output?
Click to expand...
Click to collapse
Something that stops working or causes a crash
Sent from my ATRIX HD using XDA Free mobile app

Well, um, I kinda guessed that part. But, IIRC, logcat can spew a lot of material in a hurry. If there's a way to filter out stuff I don't need, that'd be a help. [/smile]

RBEmerson said:
Well, um, I kinda guessed that part. But, IIRC, logcat can spew a lot of material in a hurry. If there's a way to filter out stuff I don't need, that'd be a help. [/smile]
Click to expand...
Click to collapse
This link below was how I learned about logcats. To narrow things down to find what you're looking for, you'd be looking for lines in the logcat that have one of the two items below:
E/ Error
F/ Fatal Error
http://forum.xda-developers.com/showthread.php?t=1726238

Thanks for the link. I'm currently out of the country and the phone is at home, in the US. I'll read the thread and jump on the phone early next week.

I'm back.
I suspect that the problem is tied to updating to 4.4.2 and rooting it. I also shifted to deodexing. It's this last that, I suspect, has broken the dialer.
Given the miserable state of the bootloader, is there any hope of reverting to a box stock 4.4.2? FDR is, of course, not a problem in this case. There's noting important on the phone.
Oddly SMS is working. The phone was spammed just before I left.

[deleted - irrelevant]

Here's what catlog gve back when I tried dialing *86 (voicemail). I've left the errors produced by the ThermalDaemon (AFAIK, related to power management) in. I suspect they're only a distraction, but maybe they say something about the general state of the phone.
Code:
build.board: MSM8960
build.bootloader: 0x109B
build.brand: motorola
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: vanquish
build.display: KDA20.62-15.1
build.fingerprint: motorola/XT926_verizon/vanquish:4.4.2/KDA20.62-15.1/15:user/release-keys
build.hardware: qcom
build.host: ca88lnxdroid25
build.id: KDA20.62-15.1
build.manufacturer: motorola
build.model: DROID RAZR HD
build.product: XT926_verizon
build.radio: unknown
build.serial: TA26105G15
build.tags: release-keys
build.time: 1406647741000
build.type: user
build.user: dbbuild
version.codename: REL
version.incremental: 15
version.release: 4.4.2
version.sdk_int: 19
10-26 09:00:59.559 E/memtrack(26473): Couldn't load memtrack module (No such file or directory)
10-26 09:00:59.559 E/android.os.Debug(26473): failed to load memtrack module: -2
10-26 09:00:59.989 E/memtrack(26483): Couldn't load memtrack module (No such file or directory)
10-26 09:00:59.989 E/android.os.Debug(26483): failed to load memtrack module: -2
10-26 09:01:00.296 E/ThermalDaemon(357): set temp 65000 to name /sys/class/hwmon/hwmon0/device/temp1_max
10-26 09:01:00.296 E/ThermalDaemon(357): set temp -128000 to name /sys/class/hwmon/hwmon0/device/temp1_max_hyst
10-26 09:01:00.466 E/memtrack(26520): Couldn't load memtrack module (No such file or directory)
10-26 09:01:00.466 E/android.os.Debug(26520): failed to load memtrack module: -2
10-26 09:01:01.111 E/memtrack(26539): Couldn't load memtrack module (No such file or directory)
10-26 09:01:01.111 E/android.os.Debug(26539): failed to load memtrack module: -2
10-26 09:01:01.314 E/NotificationTutorialService(1625): isScreenDisplayed(): false isHomeInForeground: false
10-26 09:01:05.297 E/ThermalDaemon(357): set temp 65000 to name /sys/class/hwmon/hwmon0/device/temp1_max
10-26 09:01:05.298 E/ThermalDaemon(357): set temp -128000 to name /sys/class/hwmon/hwmon0/device/temp1_max_hyst
10-26 09:01:05.544 E/ContactPhotoManager(26559): No contact photo service in context: [email protected]
10-26 09:01:05.551 E/ContactPhotoManager(26559): No contact photo service in context: [email protected]
10-26 09:01:05.795 E/DatabaseUtils(26576): Writing exception to parcel
10-26 09:01:05.795 E/DatabaseUtils(26576): java.lang.SecurityException: The caller must have permissions com.android.voicemail.permission.ADD_VOICEMAIL AND com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL
10-26 09:01:05.795 E/DatabaseUtils(26576): at com.android.providers.contacts.VoicemailPermissions.checkCallerHasFullAccess(VoicemailPermissions.java:64)
10-26 09:01:05.795 E/DatabaseUtils(26576): at com.android.providers.contacts.CallLogProvider.checkVoicemailPermissionAndAddRestriction(CallLogProvider.java:348)
10-26 09:01:05.795 E/DatabaseUtils(26576): at com.android.providers.contacts.CallLogProvider.query(CallLogProvider.java:153)
10-26 09:01:05.795 E/DatabaseUtils(26576): at android.content.ContentProvider.query(ContentProvider.java:857)
10-26 09:01:05.795 E/DatabaseUtils(26576): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
10-26 09:01:05.795 E/DatabaseUtils(26576): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112)
10-26 09:01:05.795 E/DatabaseUtils(26576): at android.os.Binder.execTransact(Binder.java:404)
10-26 09:01:05.795 E/DatabaseUtils(26576): at dalvik.system.NativeStart.run(Native Method)
10-26 09:01:09.799 E/MotSpeakerHelper(302): Unable to initialize
10-26 09:01:09.806 E/ACDB-LOADER(302): ACDB -> Not correctly initialized!
10-26 09:01:10.299 E/ThermalDaemon(357): set temp 65000 to name /sys/class/hwmon/hwmon0/device/temp1_max
10-26 09:01:10.299 E/ThermalDaemon(357): set temp -128000 to name /sys/class/hwmon/hwmon0/device/temp1_max_hyst
10-26 09:01:10.494 E/MotSpeakerHelper(302): Unable to initialize
10-26 09:01:10.533 E/ContactPhotoManager(26559): No contact photo service in context: [email protected]
10-26 09:01:11.176 E/MotSpeakerHelper(302): Unable to initialize
10-26 09:01:11.728 E/dalvikvm(26629): Could not find class 'android.app.Notification$Action$Builder', referenced from method b.a
10-26 09:01:11.756 E/dalvikvm(26629): Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method b.a
10-26 09:01:11.827 E/dalvikvm(26629): Could not find class 'android.app.Notification$Action$Builder', referenced from method b.a
10-26 09:01:11.860 E/dalvikvm(26629): Could not find class 'bg', referenced from method b.a
10-26 09:01:11.862 E/dalvikvm(26629): Could not find class 'bi', referenced from method b.a
10-26 09:01:11.886 E/dalvikvm(26629): Could not find class 'android.app.RemoteInput[]', referenced from method b.a
10-26 09:01:13.574 E/AndroidRuntime(26559): FATAL EXCEPTION: main
10-26 09:01:13.574 E/AndroidRuntime(26559): Process: com.google.android.dialer, PID: 26559
10-26 09:01:13.574 E/AndroidRuntime(26559): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxx flg=0x10000000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras) } from ProcessRecord{4203ca30 26559:com.google.android.dialer/u0a109} (pid=26559, uid=10109) requires android.permission.CALL_PRIVILEGED
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.os.Parcel.readException(Parcel.java:1465)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.os.Parcel.readException(Parcel.java:1419)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2129)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1603)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.Activity.startActivityFromFragment(Activity.java:3974)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.Activity.startActivityFromFragment(Activity.java:3949)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.Fragment.startActivity(Fragment.java:1054)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.Fragment.startActivity(Fragment.java:1033)
10-26 09:01:13.574 E/AndroidRuntime(26559): at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1155)
10-26 09:01:13.574 E/AndroidRuntime(26559): at com.android.dialer.dialpad.DialpadFragment.dialButtonPressed(DialpadFragment.java:953)
10-26 09:01:13.574 E/AndroidRuntime(26559): at com.android.dialer.DialtactsActivity.onClick(DialtactsActivity.java:476)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.view.View.performClick(View.java:4466)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.view.View$PerformClick.run(View.java:18537)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.os.Handler.handleCallback(Handler.java:733)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.os.Handler.dispatchMessage(Handler.java:95)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.os.Looper.loop(Looper.java:136)
10-26 09:01:13.574 E/AndroidRuntime(26559): at android.app.ActivityThread.main(ActivityThread.java:5102)
10-26 09:01:13.574 E/AndroidRuntime(26559): at java.lang.reflect.Method.invokeNative(Native Method)
10-26 09:01:13.574 E/AndroidRuntime(26559): at java.lang.reflect.Method.invoke(Method.java:515)
10-26 09:01:13.574 E/AndroidRuntime(26559): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
10-26 09:01:13.574 E/AndroidRuntime(26559): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
10-26 09:01:13.574 E/AndroidRuntime(26559): at dalvik.system.NativeStart.main(Native Method)
10-26 09:01:14.254 E/NotificationTutorialService(1625): isScreenDisplayed(): false isHomeInForeground: false
10-26 09:01:00.296 E/ThermalDaemon(357): set temp 65000 to name /sys/class/hwmon/hwmon0/device/temp1_max
10-26 09:01:00.296 E/ThermalDaemon(357): set temp -128000 to name /sys/class/hwmon/hwmon0/device/temp1_max_hyst

Have you tried flashing the firmware with RSD lite??. I had the same problem a while back and using the "Factory Reset" via the phone itself did not help. I ended up flashing with RSD Lite and that fixed it.
I hope you dont get the SIM card bug that alot of XT926's get

Guapo613 said:
Have you tried flashing the firmware with RSD lite??. I had the same problem a while back and using the "Factory Reset" via the phone itself did not help. I ended up flashing with RSD Lite and that fixed it.
I hope you dont get the SIM card bug that alot of XT926's get
Click to expand...
Click to collapse
No worries. I did a flash, keeping data - the only gripes were from having towelroot, supersu, and busybox already loaded. The phone's been kept busy and is working as it should.
So much for deodexing and using the cool battery features that came in that package. But I'd rather have a working phone than a hacked battery icon. [/grin]

Related

Market started to crash when selectin Books

Been using the Revolution ROM for a while and since today I can't use the Books tab from the Market. As soon as I select it the market crashes. See the Logcat below.
10-26 22:47:28.510 D/AndroidRuntime(1807): Shutting down VM
10-26 22:47:28.510 W/dalvikvm(1807): threadid=1: thread exiting with uncaught exception (group=0x40235760)
10-26 22:47:28.520 E/AndroidRuntime(1807): FATAL EXCEPTION: main
10-26 22:47:28.520 E/AndroidRuntime(1807): java.lang.NullPointerException
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.utils.PurchaseButtonWrapper.getDisplayText(PurchaseButtonWrapper.java:104)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.utils.Utils.bindPurchaseButton(Utils.java:69)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.adapters.DocumentBasedAdapter.bindDocument(DocumentBasedAdapter.java:85)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.adapters.BucketAdapter.bindBucketEntry(BucketAdapter.java:129)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.adapters.BucketAdapter.bindBucketEntries(BucketAdapter.java:158)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.adapters.BucketAdapter.bindView(BucketAdapter.java:182)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.google.android.finsky.adapters.BucketAdapter.getView(BucketAdapter.java:174)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.AbsListView.obtainView(AbsListView.java:1970)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.ListView.onMeasure(ListView.java:1111)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.FrameLayout.onMeasure(FrameLayout.java:267)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.LinearLayout.measureHorizontal(LinearLayout.java:938)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.LinearLayout.onMeasure(LinearLayout.java:521)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1284)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.LinearLayout.measureVertical(LinearLayout.java:613)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.LinearLayout.onMeasure(LinearLayout.java:519)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.FrameLayout.onMeasure(FrameLayout.java:267)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.FrameLayout.onMeasure(FrameLayout.java:267)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.FrameLayout.onMeasure(FrameLayout.java:267)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:581)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:365)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4351)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.widget.FrameLayout.onMeasure(FrameLayout.java:267)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:1889)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.View.measure(View.java:10835)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewRoot.performTraversals(ViewRoot.java:944)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.view.ViewRoot.handleMessage(ViewRoot.java:2046)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.os.Handler.dispatchMessage(Handler.java:99)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.os.Looper.loop(Looper.java:132)
10-26 22:47:28.520 E/AndroidRuntime(1807): at android.app.ActivityThread.main(ActivityThread.java:4123)
10-26 22:47:28.520 E/AndroidRuntime(1807): at java.lang.reflect.Method.invokeNative(Native Method)
10-26 22:47:28.520 E/AndroidRuntime(1807): at java.lang.reflect.Method.invoke(Method.java:491)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
10-26 22:47:28.520 E/AndroidRuntime(1807): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
10-26 22:47:28.520 E/AndroidRuntime(1807): at dalvik.system.NativeStart.main(Native Method)
10-26 22:47:28.600 D/dalvikvm(1807): GC_FOR_ALLOC freed 212K, 11% free 13802K/15367K, paused 67ms
10-26 22:47:28.610 D/PersistentEventStore/putEvent(1807): Row ID: 23, Event ID: 23
10-26 22:47:28.620 W/ActivityManager(333): Force finishing activity com.google.android.finsky/.activities.MainActivity
I've tried clearing Market data and also clearing the cache and Dalvik cache from recovery but it's still not working. Apps and Movies are working fine.
Any ideas?
What version of market are you running?
Mine too. Crashes every time 1.0.28
How would I update the market?
This happens to me too but not to anyone on irc I asked to test.
It did work last week but not now. I suspect it's maybe server/location related since the Books and Movies tabs just showed up for me recently.
I'm in the UK so can ppl state which location they are in if it works or not.

[help] contact error

Hello everybody I installed the version CyanogenMod-7 10212011-v1-NIGTHY-Milestone2
But the contacts I can not add contacts, click the ADD error happens, when you click the display option in contacts, error also occurs ...
I've resintall the rom, I've done (clean cache, dalverik cach, cach batery .... factory .....)
Reinstall and continues with the error, since I cleaned the contacts and the contacts storage manager applications and continues to make mistake ....
can anyone help me?
i put cellphone in eclipse and get log info error:
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): FATAL EXCEPTION: AsyncTask #1
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): java.lang.RuntimeException: An error occured while executing doInBackground()
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at android.os.AsyncTask$3.done(AsyncTask.java:200)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.FutureTask$Sync.innerSetExcep tion(FutureTask.java:274)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.FutureTask.setException(Futur eTask.java:125)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:308)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.FutureTask.run(FutureTask.jav a:138)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1088)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:581)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.lang.Thread.run(Thread.java:1019)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): Caused by: java.lang.IllegalStateException: Top level element must be ContactsSource
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.model.ExternalSource.inflate( ExternalSource.java:133)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.model.ExternalSource.inflate( ExternalSource.java:104)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.model.ContactsSource.ensureIn flated(ContactsSource.java:99)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.model.Sources.getInflatedSour ce(Sources.java:323)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.model.Sources.getAccounts(Sou rces.java:264)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.ui.EditContactActivity$AddCon tactTask.doInBackground(EditContactActivity.java:1 224)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.ui.EditContactActivity$AddCon tactTask.doInBackground(EditContactActivity.java:1 214)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at com.android.contacts.util.WeakAsyncTask.doInBackgr ound(WeakAsyncTask.java:45)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at android.os.AsyncTask$2.call(AsyncTask.java:185)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): at java.util.concurrent.FutureTask$Sync.innerRun(Futu reTask.java:306)
11-01 08:00:14.499: ERROR/AndroidRuntime(3401): ... 4 more
can`t confirm. I have this rom. there is no problem adding contact neither with stock app nor with go contacts. Maybe this is contact-app related error ?

"Unfortunately, Terminal Emulator has stopped." -- Missing library?

It's been a while since I've used Terminal Emulator on the phone, but this is a new failure for me. As far as I know, I'm still running the same CM9 build from months ago and shouldn't have changed much. As best as I can tell it is an unsatisfied library linkage.
Code:
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
but no indications as to what might be missing. I've re-installed a fresh APK from both Market/Play, as well as deleting and side-loading from the source distribution site, without much change in behavior. APK is installed in /system/app/ and is ODEX-ed when installed by Market/Play over the original. Installing from Market/Play or side-loading as a user app
Has anyone else run into this?
More logcat:
Code:
I/ActivityManager( 224): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[240,170][360,302]} from pid 14011
I/ActivityManager( 224): Start proc jackpal.androidterm for activity jackpal.androidterm/.Term: pid=20860 uid=10081 gids={3003, 1015}
I/dalvikvm(20860): Turning on JNI app bug workarounds for target SDK version 11...
E/Term (20860): onCreate
D/OpenGLRenderer(14011): Flushing caches (mode 1)
D/Term (20860): TermService started
I/TermService(20860): Activity called onBind()
I/Term (20860): Bound to TermService
I/TermService(20860): Activity binding to service
W/dalvikvm(20860): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Ljackpal/androidterm/Exec;
D/AndroidRuntime(20860): Shutting down VM
W/dalvikvm(20860): threadid=1: thread exiting with uncaught exception (group=0x40a2b1f8)
E/AndroidRuntime(20860): FATAL EXCEPTION: main
E/AndroidRuntime(20860): java.lang.ExceptionInInitializerError
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.createSubprocess(ShellTermSession.java:198)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.initializeSession(ShellTermSession.java:135)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.<init>(ShellTermSession.java:88)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:430)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:439)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.populateViewFlipper(Term.java:352)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.access$400(Term.java:78)
E/AndroidRuntime(20860): at jackpal.androidterm.Term$2.onServiceConnected(Term.java:148)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1068)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1085)
E/AndroidRuntime(20860): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime(20860): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(20860): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(20860): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime(20860): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(20860): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
E/AndroidRuntime(20860): at java.lang.Runtime.loadLibrary(Runtime.java:365)
E/AndroidRuntime(20860): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(20860): at jackpal.androidterm.Exec.<clinit>(Exec.java:33)
E/AndroidRuntime(20860): ... 19 more
W/ActivityManager( 224): Force finishing activity jackpal.androidterm/.Term

[Q&A] [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]

Q&A for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
AssoDiPicche said:
The ROM is ready, but not work:Torch and Random reboots.
Sent from my Xperia M2 LTE using XDA Free mobile app
Click to expand...
Click to collapse
link please? work in D2306?
The ROM is ready, i upload in this week, yes work on D2306, (the dual sim works!!)
Sent from my Xperia M2 LTE using XDA Free mobile app
Wont rotate
Hi, mi xperia m2 d2306 wont rotate display
Any ideas why?
Thanks
---------- Post added at 06:09 AM ---------- Previous post was at 05:22 AM ----------
Mi xperia m2 2306 wont rotate display
any ideas?
Thanks
Hey just tested all roms on my D2403 here, first Pac doesn't work. After installing FIUI my recovery changed and I just tried flashing Pac again.
It works, after starting it said com.android.phone and pacconsole stopped but i can call. Camera doesn't work too.
i would like to see everything working on my phone.
my error log
Code:
E/tadif ( 193): Failed to connect to tad.
E/bs_updatemiscta( 277): Read "ro.semc.version.sw": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_revision": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_variant": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_type": -> ERROR
E/bs_updatemiscta( 277): Step Reading version properties information -> ERROR
E/bs_updatemiscta( 277): update_ta_sw_version: SpaceId string length error
E/bs_updatemiscta( 277): Update SW_VERSION information -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.fs": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.product.model": -> ERROR
E/bs_updatemiscta( 277): UpdateMiscTa ended with error -> ERROR
E/PackageParser( 707): Package com.cyanogenmod.services has no certificates at entry AndroidManifest.xml; ignoring!
E/EventHub( 707): could not get driver version for /dev/input/mice, Not a typewriter
E/MobileDataStateTracker( 707): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker( 707): default: Could not enable APN type "default"
E/DisplayPowerController( 707): *** Keyguard started
E/QCOM PowerHAL( 707): Invalid hint ID.
E/OMXMaster( 262): A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
E/WifiConfigStore( 707): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
E/SELinux ( 1027): SELinux: Loaded file_contexts from /file_contexts
E/SELinux ( 1027): SELinux: Could not open /data/system/packages.list: Permission denied.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteController(MediaFocusControl.java:217)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteController(AudioService.java:4574)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:625)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_afw( 707): W/get_extension: Invalid interface passed in
E/VoldConnector( 707): NDC Command {3 volume mount /storage/sdcard1} took too long (1280ms)
E/LocationManagerService( 707): no fused location provider found
E/LocationManagerService( 707): java.lang.IllegalStateException: Location service needs a fused location provider
E/LocationManagerService( 707): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:420)
E/LocationManagerService( 707): at com.android.server.LocationManagerService.systemRunning(LocationManagerService.java:250)
E/LocationManagerService( 707): at com.android.server.ServerThread$2.run(SystemServer.java:1204)
E/LocationManagerService( 707): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:9554)
E/LocationManagerService( 707): at com.android.server.ServerThread.initAndLoop(SystemServer.java:1111)
E/LocationManagerService( 707): at com.android.server.SystemServer.main(SystemServer.java:1386)
E/LocationManagerService( 707): at java.lang.reflect.Method.invokeNative(Native Method)
E/LocationManagerService( 707): at java.lang.reflect.Method.invoke(Method.java:515)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/LocationManagerService( 707): at dalvik.system.NativeStart.main(Native Method)
E/LocationManagerService( 707): no geocoder provider found
E/LocSvc_flp( 707): I/===> const FlpLocationInterface* get_flp_interface() line 63
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_api_v02( 707): I/locClientOpen:2189]: Service instance id is -1
E/LocSvc_api_v02( 707): I/---> locClientOpenInstance line 2073 loc client open
E/LocationManagerService( 707): No FusedProvider found.
E/LocationManagerService( 707): no geofence provider found
E/PackageManager( 707): Unable to find icon pack: holo
E/LocSvc_api_v02( 707): I/---> locClientSendReq line 2333 QMI_LOC_REG_EVENTS_REQ_V02
E/LocSvc_IzatApiV02( 707): I/===> virtual bool izat_core::IzatApiV02::getBatchingSupport() line 426
E/LocSvc_api_v02( 707): I/---> locClientSupportMsgCheck line 2433 QMI_LOC_GET_SUPPORTED_MSGS_REQ_V02
E/ActivityThread( 1169): Failed to find provider info for com.android.launcher2.settings
E/NfcAdaptation( 1136): NfcAdaptation::Initialize: ver=NFCDROID_MI_422.10.0.15 nfa=NFA_MI_1.03.62+
E/BluetoothSap( 1071): Could not bind to Bluetooth Sap Service with Intent { act=android.bluetooth.IBluetoothSap }
E/NxpFwDnld( 1136): Freeing Mem for Dnld Context..
E/BrcmNfcNfa( 1136): reset notification nfc_state : #### 1
E/BrcmNfcNfa( 1136): reset notification sending core init
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcJni( 1136): nfcManager_doDeselectSecureElement: already deselected
E/BluetoothPhoneService( 1115): Could not get a handle on Connection object for the call
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/WifiStateMachine( 707): Unexpected BatchedScanResults :null
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/FileUtils( 1071): Could not write to file /sys/devices/virtual/input/lge_touch/touch_gesture
E/FileUtils( 1071): java.io.FileNotFoundException: /sys/devices/virtual/input/lge_touch/touch_gesture: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:409)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:128)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:117)
E/FileUtils( 1071): at org.cyanogenmod.hardware.util.FileUtils.writeLine(FileUtils.java:65)
E/FileUtils( 1071): at org.cyanogenmod.hardware.TapToWake.setEnabled(TapToWake.java:36)
E/FileUtils( 1071): at com.android.settings.DisplaySettings.restore(DisplaySettings.java:668)
E/FileUtils( 1071): at com.android.settings.cyanogenmod.BootReceiver.onReceive(BootReceiver.java:79)
E/FileUtils( 1071): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/FileUtils( 1071): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/FileUtils( 1071): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/FileUtils( 1071): at android.os.Handler.dispatchMessage(Handler.java:102)
E/FileUtils( 1071): at android.os.Looper.loop(Looper.java:136)
E/FileUtils( 1071): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/FileUtils( 1071): at java.lang.reflect.Method.invokeNative(Native Method)
E/FileUtils( 1071): at java.lang.reflect.Method.invoke(Method.java:515)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/FileUtils( 1071): at dalvik.system.NativeStart.main(Native Method)
E/FileUtils( 1071): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.Posix.open(Native Method)
E/FileUtils( 1071): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:393)
E/FileUtils( 1071): ... 18 more
E/DisplaySettings( 1071): Failed to restore tap-to-wake settings.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay(MediaFocusControl.java:230)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteControlDisplay(AudioService.java:4578)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:604)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/AndroidRuntime( 1115): FATAL EXCEPTION: main
E/AndroidRuntime( 1115): Process: com.android.phone, PID: 1115
E/AndroidRuntime( 1115): java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 1115): at com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager.handleMessage(CdmaSubscriptionSourceManager.java:129)
E/AndroidRuntime( 1115): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1115): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1115): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 1115): at dalvik.system.NativeStart.main(Native Method)
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 39
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/WiredAccessoryManager( 707): No state change.
E/BluetoothPhoneService( 1625): Could not get a handle on Connection object for the call
E/TelephonyProvider( 1625): Failed setting numeric 'null' to the current operator
E/Nat464Xlat( 707): stopClat: already stopped
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 707): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/LocSvc_eng( 707): I/===> int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int) line 1839
E/LocSvc_eng( 707): W/int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int): log_eng state error: instance not initialized
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/AndroidRuntime( 2067): FATAL EXCEPTION: main
E/AndroidRuntime( 2067): Process: com.pac.console, PID: 2067
E/AndroidRuntime( 2067): java.lang.RuntimeException: Unable to start receiver android.pacstats.ReportingServiceManager: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2457)
E/AndroidRuntime( 2067): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/AndroidRuntime( 2067): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/AndroidRuntime( 2067): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2067): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2067): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 2067): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2067): Caused by: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at java.lang.Long.invalidLong(Long.java:124)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:345)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:318)
E/AndroidRuntime( 2067): at java.lang.Long.valueOf(Long.java:476)
E/AndroidRuntime( 2067): at android.pacstats.Utilities.getTimeFrame(Utilities.java:114)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.setAlarm(ReportingServiceManager.java:54)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.onReceive(ReportingServiceManager.java:41)
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/AndroidRuntime( 2067): ... 10 more
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 1625): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
After further testing mobile data and Sensors arent working.
How flash?
I mean what recovery i have to use?
I'm on Jellybean 4.3
Device D2303
Unlocked BL
Recovery and final link
How can i enter recovery with this rom? I actually can't do that after installing this rom. And when will appear link to final version?
Recovery problem
I can't get in recovery. How can i do it?
Is it working on d2302..
Edit- ril does not work and the dual sim support as expected is missing.. Else everything is smooth.. Hope the developer will soon make it compatible for d2302
is this work for M2 D2305??
Hopefully not..
Mega Link
I was using this rom but now, I can not download because the link is not working. The rom has been deleted from Mega. So can you upload it to somewheres else? Please, I want this rom as you can't guess...
links
link for ROM is dead

Phone rebooting when mobile network is unreachable

Recently, an Xperia M2 of ours started to reboot from time to time. It seems to be related to disconnects from mobile network:
When no SIM card was inserted, reboots occured every few minutes
Also when signal is weak, the phone reboots every few minutes
Turning mobile data on/off also causes crashes sometimes
Yesterday, the phone rebooted exactly every 30 minutes while mobile data was turned on
The phone is running the latest stock firmware. Here's the relevant part of the log:
--------- beginning of crash
08-29 15:25:50.163 E/AndroidRuntime( 770): *** FATAL EXCEPTION IN SYSTEM PROCESS: NetworkStats
08-29 15:25:50.163 E/AndroidRuntime( 770): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.android.server.action.NETWORK_STATS_POLL flg=0x14 (has extras) } in [email protected]
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:882)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.os.Handler.handleCallback(Handler.java:739)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.os.Handler.dispatchMessage(Handler.java:95)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.os.Looper.loop(Looper.java:211)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.os.HandlerThread.run(HandlerThread.java:61)
08-29 15:25:50.163 E/AndroidRuntime( 770): Caused by: java.lang.IllegalArgumentException: tried recording negative data
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.net.NetworkStatsHistory.recordData(NetworkStatsHistory.java:304)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.net.NetworkStatsHistory.recordHistory(NetworkStatsHistory.java:377)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.net.NetworkStatsHistory.recordEntireHistory(NetworkStatsHistory.java:353)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsCollection.recordHistory(NetworkStatsCollection.java:224)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsCollection.read(NetworkStatsCollection.java:288)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsCollection.read(NetworkStatsCollection.java:262)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsRecorder$CombiningRewriter.read(NetworkStatsRecorder.java:303)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.internal.util.FileRotator.readFile(FileRotator.java:372)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.internal.util.FileRotator.rewriteSingle(FileRotator.java:242)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.internal.util.FileRotator.rewriteActive(FileRotator.java:184)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsRecorder.forcePersistLocked(NetworkStatsRecorder.java:240)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsRecorder.maybePersistLocked(NetworkStatsRecorder.java:227)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:971)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:914)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsService.access$600(NetworkStatsService.java:136)
08-29 15:25:50.163 E/AndroidRuntime( 770): at com.android.server.net.NetworkStatsService$3.onReceive(NetworkStatsService.java:703)
08-29 15:25:50.163 E/AndroidRuntime( 770): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:872)
08-29 15:25:50.163 E/AndroidRuntime( 770): ... 4 more
08-29 15:25:50.175 D/ActivityManager( 770): New dropbox entry: system_server, system_server_crash, 94e67198-5dd2-4a3d-af5e-5f7b9ef92cae
08-29 15:25:50.175 I/ActivityManager( 770): A system dump is comming => Stay in memory
08-29 15:25:50.372 D/ActivityManager( 770): System dump requested by: system_server (crash)
08-29 15:25:50.381 D/ActivityManager( 770): Sync fs
08-29 15:25:50.526 D/ActivityManager( 770): Sync done
08-29 15:25:50.533 I/ActivityManager( 770): Continue force dump
08-29 15:25:50.536 I/ActivityManager( 770): Do sysrq
Also, starting from yesterday, accessing Data usage crashes the Settings app. I guess that's only corrupt data remaining from one of the system crashes. Relevant logs:
08-30 09:37:10.229 D/SubSettings(23848): Launching fragment com.android.settings.DataUsageSummary
08-30 09:37:10.417 D/TelephonyManager(23848): getDataEnabled: retVal=false
08-30 09:37:10.421 D/DataUsage(23848): generating cs=1596232800000 to ce=1598911200000 waiting for hs=1594483200000
08-30 09:37:10.429 D/DataUsage(23848): generating cs=1593554400000 to ce=1596232800000 waiting for hs=1594483200000
08-30 09:37:10.454 E/AndroidRuntime(23848): FATAL EXCEPTION: AsyncTask #3
08-30 09:37:10.454 E/AndroidRuntime(23848): Process: com.android.settings, PID: 23848
08-30 09:37:10.454 E/AndroidRuntime(23848): java.lang.RuntimeException: An error occured while executing doInBackground()
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.os.AsyncTask$3.done(AsyncTask.java:304)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.util.concurrent.FutureTask.run(FutureTask.java:242)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.lang.Thread.run(Thread.java:818)
08-30 09:37:10.454 E/AndroidRuntime(23848): Caused by: java.lang.IllegalArgumentException: tried recording negative data
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.os.Parcel.readException(Parcel.java:1559)
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.os.Parcel.readException(Parcel.java:1505)
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.net.INetworkStatsSession$Stub$Proxy.getSummaryForAllUid(INetworkStatsSession.java:257)
08-30 09:37:10.454 E/AndroidRuntime(23848): at com.android.settings.net.SummaryForAllUidLoader.loadInBackground(SummaryForAllUidLoader.java:62)
08-30 09:37:10.454 E/AndroidRuntime(23848): at com.android.settings.net.SummaryForAllUidLoader.loadInBackground(SummaryForAllUidLoader.java:27)
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
08-30 09:37:10.454 E/AndroidRuntime(23848): at android.os.AsyncTask$2.call(AsyncTask.java:292)
08-30 09:37:10.454 E/AndroidRuntime(23848): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
08-30 09:37:10.454 E/AndroidRuntime(23848): ... 3 more
08-30 09:37:10.688 I/Process (23848): Sending signal. PID: 23848 SIG: 9
08-30 09:37:10.757 I/ActivityManager( 732): Process com.android.settings (pid 23848) has died
Has someone experienced this kind of problem before? I can only think of factory resetting the phone as a possible solution, so any ideas are appreciated.

Categories

Resources