Hi!
The gallery app is crashing every time I open it. Seems SNS is at fault.
Here's the relevant logcat:
Code:
06-12 07:36:11.489 E/AndroidRuntime(14150): FATAL EXCEPTION: Thread-1120
06-12 07:36:11.489 E/AndroidRuntime(14150): java.lang.NullPointerException
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpConnection$Address.hashCode(HttpConnection.java:343)
06-12 07:36:11.489 E/AndroidRuntime(14150): at java.util.HashMap.get(HashMap.java:298)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpConnectionPool.get(HttpConnectionPool.java:67)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpConnection.connect(HttpConnection.java:128)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpEngine.openSocketConnection(HttpEngine.java:308)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpsURLConnectionImpl$HttpsEngine.makeSslConnection(HttpsURLConnectionImpl.java:460)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpsURLConnectionImpl$HttpsEngine.connect(HttpsURLConnectionImpl.java:432)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:282)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:232)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:273)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:168)
06-12 07:36:11.489 E/AndroidRuntime(14150): at libcore.net.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:270)
06-12 07:36:11.489 E/AndroidRuntime(14150): at java.net.URL.openStream(URL.java:462)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSContentProvider.downloadPhoto(SNSContentProvider.java:542)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSContentProvider.syncOnePhoto(SNSContentProvider.java:512)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSContentProvider.syncCacheForAlbum(SNSContentProvider.java:462)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSContentProvider.syncAlbumAndPhotos(SNSContentProvider.java:241)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSContentProvider.updateAlbums(SNSContentProvider.java:94)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSSyncAdapter.syncAlbums(SNSSyncAdapter.java:91)
06-12 07:36:11.489 E/AndroidRuntime(14150): at com.sec.android.gallery3d.sns.SNSSyncAdapter$1.run(SNSSyncAdapter.java:52)
06-12 07:36:11.499 W/ActivityManager(2093): Force finishing activity com.sec.android.gallery3d/.app.Gallery
This happens even with all sync turned off.
I see a couple of other users are also facing this issue: http://code.google.com/p/android/issues/detail?id=32860
Anyone with any ideas would be greatly appreciated.
Have you tried clearing the gallery app cache/data in phone settings > applications... > all > ...........
Your thread needs to be moved to Q & A, please contact a Mod
UpInTheAir said:
Have you tried clearing the gallery app cache/data in phone settings > applications... > all > ...........
Your thread needs to be moved to Q & A, please contact a Mod
Click to expand...
Click to collapse
Yes, that was the first thing I tried. Cleared the data on both gallery, and media scanner. No dice
And oops.. I thought this was the QnA section. That's what happens when you have too many tabs open
Have you disabled Google +
Sent From My Amazing Galaxy Nexus
RY4N75 said:
Have you disabled Google +
Sent From My Amazing Galaxy Nexus
Click to expand...
Click to collapse
It crashes with all sync off too!
Fix-: Even i had the same irritating problem.. found out to be my old sd card.. which had virus in it.. removed the card.. formatted it.. and now works like a charm..
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.
I'm having trouble compiling Cyanogenmod's Apollo Music Player from source (I'd link to Github, but <10 posts).
Eclipse threw up a bunch of errors when first imported the project, and to remedy those I:
Manually referenced the anrdoid-support-v4.jar library
Removed a bunch of @Overrides in front of seemingly arbitrary functions that Eclipse was getting angry at.
Now it compiles, but crashes first thing with the error:
Code:
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.andrew.apollo/com.andrew.apollo.activities.MusicLibrary}: java.lang.ClassNotFoundException: com.andrew.apollo.activities.MusicLibrary
Full error message:
Code:
08-26 20:48:02.845: E/AndroidRuntime(525): FATAL EXCEPTION: main
08-26 20:48:02.845: E/AndroidRuntime(525): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.andrew.apollo/com.andrew.apollo.activities.MusicLibrary}: java.lang.ClassNotFoundException: com.andrew.apollo.activities.MusicLibrary
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1880)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.ActivityThread.access$600(ActivityThread.java:123)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.os.Handler.dispatchMessage(Handler.java:99)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.os.Looper.loop(Looper.java:137)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.ActivityThread.main(ActivityThread.java:4424)
08-26 20:48:02.845: E/AndroidRuntime(525): at java.lang.reflect.Method.invokeNative(Native Method)
08-26 20:48:02.845: E/AndroidRuntime(525): at java.lang.reflect.Method.invoke(Method.java:511)
08-26 20:48:02.845: E/AndroidRuntime(525): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
08-26 20:48:02.845: E/AndroidRuntime(525): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
08-26 20:48:02.845: E/AndroidRuntime(525): at dalvik.system.NativeStart.main(Native Method)
08-26 20:48:02.845: E/AndroidRuntime(525): Caused by: java.lang.ClassNotFoundException: com.andrew.apollo.activities.MusicLibrary
08-26 20:48:02.845: E/AndroidRuntime(525): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
08-26 20:48:02.845: E/AndroidRuntime(525): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
08-26 20:48:02.845: E/AndroidRuntime(525): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.Instrumentation.newActivity(Instrumentation.java:1023)
08-26 20:48:02.845: E/AndroidRuntime(525): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1871)
08-26 20:48:02.845: E/AndroidRuntime(525): ... 11 more
This happens in a 4.0.4 emulator and on my stock, unrooted VZW Galaxy Nexus.
I've checked, and com.andrew.apollo.activities.MusicLibrary does exist, and I get the exact same error message if I change the android:name attribute to an arbitrary class that definitely doesn't exist (With MusicLibrary substituted out for the arbitrary nonexistent class' name).
I've spent 5 hours trying to get this damn thing to compile correctly. Any help would be appreciated greatly.
Bump.
Anyone have any advice?
I do not know, if this is still of interest, but I did a build myself on last weekend.
I needed to reference the library, check
The @override-errors are due to the wrong java version. Eclipse does import the source and sets java-version to 1.5.
You need to change it so 1.6+ in the project specific settings.
I did use the jellybean branch of CM10, therefore I needed to set the Android version to 4.1.
Other than that, I do not remember any specific problems. I did not test on the emulator.
If you click dialer you get error message that unfortunately contacts has stopped.
I have tried wipe cache, wipe dalvik fix permissions. This is on a fresh installed of cm10.1 2m from stock rooted ICS build. I did import my contacts from my back up pro. Only thing left I can think of thanks in advance for any help.
CM question answers discussion thread on the forum .
jje
Wipe contacts and dialler data
slap20 said:
Wipe contacts and dialler data
Click to expand...
Click to collapse
I had seen thar suggested. How do I wipe indivual data caches? Or do you mean deleting all contacta indivdual?
Settings/apps/all......find the apks, tap on them, hit wipe data
Thank you so much! That fixed it. So glad I didn't have to reflash
slaphead20 said:
Settings/apps/all......find the apks, tap on them, hit wipe data
Click to expand...
Click to collapse
Hi guys,
I'm sorry but I still have this problem. I wiped data from everything that may be related (contacts, dialer, google contacts, dialer/contacts storage) but still no joy.
I flashed the phone with CM 10.1 M3 a few days ago but frankly I don't remember I've ever seen the stock dialer open.
Logcat says:
W/dalvikvm( 8958): threadid=1: thread exiting with uncaught exception (group=0x40b54930)
E/AndroidRuntime( 8958): FATAL EXCEPTION: main
E/AndroidRuntime( 8958): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.activities.DialtactsActivity}: java.lang.NullPointerException
E/AndroidRuntime( 8958): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
E/AndroidRuntime( 8958): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2357)
E/AndroidRuntime( 8958): at android.app.ActivityThread.access$600(ActivityThread.java:153)
E/AndroidRuntime( 8958): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1247)
E/AndroidRuntime( 8958): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8958): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8958): at android.app.ActivityThread.main(ActivityThread.java:5226)
E/AndroidRuntime( 8958): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8958): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 8958): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 8958): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime( 8958): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8958): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 8958): at com.android.contacts.activities.DialtactsActivity.setupDialer(DialtactsActivity.java:747)
E/AndroidRuntime( 8958): at com.android.contacts.activities.DialtactsActivity.onCreate(DialtactsActivity.java:530)
E/AndroidRuntime( 8958): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 8958): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 8958): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 8958): ... 11 more
Any ideas or should I buy an iPhone?
Aviopene said:
Hi guys,
I'm sorry but I still have this problem. I wiped data from everything that may be related (contacts, dialer, google contacts, dialer/contacts storage) but still no joy.
I flashed the phone with CM 10.1 M3 a few days ago but frankly I don't remember I've ever seen the stock dialer open.
Logcat says:
W/dalvikvm( 8958): threadid=1: thread exiting with uncaught exception (group=0x40b54930)
E/AndroidRuntime( 8958): FATAL EXCEPTION: main
E/AndroidRuntime( 8958): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.contacts/com.android.contacts.activities.DialtactsActivity}: java.lang.NullPointerException
E/AndroidRuntime( 8958): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
E/AndroidRuntime( 8958): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2357)
E/AndroidRuntime( 8958): at android.app.ActivityThread.access$600(ActivityThread.java:153)
E/AndroidRuntime( 8958): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1247)
E/AndroidRuntime( 8958): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8958): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 8958): at android.app.ActivityThread.main(ActivityThread.java:5226)
E/AndroidRuntime( 8958): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 8958): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 8958): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 8958): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime( 8958): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 8958): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 8958): at com.android.contacts.activities.DialtactsActivity.setupDialer(DialtactsActivity.java:747)
E/AndroidRuntime( 8958): at com.android.contacts.activities.DialtactsActivity.onCreate(DialtactsActivity.java:530)
E/AndroidRuntime( 8958): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 8958): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 8958): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2261)
E/AndroidRuntime( 8958): ... 11 more
Any ideas or should I buy an iPhone?
Click to expand...
Click to collapse
Found the cause of the problem. It was the theme's fault! I was (stupidly, I admit it) using an old CM7 theme (goo.gl -slash- 5wyP4) that was also working on CM9 but not in CM10.1. Apparently the stack trace was saying that the dialer activity failed to draw the interface.
Cheers
Avio
Hello guys!
I own a Samsung G313HN device. Its stock ROM claims have no black list functionality which I'd like to have. Still the com.android.phone app has some hidden activities apparently related to this function I have discovered via ADW Launcher custom shortcut selection. I can open these activities but I permanently get the "process com.android.phone stopped working" error. I digged a bit deeper: while posessing also a GT-7390 (Trend Lite) which does have the call blocker option I compared the /data/data/com.android.phone/databases folder contents and discovered the autoreject.db database on GT-7390. I've copied the database to my G313HN, set the permissions — still crashing. The logcat showsthe following lines:
Code:
07-30 17:26:09.854: E/AndroidRuntime(6630): FATAL EXCEPTION: main
07-30 17:26:09.854: E/AndroidRuntime(6630): Process: com.android.phone, PID: 6630
07-30 17:26:09.854: E/AndroidRuntime(6630): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.phone/com.android.phone.callsettings.CallSettingsActivity}: java.lang.IllegalArgumentException: Unknown URI content://com.android.phone.callsettings/reject_num
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2436)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2498)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.ActivityThread.access$900(ActivityThread.java:179)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1324)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.os.Handler.dispatchMessage(Handler.java:102)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.os.Looper.loop(Looper.java:146)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.ActivityThread.main(ActivityThread.java:5641)
07-30 17:26:09.854: E/AndroidRuntime(6630): at java.lang.reflect.Method.invokeNative(Native Method)
07-30 17:26:09.854: E/AndroidRuntime(6630): at java.lang.reflect.Method.invoke(Method.java:515)
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1288)
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1104)
07-30 17:26:09.854: E/AndroidRuntime(6630): at dalvik.system.NativeStart.main(Native Method)
07-30 17:26:09.854: E/AndroidRuntime(6630): Caused by: java.lang.IllegalArgumentException: Unknown URI content://com.android.phone.callsettings/reject_num
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.phone.callsettings.CallSettingsProvider.getDatabase(CallSettingsProvider.java:261)
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.phone.callsettings.CallSettingsProvider.query(CallSettingsProvider.java:804)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.content.ContentProvider.query(ContentProvider.java:857)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.content.ContentResolver.query(ContentResolver.java:464)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.content.ContentResolver.query(ContentResolver.java:407)
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.phone.callsettings.AutoRejectList.getAutoRejectNumber(AutoRejectList.java:1296)
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.phone.callsettings.AutoRejectList.makeScreen(AutoRejectList.java:524)
07-30 17:26:09.854: E/AndroidRuntime(6630): at com.android.phone.callsettings.AutoRejectList.onCreateView(AutoRejectList.java:312)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.Fragment.performCreateView(Fragment.java:1700)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:890)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.BackStackRecord.run(BackStackRecord.java:684)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1453)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.Activity.performStart(Activity.java:5493)
07-30 17:26:09.854: E/AndroidRuntime(6630): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2409)
07-30 17:26:09.854: E/AndroidRuntime(6630): ... 11 more
07-30 17:26:09.864: W/ActivityManager(2109): Force finishing activity com.android.phone/.callsettings.CallSettingsActivity
I believe the Unknown URI content://com.android.phone.callsettings/reject_num part should create the error.
Any ideas?
The question is how to enable the blacklist feature?
Anyone?
Hello,
When I use Facebook, there IS thé following error :
Code:
FATAL EXCEPTION: ContactsProviderWorker
Process: android.process.acore, PID: 6295
java.lang.RuntimeException: Package manager has died
at android.app.ApplicationPackageManager.queryContentProviders(ApplicationPackageManager.java:696)
at com.android.providers.contacts.ContactDirectoryManager.getDirectoryProviderPackages(ContactDirectoryManager.java:219)
at com.android.providers.contacts.ContactDirectoryManager.scanAllPackages(ContactDirectoryManager.java:256)
at com.android.providers.contacts.ContactDirectoryManager.scanAllPackagesIfNeeded(ContactDirectoryManager.java:191)
at com.android.providers.contacts.ContactDirectoryManager.scanAllPackages(ContactDirectoryManager.java:181)
at com.android.providers.contacts.ContactsProvider2.updateDirectoriesInBackground(ContactsProvider2.java:1885)
at com.android.providers.contacts.ContactsProvider2.performBackgroundTask(ContactsProvider2.java:1704)
at com.android.providers.contacts.ContactsProvider2$1.handleMessage(ContactsProvider2.java:1523)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: android.os.TransactionTooLargeException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:496)
at android.content.pm.IPackageManager$Stub$Proxy.queryContentProviders(IPackageManager.java:2842)
at android.app.ApplicationPackageManager.queryContentProviders(ApplicationPackageManager.java:694)
... 10 more
What is the origin of problem and how correct?
I use WIKO PULP 4G with ANDROID 5.1.1
Thanks.