MTK6573 SNS content provider - Android Q&A, Help & Troubleshooting

Phone is a model C110 (some chinese clone MTK65x3). Came with a bunch of apps installed already. Since I don't even have a facebook account, deleted most of these apps.
Now when I try to open contacts it crashes. (with android.process.acore has stopped unexpectedly. Don't tell me to clear the contact storage cache. have done that already, even a factory reset)
Installed logcat. recorded errors:
09-05 15:54:55.298 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.298 E/SNS::ERROR( 1169): END---------DataManager::getFaces SQL ERROR.
09-05 15:54:55.313 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.313 E/SNS::ERROR( 1169): END---------DataManager::getAllSnsAccountInfo---------SQL ERROR
09-05 15:54:55.319 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.319 E/SNS::ERROR( 1169): END---------DataManager::getTextShow SQL ERROR.
09-05 15:54:55.337 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.337 E/SNS::ERROR( 1169): END---------DataManager::getTextShow SQL ERROR.
09-05 15:54:55.338 E/AndroidRuntime( 1169): FATAL EXCEPTION: Thread-18
09-05 15:54:55.338 E/AndroidRuntime( 1169): java.lang.NullPointerException
09-05 15:54:55.338 E/AndroidRuntime( 1169): at com.mediatek.wsp.util.EmotionParser.getEmotionNum(EmotionParser.java:383)
09-05 15:54:55.338 E/AndroidRuntime( 1169): at com.android.contacts.ContactsListActivity$InitLoaderThread.run(ContactsListActivity.java:1961)
09-05 15:54:55.457 E/ActivityThread( 1169): Failed to find provider info for com.mediatek.SnsContentProvider.SNSProvider
09-05 15:54:55.457 E/SNS::ERROR( 1169): END---------DataManager::getAllSnsAccountInfo---------SQL ERROR
09-05 15:54:55.672 E/AEE ( 180): read_cmdline:android.process.acore
09-05 15:54:55.779 E/ActivityThread( 1169): Activity com.android.contacts.ContactOwnerActivity has leaked IntentReceiver com.andr[email protected]4057c040 that was originally registered here. Are you missing a call to unregisterReceiver()?
09-05 15:54:55.779 E/ActivityThread( 1169): android.app.IntentReceiverLeaked: Activity com.android.contacts.ContactOwnerActivity has leaked IntentReceiver com.andr[email protected]4057c040 that was originally registered here. Are you missing a call to unregisterReceiver()?
Thought that I download this SNSContentProvider from somewhere and install it again. Nowhere to find such an application.
Found out that this is a samsung something, so searched for a samsung rom and extracted the SNSContetnProvider.apk, SNSCommon.apk, SNSWidget.apk, SNSWidget24.apk. Tried to install. no avail. It has some certificate problems. First error is that classes.dex is not signed, after signing it with signare 1.3 and jdk 1.7 still no luck. checking it with jarsigner -verify *.apk I get SHA1 digest errors.
Thought that maybe copying it to the system/app folder through adb will help, but no.
Is there some way to install a contacts apk that does not look for sns information at all?
I know that I should restore from backup. But if I had a backup I would not have tried all the other things at first.
Tried searching through the forum but it seems that no one else has this problem
thanks
tom

It seems that your phone has the same "system" like mine. try to copy my files into system/app, and install them via adb . i accidently deleted my launcher2.apk and got it back the same way. i hope that helps

Chrizzly92 said:
It seems that your phone has the same "system" like mine. try to copy my files into system/app, and install them via adb . i accidently deleted my launcher2.apk and got it back the same way. i hope that helps
Click to expand...
Click to collapse
First of all thanks for the files, but ...
- If I copy/install only the apk files then snscontentprovider stops "unexpectedly" with this error:
09-14 09:25:30.542 E/AndroidRuntime( 8406): FATAL EXCEPTION: main
09-14 09:25:30.542 E/AndroidRuntime( 8406): java.lang.RuntimeException: Unable to get provider com.mediatek.SnsContentProvider.SNSProvider: java.lang.ClassNotFoundException: com.mediatek.SnsContentProvider.SNSProvider in loader dalvik.system.PathClassLoader[/system/app/SnsContentProvider.apk]
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.installProvider(ActivityThread.java:3653)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3405)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3361)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.access$2200(ActivityThread.java:155)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1031)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.os.Handler.dispatchMessage(Handler.java:130)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.os.Looper.loop(SourceFile:351)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.main(ActivityThread.java:3814)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.reflect.Method.invokeNative(Native Method)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.reflect.Method.invoke(Method.java:538)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:901)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:659)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at dalvik.system.NativeStart.main(Native Method)
09-14 09:25:30.542 E/AndroidRuntime( 8406): Caused by: java.lang.ClassNotFoundException: com.mediatek.SnsContentProvider.SNSProvider in loader dalvik.system.PathClassLoader[/system/app/SnsContentProvider.apk]
09-14 09:25:30.542 E/AndroidRuntime( 8406): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:271)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.ClassLoader.loadClass(ClassLoader.java:582)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at java.lang.ClassLoader.loadClass(ClassLoader.java:542)
09-14 09:25:30.542 E/AndroidRuntime( 8406): at android.app.ActivityThread.installProvider(ActivityThread.java:3638)
09-14 09:25:30.542 E/AndroidRuntime( 8406): ... 12 more
09-14 09:25:30.963 E/AEE ( 180): read_cmdline:com.mediatek.SnsContentProvider
- if I copy the obex files also, then opening contacts hangs the phone.
So now I'm searching for two solutions:
- Compile my own android without all the irrelevant stuff (but a bit too newbie in this area)
- Get the stock rom from the manufacturer

Related

Bluetooth porting problem

Hello.
I'm trying to get BT working on CM7 ROM on Galaxy Note.
I compared logcat logs captured on BT startup on stock rom and my port - and it seems bluetooth starting without any problem.
But system just crashes after bluetooth icon appears with the following message:
Code:
/PanController( 2975): Cannot start PAN services - Bluetooth not running
W/dalvikvm( 2997): threadid=9: thread exiting with uncaught exception (group=0x4001e560)
I/bluetooth_ScoSocket.cpp( 3197): Listening SCO socket...
E/AndroidRuntime( 2997): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 2997): java.lang.RuntimeException: Error receiving broadcast Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x10000000 (has extras) } in [email protected]
E/AndroidRuntime( 2997): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:722)
E/AndroidRuntime( 2997): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 2997): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2997): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 2997): at com.android.server.ServerThread.run(SystemServer.java:630)
E/AndroidRuntime( 2997): Caused by: java.lang.IllegalStateException: Error communicating to native daemon to start pan
E/AndroidRuntime( 2997): at com.android.server.NetworkManagementService.startPan(NetworkManagementService.java:803)
E/AndroidRuntime( 2997): at android.server.BluetoothNetworkService.onBluetoothEnable(BluetoothNetworkService.java:128)
E/AndroidRuntime( 2997): at android.server.BluetoothNetworkService.access$100(BluetoothNetworkService.java:42)
E/AndroidRuntime( 2997): at android.server.BluetoothNetworkService$2.onReceive(BluetoothNetworkService.java:89)
E/AndroidRuntime( 2997): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:709)
E/AndroidRuntime( 2997): ... 4 more
E/AndroidRuntime( 2997): Caused by: com.android.server.NativeDaemonConnectorException: Cmd {pan start} failed with code 400 : {Pan operation failed (No such device)}
E/AndroidRuntime( 2997): at com.android.server.NativeDaemonConnector.doCommand(NativeDaemonConnector.java:259)
E/AndroidRuntime( 2997): at com.android.server.NetworkManagementService.startPan(NetworkManagementService.java:800)
E/AndroidRuntime( 2997): ... 8 more
Could someone give me a hint where should I look to fix this problem?
Thanks a lot.

crash while installing most of apps

this is logcat from installing Titanium Backup for example:
Code:
W/ActivityManager( 328): No content provider found for: null
W/dalvikvm( 328): threadid=12: thread exiting with uncaught exception (group=0x2aac8578)
E/PackageManager( 328): Couldn't create temp file for downloaded package file.
E/AndroidRuntime( 328): *** FATAL EXCEPTION IN SYSTEM PROCESS: PackageManager
E/AndroidRuntime( 328): java.lang.NullPointerException
E/AndroidRuntime( 328): at com.android.server.PackageManagerService$FileInstallArgs.c
reateCopyFile(PackageManagerService.java:5011)
E/AndroidRuntime( 328): at com.android.server.PackageManagerService$FileInstallArgs.c
opyApk(PackageManagerService.java:5019)
E/AndroidRuntime( 328): at com.android.server.PackageManagerService$InstallParams.han
dleStartCopy(PackageManagerService.java:4815)
E/AndroidRuntime( 328): at com.android.server.PackageManagerService$HandlerParams.sta
rtCopy(PackageManagerService.java:4666)
E/AndroidRuntime( 328): at com.android.server.PackageManagerService$PackageHandler.do
HandleMessage(PackageManagerService.java:496)
E/AndroidRuntime( 328): at com.android.server.PackageManagerService$PackageHandler.ha
ndleMessage(PackageManagerService.java:441)
E/AndroidRuntime( 328): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 328): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 328): at android.os.HandlerThread.run(HandlerThread.java:60)
cleaning dalvik cache didn't help... i was deleting a few system apps, maby thats a problem's reason? Which app if yes?
did you solve the problem? I've the same one!

[Q] [AOSP][Gingerbread]Camera Libraries Error

I compiled the AOSP Gingerbread for Samsung Galaxy Fit. Wenever i replace the libcam.so, libcameraservice.so, and the libcameraclient.so and delete the seccam libraries my ROM boot well but i want to fix them . Here is the logcat of the error
Logcat error in camera libraries. Can anyone hlp me to fix them
This is the logcat
E/AndroidRuntime( 618): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 618): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1962]: 609 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1962]: 609 could not load needed library 'libcameraservice.so' for 'libsystem_server.so' (link_image[1962]: 609 could not load needed library 'libseccameraadaptor.so' for 'libcameraservice.so' (link_image[1962]: 609 could not load needed library 'libcamera.so' for 'libseccameraadaptor.so' (reloc_library[1311]: 609 cannot locate '_ZN7android7Overlay5setFdEi'...
E/AndroidRuntime( 618): ))))
E/AndroidRuntime( 618): at java.lang.Runtime.loadLibrary(Runtime.java:455)
E/AndroidRuntime( 618): at java.lang.System.loadLibrary(System.java:554)
E/AndroidRuntime( 618): at com.android.server.SystemServer.main(SystemServer.java:624)
E/AndroidRuntime( 618): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 618): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 618): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 618): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 618): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 618): Error reporting crash
E/AndroidRuntime( 618): java.lang.NullPointerException
E/AndroidRuntime( 618): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 618): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/AndroidRuntime( 618): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
E/AndroidRuntime( 618): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 609): Exit zygote because system server (618) has terminated
yajnab said:
I compiled the AOSP Gingerbread for Samsung Galaxy Fit. Wenever i replace the libcam.so, libcameraservice.so, and the libcameraclient.so and delete the seccam libraries my ROM boot well but i want to fix them . Here is the logcat of the error
Logcat error in camera libraries. Can anyone hlp me to fix them
This is the logcat
E/AndroidRuntime( 618): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 618): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1962]: 609 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1962]: 609 could not load needed library 'libcameraservice.so' for 'libsystem_server.so' (link_image[1962]: 609 could not load needed library 'libseccameraadaptor.so' for 'libcameraservice.so' (link_image[1962]: 609 could not load needed library 'libcamera.so' for 'libseccameraadaptor.so' (reloc_library[1311]: 609 cannot locate '_ZN7android7Overlay5setFdEi'...
E/AndroidRuntime( 618): ))))
E/AndroidRuntime( 618): at java.lang.Runtime.loadLibrary(Runtime.java:455)
E/AndroidRuntime( 618): at java.lang.System.loadLibrary(System.java:554)
E/AndroidRuntime( 618): at com.android.server.SystemServer.main(SystemServer.java:624)
E/AndroidRuntime( 618): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 618): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 618): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 618): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 618): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 618): Error reporting crash
E/AndroidRuntime( 618): java.lang.NullPointerException
E/AndroidRuntime( 618): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 618): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
E/AndroidRuntime( 618): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
E/AndroidRuntime( 618): at dalvik.system.NativeStart.main(Native Method)
I/Zygote ( 609): Exit zygote because system server (618) has terminated
Click to expand...
Click to collapse
Hope you have fixed the issues, if yes could you please share some info.

[Q] JB 4.2.1 Photosphere Force Closes

Hi, I just flashed 4.2.1 on my phone and found that PhotoSphere force closes whenever I choose it in the Camera app. adb logcat reveals something like:
W/ApplicationContext( 2892): Unable to create external files directory
E/LightCycle-storage( 2892): Sessions root directory could not be created.
D/AndroidRuntime( 2892): Shutting down VM
W/dalvikvm( 2892): threadid=1: thread exiting with uncaught exception (group=0x41e6e930)
E/AndroidRuntime( 2892): FATAL EXCEPTION: main
E/AndroidRuntime( 2892): java.lang.NullPointerException
E/AndroidRuntime( 2892): at com.google.android.apps.lightcycle.storage.LocalFileStorageManager.cleanUpOldSessions(LocalFileStorageManager.java:428)
E/AndroidRuntime( 2892): at com.google.android.apps.lightcycle.storage.LocalFileStorageManager.init(LocalFileStorageManager.java:66)
E/AndroidRuntime( 2892): at com.google.android.apps.lightcycle.PanoramaModule.onResumeAfterSuper(PanoramaModule.java:276)
E/AndroidRuntime( 2892): at com.android.camera.CameraActivity.openModule(CameraActivity.java:175)
E/AndroidRuntime( 2892): at com.android.camera.CameraActivity.onCameraSelected(CameraActivity.java:161)
E/AndroidRuntime( 2892): at com.android.camera.ui.CameraSwitcher.onCameraSelected(CameraSwitcher.java:104)
E/AndroidRuntime( 2892): at com.android.camera.ui.CameraSwitcher.access$000(CameraSwitcher.java:38)
E/AndroidRuntime( 2892): at com.android.camera.ui.CameraSwitcher$1.onClick(CameraSwitcher.java:130)
E/AndroidRuntime( 2892): at android.view.View.performClick(View.java:4202)
E/AndroidRuntime( 2892): at android.view.View$PerformClick.run(View.java:17340)
E/AndroidRuntime( 2892): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 2892): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2892): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2892): at android.app.ActivityThread.main(ActivityThread.java:5039)
E/AndroidRuntime( 2892): at java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 2892): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2892): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 2892): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 2892): at dalvik.system.NativeStart.main(Native Method)
I cannot find the source of LightCycle on the web, but apparently, it seems to be a permission issue because it says "E/LightCycle-storage( 2892): Sessions root directory could not be created.". Anyone can give me some hints on how to solve? Thanks!
Francisco
Which phone? Photosphere doesn't work if the phone doesn't have gyroscope!
Sent from my head runnin on CM10!
Lifehacker7 said:
Which phone? Photosphere doesn't work if the phone doesn't have gyroscope!
Sent from my head runnin on CM10!
Click to expand...
Click to collapse
I am using Galaxy Nexus. The problem is that getExternalFilesDir(null) is null.

[Q] Modify apk - Set minSdkVersion

Hey guys,
after hours I spent with this Im finally at the point where Ive to admit, that I've no clue how to get that job done.
Im trying to modify following Spotify APK: Spotify Music – for Android TV 1.0.0 found on apkdot.com/apk/spotify-ltd/spotify-music-for-android-tv/spotify-music-for-android-tv-1-0-0 (sorry, cant use url bb codes because thats my first post...)
What I want to achive is, to set the minimum sdk version to 19. (Android 4.4).
I tried several ways, which in general should all do the same (APK Studio / apktool / ...).
Because at the end the results were the same Im just writing the apktool steps I made.
Decompile the app: apktool.bat d com.spotify.tv.android_1.0.0.apk
Modify the AndroidManifest.xml (inserted this line): <uses-sdk android:minSdkVersion="19"/>
Recompile it: apktool.bat b com.spotify.tv.android_1.0.0
After that i signed it and installed it on the device. At least I can say, it installed without any parsing errors. When I want to start it though, it just crashes without any message. Opened up logcat and saw this a NoClassDefFound-Exception:
Code:
E/AndroidRuntime( 5660): FATAL EXCEPTION: main
E/AndroidRuntime( 5660): Process: com.spotify.tv.android, PID: 5660
E/AndroidRuntime( 5660): java.lang.NoClassDefFoundError: d
E/AndroidRuntime( 5660): at com.spotify.tv.android.recommendations.RecommendationsManager.a(Unknown Source)
E/AndroidRuntime( 5660): at com.spotify.tv.android.recommendations.RecommendationsManager.a(Unknown Source)
E/AndroidRuntime( 5660): at com.spotify.tv.android.service.SpotifyTVService.a(Unknown Source)
E/AndroidRuntime( 5660): at com.spotify.tv.android.service.SpotifyTVService.b(Unknown Source)
E/AndroidRuntime( 5660): at com.spotify.tv.android.service.SpotifyTVService.onStartCommand(Unknown Source)
E/AndroidRuntime( 5660): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2702)
E/AndroidRuntime( 5660): at android.app.ActivityThread.access$2100(ActivityThread.java:135)
E/AndroidRuntime( 5660): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1293)
E/AndroidRuntime( 5660): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 5660): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 5660): at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 5660): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5660): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 5660): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
E/AndroidRuntime( 5660): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:603)
E/AndroidRuntime( 5660): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 484): Force finishing activity com.spotify.tv.android/.SpotifyTVActivity
D/dalvikvm( 5660): GC_CONCURRENT freed 555K, 43% free 2659K/4648K, paused 0ms+1ms, total 10ms
I/WindowManager( 484): Screenshot max retries 4 of Token{41cfd018 ActivityRecord{41b700b0 u0 com.spotify.tv.android/.SpotifyTVActivity t28 f}} appWin=Window{41d3dc28 u0 Starting com.spotify.tv.android} drawState=4
W/WindowManager( 484): Screenshot failure taking screenshot for (1920x1080) to layer 21025
I/Process ( 5660): Sending signal. PID: 5660 SIG: 9
V/AudioFlinger( 113): remove track (4097) and delete from mixer
D/ActivityManager( 484): send app_CRASH broadcast, packageName:com.spotify.tv.android
I/ActivityManager( 484): Process com.spotify.tv.android (pid 5660) has died.
I/WindowState( 484): WIN DEATH: Window{4215d8e8 u0 com.spotify.tv.android/com.spotify.tv.android.SpotifyTVActivity}
W/ContextImpl( 484): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1162 com.android.server.am.ActivityManagerService.onVideoPlayerCrashed:3689 com.android.server.am.ActivityManagerService.handleAppDiedLocked:3719 com.android.server.am.ActivityManagerService.appDiedLocked:3857 com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied:1043
Ive no clue how to fix it. Even if there is a way to fix it. Hope you guys can help me .
Termi
PS: Ive Spotify Premium

Categories

Resources