Anyone having market crashes? - Nexus One Q&A, Help & Troubleshooting

I updated to Froyo from CM.
Some market updates/installs are fine. Some cause this crash and the Android GUI restarts (the whole N1 doesn't reboot however).
D/VoldCmdListener( 54): asec list
I/PackageHelper( 652): Size of container 2 MB 689299 bytes
W/dalvikvm( 83): threadid=11: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime( 83): *** FATAL EXCEPTION IN SYSTEM PROCESS: PackageManager
E/AndroidRuntime( 83): java.lang.SecurityException: Requires android.permission.ASEC_CREATE permission
E/AndroidRuntime( 83): at android.os.Parcel.readException(Parcel.java:1247)
E/AndroidRuntime( 83): at android.os.Parcel.readException(Parcel.java:1235)
E/AndroidRuntime( 83): at com.android.internal.app.IMediaContainerService$Stub$Proxy.copyResourceToContainer(IMediaContainerService.java:164)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$SdInstallArgs.copyApk(PackageManagerService.java:5341)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$InstallParams.handleStartCopy(PackageManagerService.java:4956)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$HandlerParams.startCopy(PackageManagerService.java:4815)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$PackageHandler.doHandleMessage(PackageManagerService.java:470)
E/AndroidRuntime( 83): at com.android.server.PackageManagerService$PackageHandler.handleMessage(PackageManagerService.java:415)
E/AndroidRuntime( 83): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 83): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 83): at android.os.HandlerThread.run(HandlerThread.java:60)

I believe I get the same issue and log messages when I try to move applications to my sdcard either from the applications menu or by adb command. :/

I have the same error when trying to install the latest version of Neocore.

I have the same problem. Is there a solution ? Would full data wipe help ?

Just did a full data wipe, and it helped for me.

Yeah, have to do full wipe to fix it.

Isn't there any other solutions ?
I don't really feel like wiping now.. :s

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'

Market Install FC

Not sure what started it, but the market will download an app and then force close while trying to install.
Code:
D/vending ( 2920): com.android.vending.AssetDownloader$DownloadManagerBroadcastReceiver.ha
ndleDownloadCompletedAction(): Got a download completed intent.
D/vending ( 2920): com.android.vending.api.LocalAssetDatabase.notifyListener(): 2730644506
555660122 / INSTALLING
W/dalvikvm( 2920): threadid=23: thread exiting with uncaught exception (group=0x4001e170)
E/AndroidRuntime( 2920): Uncaught handler: thread Thread-19 exiting due to uncaught except
ion
E/AndroidRuntime( 2920): java.lang.SecurityException: Neither user 10003 nor current proce
ss has android.permission.INSTALL_PACKAGES.
E/AndroidRuntime( 2920): at android.os.Parcel.readException(Parcel.java:1246)
E/AndroidRuntime( 2920): at android.os.Parcel.readException(Parcel.java:1234)
E/AndroidRuntime( 2920): at android.content.pm.IPackageManager$Stub$Proxy.installPa
ckage(IPackageManager.java:1738)
E/AndroidRuntime( 2920): at android.app.ApplicationContext$ApplicationPackageManage
r.installPackage(ApplicationContext.java:2341)
E/AndroidRuntime( 2920): at com.android.vending.AssetDownloader$DownloadManagerBroa
dcastReceiver.installFromUri(AssetDownloader.java:370)
E/AndroidRuntime( 2920): at com.android.vending.AssetDownloader$DownloadManagerBroa
dcastReceiver$1.run(AssetDownloader.java:243)
E/AndroidRuntime( 2920): at java.lang.Thread.run(Thread.java:1096)
I/Process ( 151): Sending signal. PID: 2920 SIG: 3
I/dalvikvm( 2920): threadid=7: reacting to signal 3
Something about permissions? I think fix_permissions would fix, but any other ideas?
Update: ran fix permissions with no changes, log is still the same. Reflashed cyan, nothing. Any ideas?
lukekirstein said:
Update: ran fix permissions with no changes, log is still the same. Reflashed cyan, nothing. Any ideas?
Click to expand...
Click to collapse
its from the new market pushed out by T-Mo.Unistall it via manage apps in settings.

[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] Market FCs after installing applications.

Hi All,
This is my first post here, sorry if this thread is duplicate but I was unable to find a similar thread.
I have a SGS9000 that I bought from Turkey, since Market and YouTube is not bundled here, I rooted the official 2.2 update with Z4 and pushed Vending.apk and YouTube.apk. The problem is my Market application is FCing after updating or installing applications. I install an application, installation finishes and I get an FC. Then, when I open the installed application for the first time, I get another Market FC. Then everything works fine.
I didn't wipe the system after installing 2.2 update but wiped cache from recovery. Since I pushed the latest versions of the applications, there are no updates to remove. Also clearing cache or stored information doesn't help either.
Is this a known bug or are there any solutions?
Thanks in advance.
P.S: I'm a seasoned Linux admin and programmer and I'm probably able to pull most of the tricks you can propose.
I am having the same problem with my galaxy s too. I followed the same procedure you described. I heard you are bound to get FCs this way. Apparently you should install google apps by applying update.zip via recovery. However, I have recovery 3e and it does not have the capability to use unsigned update.zip. It seems you need to have 2e and I don't have that so I could not do it. As you are a capable linux admin, maybe you can figure out how to revert back to 2e and can share with us.
Sent from my GT-I9000 using XDA App
Actually this is kinda absurd because the g-apps package doesn't have any files related to market besides the Vending and MarketUpdater apks and when you put the packages to the /system/app, they are installed by the phone anyway. I'll try to find some logs in the phone. Maybe then I can understand the real cause of the problem and dig deeper.
It might have something to do with some permissions etc. set by some sys files. I heard something about conflicts/permissions issue with market causing FCs. If you can check the sys logs and figure out th rd problem, that would be great.
Also I read somewhere in these forums who had the same issue solved it via update.zip way.
Sent from my GT-I9000 using XDA App
I had time to debug the problem and I isolated the problem. I have both good news and bad news.
The good news is, the problem looks like a simple permission problem. adb logcat spilled all the guts of the problem and it looks like it:
Code:
E/DatabaseUtils(25977): Writing exception to parcel
E/DatabaseUtils(25977): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=8129, uid=10008 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/DatabaseUtils(25977): at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:337)
E/DatabaseUtils(25977): at android.content.ContentProvider$Transport.insert(ContentProvider.java:173)
E/DatabaseUtils(25977): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils(25977): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils(25977): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 8129): threadid=11: thread exiting with uncaught exception (group=0x4001d7d0)
E/AndroidRuntime( 8129): FATAL EXCEPTION: UpdateCheckinDatabaseService
E/AndroidRuntime( 8129): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=8129, uid=10008 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/AndroidRuntime( 8129): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 8129): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 8129): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 8129): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:408)
E/AndroidRuntime( 8129): at android.content.ContentResolver.insert(ContentResolver.java:587)
E/AndroidRuntime( 8129): at com.google.android.gsf.GoogleSettingsContract$NameValueTable.putString(GoogleSettingsContract.java:55)
E/AndroidRuntime( 8129): at com.google.android.gsf.GoogleSettingsContract$Partner.putString(GoogleSettingsContract.java:126)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService.updateCheckinDatabase(UpdateCheckinService.java:140)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService.access$000(UpdateCheckinService.java:34)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService$ServiceHandler.handleMessage(UpdateCheckinService.java:85)
E/AndroidRuntime( 8129): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8129): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 8129): at android.os.HandlerThread.run(HandlerThread.java:60)
I/PowerManagerService( 2475): Light Animator Finished curIntValue=32
W/ActivityManager( 2475): Force finishing activity com.android.vending/.SearchAssetListActivity
I/ ( 2475): dumpmesg > /data/log/dumpstate_app_error.log
The bad news is, I'm not familiar to the internal workings of the android yet and I was unable to modify the permissions. I tried /system/etc/permissions and added some xml files that contained proper syntax but that was unable to solve the problem.
I'll be glad if someone more experienced can give me some hints because I want to solve this annoying problem.
Cheers and thanks in advance to all.
[SOLVED] Market FCs after installing applications.
Nevermind, just use the new market app, updating solves all the problems.
I copied APK to my sdcard, became root from adb shell and moved the APK to /system/app, then ran "pm install -r Vending.apk" and now everything is silky smooth.
Hey man,
I tried to do what you've described but when I tried to install the vending.apk
I got the following error:
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
Can you describe the procedure step by step for a noob please ?
thearif
Ok I found another solution that works. Simply install Sgstools from market (this will be your last FC) and update market from there. Not only will you have the latest market but you will get rid of FCs as well.
Note that you need to have root (i had temporary Z4root). That is it.
Sent from my GT-I9000 using XDA App
thearif said:
Ok I found another solution that works. Simply install Sgstools from market (this will be your last FC) and update market from there. Not only will you have the latest market but you will get rid of FCs as well.
Click to expand...
Click to collapse
This worked well until I rebooted. After the reboot FCs were back. Logcat is identical to yours:
Code:
I/ActivityThread( 1151): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
D/vending ( 1151): [1] VendingApplication.onCreate(): Resetting ServiceLocator from app
D/GoogleLoginService( 409): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
I/ActivityManager( 259): Displayed activity com.android.vending/.AssetBrowserActivity: 906 ms (total 906 ms)
D/ResourceType( 1151): calling getConfigurations
D/ResourceType( 1151): called getConfigurations size=230
I/dalvikvm( 409): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm( 1151): GC_FOR_MALLOC freed 6455 objects / 553792 bytes in 53ms
E/DatabaseUtils( 409): Writing exception to parcel
E/DatabaseUtils( 409): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1151, uid=10025 requires com.google.android.providers.settings.permis
sion.WRITE_GSETTINGS
E/DatabaseUtils( 409): at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:348)
E/DatabaseUtils( 409): at android.content.ContentProvider$Transport.insert(ContentProvider.java:196)
E/DatabaseUtils( 409): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils( 409): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils( 409): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 1151): threadid=11: thread exiting with uncaught exception (group=0x4001d7e8)
E/AndroidRuntime( 1151): FATAL EXCEPTION: Thread-12
E/AndroidRuntime( 1151): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1151, uid=10025 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/AndroidRuntime( 1151): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 1151): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 1151): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 1151): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:408)
E/AndroidRuntime( 1151): at android.content.ContentResolver.insert(ContentResolver.java:592)
E/AndroidRuntime( 1151): at com.google.android.gsf.GoogleSettingsContract$NameValueTable.putString(GoogleSettingsContract.java:55)
E/AndroidRuntime( 1151): at com.google.android.gsf.GoogleSettingsContract$Partner.putString(GoogleSettingsContract.java:126)
E/AndroidRuntime( 1151): at com.android.vending.compat.MarketCheckinHelper.updateCheckinDatabase(MarketCheckinHelper.java:12)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.sendContentSyncViaCheckin(CheckinUpdater.java:219)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.performCheckin(CheckinUpdater.java:176)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.access$000(CheckinUpdater.java:38)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater$1.run(CheckinUpdater.java:109)
E/AndroidRuntime( 1151): at com.android.vending.util.WorkService$1.run(WorkService.java:37)
W/ActivityManager( 259): Force finishing activity com.android.vending/.AssetBrowserActivity
W/ResourceType( 259): Skipping entry 0x7f040006 in package table 0 because it is not complex!
W/ResourceType( 259): Skipping entry 0x7f040005 in package table 0 because it is not complex!
I/Process ( 1151): Sending signal. PID: 1151 SIG: 9
I dont know what is causing your problem to come back after reboot. The very first thing that I checked was to is to see if the problem would pop back up after a reboot but it did not.
So you were on a rooted phone when you did this and gave root access to the sgstools app. If this is the case, maybe you can try clearing your cache.
thearif
Sent from my GT-I9000 using XDA App

[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