Hello,
on my Oneplus One, Cyanogenmod OS 12.1 (Android 5.1.1), there is the Xposed Framework Version 75 installed.
Almost every time I use the mail app K9 in conjuntion with Openkeychain (PGP) and enter my passphrase within K9 to decrypt the mails, the phone gets soft rebooted and the problem persists unless I make a hard reboot. But then, a several times later... here we go again!
Initially I thought it would be a problem triggered by the apps involved (K9 or Openkeychain), but the supports put the blame on corrupt hardware.
So my next step was to connect the phone via USB to PC and look for some queer outputs in LogCat (attached).
Quite at the beginning (line 20) there is a fatal exception:
*** FATAL EXCEPTION IN SYSTEM PROCESS: main
--> java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed.triggered by Xposed as you can see a few lines later (line 39).
What's the problem? A real bug in Xposed?
Am I supposed to update to latest version?? If yes, which SDK and version am I supposed to take?
Thanks
--
LogCat.txt
01-11 14:38:49.316: W/Keychain(21909): You are using a deprecated service which may lead to truncated data on return, please use IOpenPgpService2!
01-11 14:38:49.340: I/Timeline(20986): Timeline: Activity_idle id: [email protected] time:21113291
01-11 14:38:49.348: W/IInputConnectionWrapper(21934): showStatusIcon on inactive InputConnection
01-11 14:38:49.357: I/SQLiteConnectionPool(19902): The connection pool for /data/data/com.android.systemui/databases/spam.db has been closed but there are still 1 connections in use. They will be closed as they are released back to the pool.
01-11 14:38:49.358: E/DatabaseUtils(19902): Writing exception to parcel
01-11 14:38:49.358: E/DatabaseUtils(19902): java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed.
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteConnectionPool.throwIfClosedLocked(SQLiteConnectionPool.java:962)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteConnectionPool.waitForConnection(SQLiteConnectionPool.java:677)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteConnectionPool.acquireConnection(SQLiteConnectionPool.java:348)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteSession.acquireConnection(SQLiteSession.java:894)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:834)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:144)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:133)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:145)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:122)
01-11 14:38:49.358: E/DatabaseUtils(19902): at android.os.Binder.execTransact(Binder.java:446)
01-11 14:38:49.358: D/AndroidRuntime(19536): Shutting down VM
01-11 14:38:49.359: E/AndroidRuntime(19536): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
01-11 14:38:49.359: E/AndroidRuntime(19536): java.lang.IllegalStateException: Cannot perform this operation because the connection pool has been closed.
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.os.Parcel.readException(Parcel.java:1554)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:185)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:137)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.content.ContentResolver.query(ContentResolver.java:478)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.content.ContentResolver.query(ContentResolver.java:422)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.server.notification.NotificationManagerService.isNotificationSpam(NotificationManagerService.java:2648)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.server.notification.NotificationManagerService.access$4400(NotificationManagerService.java:142)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.server.notification.NotificationManagerService$8.run(NotificationManagerService.java:2000)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.os.Handler.handleCallback(Handler.java:739)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.os.Handler.dispatchMessage(Handler.java:95)
01-11 14:38:49.359: E/AndroidRuntime(19536): at android.os.Looper.loop(Looper.java:135)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.server.SystemServer.run(SystemServer.java:298)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.server.SystemServer.main(SystemServer.java:186)
01-11 14:38:49.359: E/AndroidRuntime(19536): at java.lang.reflect.Method.invoke(Native Method)
01-11 14:38:49.359: E/AndroidRuntime(19536): at java.lang.reflect.Method.invoke(Method.java:372)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
01-11 14:38:49.359: E/AndroidRuntime(19536): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
01-11 14:38:49.359: E/AndroidRuntime(19536): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
01-11 14:38:49.365: I/Process(19536): Sending signal. PID: 19536 SIG: 9
01-11 14:38:49.417: I/ServiceManager(232): service 'dbinfo' died
01-11 14:38:49.417: I/ServiceManager(232): service 'cpuinfo' died
01-11 14:38:49.417: I/ServiceManager(232): service 'permission' died
01-11 14:38:49.417: I/ServiceManager(232): service 'processinfo' died
01-11 14:38:49.417: I/ServiceManager(232): service 'procstats' died
01-11 14:38:49.417: I/ServiceManager(232): service 'hardware' died
01-11 14:38:49.417: I/ServiceManager(232): service 'battery' died
01-11 14:38:49.417: W/AudioFlinger(19302): power manager service died !!!
01-11 14:38:49.417: I/ServiceManager(232): service 'usagestats' died
01-11 14:38:49.417: I/ServiceManager(232): service 'webviewupdate' died
01-11 14:38:49.417: I/ServiceManager(232): service 'scheduling_policy' died
01-11 14:38:49.417: W/AudioFlinger(19302): power manager service died !!!
01-11 14:38:49.417: I/ServiceManager(232): service 'telephony.registry' died
01-11 14:38:49.417: I/ServiceManager(232): service 'user' died
01-11 14:38:49.417: W/AudioFlinger(19302): power manager service died !!!
01-11 14:38:49.417: I/ServiceManager(232): service 'entropy' died
01-11 14:38:49.417: I/ServiceManager(232): service 'account' died
01-11 14:38:49.417: W/Sensors(20477): sensorservice died [0xb4b57f40]
01-11 14:38:49.417: I/ServiceManager(232): service 'content' died
01-11 14:38:49.417: I/ServiceManager(232): service 'activity' died
01-11 14:38:49.417: I/ServiceManager(232): service 'input' died
01-11 14:38:49.417: I/ServiceManager(232): service 'vibrator' died
01-11 14:38:49.417: I/ServiceManager(232): service 'consumer_ir' died
01-11 14:38:49.417: I/ServiceManager(232): service 'alarm' died
01-11 14:38:49.417: I/ServiceManager(232): service 'telecom' died
01-11 14:38:49.417: I/ServiceManager(232): service 'sensorservice' died
01-11 14:38:49.417: I/ServiceManager(232): service 'batterystats' died
01-11 14:38:49.417: I/ServiceManager(232): service 'appops' died
01-11 14:38:49.417: I/ServiceManager(232): service 'power' died
01-11 14:38:49.417: I/ServiceManager(232): service 'display' died
01-11 14:38:49.417: I/ServiceManager(232): service 'window' died
01-11 14:38:49.417: I/ServiceManager(232): service 'package' died
01-11 14:38:49.417: I/ServiceManager(232): service 'gfxinfo' died
01-11 14:38:49.417: I/ServiceManager(232): service 'meminfo' died
01-11 14:38:49.417: I/ServiceManager(232): service 'bluetooth_manager' died
01-11 14:38:49.417: I/ServiceManager(232): service 'input_method' died
01-11 14:38:49.417: I/ServiceManager(232): service 'accessibility' died
01-11 14:38:49.417: I/ServiceManager(232): service 'mount' died
01-11 14:38:49.417: I/ServiceManager(232): service 'clipboard' died
01-11 14:38:49.417: I/ServiceManager(232): service 'lock_settings' died
01-11 14:38:49.417: I/ServiceManager(232): service 'device_policy' died
01-11 14:38:49.417: I/ServiceManager(232): service 'statusbar' died
01-11 14:38:49.417: I/ServiceManager(232): service 'torch' died
01-11 14:38:49.417: I/ServiceManager(232): service 'network_management' died
01-11 14:38:49.417: I/ServiceManager(232): service 'textservices' died
01-11 14:38:49.417: I/ServiceManager(232): service 'network_score' died
01-11 14:38:49.417: I/ServiceManager(232): service 'netstats' died
01-11 14:38:49.417: I/ServiceManager(232): service 'netpolicy' died
01-11 14:38:49.418: I/ServiceManager(232): service 'wifip2p' died
01-11 14:38:49.418: I/ServiceManager(232): service 'wifi' died
01-11 14:38:49.418: I/ServiceManager(232): service 'wifiscanner' died
01-11 14:38:49.418: I/ServiceManager(232): service 'rttmanager' died
01-11 14:38:49.418: I/ServiceManager(232): service 'ethernet' died
01-11 14:38:49.418: I/ServiceManager(232): service 'connectivity' died
01-11 14:38:49.418: I/ServiceManager(232): service 'servicediscovery' died
01-11 14:38:49.418: I/ServiceManager(232): service 'updatelock' died
01-11 14:38:49.418: I/ServiceManager(232): service 'notification' died
01-11 14:38:49.418: I/ServiceManager(232): service 'devicestoragemonitor' died
01-11 14:38:49.418: I/ServiceManager(232): service 'location' died
01-11 14:38:49.418: I/ServiceManager(232): service 'country_detector' died
01-11 14:38:49.418: I/ServiceManager(232): service 'search' died
01-11 14:38:49.418: I/ServiceManager(232): service 'dropbox' died
01-11 14:38:49.418: E/WifiManager(20477): Channel connection lost
01-11 14:38:49.418: I/ServiceManager(232): service 'wallpaper' died
01-11 14:38:49.418: I/ServiceManager(232): service 'profile' died
01-11 14:38:49.418: I/ServiceManager(232): service 'audio' died
01-11 14:38:49.418: I/ServiceManager(232): service 'DockObserver' died
01-11 14:38:49.418: I/ServiceManager(232): service 'usb' died
01-11 14:38:49.418: I/ServiceManager(232): service 'serial' died
01-11 14:38:49.418: I/ServiceManager(232): service 'uimode' died
01-11 14:38:49.418: I/ServiceManager(232): service 'jobscheduler' died
01-11 14:38:49.418: I/ServiceManager(232): service 'backup' died
01-11 14:38:49.418: I/ServiceManager(232): service 'appwidget' died
01-11 14:38:49.418: I/ServiceManager(232): service 'voiceinteraction' died
01-11 14:38:49.418: I/ServiceManager(232): service 'diskstats' died
01-11 14:38:49.418: I/ServiceManager(232): service 'samplingprofiler' died
01-11 14:38:49.418: I/ServiceManager(232): service 'commontime_management' died
01-11 14:38:49.418: I/ServiceManager(232): service 'dreams' died
01-11 14:38:49.418: I/ServiceManager(232): service 'assetatlas' died
01-11 14:38:49.418: I/ServiceManager(232): service 'print' died
01-11 14:38:49.418: I/ServiceManager(232): service 'restrictions' died
01-11 14:38:49.418: I/ServiceManager(232): service 'media_session' died
01-11 14:38:49.418: I/ServiceManager(232): service 'themes' died
01-11 14:38:49.418: I/ServiceManager(232): service 'killswitch' died
01-11 14:38:49.418: I/ServiceManager(232): service 'media_router' died
01-11 14:38:49.418: I/ServiceManager(232): service 'trust' died
01-11 14:38:49.418: I/ServiceManager(232): service 'fingerprint' died
01-11 14:38:49.418: I/ServiceManager(232): service 'cmhw' died
01-11 14:38:49.418: I/ServiceManager(232): service 'launcherapps' died
01-11 14:38:49.418: I/ServiceManager(232): service 'edgegestureservice' died
01-11 14:38:49.418: I/ServiceManager(232): service 'media_projection' died
01-11 14:38:49.418: I/ServiceManager(232): service 'imms' died
01-11 14:38:49.418: I/ServiceManager(232): service 'cmstatusbar' died
01-11 14:38:49.420: E/WifiManager(20715): Channel connection lost
01-11 14:38:49.421: W/Sensors(19902): sensorservice died [0xb4b515c0]
01-11 14:38:49.424: E/WifiManager(20213): Channel connection lost
01-11 14:38:49.424: E/WifiManager(19902): Channel connection lost
01-11 14:38:49.425: E/WifiManager(20171): Channel connection lost
01-11 14:38:49.428: E/WifiManager(20269): Channel connection lost
01-11 14:38:49.435: D/SurfaceFlinger(234): Set power mode=2, type=0 flinger=0xb6482000
01-11 14:38:49.435: D/SurfaceFlinger(234): Screen type=0 is already mode=2
01-11 14:38:49.437: E/BufferQueueProducer(234): [com.fsck.k9/com.fsck.k9.activity.MessageList] query: BufferQueue has been abandoned
01-11 14:38:49.439: W/SurfaceFlinger(234): couldn't log to binary event log: overflow.
01-11 14:38:49.439: E/BufferQueueProducer(234): [com.fsck.k9/com.fsck.k9.activity.MessageList] dequeueBuffer: BufferQueue has been abandoned
01-11 14:38:49.440: W/Adreno-EGLSUB(20986): <DequeueBuffer:720>: dequeue native buffer fail: No such device, buffer=0x0, handle=0x0
01-11 14:38:49.440: W/Adreno-EGL(20986): <qeglDrvAPI_eglSwapBuffers:3709>: EGL_BAD_SURFACE
01-11 14:38:49.440: W/OpenGLRenderer(20986): swapBuffers encountered EGL_BAD_SURFACE on 0xa1934a60, halting rendering...
01-11 14:38:49.447: E/JavaBinder(21909): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
01-11 14:38:49.447: E/JavaBinder(21909): java.lang.RuntimeException: Package manager has died
01-11 14:38:49.447: E/JavaBinder(21909): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:112)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.RemoteService.getPackageCertificate(RemoteService.java:134)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.RemoteService.isPackageAllowed(RemoteService.java:255)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.RemoteService.isUidAllowed(RemoteService.java:228)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.RemoteService.isCallerAllowed(RemoteService.java:218)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.RemoteService.isAllowed(RemoteService.java:73)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.OpenPgpService.checkRequirements(OpenPgpService.java:795)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.OpenPgpService.executeInternalWithStreams(OpenPgpService.java:855)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.OpenPgpService.executeInternal(OpenPgpService.java:829)
01-11 14:38:49.447: E/JavaBinder(21909): at org.sufficientlysecure.keychain.remote.OpenPgpService$1.execute(OpenPgpService.java:807)
01-11 14:38:49.447: E/JavaBinder(21909): at org.openintents.openpgp.IOpenPgpService$Stub.onTransact(IOpenPgpService.java:69)
01-11 14:38:49.447: E/JavaBinder(21909): at android.os.Binder.execTransact(Binder.java:446)
01-11 14:38:49.447: E/JavaBinder(21909): Caused by: android.os.DeadObjectException
01-11 14:38:49.447: E/JavaBinder(21909): at android.os.BinderProxy.transactNative(Native Method)
01-11 14:38:49.447: E/JavaBinder(21909): at android.os.BinderProxy.transact(Binder.java:496)
01-11 14:38:49.447: E/JavaBinder(21909): at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java:1876)
01-11 14:38:49.447: E/JavaBinder(21909): at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:107)
01-11 14:38:49.447: E/JavaBinder(21909): ... 11 more
01-11 14:38:49.453: E/OpenPgp API(20986): Exception
01-11 14:38:49.453: E/OpenPgp API(20986): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.content.Intent.setExtrasClassLoader(java.lang.ClassLoader)' on a null object reference
01-11 14:38:49.453: E/OpenPgp API(20986): at org.openintents.openpgp.util.OpenPgpApi.executeApi(OpenPgpApi.java:250)
01-11 14:38:49.453: E/OpenPgp API(20986): at org.openintents.openpgp.util.OpenPgpApi$OpenPgpAsyncTask.doInBackground(OpenPgpApi.java:191)
01-11 14:38:49.453: E/OpenPgp API(20986): at org.openintents.openpgp.util.OpenPgpApi$OpenPgpAsyncTask.doInBackground(OpenPgpApi.java:176)
01-11 14:38:49.453: E/OpenPgp API(20986): at android.os.AsyncTask$2.call(AsyncTask.java:292)
01-11 14:38:49.453: E/OpenPgp API(20986): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
01-11 14:38:49.453: E/OpenPgp API(20986): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
01-11 14:38:49.453: E/OpenPgp API(20986): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-11 14:38:49.453: E/OpenPgp API(20986): at java.lang.Thread.run(Thread.java:818)
01-11 14:38:49.459: D/AndroidRuntime(20067): Shutting down VM
01-11 14:38:49.461: E/DisplayManager(20067): Could not get display information from display manager.
01-11 14:38:49.461: E/DisplayManager(20067): android.os.DeadObjectException
01-11 14:38:49.461: E/DisplayManager(20067): at android.os.BinderProxy.transactNative(Native Method)
01-11 14:38:49.461: E/DisplayManager(20067): at android.os.BinderProxy.transact(Binder.java:496)
01-11 14:38:49.461: E/DisplayManager(20067): at android.hardware.display.IDisplayManager$Stub$Proxy.getDisplayInfo(IDisplayManager.java:254)
01-11 14:38:49.461: E/DisplayManager(20067): at android.hardware.display.DisplayManagerGlobal.getDisplayInfo(DisplayManagerGlobal.java:119)
01-11 14:38:49.461: E/DisplayManager(20067): at android.view.Display.updateDisplayInfoLocked(Display.java:766)
01-11 14:38:49.461: E/DisplayManager(20067): at android.view.Display.getMetrics(Display.java:678)
01-11 14:38:49.461: E/DisplayManager(20067): at com.touchtype.util.android.g.f(DeviceUtils.java:234)
01-11 14:38:49.461: E/DisplayManager(20067): at com.touchtype.report.a.c.a(DeviceInfo.java:93)
01-11 14:38:49.461: E/DisplayManager(20067): at com.touchtype.report.a.d.a(ForceClose.java:23)
01-11 14:38:49.461: E/DisplayManager(20067): at com.touchtype.report.b.b(ForceCloseMonitor.java:151)
01-11 14:38:49.461: E/DisplayManager(20067): at com.touchtype.report.b.uncaughtException(ForceCloseMonitor.java:109)
01-11 14:38:49.461: E/DisplayManager(20067): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-11 14:38:49.461: E/DisplayManager(20067): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-11 14:38:49.480: E/installd(246): eof
01-11 14:38:49.480: E/installd(246): failed to read size
01-11 14:38:49.480: I/installd(246): closing connection
01-11 14:38:49.503: E/Crashlytics(20067): An error occurred in the fatal exception logger
01-11 14:38:49.503: E/Crashlytics(20067): java.lang.NullPointerException: Attempt to invoke virtual method 'int android.content.Intent.getIntExtra(java.lang.String, int)' on a null object reference
01-11 14:38:49.503: E/Crashlytics(20067): at com.a.a.a.y.b(SourceFile:392)
01-11 14:38:49.503: E/Crashlytics(20067): at com.a.a.bc.a(SourceFile:1407)
01-11 14:38:49.503: E/Crashlytics(20067): at com.a.a.bc.a(SourceFile:66)
01-11 14:38:49.503: E/Crashlytics(20067): at com.a.a.q.call(SourceFile:307)
01-11 14:38:49.503: E/Crashlytics(20067): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
01-11 14:38:49.503: E/Crashlytics(20067): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
01-11 14:38:49.503: E/Crashlytics(20067): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-11 14:38:49.503: E/Crashlytics(20067): at com.a.a.a.bi.a(SourceFile:44)
01-11 14:38:49.503: E/Crashlytics(20067): at com.a.a.a.x.run(SourceFile:13)
01-11 14:38:49.503: E/Crashlytics(20067): at java.lang.Thread.run(Thread.java:818)
01-11 14:38:49.508: E/Crashlytics(20067): Crashlytics could not be initialized, API key missing from AndroidManifest.xml. Add the following tag to your Application element
01-11 14:38:49.508: E/Crashlytics(20067): <meta-data android:name="com.crashlytics.ApiKey" android:value="YOUR_API_KEY"/>
01-11 14:38:49.509: E/Crashlytics(20067): Failed to flush to session app file.
01-11 14:38:49.509: E/Crashlytics(20067): java.io.IOException: write failed: EBADF (Bad file number)
01-11 14:38:49.509: E/Crashlytics(20067): at libcore.io.IoBridge.write(IoBridge.java:502)
01-11 14:38:49.509: E/Crashlytics(20067): at java.io.FileOutputStream.write(FileOutputStream.java:186)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.aq.a(SourceFile:667)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.aq.flush(SourceFile:677)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.a.y.a(SourceFile:728)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.bc.k(SourceFile:720)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.bc.a(SourceFile:66)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.q.call(SourceFile:307)
01-11 14:38:49.509: E/Crashlytics(20067): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
01-11 14:38:49.509: E/Crashlytics(20067): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
01-11 14:38:49.509: E/Crashlytics(20067): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.a.bi.a(SourceFile:44)
01-11 14:38:49.509: E/Crashlytics(20067): at com.a.a.a.x.run(SourceFile:13)
01-11 14:38:49.509: E/Crashlytics(20067): at java.lang.Thread.run(Thread.java:818)
01-11 14:38:49.509: E/Crashlytics(20067): Caused by: android.system.ErrnoException: write failed: EBADF (Bad file number)
01-11 14:38:49.509: E/Crashlytics(20067): at libcore.io.Posix.writeBytes(Native Method)
01-11 14:38:49.509: E/Crashlytics(20067): at libcore.io.Posix.write(Posix.java:258)
01-11 14:38:49.509: E/Crashlytics(20067): at libcore.io.BlockGuardOs.write(BlockGuardOs.java:313)
01-11 14:38:49.509: E/Crashlytics(20067): at libcore.io.IoBridge.write(IoBridge.java:497)
01-11 14:38:49.509: E/Crashlytics(20067): ... 13 more
01-11 14:38:49.510: E/Crashlytics(20067): Failed to execute task.
01-11 14:38:49.510: E/Crashlytics(20067): java.util.concurrent.ExecutionException: java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] java.lang.String.getBytes(java.lang.String)' on a null object reference
01-11 14:38:49.510: E/Crashlytics(20067): at java.util.concurrent.FutureTask.report(FutureTask.java:93)
01-11 14:38:49.510: E/Crashlytics(20067): at java.util.concurrent.FutureTask.get(FutureTask.java:163)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.bc.a(SourceFile:1936)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.bc.uncaughtException(SourceFile:307)
01-11 14:38:49.510: E/Crashlytics(20067): at com.touchtype.report.b.uncaughtException(ForceCloseMonitor.java:118)
01-11 14:38:49.510: E/Crashlytics(20067): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-11 14:38:49.510: E/Crashlytics(20067): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
01-11 14:38:49.510: E/Crashlytics(20067): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] java.lang.String.getBytes(java.lang.String)' on a null object reference
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.am.a(SourceFile:136)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.bc.p(SourceFile:1163)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.bc.k(SourceFile:720)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.bc.a(SourceFile:66)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.q.call(SourceFile:307)
01-11 14:38:49.510: E/Crashlytics(20067): at java.util.concurrent.FutureTask.run(FutureTask.java:237)
01-11 14:38:49.510: E/Crashlytics(20067): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
01-11 14:38:49.510: E/Crashlytics(20067): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.a.bi.a(SourceFile:44)
01-11 14:38:49.510: E/Crashlytics(20067): at com.a.a.a.x.run(SourceFile:13)
01-11 14:38:49.510: E/Crashlytics(20067): at java.lang.Thread.run(Thread.java:818)
01-11 14:38:49.510: E/AndroidRuntime(20067): FATAL EXCEPTION: main
01-11 14:38:49.510: E/AndroidRuntime(20067): Process: com.touchtype.swiftkey, PID: 20067
01-11 14:38:49.510: E/AndroidRuntime(20067): java.lang.RuntimeException: android.os.DeadObjectException
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.view.inputmethod.InputMethodManager.setImeWindowStatus(InputMethodManager.java:703)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.inputmethodservice.InputMethodService.showWindowInner(InputMethodService.java:1493)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.inputmethodservice.InputMethodService.showWindow(InputMethodService.java:1437)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.inputmethodservice.InputMethodService$InputMethodImpl.showSoftInput(InputMethodService.java:432)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.inputmethodservice.IInputMethodWrapper.executeMessage(IInputMethodWrapper.java:203)
01-11 14:38:49.510: E/AndroidRuntime(20067): at com.android.internal.os.HandlerCaller$MyHandler.handleMessage(HandlerCaller.java:37)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.os.Handler.dispatchMessage(Handler.java:102)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.os.Looper.loop(Looper.java:135)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.app.ActivityThread.main(ActivityThread.java:5292)
01-11 14:38:49.510: E/AndroidRuntime(20067): at java.lang.reflect.Method.invoke(Native Method)
01-11 14:38:49.510: E/AndroidRuntime(20067): at java.lang.reflect.Method.invoke(Method.java:372)
01-11 14:38:49.510: E/AndroidRuntime(20067): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
01-11 14:38:49.510: E/AndroidRuntime(20067): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
01-11 14:38:49.510: E/AndroidRuntime(20067): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
01-11 14:38:49.510: E/AndroidRuntime(20067): Caused by: android.os.DeadObjectException
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.os.BinderProxy.transactNative(Native Method)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.os.BinderProxy.transact(Binder.java:496)
01-11 14:38:49.510: E/AndroidRuntime(20067): at com.android.internal.view.IInputMethodManager$Stub$Proxy.setImeWindowStatus(IInputMethodManager.java:873)
01-11 14:38:49.510: E/AndroidRuntime(20067): at android.view.inputmethod.InputMethodManager.setImeWindowStatus(InputMethodManager.java:701)
01-11 14:38:49.510: E/AndroidRuntime(20067): ... 13 more
01-11 14:38:49.511: E/AndroidRuntime(20067): Error reporting crash
01-11 14:38:49.511: E/AndroidRuntime(20067): android.os.DeadObjectException
01-11 14:38:49.511: E/AndroidRuntime(20067): at android.os.BinderProxy.transactNative(Native Method)
01-11 14:38:49.511: E/AndroidRuntime(20067): at android.os.BinderProxy.transact(Binder.java:496)
01-11 14:38:49.511: E/AndroidRuntime(20067): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:4200)
01-11 14:38:49.511: E/AndroidRuntime(20067): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:89)
01-11 14:38:49.511: E/AndroidRuntime(20067): at com.a.a.bc.uncaughtException(SourceFile:318)
01-11 14:38:49.511: E/AndroidRuntime(20067): at com.touchtype.report.b.uncaughtException(ForceCloseMonitor.java:118)
01-11 14:38:49.511: E/AndroidRuntime(20067): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
01-11 14:38:49.511: E/AndroidRuntime(20067): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
Sommergoldhaehnchen said:
Hello,
on my Oneplus One, Cyanogenmod OS 12.1 (Android 5.1.1), there is the Xposed Framework Version 75 installed.
Almost every time I use the mail app K9 in conjuntion with Openkeychain (PGP) and enter my passphrase within K9 to decrypt the mails, the phone gets soft rebooted and the problem persists unless I make a hard reboot. But then, a several times later... here we go again!
Initially I thought it would be a problem triggered by the apps involved (K9 or Openkeychain), but the supports put the blame on corrupt hardware.
So my next step was to connect the phone via USB to PC and look for some queer outputs in LogCat (attached).
Quite at the beginning (line 20) there is a fatal exception:
Click to expand...
Click to collapse
try version 79 and see if the problem persists
Done.
Problem persists all the same.
suljo94 said:
try version 79 and see if the problem persists
Click to expand...
Click to collapse
Done.
Problem persists all the same. :/
Sommergoldhaehnchen said:
Done.
Problem persists all the same. :/
Click to expand...
Click to collapse
try creating an issue in rovo his github
Related
I'm having this really weird issue with my G1. I had been using various versions of CyanogenMod, 4.1.x, and 4.2.x with no problems. Then, all of a sudden, I could no longer upgrade to new CM versions. End result was I got stuck at the TMO logo. Long long series of troubleshooting steps over weeks followed. I eventually realized that the problem wasn't CM at all. Before I even apply CM's stuff, I am applying the signed-dream-devphone ROM that is base 1.6 android. *That* is failing. The very short version is that I see an infinitely repeating crash in adb logcat. It looks like this:
E/System ( 336): Failure starting core service
E/System ( 336): java.lang.NullPointerException
E/System ( 336): at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:1764)
E/System ( 336): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:492)
E/System ( 336): at com.android.server.PackageManagerService.main(PackageManagerService.java:266)
E/System ( 336): at com.android.server.ServerThread.run(SystemServer.java:112)
E/AndroidRuntime( 336): Crash logging skipped, no checkin service
I/SystemServer( 336): Starting Status Bar Service.
D/dalvikvm( 336): GC freed 6861 objects / 453352 bytes in 145ms
E/installd( 53): eof
E/installd( 53): failed to read size
I/installd( 53): closing connection
E/SystemServer( 336): Failure starting StatusBarService
E/SystemServer( 336): java.lang.NullPointerException
E/SystemServer( 336): at com.android.server.status.StatusBarIcon.getIcon(StatusBarIcon.java:143)
E/SystemServer( 336): at com.android.server.status.StatusBarIcon.<init>(StatusBarIcon.java:65)
E/SystemServer( 336): at com.android.server.status.StatusBarService.makeStatusBarView(StatusBarService.java:306)
E/SystemServer( 336): at com.android.server.status.StatusBarService.<init>(StatusBarService.java:237)
E/SystemServer( 336): at com.android.server.ServerThread.run(SystemServer.java:194)
E/AndroidRuntime( 336): Crash logging skipped, no checkin service
I/SystemServer( 336): Starting Clipboard Service.
I/SystemServer( 336): Starting Input Method Service.
E/SystemServer( 336): Failure starting Input Manager Service
E/SystemServer( 336): java.lang.NullPointerException
E/SystemServer( 336): at android.app.ApplicationContext.registerReceiverInternal(ApplicationContext.java:782)
E/SystemServer( 336): at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:757)
E/SystemServer( 336): at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:751)
E/SystemServer( 336): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:437)
E/SystemServer( 336): at com.android.server.ServerThread.run(SystemServer.java:209)
E/AndroidRuntime( 336): Crash logging skipped, no checkin service
I/SystemServer( 336): Starting NetStat Service.
I/SystemServer( 336): Starting Connectivity Service.
W/dalvikvm( 336): threadid=27: thread exiting with uncaught exception (group=0x4001da28)
E/AndroidRuntime( 336): Uncaught handler: thread ConnectivityThread exiting due to uncaught exception
E/AndroidRuntime( 336): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 336): java.lang.NullPointerException
E/AndroidRuntime( 336): at android.app.ActivityThread.getProvider(ActivityThread.java:3938)
E/AndroidRuntime( 336): at android.app.ActivityThread.acquireProvider(ActivityThread.java:3967)
E/AndroidRuntime( 336): at android.app.ApplicationContext$ApplicationContentResolver.acquireProvider(Applicati
onContext.java:1514)
E/AndroidRuntime( 336): at android.content.ContentResolver.acquireProvider(ContentResolver.java:579)
E/AndroidRuntime( 336): at android.content.ContentResolver.query(ContentResolver.java:147)
E/AndroidRuntime( 336): at android.provider.Settings$NameValueCache.getString(Settings.java:472)
E/AndroidRuntime( 336): at android.provider.Settings$Secure.getString(Settings.java:1649)
E/AndroidRuntime( 336): at android.provider.Settings$Secure.getInt(Settings.java:1689)
E/AndroidRuntime( 336): at com.android.server.ConnectivityService.getPersistedNetworkPreference(ConnectivitySe
rvice.java:182)
E/AndroidRuntime( 336): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:123)
E/AndroidRuntime( 336): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:47)
E/AndroidRuntime( 336): at com.android.server.ConnectivityService$ConnectivityThread.run(ConnectivityService.j
ava:87)
E/AndroidRuntime( 336): Crash logging skipped, no checkin service
I/Process ( 336): Sending signal. PID: 336 SIG: 9
I/ServiceManager( 45): service 'batteryinfo' died
I/ServiceManager( 45): service 'telephony.registry' died
I/ServiceManager( 45): service 'usagestats' died
I/ServiceManager( 45): service 'netstat' died
I/ServiceManager( 45): service 'SurfaceFlinger' died
I/ServiceManager( 45): service 'entropy' died
I/ServiceManager( 45): service 'power' died
I/ServiceManager( 45): service 'clipboard' died
I/Zygote ( 335): Exit zygote because system server (336) has terminated
D/AndroidRuntime( 351):
D/AndroidRuntime( 351): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
And then it starts all over.
More interesting data:
- Here is a less abbreviated logcat trying to boot to CM 4.2.12.2 (spam blocker blocked the http portion): halr9000.pastebin.com/f38758ddd
- I can restore to a nandroid backup of CM 4.1.99, works fine.
- I can apply other ROMs just fine, such as:
- JFv1.51_CRB43-ADP
- haykuro_6.0r1-signed
- TheDudesCupcake1.1.full-signed
Anyone have some suggestions? I am pulling out my hair over here!
thanks
Sticky: Don't Start A New Thread - Dream Questions & Answers Here!
http://forum.xda-developers.com/showthread.php?t=528334
This section is for development, which you didn't develop anything.
Start over with flashing the nbh file and re-root the phone, then flash the recovery image of your choice, I reccomend the one in my sig, then the HTC base image, then cyan's newest if you so choose - or one of the newer roms --not the old 1.1 and 1.5 roms like you tried to do.
Ouch. sorry I couldnt help
Thanks, that sounds like good advice.
P.S. next time I'll put REQ in the subject.
Or you can post in Q&A thread.
Hmm, still having the problem. Here are the steps I followed:
1. downgraded to rc29 (dreaimg.nbh)
2. start telnetd
3. telnet localhost, applied-RA recovery
4. reboot
5. applied defanged, cm latest, latest radio
6. reboot
7. stuck at TMO logo, similar crash logs as above.
I also just finished re-doing this once more, but with the signed_dream_devphone ROM, followed by CM.
And it also fails w/o CM. I can however downgrade to stock and let the OTA bring me up (unrooted) to 1.6. Does that make any sense at all to anyone?
At this point it's down to hardware failure if it doesn't work with the OTA update.
It *does* work with OTA. But not with defanged or signed-dream-devphone.
I am starting to think hardware as well though.
Well, I got eclair working pretty well so...nevermind, I guess.
lol
That's very curious as hell! Which Eclair brand are you testing?
Manup, like you. It's working well with some FCs here and there. I had it totally freak on me once tho, worked great for a day then it got stuck at boot. re-wiped/burn and it's good now for 2 days. made a backup this time.
I still think I may be having some sort of weird hardware issue, but it's so hard to isolate when I change the software so much.
Hi... I rebooted my nexus one (stock) and it is stuck on the boot splash animation for over 10 mins. So I removed the battery and rebooted it and its 20 mins and the same issue. I connected it to my laptop and typed adb logcat and it keeps printing out to the log....
I/PackageParser( 572): com.eaa.calvinandhobbes: compat added android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE
I/PackageManager( 572): /data/app/com.eaa.calvinandhobbes.apk changed; collecting certs
E/PackageManager( 572): Package com.eaa.calvinandhobbes has mismatched uid: 10048 on disk, 10091 in settings
I have not hacked the phone in anyway and it has the latest google update. Please help.
here are some of the entries I see:
D/PackageManager( 807): Scanning app dir /data/app-private
I/PackageParser( 807): com.eaa.cartoon.garfield: compat added android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_PHONE_STATE
I/PackageManager( 807): /data/app-private/com.eaa.cartoon.garfield.apk changed; collecting certs
E/System ( 807): Failure starting core service
E/System ( 807): java.lang.NullPointerException
E/System ( 807): at com.android.server.PackageManagerService$PackageSettingBase.<init>(PackageManagerService.java:5888)
E/System ( 807): at com.android.server.PackageManagerService$PackageSetting.<init>(PackageManagerService.java:5979)
E/System ( 807): at com.android.server.PackageManagerService$Settings.getPackageLP(PackageManagerService.java:6279)
E/System ( 807): at com.android.server.PackageManagerService$Settings.getPackageLP(PackageManagerService.java:6094)
E/System ( 807): at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2313)
E/System ( 807): at com.android.server.PackageManagerService.scanPackageLI(PackageManagerService.java:2082)
E/System ( 807): at com.android.server.PackageManagerService.scanDirLI(PackageManagerService.java:1978)
E/System ( 807): at com.android.server.PackageManagerService.<init>(PackageManagerService.java:595)
E/System ( 807): at com.android.server.PackageManagerService.main(PackageManagerService.java:335)
E/System ( 807): at com.android.server.ServerThread.run(SystemServer.java:116)
E/AndroidRuntime( 807): Crash logging skipped, no checkin service
I/SystemServer( 807): Status Bar
E/installd( 54): eof
E/installd( 54): failed to read size
I/installd( 54): closing connection
D/dalvikvm( 807): GC freed 4053 objects / 254984 bytes in 68ms
E/SystemServer( 807): Failure starting StatusBarService
E/SystemServer( 807): java.lang.NullPointerException
E/SystemServer( 807): at com.android.server.status.StatusBarIcon.getIcon(StatusBarIcon.java:143)
E/SystemServer( 807): at com.android.server.status.StatusBarIcon.<init>(StatusBarIcon.java:65)
E/SystemServer( 807): at com.android.server.status.StatusBarService.makeStatusBarView(StatusBarService.java:305)
E/SystemServer( 807): at com.android.server.status.StatusBarService.<init>(StatusBarService.java:236)
E/SystemServer( 807): at com.android.server.ServerThread.run(SystemServer.java:209)
E/AndroidRuntime( 807): Crash logging skipped, no checkin service
I/SystemServer( 807): Clipboard Service
I/SystemServer( 807): Input Method Service
E/SystemServer( 807): Failure starting Input Manager Service
E/SystemServer( 807): java.lang.NullPointerException
E/SystemServer( 807): at android.app.ApplicationContext.registerReceiverInternal(ApplicationContext.java:736)
E/SystemServer( 807): at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:711)
E/SystemServer( 807): at android.app.ApplicationContext.registerReceiver(ApplicationContext.java:705)
E/SystemServer( 807): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:426)
E/SystemServer( 807): at com.android.server.ServerThread.run(SystemServer.java:224)
E/AndroidRuntime( 807): Crash logging skipped, no checkin service
I/SystemServer( 807): NetStat Service
I/SystemServer( 807): Connectivity Service
V/ConnectivityService( 807): ConnectivityService starting up
W/dalvikvm( 807): threadid=23: thread exiting with uncaught exception (group=0x4001b180)
E/AndroidRuntime( 807): Uncaught handler: thread ConnectivityThread exiting due to uncaught exception
E/AndroidRuntime( 807): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 807): java.lang.NullPointerException
E/AndroidRuntime( 807): at android.app.ActivityThread.getProvider(ActivityThread.java:4072)
E/AndroidRuntime( 807): at android.app.ActivityThread.acquireProvider(ActivityThread.java:4101)
E/AndroidRuntime( 807): at android.app.ApplicationContext$ApplicationContentResolver.acquireProvider(ApplicationContext.java:1463)
E/AndroidRuntime( 807): at android.content.ContentResolver.acquireProvider(ContentResolver.java:759)
E/AndroidRuntime( 807): at android.content.ContentResolver.query(ContentResolver.java:197)
E/AndroidRuntime( 807): at android.provider.Settings$NameValueCache.getString(Settings.java:498)
E/AndroidRuntime( 807): at android.provider.Settings$Secure.getString(Settings.java:1728)
E/AndroidRuntime( 807): at android.provider.Settings$Secure.getInt(Settings.java:1768)
E/AndroidRuntime( 807): at com.android.server.ConnectivityService.getPersistedNetworkPreference(ConnectivityService.java:336)
E/AndroidRuntime( 807): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:212)
E/AndroidRuntime( 807): at com.android.server.ConnectivityService.<init>(ConnectivityService.java:54)
E/AndroidRuntime( 807): at com.android.server.ConnectivityService$ConnectivityThread.run(ConnectivityService.java:174)
E/AndroidRuntime( 807): Crash logging skipped, no checkin service
I/Process ( 807): Sending signal. PID: 807 SIG: 9
I/ServiceManager( 47): service 'entropy' died
I/ServiceManager( 47): service 'power' died
I/ServiceManager( 47): service 'SurfaceFlinger' died
I/ServiceManager( 47): service 'usagestats' died
I/ServiceManager( 47): service 'telephony.registry' died
I/ServiceManager( 47): service 'batteryinfo' died
I/ServiceManager( 47): service 'clipboard' died
I/ServiceManager( 47): service 'netstat' died
D/BootAnimation( 818): SurfaceFlinger died, exiting...
I/Zygote ( 802): Exit zygote because system server (807) has terminated
I/ServiceManager( 47): service 'media.audio_flinger' died
I/ServiceManager( 47): service 'media.player' died
I/ServiceManager( 47): service 'media.camera' died
I/ServiceManager( 47): service 'media.audio_policy' died
D/AndroidRuntime( 828):
try this:
1) connect your phone via usb
2) adb uninstall com.eaa.cartoon.garfield.apk
I just hope its an app causing this and not a corrupted os file!
A 'clear storage' (factory reset) option may be the only way
http://www.google.com/support/forum/p/android/thread?tid=03e896cc9089b31f&hl=en
Thanks britoso. "clear storage" worked, but I lost all my text messages . Is there a way to backup text messages along with apps?
http://www.appbrain.com/app/com.lookout saves texts online. Titanium backup or even Astro can backup your apps.
HBoot: 1.33.0013d
Radio: 2.22.27.08
So I tried turning on my G1 today to get it ready to sell for a friend, figuring nothing has changed. The initial power-up kept rebooting, so I figured I should try reflashing another ROM. Tried flashing SparksMod 2.1 to get this interesting scenerio.
The phone will boot up, get pass the G1 screen, and then get stuck. It boot-looped once but now won't do anything after starting up. Attached is the log with the fatal error causing the problem. Any solutions? Thanks in advance!
Code:
sysproc ( 471): System server: starting Android runtime.
sysproc ( 471): System server: starting Android services.
SystemServer( 471): Entered the Android system server!
sysproc ( 471): System server: entering thread pool.
dalvikvm( 471): threadid=7: thread exiting with uncaught exception (group=0x400207e8)
SystemServer( 471): Entropy Service
AndroidRuntime( 471): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
AndroidRuntime( 471): java.lang.NoClassDefFoundError: [generic]
AndroidRuntime( 471): at dalvik.system.NativeStart.main(Native Method)
Process ( 471): Sending signal. PID: 471 SIG: 9
AndroidRuntime( 471): Error reporting crash
AndroidRuntime( 471): java.lang.NullPointerException
AndroidRuntime( 471): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
AndroidRuntime( 471): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:887)
AndroidRuntime( 471): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:884)
ServiceManager( 222): service 'SurfaceFlinger' died
Zygote ( 466): Exit zygote because system server (471) has terminated
ServiceManager( 222): service 'media.audio_flinger' died
ServiceManager( 222): service 'media.player' died
ServiceManager( 222): service 'media.camera' died
ServiceManager( 222): service 'media.audio_policy' died
ServiceManager( 273): Waiting for sevice SurfaceFlinger...
You flashed a 2708-compatible kernel?
Sent from my Gingerbread on Sapphire using XDA App
Hi guys, im new here at xda, hello to everyone i'm trying to port a miui rom to our sga but im not experienced with roms and errors and how to fix it, im on a very fast and stable pre-relase buut im getting problems with sms, when I install usually works, but if I install some application requiring permission to receive and send sms (facebook messenger, viber, whatsapp ...) messages lock, facebook messenger even opens, the phone restarts after login, after installed any of these applications the phone restarts to receive any messages, a 3 reboots after the message arrives, logcat:
Code:
D/MIUI_Mms( 1759): New SMS Message Received
W/dalvikvm( 1676): threadid=10: thread exiting with uncaught exception (group=0x40018560)
E/AndroidRuntime( 1676): *** FATAL EXCEPTION IN SYSTEM PROCESS: ActivityManager
E/AndroidRuntime( 1676): java.util.MissingFormatArgumentException: Format specifier: 3$s
E/AndroidRuntime( 1676): at java.util.Formatter.getArgument(Formatter.java:1131)
E/AndroidRuntime( 1676): at java.util.Formatter.doFormat(Formatter.java:1096)
E/AndroidRuntime( 1676): at java.util.Formatter.format(Formatter.java:1062)
E/AndroidRuntime( 1676): at java.util.Formatter.format(Formatter.java:1031)
E/AndroidRuntime( 1676): at java.lang.String.format(String.java:2177)
E/AndroidRuntime( 1676): at android.content.res.Resources.getString(Resources.java:286)
E/AndroidRuntime( 1676): at com.android.server.am.PackageGuardian$PackageBehaviorWitness.<init>(PackageGuardian.java:883)
E/AndroidRuntime( 1676): at com.android.server.am.PackageGuardian.seekWitness(PackageGuardian.java:1534)
E/AndroidRuntime( 1676): at com.android.server.am.ActivityManagerService$3.handleMessage(ActivityManagerService.java:1041)
E/AndroidRuntime( 1676): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1676): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 1676): at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1529)
D/dalvikvm( 1759): GC_CONCURRENT freed 251K, 46% free 3341K/6087K, external 0K/0K, paused 11ms+13ms
D/Reminder( 1927): Release wakelock with sequence1
W/KeyCharacterMap( 1766): Can't open keycharmap file
W/KeyCharacterMap( 1766): Error loading keycharmap file '/system/usr/keychars/sec_touchscreen.kcm.bin'. hw.keyboards.65537.devname='sec_touchscreen'
W/KeyCharacterMap( 1766): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
W/ActivityManager( 1676): Permission Denial: receiving Intent { act=android.provider.Telephony.SMS_RECEIVED (has extras) } to com.facebook.orca requires android.permission.RECEIVE_SMS due to sender com.android.phone (uid 1001)
I/Process ( 1676): Sending signal. PID: 1676 SIG: 9
W/InputManagerService( 1676): Window already focused, ignoring focus gain of: [email protected]
I/ActivityThread( 1766): Removing dead content provider: settings
I/ActivityThread( 1927): Removing dead content provider: settings
I/ActivityThread( 1927): Removing dead content provider: telocation
I/ActivityThread( 1927): Removing dead content provider: yellowpage
I/ActivityThread( 1802): Removing dead content provider: settings
I/ActivityThread( 1759): Removing dead content provider: settings
I/ActivityThread( 1759): Removing dead content provider: yellowpage
I/ActivityThread( 1753): Removing dead content provider: settings
I/ServiceManager( 1025): service 'SurfaceFlinger' died
I/ServiceManager( 1025): service 'sensorservice' died
I/ServiceManager( 1025): service 'entropy' died
I/ServiceManager( 1025): service 'power' died
I/ServiceManager( 1025): service 'batteryinfo' died
I/ServiceManager( 1025): service 'usagestats' died
I/ServiceManager( 1025): service 'guardian' died
I/ServiceManager( 1025): service 'connectivity' died
I/ServiceManager( 1025): service 'wallpaper' died
I/ServiceManager( 1025): service 'dropbox' died
I/ServiceManager( 1025): service 'notification' died
I/ServiceManager( 1025): service 'search' died
I/ServiceManager( 1025): service 'accessibility' died
I/ServiceManager( 1025): service 'package' died
I/ServiceManager( 1025): service 'wifi' died
I/ServiceManager( 1025): service 'activity' died
I/ServiceManager( 1025): service 'meminfo' died
I/ServiceManager( 1025): service 'cpuinfo' died
I/ServiceManager( 1025): service 'permission' died
I/ServiceManager( 1025): service 'telephony.registry' died
I/ServiceManager( 1025): service 'uimode' died
I/ServiceManager( 1025): service 'throttle' died
I/ServiceManager( 1025): service 'audio' died
I/ServiceManager( 1025): service 'backup' died
I/ServiceManager( 1025): service 'appwidget' died
I/ServiceManager( 1025): service 'diskstats' died
I/ServiceManager( 1025): service 'usb' died
I/ServiceManager( 1025): service 'account' died
I/ServiceManager( 1025): service 'devicestoragemonitor' died
I/ServiceManager( 1025): service 'location' died
I/ServiceManager( 1025): service 'mount' died
I/ServiceManager( 1025): service 'content' died
I/ServiceManager( 1025): service 'vibrator' died
I/ServiceManager( 1025): service 'battery' died
I/ServiceManager( 1025): service 'hardware' died
I/ServiceManager( 1025): service 'alarm' died
I/ServiceManager( 1025): service 'window' died
I/ServiceManager( 1025): service 'bluetooth' died
I/ServiceManager( 1025): service 'statusbar' died
I/ServiceManager( 1025): service 'bluetooth_a2dp' died
I/ServiceManager( 1025): service 'device_policy' died
I/ServiceManager( 1025): service 'clipboard' died
I/ServiceManager( 1025): service 'input_method' died
I/ServiceManager( 1025): service 'netstat' died
I/ServiceManager( 1025): service 'network_management' died
I/ActivityThread( 2096): Removing dead content provider: settings
I/ActivityThread( 1742): Removing dead content provider: settings
I/ActivityThread( 1856): Removing dead content provider: settings
I/ActivityThread( 1896): Removing dead content provider: settings
I/ActivityThread( 1811): Removing dead content provider: settings
E/installd( 1033): eof
E/installd( 1033): failed to read size
I/installd( 1033): closing connection
E/InputQueue-JNI( 1742): channel '407324b8 StatusBarExpanded (client)' ~ Publisher closed input channel or an error occurred. events=0x8
E/InputQueue-JNI( 1742): channel '40631538 StatusBar (client)' ~ Publisher closed input channel or an error occurred. events=0x8
E/InputQueue-JNI( 1742): channel '4072a610 TrackingView (client)' ~ Publisher closed input channel or an error occurred. events=0x8
E/InputQueue-JNI( 1766): channel '40691ef0 com.android.launcher/com.android.launcher2.Launcher (client)' ~ Publisher closed input channel or an error occurred. events=0x8
I/Zygote ( 1666): Exit zygote because system server (1676) has terminated
I/ServiceManager( 1025): service 'media.player' died
I/ServiceManager( 1025): service 'media.audio_policy' died
I/ServiceManager( 1025): service 'media.audio_flinger' died
I/ServiceManager( 1025): service 'media.camera' died
I/ServiceManager( 1025): service 'phone' died
I/ServiceManager( 1025): service 'isms' died
I/ServiceManager( 1025): service 'simphonebook' died
I/ServiceManager( 1025): service 'iphonesubinfo' died
I/ServiceManager( 1025): service 'sip' died
and here is what happens when i try to open facebook messenger:
Code:
I/ActivityManager( 2763): Starting: Intent { cmp=com.facebook.orca/.threadlist.ThreadListActivity } from pid 3298
D/dalvikvm( 3298): GC_CONCURRENT freed 302K, 34% free 5513K/8263K, external 0K/0K, paused 4ms+7ms
D/GCM ( 3150): COMPAT: Single user
D/GCM ( 3150): No ConnectivityManager.isNetworkTypeMobile
W/msgr(:<default>):fb:MqttPushService( 3298): Attempt to start service that is already started
I/dalvikvm( 3298): Jit: resizing JitTable from 512 to 1024
D/dalvikvm( 3298): GC_CONCURRENT freed 574K, 35% free 5834K/8903K, external 0K/0K, paused 5ms+6ms
D/dalvikvm( 3298): GC_FOR_MALLOC freed 103K, 35% free 5934K/9095K, external 0K/0K, paused 68ms
I/dalvikvm( 3298): Could not find method android.view.View.getAlpha, referenced from method com.facebook.widget.as.getAlpha
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2609: Landroid/view/View;.getAlpha ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getAlpha ()F
I/dalvikvm( 3298): Could not find method android.view.View.getPivotX, referenced from method com.facebook.widget.as.getPivotX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2632: Landroid/view/View;.getPivotX ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getPivotX ()F
I/dalvikvm( 3298): Could not find method android.view.View.getPivotY, referenced from method com.facebook.widget.as.getPivotY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2633: Landroid/view/View;.getPivotY ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getPivotY ()F
I/dalvikvm( 3298): Could not find method android.view.View.getRotation, referenced from method com.facebook.widget.as.getRotation
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2636: Landroid/view/View;.getRotation ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getRotation ()F
I/dalvikvm( 3298): Could not find method android.view.View.getScaleX, referenced from method com.facebook.widget.as.getScaleX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2637: Landroid/view/View;.getScaleX ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getScaleX ()F
I/dalvikvm( 3298): Could not find method android.view.View.getScaleY, referenced from method com.facebook.widget.as.getScaleY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2638: Landroid/view/View;.getScaleY ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getScaleY ()F
I/dalvikvm( 3298): Could not find method android.view.View.getTranslationX, referenced from method com.facebook.widget.as.getTranslationX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2643: Landroid/view/View;.getTranslationX ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getTranslationX ()F
I/dalvikvm( 3298): Could not find method android.view.View.getTranslationY, referenced from method com.facebook.widget.as.getTranslationY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2644: Landroid/view/View;.getTranslationY ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getTranslationY ()F
I/dalvikvm( 3298): Could not find method android.view.View.getX, referenced from method com.facebook.widget.as.getX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2650: Landroid/view/View;.getX ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getX ()F
I/dalvikvm( 3298): Could not find method android.view.View.getY, referenced from method com.facebook.widget.as.getY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2651: Landroid/view/View;.getY ()F
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): VFY: dead code 0x0009-0009 in Lcom/facebook/widget/as;.getY ()F
I/dalvikvm( 3298): Could not find method android.view.View.setAlpha, referenced from method com.facebook.widget.as.setAlpha
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2692: Landroid/view/View;.setAlpha (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setPivotX, referenced from method com.facebook.widget.as.setPivotX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2709: Landroid/view/View;.setPivotX (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setPivotY, referenced from method com.facebook.widget.as.setPivotY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2710: Landroid/view/View;.setPivotY (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setRotation, referenced from method com.facebook.widget.as.setRotation
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2711: Landroid/view/View;.setRotation (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setScaleX, referenced from method com.facebook.widget.as.setScaleX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2712: Landroid/view/View;.setScaleX (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setScaleY, referenced from method com.facebook.widget.as.setScaleY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2713: Landroid/view/View;.setScaleY (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setTranslationX, referenced from method com.facebook.widget.as.setTranslationX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2715: Landroid/view/View;.setTranslationX (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setTranslationY, referenced from method com.facebook.widget.as.setTranslationY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2716: Landroid/view/View;.setTranslationY (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setX, referenced from method com.facebook.widget.as.setX
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2719: Landroid/view/View;.setX (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
I/dalvikvm( 3298): Could not find method android.view.View.setY, referenced from method com.facebook.widget.as.setY
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2720: Landroid/view/View;.setY (F)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6e at 0x0006
D/dalvikvm( 3298): GC_FOR_MALLOC freed 203K, 36% free 6132K/9479K, external 0K/0K, paused 66ms
I/dalvikvm-heap( 3298): Grow heap (frag case) to 8.640MB for 278881-byte allocation
D/dalvikvm( 3298): GC_FOR_MALLOC freed <1K, 35% free 6405K/9799K, external 0K/0K, paused 62ms
D/dalvikvm( 2876): GC_CONCURRENT freed 413K, 47% free 3371K/6279K, external 0K/512K, paused 5ms+15ms
D/dalvikvm( 3298): GC_FOR_MALLOC freed 618K, 37% free 6256K/9799K, external 0K/0K, paused 155ms
D/dalvikvm( 3298): GC_FOR_MALLOC freed 243K, 35% free 6459K/9799K, external 0K/0K, paused 64ms
D/dalvikvm( 3298): GC_FOR_MALLOC freed 611K, 36% free 6530K/10119K, external 0K/0K, paused 72ms
D/dalvikvm( 3298): GC_FOR_MALLOC freed 193K, 34% free 6729K/10119K, external 0K/0K, paused 74ms
I/dalvikvm( 3298): Could not find method android.view.LayoutInflater.setFactory2, referenced from method android.support.v4.app.e.setFactory2
W/dalvikvm( 3298): VFY: unable to resolve virtual method 2512: Landroid/view/LayoutInflater;.setFactory2 (Landroid/view/LayoutInflater$Factory2;)V
D/dalvikvm( 3298): VFY: replacing opcode 0x6f at 0x0000
D/dalvikvm( 3298): VFY: dead code 0x0003-0008 in Landroid/support/v4/app/e;.setFactory2 (Landroid/view/LayoutInflater$Factory2;)V
D/dalvikvm( 3298): GC_EXTERNAL_ALLOC freed 476K, 34% free 6942K/10439K, external 0K/0K, paused 84ms
D/dalvikvm( 2763): GC_EXPLICIT freed 681K, 43% free 5405K/9351K, external 3402K/4196K, paused 152ms
D/dalvikvm( 3298): GC_CONCURRENT freed 196K, 25% free 7927K/10567K, external 213K/521K, paused 6ms+8ms
W/dalvikvm( 2763): threadid=10: thread exiting with uncaught exception (group=0x40018560)
E/AndroidRuntime( 2763): *** FATAL EXCEPTION IN SYSTEM PROCESS: ActivityManager
E/AndroidRuntime( 2763): java.util.MissingFormatArgumentException: Format specifier: 3$s
E/AndroidRuntime( 2763): at java.util.Formatter.getArgument(Formatter.java:1131)
E/AndroidRuntime( 2763): at java.util.Formatter.doFormat(Formatter.java:1096)
E/AndroidRuntime( 2763): at java.util.Formatter.format(Formatter.java:1062)
E/AndroidRuntime( 2763): at java.util.Formatter.format(Formatter.java:1031)
E/AndroidRuntime( 2763): at java.lang.String.format(String.java:2177)
E/AndroidRuntime( 2763): at android.content.res.Resources.getString(Resources.java:286)
E/AndroidRuntime( 2763): at com.android.server.am.PackageGuardian$PackageBehaviorWitness.<init>(PackageGuardian.java:883)
E/AndroidRuntime( 2763): at com.android.server.am.PackageGuardian.seekWitness(PackageGuardian.java:1534)
E/AndroidRuntime( 2763): at com.android.server.am.ActivityManagerService$3.handleMessage(ActivityManagerService.java:1041)
E/AndroidRuntime( 2763): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2763): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 2763): at com.android.server.am.ActivityManagerService$AThread.run(ActivityManagerService.java:1529)
I/Process ( 2763): Sending signal. PID: 2763 SIG: 9
D/dalvikvm( 3298): GC_CONCURRENT freed 860K, 28% free 8926K/12231K, external 191K/521K, paused 7ms+8ms
I/ServiceManager( 1025): service 'SurfaceFlinger' died
I/ServiceManager( 1025): service 'sensorservice' died
I/ServiceManager( 1025): service 'entropy' died
I/ServiceManager( 1025): service 'power' died
I/ServiceManager( 1025): service 'batteryinfo' died
I/ServiceManager( 1025): service 'usagestats' died
I/ServiceManager( 1025): service 'guardian' died
I/ServiceManager( 1025): service 'package' died
I/ServiceManager( 1025): service 'backup' died
I/ServiceManager( 1025): service 'appwidget' died
I/ServiceManager( 1025): service 'diskstats' died
I/ServiceManager( 1025): service 'activity' died
I/ServiceManager( 1025): service 'meminfo' died
I/ServiceManager( 1025): service 'cpuinfo' died
I/ServiceManager( 1025): service 'permission' died
I/ServiceManager( 1025): service 'telephony.registry' died
I/ServiceManager( 1025): service 'wallpaper' died
I/ServiceManager( 1025): service 'account' died
I/ServiceManager( 1025): service 'notification' died
I/ServiceManager( 1025): service 'usb' died
I/ServiceManager( 1025): service 'audio' died
I/ServiceManager( 1025): service 'dropbox' died
I/ServiceManager( 1025): service 'throttle' died
I/ServiceManager( 1025): service 'uimode' died
I/ServiceManager( 1025): service 'search' died
I/ServiceManager( 1025): service 'connectivity' died
I/ServiceManager( 1025): service 'accessibility' died
I/ServiceManager( 1025): service 'location' died
I/ServiceManager( 1025): service 'content' died
I/ServiceManager( 1025): service 'wifi' died
I/ServiceManager( 1025): service 'devicestoragemonitor' died
I/ServiceManager( 1025): service 'battery' died
I/ServiceManager( 1025): service 'vibrator' died
I/ServiceManager( 1025): service 'hardware' died
I/ServiceManager( 1025): service 'alarm' died
I/ServiceManager( 1025): service 'window' died
I/ServiceManager( 1025): service 'bluetooth' died
I/ServiceManager( 1025): service 'bluetooth_a2dp' died
I/ServiceManager( 1025): service 'device_policy' died
I/ServiceManager( 1025): service 'statusbar' died
I/ServiceManager( 1025): service 'clipboard' died
I/ServiceManager( 1025): service 'mount' died
I/ServiceManager( 1025): service 'input_method' died
I/ServiceManager( 1025): service 'netstat' died
I/ServiceManager( 1025): service 'network_management' died
I/ActivityThread( 2850): Removing dead content provider: yellowpage
I/ActivityThread( 2850): Removing dead content provider: settings
I/ActivityThread( 3015): Removing dead content provider: yellowpage
I/ActivityThread( 3015): Removing dead content provider: settings
I/ActivityThread( 3015): Removing dead content provider: telocation
I/ActivityThread( 2980): Removing dead content provider: settings
I/ActivityThread( 2876): Removing dead content provider: settings
I/ActivityThread( 2840): Removing dead content provider: settings
I/ActivityThread( 2829): Removing dead content provider: settings
I/ActivityThread( 2894): Removing dead content provider: settings
I/ActivityThread( 2931): Removing dead content provider: settings
I/ActivityThread( 3142): Removing dead content provider: settings
I/ActivityThread( 3179): Removing dead content provider: settings
D/AndroidRuntime( 3298): Shutting down VM
W/dalvikvm( 3298): threadid=1: thread exiting with uncaught exception (group=0x40018560)
E/ACRA ( 3298): ACRA caught a NullPointerException exception for com.facebook.orca. Building report.
I/ActivityThread( 2853): Removing dead content provider: settings
D/ACRA ( 3298): Generating crash report file.
E/installd( 1033): eof
E/installd( 1033): failed to read size
I/installd( 1033): closing connection
D/ACRA ( 3298): Retrieve SharedPreferences ACRA
I/dalvikvm( 3298): Jit: resizing JitTable from 1024 to 2048
E/ACRA ( 3298): An error occurred while gathering crash data ...
E/ACRA ( 3298): java.lang.NullPointerException
E/ACRA ( 3298): at org.acra.ErrorReporter.getProcessNameFromAmsOrNull(ErrorReporter.java:379)
E/ACRA ( 3298): at org.acra.ErrorReporter.getProcessName(ErrorReporter.java:413)
E/ACRA ( 3298): at org.acra.ErrorReporter.retrieveCrashData(ErrorReporter.java:566)
E/ACRA ( 3298): at org.acra.ErrorReporter.gatherCrashData(ErrorReporter.java:828)
E/ACRA ( 3298): at org.acra.ErrorReporter.handleException(ErrorReporter.java:955)
E/ACRA ( 3298): at org.acra.ErrorReporter.handleException(ErrorReporter.java:880)
E/ACRA ( 3298): at org.acra.ErrorReporter.handleException(ErrorReporter.java:1033)
E/ACRA ( 3298): at org.acra.ErrorReporter.uncaughtException(ErrorReporter.java:759)
E/ACRA ( 3298): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/ACRA ( 3298): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
E/ACRA ( 3298): at dalvik.system.NativeStart.main(Native Method)
E/ACRA ( 3298): An error occurred while gathering crash data ...
E/ACRA ( 3298): java.lang.NullPointerException
E/ACRA ( 3298): at org.acra.ErrorReporter.getProcessNameFromAmsOrNull(ErrorReporter.java:379)
E/ACRA ( 3298): at org.acra.ErrorReporter.getProcessName(ErrorReporter.java:413)
E/ACRA ( 3298): at org.acra.ErrorReporter.retrieveCrashData(ErrorReporter.java:566)
E/ACRA ( 3298): at org.acra.ErrorReporter.gatherCrashData(ErrorReporter.java:828)
E/ACRA ( 3298): at org.acra.ErrorReporter.handleException(ErrorReporter.java:955)
E/ACRA ( 3298): at org.acra.ErrorReporter.handleException(ErrorReporter.java:880)
E/ACRA ( 3298): at org.acra.ErrorReporter.handleException(ErrorReporter.java:1033)
E/ACRA ( 3298): at org.acra.ErrorReporter.uncaughtException(ErrorReporter.java:759)
E/ACRA ( 3298): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/ACRA ( 3298): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
E/ACRA ( 3298): at dalvik.system.NativeStart.main(Native Method)
D/ACRA ( 3298): Mark all pending reports as approved.
D/ACRA ( 3298): Looking for error files in /data/data/com.facebook.orca/app_acra-reports
V/ACRA ( 3298): About to start ReportSenderWorker from #handleException
D/ACRA ( 3298): Add user comment to null
D/ACRA ( 3298): #checkAndSendReports - start
D/ACRA ( 3298): Looking for error files in /data/data/com.facebook.orca/app_acra-reports
I/ACRA ( 3298): Sending file 1368501954000-186190-approved.stacktrace
E/InputQueue-JNI( 2829): channel '4068ef30 StatusBarExpanded (client)' ~ Publisher closed input channel or an error occurred. events=0x8
E/InputQueue-JNI( 2829): channel '406fbac8 StatusBar (client)' ~ Publisher closed input channel or an error occurred. events=0x8
E/InputQueue-JNI( 2829): channel '406c3ad0 TrackingView (client)' ~ Publisher closed input channel or an error occurred. events=0x8
D/ACRA ( 3298): Connect to facebook com /mobile/orca_android_crash_logs/
E/InputQueue-JNI( 2853): channel '407bc8b8 com.android.launcher/com.android.launcher2.Launcher (client)' ~ Publisher closed input channel or an error occurred. events=0x8
D/dalvikvm( 2753): GC_EXPLICIT freed 20K, 50% free 2691K/5379K, external 0K/0K, paused 118ms
I/Zygote ( 2753): Exit zygote because system server (2763) has terminated
I/ServiceManager( 1025): service 'media.player' died
I/ServiceManager( 1025): service 'media.audio_policy' died
I/ServiceManager( 1025): service 'media.audio_flinger' died
I/ServiceManager( 1025): service 'media.camera' died
I/ServiceManager( 1025): service 'simphonebook' died
I/ServiceManager( 1025): service 'phone' died
I/ServiceManager( 1025): service 'isms' died
I/ServiceManager( 1025): service 'iphonesubinfo' died
I/ServiceManager( 1025): service 'sip' died
if you need the full logcat i'll attach, pleease someone help this rom is so fast and smooth, this is the problem that prevents all use: (
i think u might need to fix services
(services.jar)
or framework.jar
Sent from my S500 using xda app-developers app
Hi, I'm trying to make stock Sony FM radio app with CM12 ROM. I have found FM radio needs some external configuration and frameworks and I have following files and radio apk installed.
/system/bin/fmconfig
/system/frameworks/qcom.fmradio
/system/etc/init.qcom.fm.sh
/system/bin/fm_qsoc_patches
but still FM radio does not work and FC after launch. here is the logcat output I captured.
Code:
01-20 17:55:09.023: E/AndroidRuntime(4938): FATAL EXCEPTION: main
01-20 17:55:09.023: E/AndroidRuntime(4938): Process: com.sonyericsson.fmradio, PID: 4938
01-20 17:55:09.023: E/AndroidRuntime(4938): java.lang.NoClassDefFoundError: com.sonyericsson.fmradio.mock.MockReceiver
01-20 17:55:09.023: E/AndroidRuntime(4938): at com.sonyericsson.fmradio.ui.MockUtil.setupFmService(MockUtil.java:36)
01-20 17:55:09.023: E/AndroidRuntime(4938): at com.sonyericsson.fmradio.ui.FmRadioActivity.connectToFmService(FmRadioActivity.java:485)
01-20 17:55:09.023: E/AndroidRuntime(4938): at com.sonyericsson.fmradio.ui.FmRadioActivity.onStart(FmRadioActivity.java:244)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1220)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.Activity.performStart(Activity.java:5949)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2261)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.ActivityThread.access$800(ActivityThread.java:144)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.os.Handler.dispatchMessage(Handler.java:102)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.os.Looper.loop(Looper.java:135)
01-20 17:55:09.023: E/AndroidRuntime(4938): at android.app.ActivityThread.main(ActivityThread.java:5221)
01-20 17:55:09.023: E/AndroidRuntime(4938): at java.lang.reflect.Method.invoke(Native Method)
01-20 17:55:09.023: E/AndroidRuntime(4938): at java.lang.reflect.Method.invoke(Method.java:372)
01-20 17:55:09.023: E/AndroidRuntime(4938): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
01-20 17:55:09.023: E/AndroidRuntime(4938): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
Is there a way I can make the app work on CM? Thanks in advance