Whenever I open certain folders on a remote machine in the Allshare app I get the following crash:
Code:
java.lang.NullPointerException
at com.sec.android.app.dlna.view.DLNAContentsAdapter.parsePlayListItem(DLNAContentsAdapter.java:249)
at com.sec.android.app.dlna.view.DLNAContentsAdapter.getView(DLNAContentsAdapter.java:113)
at android.widget.AbsListView.obtainView(AbsListView.java:1533)
at android.widget.ListView.measureHeightOfChildren(ListView.java:1264)
at android.widget.ListView.onMeasure(ListView.java:1175)
at android.view.View.measure(View.java:8366)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
at android.view.View.measure(View.java:8366)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
at android.widget.LinearLayout.measureHorizontal(LinearLayout.java:701)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:311)
at android.view.View.measure(View.java:8366)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:531)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
at android.view.View.measure(View.java:8366)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
at android.view.View.measure(View.java:8366)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
at android.view.View.measure(View.java:8366)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:531)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
at android.view.View.measure(View.java:8366)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
at android.view.View.measure(View.java:8366)
at android.view.ViewRoot.performTraversals(ViewRoot.java:847)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1868)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
Does anyone know how I can prevent that. Or are there any better (free) alternatives?
Try imedia share,it's free on the market
Sent from my GT-I9100 using XDA App
Related
I am using sonofskywalker3 Rom 4.4 and ec10_voodoo kernel and kept having force close problem with TTS service (Process.android.tts) when trying to use Navigation. Does anyone have similar problems?
This is the dump from the logcat:
I/ActivityManager( 2681): Start proc android.tts for service android.tts/.TtsService: pid=18962 uid=10049 gids={3003, 1015}
V/TtsService(18962): TtsService.onCreate()
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setConfig (ILjava/lang/StringI
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setup (Ljava/lang/Object;Ljava/lang/Strin
g;Ljava/lang/StringI
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setLowShelf (ZFFFF)I
E/JNIHelp (18962): RegisterNatives failed for 'android/tts/SynthProxy'
W/dalvikvm(18962): JNI_OnLoad returned bad version (-1) in /system/lib/libttssynthproxy.so 0x483c3420
W/dalvikvm(18962): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Landroid/tts/SynthProxy;.<clinit>
D/AndroidRuntime(18962): Shutting down VM
W/dalvikvm(18962): threadid=1: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime(18962): FATAL EXCEPTION: main
E/AndroidRuntime(18962): java.lang.ExceptionInInitializerError
E/AndroidRuntime(18962): at android.tts.TtsService.onCreate(TtsService.java:158)
E/AndroidRuntime(18962): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2959)
E/AndroidRuntime(18962): at android.app.ActivityThread.access$3300(ActivityThread.java:125)
E/AndroidRuntime(18962): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
E/AndroidRuntime(18962): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(18962): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(18962): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(18962): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(18962): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(18962): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/AndroidRuntime(18962): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime(18962): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(18962): Caused by: java.lang.UnsatisfiedLinkError: Library ttssynthproxy not found
E/AndroidRuntime(18962): at java.lang.Runtime.loadLibrary(Runtime.java:461)
E/AndroidRuntime(18962): at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime(18962): at android.tts.SynthProxy.<clinit>(SynthProxy.java:154)
E/AndroidRuntime(18962): ... 12 more
I/ ( 2681): dumpmesg > "/data/log/dumpstate_app_error.log"
I/dumpstate(18971): begin
Yes i got the same problem, cant get voice navigation, TTS force close.
hello im getting the following errors in the logcat, this couses my phone to crush on acore and others as well.
any ideas about it?
thanks.
I/Database( 1277): sqlite returned: error code = 266, msg = disk I/O error
E/Database( 1277): CREATE TABLE android_metadata failed
E/Database( 1277): Failed to setLocale() when constructing, closing the database
E/Database( 1277): android.database.sqlite.SQLiteDiskIOException: disk I/O error
E/Database( 1277): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method)
E/Database( 1277): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:1987)
E/Database( 1277): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1855)
E/Database( 1277): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:820)
E/Database( 1277): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:854)
E/Database( 1277): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:847)
E/Database( 1277): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:551)
E/Database( 1277): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203)
E/Database( 1277): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:118)
E/Database( 1277): at com.android.providers.contacts.ContactsDatabaseHelper.getWritableDatabase(ContactsDatabaseHelper.java:2890)
E/Database( 1277): at com.android.providers.contacts.CallLogProvider.onCreate(CallLogProvider.java:114)
E/Database( 1277): at android.content.ContentProvider.attachInfo(ContentProvider.java:798)
E/Database( 1277): at android.app.ActivityThread.installProvider(ActivityThread.java:3554)
E/Database( 1277): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3309)
E/Database( 1277): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3265)
E/Database( 1277): at android.app.ActivityThread.access$2200(ActivityThread.java:117)
E/Database( 1277): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:969)
E/Database( 1277): at android.os.Handler.dispatchMessage(Handler.java:99)
E/Database( 1277): at android.os.Looper.loop(Looper.java:130)
E/Database( 1277): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/Database( 1277): at java.lang.reflect.Method.invokeNative(Native Method)
E/Database( 1277): at java.lang.reflect.Method.invoke(Method.java:507)
E/Database( 1277): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:861)
E/Database( 1277): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:619)
E/Database( 1277): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 1277): Shutting down VM
W/dalvikvm( 1277): threadid=1: thread exiting with uncaught exception (group=0x4001d560)
E/AndroidRuntime( 1277): FATAL EXCEPTION: main
E/AndroidRuntime( 1277): java.lang.RuntimeException: Unable to get provider com.android.providers.contacts.CallLogProvider: android.database.sqlite.SQLiteDiskIOException: disk I/O error
E/AndroidRuntime( 1277): at android.app.ActivityThread.installProvider(ActivityThread.java:3557)
E/AndroidRuntime( 1277): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3309)
E/AndroidRuntime( 1277): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3265)
E/AndroidRuntime( 1277): at android.app.ActivityThread.access$2200(ActivityThread.java:117)
E/AndroidRuntime( 1277): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:969)
E/AndroidRuntime( 1277): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1277): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 1277): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime( 1277): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1277): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 1277): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:861)
E/AndroidRuntime( 1277): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:619)
E/AndroidRuntime( 1277): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1277): Caused by: android.database.sqlite.SQLiteDiskIOException: disk I/O error
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method)
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:1987)
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:1855)
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:820)
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:854)
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:847)
E/AndroidRuntime( 1277): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:551)
E/AndroidRuntime( 1277): at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:203)
E/AndroidRuntime( 1277): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:118)
E/AndroidRuntime( 1277): at com.android.providers.contacts.ContactsDatabaseHelper.getWritableDatabase(ContactsDatabaseHelper.java:2890)
E/AndroidRuntime( 1277): at com.android.providers.contacts.CallLogProvider.onCreate(CallLogProvider.java:114)
E/AndroidRuntime( 1277): at android.content.ContentProvider.attachInfo(ContentProvider.java:798)
E/AndroidRuntime( 1277): at android.app.ActivityThread.installProvider(ActivityThread.java:3554)
E/AndroidRuntime( 1277): ... 12 more
I/SurfaceFlinger( 1072): Boot is finished (28155 ms)
I/ActivityThread( 1239): Pub com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider
I/GservicesProvider( 1239): Gservices pushing to system: true; secure: true
I/ActivityThread( 1239): Pub com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider
E/OMXPlayer( 980): reset: 0x10240
D/ ( 980): setting block activity: 1
So i m now using the StockLitev7.1 by tj_droid, but recently i found a weird problem.
Long press the power key gives u the menu of Power Off , Data mode...etc right?
When I press it, the phone has no response and does a soft reboot.... I hv reflashed the ROM several times and the problem still exists...plz help!!!
I tried long pressing the power button when im viewing Catlog so I can see that a bunch of Android Runtime error, I quoted them and post them here:
(I remade the issue for 3 times.....Note that this is a clean install of ROM)
Logcat:
08-26 16:39:23.269 E/AndroidRuntime(341): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
08-26 16:39:23.269 E/AndroidRuntime(341): android.content.res.Resources$NotFoundException: Resource ID #0x10804e2
08-26 16:39:23.269 E/AndroidRuntime(341): at android.content.res.Resources.getValue(Resources.java:892)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.content.res.Resources.getDrawable(Resources.java:580)
08-26 16:39:23.269 E/AndroidRuntime(341): at com.android.internal.policy.impl.GlobalActions$SinglePressAction.create(GlobalActions.java:530)
08-26 16:39:23.269 E/AndroidRuntime(341): at com.android.internal.policy.impl.GlobalActions$MyAdapter.getView(GlobalActions.java:467)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.AbsListView.obtainView(AbsListView.java:1589)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.ListView.measureHeightOfChildren(ListView.java:1264)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.ListView.onMeasure(ListView.java:1175)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.View.measure(View.java:8313)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.View.measure(View.java:8313)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
08-26 16:39:23.269 E/AndroidRuntime(341): at com.android.internal.widget.WeightedLinearLayout.onMeasure(WeightedLinearLayout.java:60)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.View.measure(View.java:8313)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.View.measure(View.java:8313)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.View.measure(View.java:8313)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.ViewRoot.performTraversals(ViewRoot.java:845)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.view.ViewRoot.handleMessage(ViewRoot.java:1866)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.os.Handler.dispatchMessage(Handler.java:99)
08-26 16:39:23.269 E/AndroidRuntime(341): at android.os.Looper.loop(Looper.java:130)
08-26 16:39:23.269 E/AndroidRuntime(341): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:617)
08-26 16:44:19.419 E/AndroidRuntime(5477): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
08-26 16:44:19.419 E/AndroidRuntime(5477): android.content.res.Resources$NotFoundException: Resource ID #0x10804e2
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.content.res.Resources.getValue(Resources.java:892)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.content.res.Resources.getDrawable(Resources.java:580)
08-26 16:44:19.419 E/AndroidRuntime(5477): at com.android.internal.policy.impl.GlobalActions$SinglePressAction.create(GlobalActions.java:530)
08-26 16:44:19.419 E/AndroidRuntime(5477): at com.android.internal.policy.impl.GlobalActions$MyAdapter.getView(GlobalActions.java:467)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.AbsListView.obtainView(AbsListView.java:1589)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.ListView.measureHeightOfChildren(ListView.java:1264)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.ListView.onMeasure(ListView.java:1175)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.View.measure(View.java:8313)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.View.measure(View.java:8313)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
08-26 16:44:19.419 E/AndroidRuntime(5477): at com.android.internal.widget.WeightedLinearLayout.onMeasure(WeightedLinearLayout.java:60)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.View.measure(View.java:8313)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.View.measure(View.java:8313)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.View.measure(View.java:8313)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.ViewRoot.performTraversals(ViewRoot.java:845)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.view.ViewRoot.handleMessage(ViewRoot.java:1866)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.os.Handler.dispatchMessage(Handler.java:99)
08-26 16:44:19.419 E/AndroidRuntime(5477): at android.os.Looper.loop(Looper.java:130)
08-26 16:44:19.419 E/AndroidRuntime(5477): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:617)
08-26 16:48:30.399 E/AndroidRuntime(6429): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
08-26 16:48:30.399 E/AndroidRuntime(6429): android.content.res.Resources$NotFoundException: Resource ID #0x10804e2
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.content.res.Resources.getValue(Resources.java:892)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.content.res.Resources.getDrawable(Resources.java:580)
08-26 16:48:30.399 E/AndroidRuntime(6429): at com.android.internal.policy.impl.GlobalActions$SinglePressAction.create(GlobalActions.java:530)
08-26 16:48:30.399 E/AndroidRuntime(6429): at com.android.internal.policy.impl.GlobalActions$MyAdapter.getView(GlobalActions.java:467)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.AbsListView.obtainView(AbsListView.java:1589)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.ListView.measureHeightOfChildren(ListView.java:1264)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.ListView.onMeasure(ListView.java:1175)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.View.measure(View.java:8313)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.View.measure(View.java:8313)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1017)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.LinearLayout.measureVertical(LinearLayout.java:386)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.LinearLayout.onMeasure(LinearLayout.java:309)
08-26 16:48:30.399 E/AndroidRuntime(6429): at com.android.internal.widget.WeightedLinearLayout.onMeasure(WeightedLinearLayout.java:60)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.View.measure(View.java:8313)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.View.measure(View.java:8313)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3138)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.widget.FrameLayout.onMeasure(FrameLayout.java:250)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.View.measure(View.java:8313)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.ViewRoot.performTraversals(ViewRoot.java:845)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.view.ViewRoot.handleMessage(ViewRoot.java:1866)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.os.Handler.dispatchMessage(Handler.java:99)
08-26 16:48:30.399 E/AndroidRuntime(6429): at android.os.Looper.loop(Looper.java:130)
08-26 16:48:30.399 E/AndroidRuntime(6429): at com.android.server.WindowManagerService$PolicyThread.run(WindowManagerService.java:617)
Click to expand...
Click to collapse
Sent from my GT-S5830 using Tapatalk 2
Help....
Sent from my GT-S5830 using Tapatalk 2
The logcat doesn't include any log that shows the system doing a soft reboot. But it seems strange!
Try flashing via Odin first and then reflash stocklite
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
U know why?
U maybflashed a framework res apk wich doesnt contain epm
Thats why it reboots
Sent from my GT-S5830 using xda premium
shaaan said:
The logcat doesn't include any log that shows the system doing a soft reboot. But it seems strange!
Try flashing via Odin first and then reflash stocklite
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Click to expand...
Click to collapse
Reflashed from Froyo to GB to Stocklite...still rebooting after long press.....
shaaan said:
The logcat doesn't include any log that shows the system doing a soft reboot. But it seems strange!
Try flashing via Odin first and then reflash stocklite
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Click to expand...
Click to collapse
CoolCatGetHome said:
U know why?
U maybflashed a framework res apk wich doesnt contain epm
Thats why it reboots
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Spacecaker plz help.....the button is working fine for the first 10 minutes....I can turn off my phone, activate data...etc.....but after some time the button is not working......
ROMFlasherAce said:
Spacecaker plz help.....the button is working fine for the first 10 minutes....I can turn off my phone, activate data...etc.....but after some time the button is not working......
Click to expand...
Click to collapse
That is pretty weird!
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
shaaan said:
That is pretty weird!
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Click to expand...
Click to collapse
How can I help?
Flash other romand try the sm again
Sent from my GT-S5830 using xda premium
Flashing cm7 baaed ROM is fine, dunno about stock based ROMs ,going to flash that INDIGO which is based on StockLite (LOL)
And btw,I hv flashed StockLite before and didn't hv that problem......this problem started recently
Well, INDIGO is working fine for this moment, just like when i flashed a lean StockLite.............let's see if the problem will occur
Great, the rom has no prob at all
Sent from my GT-S5830 using Tapatalk 2
SOLVED My dialer force closes now when i try to make calls. it wont work at all on sense but works fine on aosp roms. Can someone give me a hand with this i have no idea what else to do. Right now the dialer disappears completely right after I try to dial a contacts number. I tried clearing application data etc. Nothing seems to be working.
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
FinZ28 said:
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
Click to expand...
Click to collapse
D/PowerManagerService( 591): releaseWakeLock(41b7fee8): CPU_MIN_NUM , tag=HtcListViewScroll_4.915, flags=0x400
W/dalvikvm( 7252): Exception Ljava/lang/IllegalArgumentException; thrown while initializing Lcom/htc/util/phone/DialUtils;
W/dalvikvm( 7252): threadid=1: thread exiting with uncaught exception (group=0x40d5d468)
E/EmbeddedLogger( 591): App crashed! Process: com.android.htcdialer
E/EmbeddedLogger( 591): App crashed! Package: com.android.htcdialer v417060080 (4.0.2220222138.473095.468169)
E/EmbeddedLogger( 591): App crashed! Package: com.android.htccontacts v418625837 (4.5.2311193234.539441.524814)
E/EmbeddedLogger( 591): Application Label: <MULTIPLE_PACKAGE>
E/AndroidRuntime( 7252): FATAL EXCEPTION: main
E/AndroidRuntime( 7252): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:4591)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5603)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5579)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5573)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.onListItemClick(Dialer.java:5544)
E/AndroidRuntime( 7252): at com.android.htcdialer.app.BaseListActivity$1.onItemClick(BaseListActivity.java:173)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:299)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAbsListView.performItemClick(HtcAbsListView.java:1252)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView.access$1701(HtcListView.java:86)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView$CheckForItemReleased.run(HtcListView.java:5407)
E/AndroidRuntime( 7252): at android.os.Handler.handleCallback(Handler.java)
E/AndroidRuntime( 7252): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 7252): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 7252): at android.app.ActivityThread.main(ActivityThread.java)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1029)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:796)
E/AndroidRuntime( 7252): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7252): Caused by: java.lang.IllegalArgumentException: key.length > 31
E/AndroidRuntime( 7252): at android.os.SystemProperties.get(SystemProperties.java)
E/AndroidRuntime( 7252): at com.htc.util.phone.ProjectUtils.calculatePropKey(ProjectUtils.java:171)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefixByProp(DialUtils.java:374)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefix(DialUtils.java:359)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.<clinit>(DialUtils.java:151)
E/AndroidRuntime( 7252): ... 19 more
W/ActivityManager( 591): Force finishing activity com.android.htccontacts/.DialerTabActivity
D/HtcDeviceInfoManager( 591): ADD_CRASH com.android.htcdialer
D/PowerManagerService( 591): acquireWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1, pid=591, uid=1000, mUserState=0x3
W/ActivityManager( 591): Activity pause timeout for ActivityRecord{41f02890 com.android.htccontacts/.DialerTabActivity}
D/memalloc( 240): ion: Allocated buffer base:0x438ac000 size:3768320 fd:81
D/memalloc( 240): ion: Allocated buffer base:0x40648000 size:4096 fd:84
D/memalloc( 1085): ion: Mapped buffer base:0x5d9df000 size:3768320 offset:0 fd:73
D/memalloc( 1085): ion: Mapped buffer base:0x5962c000 size:4096 offset:0 fd:77
V/InputMethodManagerService( 591): unbindCurrentInputLocked: client = [email protected]
I/InputMethodManagerService( 591): Disable input method client.
V/InputMethodManagerService( 591): switching to client: client = [email protected]
I/InputMethodManagerService( 591): Enable input method client.
D/HtcDeviceInfoManager( 591): UPDATE com.android.htcdialer fg=com.android.htcdialer
D/HtcDeviceInfoManager( 591): SET_TOP com.anddoes.launcher fg=com.android.htcdialer
D/memalloc( 240): ion: Allocated buffer base:0x43c44000 size:3768320 fd:37
D/memalloc( 240): ion: Allocated buffer base:0x40680000 size:4096 fd:88
D/memalloc( 1085): ion: Mapped buffer base:0x5eb28000 size:3768320 offset:0 fd:80
D/memalloc( 1085): ion: Mapped buffer base:0x5962d000 size:4096 offset:0 fd:85
I/FxActivity( 871): FxActivity.onDestroy()
D/PowerManagerService( 591): releaseWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1
D/memalloc( 240): ion: Allocated buffer base:0x43fdc000 size:3768320 fd:61
D/memalloc( 240): ion: Allocated buffer base:0x406c0000 size:4096 fd:63
D/memalloc( 1085): ion: Mapped buffer base:0x5f00b000 size:3768320 offset:0 fd:71
D/memalloc( 1085): ion: Mapped buffer base:0x5962e000 size:4096 offset:0 fd:92
D/StateMachine( 591): handleMessage: E msg.what=131155
D/StateMachine( 591): processMsg: ConnectedState
D/WifiStateMachine( 591): ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/StateMachine( 591): processMsg: L2ConnectedState
D/WifiStateMachine( 591): L2ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/WifiStateMachine( 591): fetchRssiAndLinkSpeedNative RSSI = -47
D/StateMachine( 591): handleMessage: X
W/System.err( 2359): java.io.FileNotFoundException: /sys/class/net/eth0/statistics/rx_bytes: open failed: ENOENT (No such file or directory)
W/System.err( 2359): at libcore.io.IoBridge.open(IoBridge.java:416)
W/System.err( 2359): at java.io.FileInputStream.<init>(FileInputStream.java:78)
W/System.err( 2359): at
Sent from my EVO using Tapatalk 2
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
thicklizard said:
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Kidromulous said:
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
you can select not use rm-rf in twrp settings and if you read up about clockwork mod its not recomended for the LTE. Something about corrupting partitions
Sent from my EVO 4G LTE using xda premium
Porting Rom, crashes after "unfortunately the process com.android.phone has stopped"
I'm trying to port a 4.0.4 rom from the samsung galaxy note to the xperia play. I've crushed a good amount of bugs so far, but I still can't get it past the boot-splash except for a couple seconds after wiping the dalvik cache or not wiping data on first boot.
So when I flash my attempted port rom over itself with wiping everything but data it boots and I get to the android is updating screen and after it's finished optimizing all the apps a dialog box with "unfortunately the process com.android.phone has stopped" and I can see the android setup screen in the background. But immediately after the dialog box appears my phone soft reboots (it goes immediately to the boot-splash) and is stuck at the boot-splash.
If I flash the attempted port rom after wiping everything including data I'm just stuck at the boot-splash screen.
Here is the logcat when the phone crashes after the error dialog onscreen:
Code:
[ 01-06 06:21:43.507 2024:0x7e8 E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.android.internal.telephony.SemcRIL
at android.app.ActivityThread.handleBindApplication(ActivityThread.java)
at android.app.ActivityThread.access$1300(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.android.internal.telephony.SemcRIL
at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java)
at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java)
at com.android.phone.PhoneApp.onCreate(PhoneApp.java:443)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java)
... 11 more
Caused by: java.lang.ClassNotFoundException: com.android.internal.telephony.SemcRIL
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:217)
at java.lang.Class.forName(Class.java:172)
... 15 more
Caused by: java.lang.NoClassDefFoundError: com/android/internal/telephony/SemcRIL
... 18 more
Caused by: java.lang.ClassNotFoundException: com.android.internal.telephony.SemcRIL
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
... 18 more
Right here also seems to be where the setup wizard fails to start or something similar, does anyone know what this log means?
Code:
[ 01-06 07:09:05.237 1923:0x783 E/ViewRootImpl ]
IllegalArgumentException locking surface
java.lang.IllegalArgumentException
at android.view.Surface.lockCanvasNative(Native Method)
at android.view.Surface.lockCanvas(Surface.java)
at android.view.ViewRootImpl.draw(ViewRootImpl.java)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 07:09:05.237 1923:0x783 D/PhoneStatusBar ]
disable: < EXPAND ICONS ALERTS ticker SYSTEM_INFO back HOME RECENT clock >
[ 01-06 07:09:05.237 1923:0x7cc I/StorageNotification ]
UMS connection changed to true (media state removed)
[ 01-06 07:09:05.237 2069:0x815 E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to get provider com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider: java.lang.NullPointerException
at android.app.ActivityThread.installProvider(ActivityThread.java)
at android.app.ActivityThread.installContentProviders(ActivityThread.java)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java)
at android.app.ActivityThread.access$1300(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at android.accounts.AccountManager.getAccounts(AccountManager.java)
at android.accounts.AccountManager.addOnAccountsUpdatedListener(AccountManager.java)
at com.google.android.gsf.subscribedfeeds.AbstractSyncableContentProvider.onCreate(AbstractSyncableContentProvider.java:169)
at com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider.onCreate(SubscribedFeedsProvider.java:78)
at android.content.ContentProvider.attachInfo(ContentProvider.java)
... 13 more
[ 01-06 07:09:05.247 2069:0x815 I/Process ]
Sending signal. PID: 2069 SIG: 9
[ 01-06 07:09:05.247 2069:0x815 E/AndroidRuntime ]
Error reporting crash
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 07:09:05.257 2020:0x7e4 E/InputQueue-JNI ]
channel '2bcfa598 com.google.android.setupwizard/com.google.android.setupwizard.WelcomeActivity (client)' ~ Publisher closed input channel or an error occurred. events=0x8
[ 01-06 07:09:05.267 1824:0x720 I/Zygote ]
Exit zygote because system server (1830) has terminated
[ 01-06 07:09:05.427 2118:0x846 D/AndroidRuntime ]
I hope someone can help me
Thank's to everyone in advance :fingers-crossed:
So I can't interact with my phone, but after digging a little deeper I was able to get it to not reboot, but now it flashes from a blank screen to a screen that says "unfortunately the process com.android.phone has stopped" with the statusbar indicating no network and the app to set up your phone in the background and adb produced some new errors that I can't begin to understand.
Code:
01-06 11:33:56.058 8063:0x1f9e E/AndroidRuntime ]
*** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
java.lang.RuntimeException: Error receiving broadcast Intent { act=android.hardware.usb.action.USB_STATE flg=0x20000010 (has extras) } in [email protected]
at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at com.android.server.ServerThread.run(SystemServer.java:826)
Caused by: java.lang.IllegalArgumentException
at com.android.server.MountService.getVolumeState(MountService.java:1404)
at com.android.server.MountService.notifyShareAvailabilityChange(MountService.java:1026)
at com.android.server.MountService.access$1300(MountService.java:92)
at com.android.server.MountService$1.onReceive(MountService.java:546)
... 5 more
[ 01-06 11:33:56.248 8224:0x2020 E/AbstractCompatWrapper ]
Invalid input to AbstructCompatWrapper
[ 01-06 11:33:56.248 8224:0x2020 E/CompatUtils ]
Exception in invoke: NullPointerException
[ 01-06 11:33:56.248 8224:0x2020 E/CompatUtils ]
Exception in invoke: InvocationTargetException
[ 01-06 11:33:56.268 8241:0x2031 E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.AssertionError: android.os.DeadObjectException
at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java)
at android.app.LoadedApk.getClassLoader(LoadedApk.java)
at android.app.LoadedApk.makeApplication(LoadedApk.java)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java)
at android.app.ActivityThread.access$1300(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java)
... 14 more
[ 01-06 11:33:56.268 8241:0x2031 E/AndroidRuntime ]
Error reporting crash
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 11:33:56.278 8224:0x2020 E/AbstractCompatWrapper ]
Invalid input to AbstructCompatWrapper
[ 01-06 11:33:56.278 8224:0x2020 E/CompatUtils ]
Exception in invoke: NullPointerException
[ 01-06 11:33:56.288 8254:0x203e E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.AssertionError: android.os.DeadObjectException
at android.app.LoadedApk.initializeJavaContextClassLoader(LoadedApk.java)
at android.app.LoadedApk.getClassLoader(LoadedApk.java)
at android.app.LoadedApk.makeApplication(LoadedApk.java)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java)
at android.app.ActivityThread.access$1300(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.content.pm.IPackageManager$Stub$Proxy.getPackageInfo(IPackageManager.java)
... 14 more
[ 01-06 11:33:56.288 8254:0x203e E/AndroidRuntime ]
Error reporting crash
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 11:33:56.328 8224:0x2020 E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to create service com.android.inputmethod.latin.LatinIME: java.lang.NullPointerException
at android.app.ActivityThread.handleCreateService(ActivityThread.java)
at android.app.ActivityThread.access$1600(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at android.view.accessibility.AccessibilityManager.<init>(AccessibilityManager.java)
at android.view.accessibility.AccessibilityManager.getInstance(AccessibilityManager.java)
at android.app.ContextImpl$2.getService(ContextImpl.java)
at android.app.ContextImpl.getSystemService(ContextImpl.java)
at android.content.ContextWrapper.getSystemService(ContextWrapper.java)
at com.android.inputmethod.accessibility.AccessibilityUtils.initInternal(AccessibilityUtils.java:79)
at com.android.inputmethod.accessibility.AccessibilityUtils.init(AccessibilityUtils.java:63)
at com.android.inputmethod.latin.LatinIME.onCreate(LatinIME.java:495)
... 11 more
[ 01-06 11:33:56.328 8224:0x2020 E/AndroidRuntime ]
Error reporting crash
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 11:33:56.328 1608:0x648 E/installd ]
eof
[ 01-06 11:33:56.328 1608:0x648 E/installd ]
failed to read size
[ 01-06 11:33:56.418 8158:0x1fde E/InputQueue-JNI ]
channel '2b8e8580 RecentsPanel (client)' ~ Publisher closed input channel or an error occurred. events=0x8
[ 01-06 11:33:56.418 8158:0x1fde E/AudioManager ]
Dead object in getRingerMode
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.media.IAudioService$Stub$Proxy.getRingerMode(IAudioService.java)
at android.media.AudioManager.getRingerMode(AudioManager.java)
at com.android.systemui.statusbar.phone.PhoneStatusBarPolicy.updateVolume(PhoneStatusBarPolicy.java:245)
at com.android.systemui.statusbar.phone.PhoneStatusBarPolicy.access$300(PhoneStatusBarPolicy.java:53)
at com.android.systemui.statusbar.phone.PhoneStatusBarPolicy$1.onReceive(PhoneStatusBarPolicy.java:133)
at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 11:33:56.428 8158:0x1fde E/AudioManager ]
Dead object in shouldVibrate
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.media.IAudioService$Stub$Proxy.shouldVibrate(IAudioService.java)
at android.media.AudioManager.shouldVibrate(AudioManager.java)
at com.android.systemui.statusbar.phone.PhoneStatusBarPolicy.updateVolume(PhoneStatusBarPolicy.java:251)
at com.android.systemui.statusbar.phone.PhoneStatusBarPolicy.access$300(PhoneStatusBarPolicy.java:53)
at com.android.systemui.statusbar.phone.PhoneStatusBarPolicy$1.onReceive(PhoneStatusBarPolicy.java:133)
at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
[ 01-06 11:33:56.438 8158:0x1fde E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.RuntimeException: Package manager has died
at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java)
at android.app.ApplicationPackageManager.getResourcesForApplication(ApplicationPackageManager.java)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:185)
at com.android.systemui.statusbar.StatusBarIconView.getIcon(StatusBarIconView.java:169)
at com.android.systemui.statusbar.StatusBarIconView.set(StatusBarIconView.java:138)
at com.android.systemui.statusbar.StatusBarIconView.set(StatusBarIconView.java:122)
at com.android.systemui.statusbar.phone.PhoneStatusBar.addIcon(PhoneStatusBar.java:734)
at com.android.systemui.statusbar.CommandQueue$H.handleMessage(CommandQueue.java:212)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.content.pm.IPackageManager$Stub$Proxy.getApplicationInfo(IPackageManager.java)
... 16 more
[ 01-06 11:33:56.438 8158:0x1fde E/AndroidRuntime ]
Error reporting crash
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java)
at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
at dalvik.system.NativeStart.main(Native Method)