android.process.acore force close - G1 Q&A, Help & Troubleshooting

Everytime I install a new ROM that isn't 1.6, I get an android.process.acore when using the send/call button in the contacts app. I'm currently running cannon's 2.1, and it's been doing this. This has also occurred in other ROMs i installed such as eugene's eclair rom. Does anyone know if this happens to everyone or if its just my phone? How would I go on to fixing this if possible? Thanks.

a logcat would be helpful here.
Might be a problem with the default contact/phone apk. You could try a 3rd party application and set that as default and see if that fixes it.

Code:
I/ActivityManager( 2733): Starting activity: Intent { act=android.intent.action.VIEW dat=content://com.android.contacts/contacts/lookup/1212i6.1212i296b1ff40e269798/74 cmp=com.android.contacts/.ViewContactActivity }
W/AudioFlinger( 2717): write blocked for 92 msecs, 40 delayed writes, thread 0xcda0
D/NetworkLocationProvider( 2733): onCellLocationChanged [26299,44233]
D/Sources ( 3741): Creating external source for type=com.facebook.auth.login, packageName=com.facebook.katana
I/ActivityManager( 2733): Displayed activity com.android.contacts/.ViewContactActivity: 846 ms (total 846 ms)
W/Sources ( 3741): Unknown type=com.google, mime=vnd.com.google.cursor.item/contact_misc
W/Sources ( 3741): Unknown type=com.google, mime=vnd.com.google.cursor.item/contact_misc
W/Sources ( 3741): Unknown type=com.google, mime=vnd.android.cursor.item/group_membership
D/NetworkLocationProvider( 2733): onCellLocationChanged [26299,61953]
I/ActivityManager( 2733): Starting activity: Intent { act=android.intent.action.CALL_PRIVILEGED dat=content://com.android.contacts/contacts/74 }
D/AndroidRuntime( 3741): Shutting down VM
W/dalvikvm( 3741): threadid=3: thread exiting with uncaught exception (group=0x4001e180)
E/AndroidRuntime( 3741): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 3741): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.CALL_PRIVILEGED dat=content://com.android.contacts/contacts/74 }
E/AndroidRuntime( 3741): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
E/AndroidRuntime( 3741): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
E/AndroidRuntime( 3741): at android.app.Activity.startActivityForResult(Activity.java:2749)
E/AndroidRuntime( 3741): at android.app.Activity.startActivity(Activity.java:2855)
E/AndroidRuntime( 3741): at com.android.contacts.ViewContactActivity.onKeyDown(ViewContactActivity.java:715)
E/AndroidRuntime( 3741): at android.view.KeyEvent.dispatch(KeyEvent.java:1037)
E/AndroidRuntime( 3741): at android.app.Activity.dispatchKeyEvent(Activity.java:2043)
E/AndroidRuntime( 3741): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1631)
E/AndroidRuntime( 3741): at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2368)
E/AndroidRuntime( 3741): at android.view.ViewRoot.handleFinishedEvent(ViewRoot.java:2338)
E/AndroidRuntime( 3741): at android.view.ViewRoot.handleMessage(ViewRoot.java:1641)
E/AndroidRuntime( 3741): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3741): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 3741): at android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime( 3741): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3741): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 3741): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 3741): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 3741): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 2733): Sending signal. PID: 3741 SIG: 3
I/dalvikvm( 3741): threadid=7: reacting to signal 3
I/dalvikvm( 3741): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 2733): Added state dump to 1 crashes
logcat of when i hit send on the contacts app
what other third party contact apk can you sugges for me? thanks

The ones you mentioned are fine, or wysie_sho (sorry something like that) has his modified in the dev section. Just rename and copy to /system/app/.

Related

Crash when trying to share a photo via MMS

Hey folks,
I'm getting a strange error doing something that should work just fine. I'm on Cyanogen 3.6.5.
Here's what I did:
Open Astro
Navigate to a photo
Open the photo with "View Picture" (not "ASTRO Image Viewer")
The picture comes up (so I know it really exists and is not corrupted)
Menu --> Share --> Messaging
At this point, the process com.android.mms crashes: "The application Messaging (process com.android.mms) has stopped unexpectedly."
Why can't I share the photo?
Watching the log while I attempt this, I see the following:
Code:
I/ActivityManager( 131): Start proc com.metago.astro for content provider com.metago.astro/.provider.FileSystemProvider: pid=2420 uid=10066 gids={}
D/dalvikvm( 2395): GC freed 2850 objects / 194720 bytes in 457ms
I/ActivityThread( 2420): Publishing provider com.metago.astro.compressed: com.metago.astro.provider.CompressedFileProvider
I/ActivityThread( 2420): Publishing provider com.metago.astro.extension: com.metago.astro.provider.FileExtensionProvider
I/ActivityThread( 2420): Publishing provider com.metago.astro.filesystem: com.metago.astro.provider.FileSystemProvider
D/FileSystemProvider( 2420): open file uri:content://com.metago.astro.filesystem/sdcard/dcim/Camera/me.jpg
D/FileSystemProvider( 2420): id:me.jpg
D/FileSystemProvider( 2420): path:/sdcard/dcim/Camera/me.jpg
D/FileSystemProvider( 2420): path segs:[sdcard, dcim, Camera, me.jpg]
D/FileSystemProvider( 2420): query:null
D/FileSystemProvider( 2420): Trace 1
D/FileSystemProvider( 2420): Trace 4
D/FileSystemProvider( 2420): Trace 6
D/FileSystemProvider( 2420): Trace 7 path:/sdcard/dcim/Camera/me.jpg
D/FileSystemProvider( 2420): Trace 8 pfd:{ParcelFileDescriptor: [email protected]}
D/AndroidRuntime( 2410): Shutting down VM
W/dalvikvm( 2410): threadid=3: thread exiting with uncaught exception (group=0x4000fe70)
E/AndroidRuntime( 2410): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 2410): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.mms/com.android.mms.ui.ComposeMessageActivity}: java.lang.IllegalArgumentException: Query on content://com.metago.astro.filesystem/sdcard/dcim/Camera/me.jpg returns null result.
E/AndroidRuntime( 2410): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)
E/AndroidRuntime( 2410): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
E/AndroidRuntime( 2410): at android.app.ActivityThread.access$1800(ActivityThread.java:112)
E/AndroidRuntime( 2410): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
E/AndroidRuntime( 2410): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2410): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2410): at android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime( 2410): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2410): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 2410): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 2410): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 2410): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2410): Caused by: java.lang.IllegalArgumentException: Query on content://com.metago.astro.filesystem/sdcard/dcim/Camera/me.jpg returns null result.
E/AndroidRuntime( 2410): at com.android.mms.ui.UriImage.initFromContentUri(UriImage.java:97)
E/AndroidRuntime( 2410): at com.android.mms.ui.UriImage.<init>(UriImage.java:62)
E/AndroidRuntime( 2410): at com.android.mms.model.ImageModel.initModelFromUri(ImageModel.java:76)
E/AndroidRuntime( 2410): at com.android.mms.model.ImageModel.<init>(ImageModel.java:58)
E/AndroidRuntime( 2410): at com.android.mms.ui.AttachmentEditor.changeImage(AttachmentEditor.java:247)
E/AndroidRuntime( 2410): at com.android.mms.ui.ComposeMessageActivity.addImage(ComposeMessageActivity.java:2347)
E/AndroidRuntime( 2410): at com.android.mms.ui.ComposeMessageActivity.handleSendIntent(ComposeMessageActivity.java:2424)
E/AndroidRuntime( 2410): at com.android.mms.ui.ComposeMessageActivity.onCreate(ComposeMessageActivity.java:1622)
E/AndroidRuntime( 2410): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
E/AndroidRuntime( 2410): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2231)
E/AndroidRuntime( 2410): ... 11 more
I/Process ( 131): Sending signal. PID: 2410 SIG: 3
I/dalvikvm( 2410): threadid=7: reacting to signal 3
I/dalvikvm( 2410): Wrote stack trace to '/data/anr/traces.txt'

Old Market on Donut

How can I downgrade the market app? I miss the ability to filter free/paid that I had using the old market.
Push the vending app from the rom you want to use the market from.
I tried using Vending.apk from JACMan_xROM_1.52. When I open the Market app, I get a FC. I saw the Dex error, so I tried clearing the dalvik cache. no change after that.
Logcat reports:
I/ActivityManager( 545): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10
200000 cmp=com.android.vending/.AssetBrowserActivity }
I/ActivityManager( 545): Start proc com.android.vending for activity com.android.vending/.AssetBrowserActivity: pid=1199 uid=10016
gids={3003, 1015}
I/ActivityThread( 1199): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
D/dalvikvm( 1199): DexOpt: couldn't find static field
W/dalvikvm( 1199): VFY: unable to resolve static field 38 (MARKET_DOWNLOAD_SCHEDULED) in Landroid/provider/Checkin$Stats$Tag;
W/dalvikvm( 1199): VFY: rejecting opcode 0x62 at 0x0091
W/dalvikvm( 1199): VFY: rejected Lcom/android/vending/AssetDownloader;.startDownload (Landroid/content/Context;Lcom/android/vending
/model/DownloadInfo;Ljava/lang/String;Ljava/lang/String;Lcom/android/vending/api/LocalAssetDatabase;Ljava/lang/StringV
W/dalvikvm( 1199): Verifier rejected class Lcom/android/vending/AssetDownloader;
D/AndroidRuntime( 1199): Shutting down VM
W/dalvikvm( 1199): threadid=3: thread exiting with uncaught exception (group=0x4001dab0)
E/AndroidRuntime( 1199): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 1199): java.lang.VerifyError: com.android.vending.AssetDownloader
E/AndroidRuntime( 1199): at com.android.vending.ServiceLocator.init(ServiceLocator.java:79)
E/AndroidRuntime( 1199): at com.android.vending.VendingApplication.onCreate(VendingApplication.java:153)
E/AndroidRuntime( 1199): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1045)
E/AndroidRuntime( 1199): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3871)
E/AndroidRuntime( 1199): at android.app.ActivityThread.access$2800(ActivityThread.java:116)
E/AndroidRuntime( 1199): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831)
E/AndroidRuntime( 1199): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1199): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1199): at android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 1199): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1199): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1199): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 1199): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 1199): at dalvik.system.NativeStart.main(Native Method)
I/Process ( 545): Sending signal. PID: 1199 SIG: 3
I/dalvikvm( 1199): threadid=7: reacting to signal 3
I/dalvikvm( 1199): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 545): Added state dump to 1 crashes

[PORT HELP] Droid X Music Player

Hi, I was trying to port the music player from Droid X but im stuck in a library error:
I/ActivityManager( 1630): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/.Launcher }
I/ActivityManager( 1630): Starting activity: Intent { act=com.android.music.PLAYBACK_VIEWER flg=0x10000000 cmp=com.android.music/.MediaPlaybackActivity bnds=[0,152][854,248] }
D/VisualizationView( 4324): onDestroy entered 0
D/VisualizationView( 4324): onDestroy exited 0
D/VisualizationLib( 4324): load libvisualization_jni
I/dalvikvm( 4324): Unable to dlopen(/system/lib/libvisualization_jni.so): Cannot load library: link_image[2033]: failed to link libvisualization_jni.so
I/dalvikvm( 4324):
W/dalvikvm( 4324): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/motorola/visualization/VisualizationLib;.<clinit>
D/AndroidRuntime( 4324): Shutting down VM
W/dalvikvm( 4324): threadid=1: thread exiting with uncaught exception (group=0x4001d7d8)
E/AndroidRuntime( 4324): FATAL EXCEPTION: main
E/AndroidRuntime( 4324): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 4324): at com.android.music.MediaPlaybackActivity.onCreate(MediaPlaybackActivity.java:230)
E/AndroidRuntime( 4324): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 4324): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime( 4324): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 4324): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 4324): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 4324): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4324): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 4324): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 4324): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4324): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 4324): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 4324): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 4324): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4324): Caused by: java.lang.UnsatisfiedLinkError: Library visualization_jni not found
E/AndroidRuntime( 4324): at java.lang.Runtime.loadLibrary(Runtime.java:461)
E/AndroidRuntime( 4324): at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime( 4324): at com.motorola.visualization.VisualizationLib.<clinit>(VisualizationLib.java:12)
E/AndroidRuntime( 4324): ... 14 more
W/ActivityManager( 1630): Force finishing activity com.android.music/.MediaPlaybackActivity
In bold the error that I'm sure it's causing the FC. Any help would be aprecciated.
NOTE: Visualization.apk pushed to /system/app with chmod 644
libvisualization_jni.so pushed to /system/lib with chmod 644

[Q] Can't add contact to message in Messaging app

When I am in the Messaging application and click the New Message option then press the Contacts button to select a contact to add to the message, I get a Force Close with error "The process android.process.acore has stopped unexpectedly". The error from the system log below is indicating "Invalid column account_status"
My phone is an unmodified factory JP3 Froyo ROM (it came with this out of the box). I tried resetting the phone to factory settings and not linking to any Accounts. Even in this original state the error still occurs.
Any ideas what might be wrong or how I can fix this?
I/ActivityManager( 2510): Starting activity: Intent { act=intent.action.INTERACTION_LIST cmp=com.android.contacts/com.sec.android.app.contacts.InteractionListActivity (has extras) }
I/InteractionListActivity( 9256): Called with action: intent.action.INTERACTION_LIST
D/wangear ( 9256): pp
D/AndroidRuntime( 9256): Shutting down VM
W/dalvikvm( 9256): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)
E/AndroidRuntime( 9256): FATAL EXCEPTION: main
E/AndroidRuntime( 9256): java.lang.RuntimeException: Unable to resume activity {com.android.contacts/com.sec.android.app.contacts.InteractionListActivity}: java.lang.IllegalArgumentException: Invalid column account_status
E/AndroidRuntime( 9256): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3128)
E/AndroidRuntime( 9256): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3143)
E/AndroidRuntime( 9256): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2684)
E/AndroidRuntime( 9256): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 9256): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 9256): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9256): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 9256): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 9256): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9256): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 9256): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:871)
E/AndroidRuntime( 9256): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)
E/AndroidRuntime( 9256): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9256): Caused by: java.lang.IllegalArgumentException: Invalid column account_status
E/AndroidRuntime( 9256): at android.database.sqlite.SQLiteQueryBuilder.computeProjection(SQLiteQueryBuilder.java:523)
E/AndroidRuntime( 9256): at android.database.sqlite.SQLiteQueryBuilder.buildQuery(SQLiteQueryBuilder.java:370)
E/AndroidRuntime( 9256): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:323)
E/AndroidRuntime( 9256): at com.android.providers.contacts.ContactsProvider2.query(ContactsProvider2.java:7851)
E/AndroidRuntime( 9256): at com.android.providers.contacts.ContactsProvider2.query(ContactsProvider2.java:7836)
E/AndroidRuntime( 9256): at android.content.ContentProvider$Transport.query(ContentProvider.java:163)
E/AndroidRuntime( 9256): at android.content.ContentResolver.query(ContentResolver.java:245)
E/AndroidRuntime( 9256): at com.sec.android.app.contacts.InteractionListActivity.onResume(InteractionListActivity.java:1110)
E/AndroidRuntime( 9256): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1149)
E/AndroidRuntime( 9256): at android.app.Activity.performResume(Activity.java:3823)
E/AndroidRuntime( 9256): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3118)
E/AndroidRuntime( 9256): ... 12 more
In case this helps someone in the future ...
I gave in trying to fix this and flashed a JPM ROM. This fixed the problem. Also I noticed my BuddiesNow widget was having the same problem and this is fixed with the new ROM.

[Q] FC when trying to access modules or downloads in Xposed Installer

Xposed version 74 (by romracer / 20150911), compiled for SDK 22
Device: Nexus 6 (motorola), Android version 5.1.1 (SDK 22)
ROM: LYZ28J (Pure Nexus 5.1.1-20150828)
Platform: armeabi-v7a, 32-bit binary, system server: yes
SELinux enabled: yes, enforcing: yes
I just started having a force close when I try to access the Downloads or Modules section in Xposed Installer.
All the modules seem to be working though.
Recent changes were that I updated the radio to the M version .32R
Other than that I installer Airdroid and A new layers theme.
The log shows nothing about the problem, attached the log to this post. (Is there a way to have a verbose log on Xposed?).
Any suggestions/ideas?
Thank you
Found this on logcat:
Code:
I/ActivityManager( 864): START u0 {cmp=de.robv.android.xposed.installer/.XposedInstallerActivity (has extras)} from uid 10117 on display 0
V/WindowManager( 864): addAppToken: AppWindowToken{1c9f5ffe token=Token{1704afb9 ActivityRecord{1950cd80 u0 de.robv.android.xposed.installer/.XposedInstallerActivity t6878}}} to stack=1 task=6878 at 1
V/WindowManager( 864): Adding window Window{2bb541ac u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.XposedInstallerActivity} at 3 of 8 (after Window{e271e67 u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity})
W/ResourceType( 6497): For resource 0x7f040023, entry index(35) is beyond type entryCount(4)
W/ResourceType( 6497): Failure getting entry for 0x7f040023 (t=3 e=35) (error -75)
D/AndroidRuntime( 6497): Shutting down VM
E/AndroidRuntime( 6497): FATAL EXCEPTION: main
E/AndroidRuntime( 6497): Process: de.robv.android.xposed.installer, PID: 6497
E/AndroidRuntime( 6497): android.view.InflateException: Binary XML file line #35: Error inflating class <unknown>
E/AndroidRuntime( 6497): at android.view.LayoutInflater.createView(LayoutInflater.java:633)
E/AndroidRuntime( 6497): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:55)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.onCreateView(LayoutInflater.java:682)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:741)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.inflate(LayoutInflater.java:504)
E/AndroidRuntime( 6497): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 6497): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:668)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.inflate(<Xposed>)
E/AndroidRuntime( 6497): at android.view.LayoutInflater.inflate(LayoutInflater.java:414)
E/AndroidRuntime( 6497): at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:371)
E/AndroidRuntime( 6497): at android.widget.ArrayAdapter.getView(ArrayAdapter.java:362)
E/AndroidRuntime( 6497): at de.robv.android.xposed.installer.ModulesFragment$ModuleAdapter.getView(ModulesFragment.java:268)
E/AndroidRuntime( 6497): at android.widget.AbsListView.obtainView(AbsListView.java:2349)
E/AndroidRuntime( 6497): at android.widget.ListView.makeAndAddView(ListView.java:1864)
E/AndroidRuntime( 6497): at android.widget.ListView.fillDown(ListView.java:698)
E/AndroidRuntime( 6497): at android.widget.ListView.fillFromTop(ListView.java:759)
E/AndroidRuntime( 6497): at android.widget.ListView.layoutChildren(ListView.java:1673)
E/AndroidRuntime( 6497): at android.widget.AbsListView.onLayout(AbsListView.java:2153)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:494)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)
E/AndroidRuntime( 6497): at android.widget.FrameLayout.onLayout(FrameLayout.java:514)
E/AndroidRuntime( 6497): at android.view.View.layout(View.java:15670)
E/AndroidRuntime( 6497): at android.view.ViewGroup.layout(ViewGroup.java:5038)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2086)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1843)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1061)
E/AndroidRuntime( 6497): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5885)
E/AndroidRuntime( 6497): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767)
E/AndroidRuntime( 6497): at android.view.Choreographer.doCallbacks(Choreographer.java:580)
E/AndroidRuntime( 6497): at android.view.Choreographer.doFrame(Choreographer.java:550)
E/AndroidRuntime( 6497): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
E/AndroidRuntime( 6497): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 6497): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 6497): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 6497): at android.app.ActivityThread.main(ActivityThread.java:5256)
E/AndroidRuntime( 6497): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 6497): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 6497): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
E/AndroidRuntime( 6497): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
E/AndroidRuntime( 6497): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
E/AndroidRuntime( 6497): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 6497): at java.lang.reflect.Constructor.newInsta
W/ActivityManager( 864): Force finishing activity 1 de.robv.android.xposed.installer/.XposedInstallerActivity
W/ActivityManager( 864): Force finishing activity 2 de.robv.android.xposed.installer/.WelcomeActivity
Code:
W/ActivityManager( 864): Activity pause timeout for ActivityRecord{1950cd80 u0 de.robv.android.xposed.installer/.XposedInstallerActivity t6878 f}
W/OpenGLRenderer( 2081): Incorrectly called buildLayer on View: aep, destroying layer...
D/TaskPersister( 864): removeObsoleteFile: deleting file=6877_task.xml
I/Process ( 6497): Sending signal. PID: 6497 SIG: 9
D/OpenGLRenderer( 864): endAllStagingAnimators on 0x9e553d80 (RippleDrawable) with handle 0x9e67e520
E/JavaBinder( 864): !!! FAILED BINDER TRANSACTION !!!
W/InputMethodManagerService( 864): Got RemoteException sending setActive(false) notification to pid 6497 uid 10117
E/JavaBinder( 864): !!! FAILED BINDER TRANSACTION !!!
I/WindowState( 864): WIN DEATH: Window{2bb541ac u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.XposedInstallerActivity}
I/WindowState( 864): WIN DEATH: Window{e271e67 u0 de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity}
I/ActivityManager( 864): Process de.robv.android.xposed.installer (pid 6497) has died
Fixed by removing layers
Started by removing Airdroid, no luck.
Removed layers and now it is working fine, no force close.
The layers that were installed are:
https://play.google.com/store/apps/details?id=com.pippo96.materialdark
Hope this helps someone in the future.
You might want to switch to the recent version and don't use a version that is outdated for months...
Gesendet von meinem XT1072 mit Tapatalk

Categories

Resources