after flashing stock rom i am unable to use flash light and rear camera...
i tried other roms but the problem still exist.
----- CRASH LOG----
SUPPORTED_64_BIT_ABIS=[Ljava.lang.String;@1f93608
versionCode=21
BOARD=QC_Reference_Phone
BOOTLOADER=unknown
TYPE=user
ID=NRD90M
TIME=1492497818000
BRAND=ZUK
TAG=Build
HARDWARE=qcom
SERIAL=6240b8f4
SUPPORTED_ABIS=[Ljava.lang.String;@7c2a1a1
CPU_ABI=arm64-v8a
IS_DEBUGGABLE=false
RADIO=unknown
MANUFACTURER=ZUK
IS_EMULATOR=false
SUPPORTED_32_BIT_ABIS=[Ljava.lang.String;@42b4fab
TAGS=release-keys
CPU_ABI2=
UNKNOWN=unknown
PERMISSIONS_REVIEW_REQUIRED=false
USER=buildslave
FINGERPRINT=ZUK/z2_plus_hw/z2_plus_hw:7.0/NRD90M/2.5.104_170418:user/release-keys
HOST=byws20
versionName=0.9.0.0
PRODUCT=z2_plus_hw
DISPLAY=NRD90M dev-keys
MODEL=ZUK Z2132
DEVICE=z2_plus_hw
java.lang.RuntimeException: Unable to start receiver com.zui.cameragallery.camera.DisableCameraReceiver: java.lang.IllegalArgumentException: Component class com.zui.cameragallery.camera.CameraLauncher does not exist in com.zui.cameragallery
at android.app.ActivityThread.handleReceiver(ActivityThread.java:3079)
at android.app.ActivityThread.-wrap18(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1565)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6153)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:758)
Caused by: java.lang.IllegalArgumentException: Component class com.zui.cameragallery.camera.CameraLauncher does not exist in com.zui.cameragallery
at android.os.Parcel.readException(Parcel.java:1687)
at android.os.Parcel.readException(Parcel.java:1636)
at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4485)
at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2233)
at com.zui.cameragallery.camera.DisableCameraReceiver.disableComponent(DisableCameraReceiver.java:82)
at com.zui.cameragallery.camera.DisableCameraReceiver.onReceive(DisableCameraReceiver.java:48)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:3072)
... 8 more
java.lang.IllegalArgumentException: Component class com.zui.cameragallery.camera.CameraLauncher does not exist in com.zui.cameragallery
at android.os.Parcel.readException(Parcel.java:1687)
at android.os.Parcel.readException(Parcel.java:1636)
at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:4485)
at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2233)
at com.zui.cameragallery.camera.DisableCameraReceiver.disableComponent(DisableCameraReceiver.java:82)
at com.zui.cameragallery.camera.DisableCameraReceiver.onReceive(DisableCameraReceiver.java:48)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:3072)
at android.app.ActivityThread.-wrap18(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1565)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6153)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:758)
Related
Hi,
Everytime i try and access my sound settings i get a FC. I have tried many roms all with wipes. Does anybody have any idea why this might be?
Bump
This is my logcat thing:
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SoundSettings}: java.lang.ClassCastException: java.lang.Boolean
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassCastException: java.lang.Boolean
at android.app.ContextImpl$SharedPreferencesImpl.getString(ContextImpl.java:2700)
at android.preference.Preference.getPersistedString(Preference.java:1249)
at android.preference.ListPreference.onSetInitialValue(ListPreference.java:278)
at android.preference.Preference.dispatchSetInitialValue(Preference.java:1172)
at android.preference.Preference.onAttachedToHierarchy(Preference.java:984)
at android.preference.PreferenceGroup.addPreference(PreferenceGroup.java:156)
at android.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:97)
at android.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:38)
at android.preference.GenericInflater.rInflate(GenericInflater.java:488)
at android.preference.GenericInflater.inflate(GenericInflater.java:326)
at android.preference.GenericInflater.inflate(GenericInflater.java:263)
at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:251)
at android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity.java:262)
at com.android.settings.SoundSettings.onCreate(SoundSettings.java:102)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
... 11 more
Anyone with any brains have an idea?
Hi
Recently bought an Ouya and initially installed some apps from the DISCOVER section, at this time Flixster was working ok. I then rooted, installed mod collection for ouya, google app store, busy box, nova launcher plus side loaded quite other few apps.
All is working perfectly and I couldn't be happier BUT... Flixster has stopped working! It fails to run at all... I've re-installed from Ouya, from the App store and old version apk... cleared data, cache etc. but still no joy.
here's the log:
Is anyone having similar issues... any tips on how to troubleshoot further?
2013-11-28 20:13:20.806 E 5141/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:13:23.596 E 5182/ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
2013-11-28 20:13:23.776 E 5182/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:13:33.326 E 5349/ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
2013-11-28 20:13:33.536 E 5349/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:13:35.796 E 5431/ActivityThread: Failed to find provider info for com.facebook.katana.provider.AttributionIdProvider
2013-11-28 20:13:36.016 E 5431/AndroidRuntime: FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{net.flixster.android/com.flixster.android.activity.gtv.Main}: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)
at android.app.ActivityThread.access$600(ActivityThread.java:130)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4745)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030048
at android.content.res.Resources.getValue(Resources.java:1013)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2098)
at android.content.res.XResources.loadXmlResourceParser(XResources.java:525)
at android.content.res.Resources.getLayout(Resources.java:852)
at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)
at android.app.Activity.setContentView(Activity.java:1869)
at com.flixster.android.activity.gtv.Main.onCreate(Main.java:47)
at android.app.Activity.performCreate(Activity.java:5032)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)
... 12 more
2013-11-28 20:57:59.216 D 13330/dalvikvm: DexOpt: 'Landroid/annotation/SuppressLint;' has an earlier definition; blocking out
2013-11-28 20:57:59.216 D 13330/dalvikvm: DexOpt: 'Landroid/annotation/TargetApi;' has an earlier definition; blocking out
2013-11-28 20:57:59.306 D 13330/dalvikvm: DexOpt: not verifying/optimizing 'Landroid/annotation/SuppressLint;': multiple definitions
2013-11-28 20:57:59.306 D 13330/dalvikvm: DexOpt: not verifying/optimizing 'Landroid/annotation/TargetApi;': multiple definitions
2013-11-28 20:57:59.536 D 13330/dalvikvm: DexOpt: load 93ms, verify+opt 231ms, 1179836 bytes
2013-11-28 20:58:03.056 D 13530/OuyaEnvironment: Setting application to: yuku.logviewer
2013-11-28 20:58:03.056 D 13530/OuyaEnvironment: Found app directory: /data/app/yuku.logviewer-1.apk
2013-11-28 20:58:03.196 D 13530/libEGL: loaded /system/lib/egl/libEGL_tegra.so
2013-11-28 20:58:03.196 E 13530/: file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
2013-11-28 20:58:03.196 I 13530/: Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
2013-11-28 20:58:03.196 I 13530/: Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
2013-11-28 20:58:03.196 D 13530/libEGL: loaded /system/lib/egl/libGLESv1_CM_tegra.so
2013-11-28 20:58:03.196 D 13530/libEGL: loaded /system/lib/egl/libGLESv2_tegra.so
2013-11-28 20:58:03.246 I 13530/: Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
2013-11-28 20:58:03.246 D 13530/OpenGLRenderer: Enabling debug mode 0
Fixed
Seems to be that at times after sleeping and waking the Ouya Flixster will not run. Workaround is to sleep and wake again
Hi ,
i am getting lost of error (like shown below ) every time , so can any one help me out to fix it ..
12-23 16:05:15.167 2606-2606/? E/NotificationService﹕ unable to notify listener (posted): [email protected]8616f0
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.service.notification.INotificationListener$Stub$Proxy.onNotificationPosted(INotificationListener.java:102)
at com.android.server.NotificationManagerService$NotificationListenerInfo.notifyPostedIfUserMatch(NotificationManagerService.java:348)
at com.android.server.NotificationManagerService$3.run(NotificationManagerService.java:921)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:146)
at com.android.server.ServerThread.initAndLoop(SystemServer.java:2178)
at com.android.server.SystemServer.main(SystemServer.java:2317)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1291)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
at dalvik.system.NativeStart.main(Native Method)
12-23 16:05:15.167 2606-2606/? E/NotificationService﹕ unable to notify listener (posted): [email protected]740db8
android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.service.notification.INotificationListener$Stub$Proxy.onNotificationPosted(INotificationListener.java:102)
at com.android.server.NotificationManagerService$NotificationListenerInfo.notifyPostedIfUserMatch(NotificationManagerService.java:348)
at com.android.server.NotificationManagerService$3.run(NotificationManagerService.java:921)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:146)
at com.android.server.ServerThread.initAndLoop(SystemServer.java:2178)
at com.android.server.SystemServer.main(SystemServer.java:2317)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1291)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
at dalvik.system.NativeStart.main(Native Method)
I would like to see if anyone here is using Llama - Location Profiles with Lollipop stock, and if so, is everything working as intended? No errors logged to the txt file (/Llama/LlamaLog.txt)?
I am trying to verify if the problem is with Llama and LP or my system.
I am using ParanoidAndroid 5.1 with 777's kernel. Getting FCs (occasional, could not trace a behavior yet) on Llama and this errors logged: (some FC log the first, some log the second!)
--------2015/11/18 06:30:00------------------------------------
java.lang.RuntimeException: Exception caught while handling intent.
at com.kebab.Llama.LlamaService.HandleIntent(LlamaService.java:926)
at com.kebab.Llama.LlamaService$4.run(LlamaService.java:673)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5287)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.media.AudioService$VolumeStreamState.getIndex(int)' on a null object reference
at android.os.Parcel.readException(Parcel.java:1552)
at android.os.Parcel.readException(Parcel.java:1499)
at android.media.IAudioService$Stub$Proxy.setStreamVolume(IAudioService.java:936)
at android.media.AudioManager.setStreamVolume(AudioManager.java:1137)
at com.kebab.Llama.Profile$5.run(Profile.java:554)
at com.kebab.Llama.Profile.SetRingerRingtoneNoficationsAtOrAboveApi14(Profile.java:573)
at com.kebab.Llama.Profile.Activate(Profile.java:265)
at com.kebab.Llama.LlamaService.SetProfile(LlamaService.java:3498)
at com.kebab.Llama.EventActions.ChangeProfileAction2.PerformAction(ChangeProfileAction2.java:64)
at com.kebab.Llama.Event.RunActions(Event.java:296)
at com.kebab.Llama.LlamaService.fireTriggeredEvent(LlamaService.java:3063)
at com.kebab.Llama.LlamaService.testEventsInternal(LlamaService.java:2866)
at com.kebab.Llama.LlamaService.testEvents(LlamaService.java:2762)
at com.kebab.Llama.LlamaService.OnRtcEvent(LlamaService.java:3731)
at com.kebab.Llama.LlamaService.handleHmTime(LlamaService.java:1612)
at com.kebab.Llama.LlamaService.HandleIntent(LlamaService.java:858)
... 9 more
--------2015/11/18 10:25:49------------------------------------
java.lang.NullPointerException: Attempt to invoke virtual method 'int android.media.AudioService$VolumeStreamState.getIndex(int)' on a null object reference
at android.os.Parcel.readException(Parcel.java:1552)
at android.os.Parcel.readException(Parcel.java:1499)
at android.media.IAudioService$Stub$Proxy.setStreamVolume(IAudioService.java:936)
at android.media.AudioManager.setStreamVolume(AudioManager.java:1137)
at com.kebab.Llama.Profile$5.run(Profile.java:554)
at com.kebab.Llama.Profile.SetRingerRingtoneNoficationsAtOrAboveApi14(Profile.java:573)
at com.kebab.Llama.Profile.Activate(Profile.java:265)
at com.kebab.Llama.LlamaService.SetProfile(LlamaService.java:3498)
at com.kebab.Llama.EventActions.ChangeProfileAction2.PerformAction(ChangeProfileAction2.java:64)
at com.kebab.Llama.Event.RunActions(Event.java:296)
at com.kebab.Llama.LlamaService.fireTriggeredEvent(LlamaService.java:3063)
at com.kebab.Llama.LlamaService.testEventsInternal(LlamaService.java:2866)
at com.kebab.Llama.LlamaService.testEvents(LlamaService.java:2762)
at com.kebab.Llama.LlamaService.evaluateAreasForBeaconTypeAndOtherAreas(LlamaService.java:2641)
at com.kebab.Llama.LlamaService.AddCellToArea(LlamaService.java:2479)
at com.kebab.Llama.LlamaService.learnCellIfNeeded(LlamaService.java:2458)
at com.kebab.Llama.LlamaService.StartLearning(LlamaService.java:3343)
at com.kebab.Llama.AreasActivity.StartLearning(AreasActivity.java:468)
at com.kebab.Llama.AreasActivity$13.onClick(AreasActivity.java:449)
at com.android.internal.app.AlertController$AlertParams$3.onItemClick(AlertController.java:1082)
at android.widget.AdapterView.performItemClick(AdapterView.java:305)
at android.widget.AbsListView.performItemClick(AbsListView.java:1148)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3059)
at android.widget.AbsListView$3.run(AbsListView.java:3866)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5287)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
(Bulletin edit controls not working for me -Firefox-, so dumped stack like this...)
After updating 5o the latest miui I have a crash to processes but I can't find out what's causing it. Any help?
java.lang.RuntimeException: Unable to get provider com.android.providers.media.MediaProvider: android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file (code 14)
at android.app.ActivityThread.installProvider(ActivityThread.java)
at android.app.ActivityThread.installContentProviders(ActivityThread.java)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:334)
at android.app.ActivityThread.handleBindApplication(<Xposed>)
at android.app.ActivityThread.access$1700(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)
Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file (code 14)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLong(Native Method)
at android.database.sqlite.SQLiteConnection.executeForLong(SQLiteConnection.java)
at android.database.sqlite.SQLiteSession.executeForLong(SQLiteSession.java)
at android.database.sqlite.SQLiteStatement.simpleQueryForLong(SQLiteStatement.java)
at android.database.DatabaseUtils.longForQuery(DatabaseUtils.java)
at android.database.DatabaseUtils.longForQuery(DatabaseUtils.java)
at android.database.sqlite.SQLiteDatabase.getVersion(SQLiteDatabase.java)
at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java)
at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java)
at com.android.providers.media.MediaProvider.query(MediaProvider.java)
at com.android.providers.media.MediaProvider.attachVolume(MediaProvider.java)
at com.android.providers.media.MediaProvider.onCreate(MediaProvider.java)
at android.content.ContentProvider.attachInfo(ContentProvider.java)
at android.content.ContentProvider.attachInfo(ContentProvider.java)
... 15 more