Guest sambartle Posted November 27, 2011 Report Posted November 27, 2011 I've tried a few different custom ROMs and have a weird problem with all of them.. (including the latest Gingerounay and T_L_Metal_AOSP ) Basically if I have Facebook and try to sync my contacts using it.. I get FC of android.process.acore all the time.. When I do anything with the dialer or contacts it happens repeatedly. The logcat that seems relevant is this bit: D/ContactsProvider( 2123/ 2132): ContactsProvider getSyncContactsGroupOperation contactId = 67, groupBelongString = .7. D/Contact ( 2123/ 2132): already in GroupId = 7 D/ContactsProvider( 2123/ 2132): ContactsProvider getSyncContactsGroupOperation contactId = 68, groupBelongString = .7. D/Contact ( 2123/ 2132): already in GroupId = 7 W/dalvikvm( 2123/ 2132): threadid=10: thread exiting with uncaught exception (group=0x4001d560) E/AndroidRuntime( 2123/ 2132): FATAL EXCEPTION: Thread-11 E/AndroidRuntime( 2123/ 2132): java.lang.SecurityException: no permission to read the sync settings: Neither user 10000 nor current process has android.permission.READ_SY NC_SETTINGS. E/AndroidRuntime( 2123/ 2132): at android.os.Parcel.readException(Parcel.java:1322) E/AndroidRuntime( 2123/ 2132): at android.os.Parcel.readException(Parcel.java:1276) E/AndroidRuntime( 2123/ 2132): at android.content.IContentService$Stub$Proxy.getIsSyncable(IContentService.java:699) E/AndroidRuntime( 2123/ 2132): at android.content.ContentResolver.getIsSyncable(ContentResolver.java:1154) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.Contact$RawContact.isAccountSyncable(Contact.java:332) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.Contact$RawContact.joinGroup(Contact.java:204) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.Contact.syncGroup(Contact.java:125) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.ContactsProvider2.getSyncContactsGroupOperation(ContactsProvider2.java:6844) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.ContactsProviderThread.getContentProviderOperation(ContactsProviderThread.java:338) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.ContactsProviderThread.processInnerQueue(ContactsProviderThread.java:278) E/AndroidRuntime( 2123/ 2132): at com.android.providers.contacts.ContactsProviderThread.run(ContactsProviderThread.java:145) W/ActivityManager( 212/ 369): Force finishing activity com.android.contacts/.DialtactsActivity I/dun_service( 105/ 129): The value returned from dun_getusbmodemstate_fromsys is 2 D/InputManagerService( 212/ 407): startInputLocked: mCurId=com.android.inputmethod.latin/.LatinIME, mCurMethodId=com.android.inputmethod.latin/.LatinIME I/ActivityManager( 212/ 212): Process android.process.acore (pid 2123) has died. The main problem appears to be permissions, but this isnt something I have changed (or know how too): E/AndroidRuntime( 2123/ 2132): java.lang.SecurityException: no permission to read the sync settings: Neither user 10000 nor current process has android.permission.READ_SYNC_SETTINGS. Does anyone else get this or have any pointers as tohow I might be able to solve it?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now