Bokeh Live Wallpaper - Legend Q&A, Help & Troubleshooting

Hi, im trying to get The Sense Live Wallpaper workign on an Espresso rom (2.2)
Pushed al the files needed or it to run but get FC's anyone know why??
Here's the logcat
Code:
I/Renderer info( 1087): EGL vendor: Android
I/Renderer info( 1087): EGL version: 1.4 Android META-EGL
I/Renderer info( 1087): EGL client APIs: OpenGL ES
I/Renderer info( 1087): EGL extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR
_image_pixmap EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle EGL_AND
ROID_get_render_buffer
I/Renderer info( 1087): Renderer|ES vendor: Qualcomm
I/Renderer info( 1087): OpenGL|ES renderer: Adreno
I/Renderer info( 1087): OpenGL|ES version: OpenGL ES 2.0 1044053
I/Renderer info( 1087): OpenGL|ES extensions: GL_AMD_compressed_3DC_texture GL_A
MD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400
GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_
type_2_10_10_10_REV GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_
OES_depth24 GL_OES_EGL_image GL_OES_element_index_uint GL_OES_fbo_render_mipmap
GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_ste
ncil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_text
ure_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_text
ure_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_NV_fence GL_Q
COM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_exte
nded_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_QCOM_memory_mon
itor
I/dalvikvm( 1087): Unable to dlopen(/system/lib/libmode10_wallpapers.so): Cannot
load library: link_image[1995]: failed to link libmode10_wallpapers.so
I/dalvikvm( 1087):
W/dalvikvm( 1087): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom
/htc/android/wallpaper/bokeh/Bokeh;.<clinit>
W/dalvikvm( 1087): threadid=7: thread exiting with uncaught exception (group=0x4
0028a00)
E/AndroidRuntime( 1087): FATAL EXCEPTION: Renderer render thread
E/AndroidRuntime( 1087): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 1087): at com.htc.android.wallpaper.bokeh.BokehWallpape
r$GLEngine.preRender(BokehWallpaper.java:214)
E/AndroidRuntime( 1087): at com.htc.android.wallpaper.bokeh.BokehWallpape
r$GLEngine.onRenderFrame(BokehWallpaper.java:202)
E/AndroidRuntime( 1087): at com.htc.android.wallpaper.Renderer.renderFram
e(Renderer.java:361)
E/AndroidRuntime( 1087): at com.htc.android.wallpaper.Renderer.access$700
(Renderer.java:39)
E/AndroidRuntime( 1087): at com.htc.android.wallpaper.Renderer$RenderHand
ler.handleMessage(Renderer.java:425)
E/AndroidRuntime( 1087): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 1087): at android.os.Looper.loop(Looper.java:143)
E/AndroidRuntime( 1087): at android.os.HandlerThread.run(HandlerThread.ja
va:60)
E/AndroidRuntime( 1087): Caused by: java.lang.UnsatisfiedLinkError: Library mode
10_wallpapers not found
E/AndroidRuntime( 1087): at java.lang.Runtime.loadLibrary(Runtime.java:46
1)
E/AndroidRuntime( 1087): at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime( 1087): at com.htc.android.wallpaper.bokeh.Bokeh.<clinit
>(Bokeh.java:27)
E/AndroidRuntime( 1087): ... 8 more
I/pthread ( 310): ## thread 420 is creating thread @dalvik/vm/Thread.c:1443
Annoying really as the Espresso ROM has all of Blayo's Lib files, Bin files, etc files xbin files but nay working!!!

@bonesy
When does it FC?
On boot or when you try to select it?

When it tries to preview Wont show the wallpaper at all before the FC

Related

[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] Android [Settings] error on Huawei 10FHD

sorry for bad english
Found a strange problem! Pairing tablet via bluetooth with any phone, then choosing pair settings on tablet and in this mometn Settings menu is closing and we see working table with error "error in Settings program". Same thing with choosing mobile network settings. I've got a log of this problem (listed below), anybody can help with this bug?
Code:
D/BluetoothAdapterStateMachine( 1841): BluetoothOn process message: 1
W/BluetoothAdapterStateMachine( 1841): BluetoothOn received: 1
D/BluetoothEnabler( 4541): HW DETECTABILITY DEFAULT is 0
D/LocalBluetoothManager( 4541): setting foreground activity to non-null context
D/BluetoothInputDevice( 4541): getConnectedDevices()
D/BluetoothInputDevice( 4541): getPriority(D8:2A:7E:D1:D1:A2)
D/AndroidRuntime( 4541): Shutting down VM
W/dalvikvm( 4541): threadid=1: thread exiting with uncaught exception (group=0x40a7e1f8)
E/AndroidRuntime( 4541): FATAL EXCEPTION: main
E/AndroidRuntime( 4541): java.lang.NullPointerException
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.HeadsetProfile.isPreferred(HeadsetProfile.java:144)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.CachedBluetoothDevice.connectWithoutResettingTimer(CachedBluetoothDevice.java:238)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.CachedBluetoothDevice.connect(CachedBluetoothDevice.java:209)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.BluetoothDevicePreference.onClicked(BluetoothDevicePreference.java:201)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.DeviceListPreferenceFragment.onDevicePreferenceClick(DeviceListPreferenceFragment.java:192)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.BluetoothSettings.onDevicePreferenceClick(BluetoothSettings.java:369)
E/AndroidRuntime( 4541): at com.android.settings.bluetooth.DeviceListPreferenceFragment.onPreferenceTreeClick(DeviceListPreferenceFragment.java:184)
E/AndroidRuntime( 4541): at android.preference.Preference.performClick(Preference.java:949)
E/AndroidRuntime( 4541): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:202)
E/AndroidRuntime( 4541): at android.widget.AdapterView.performItemClick(AdapterView.java:292)
E/AndroidRuntime( 4541): at android.widget.AbsListView.performItemClick(AbsListView.java:1068)
E/AndroidRuntime( 4541): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2524)
E/AndroidRuntime( 4541): at android.widget.AbsListView$1.run(AbsListView.java:3193)
E/AndroidRuntime( 4541): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime( 4541): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 4541): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4541): at android.app.ActivityThread.main(ActivityThread.java:4521)
E/AndroidRuntime( 4541): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4541): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 4541): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:762)
E/AndroidRuntime( 4541): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:529)
E/AndroidRuntime( 4541): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1841): Force finishing activity com.android.settings/.Settings
D/OppNotification( 2613): Stopping notification thread: NotificationUpdateThread-1356435222415
W/ActivityManager( 1841): Activity pause timeout for ActivityRecord{41595320 com.android.settings/.Settings}
E/dalvikvm( 4801): GC_CONCURRENT freed 1373K, 13% free 11484K/13191K, paused 2ms+15ms
I/Process ( 4541): Sending signal. PID: 4541 SIG: 9
D/Settings( 2052): getAllInstallLangId().length43
D/Settings( 2052): getAllInstallLangId().length43
I/WindowManager( 1841): WIN DEATH: Window{417b2068 com.android.settings/com.android.settings.Settings paused=false}
I/ActivityManager( 1841): Process com.android.settings (pid 4541) has died.
W/ActivityManager( 1841): Activity destroy timeout for ActivityRecord{41595320 com.android.settings/.Settings}

Not able to make calls dialer forc closes.

SOLVED My dialer force closes now when i try to make calls. it wont work at all on sense but works fine on aosp roms. Can someone give me a hand with this i have no idea what else to do. Right now the dialer disappears completely right after I try to dial a contacts number. I tried clearing application data etc. Nothing seems to be working.
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
FinZ28 said:
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
Click to expand...
Click to collapse
D/PowerManagerService( 591): releaseWakeLock(41b7fee8): CPU_MIN_NUM , tag=HtcListViewScroll_4.915, flags=0x400
W/dalvikvm( 7252): Exception Ljava/lang/IllegalArgumentException; thrown while initializing Lcom/htc/util/phone/DialUtils;
W/dalvikvm( 7252): threadid=1: thread exiting with uncaught exception (group=0x40d5d468)
E/EmbeddedLogger( 591): App crashed! Process: com.android.htcdialer
E/EmbeddedLogger( 591): App crashed! Package: com.android.htcdialer v417060080 (4.0.2220222138.473095.468169)
E/EmbeddedLogger( 591): App crashed! Package: com.android.htccontacts v418625837 (4.5.2311193234.539441.524814)
E/EmbeddedLogger( 591): Application Label: <MULTIPLE_PACKAGE>
E/AndroidRuntime( 7252): FATAL EXCEPTION: main
E/AndroidRuntime( 7252): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:4591)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5603)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5579)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5573)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.onListItemClick(Dialer.java:5544)
E/AndroidRuntime( 7252): at com.android.htcdialer.app.BaseListActivity$1.onItemClick(BaseListActivity.java:173)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:299)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAbsListView.performItemClick(HtcAbsListView.java:1252)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView.access$1701(HtcListView.java:86)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView$CheckForItemReleased.run(HtcListView.java:5407)
E/AndroidRuntime( 7252): at android.os.Handler.handleCallback(Handler.java)
E/AndroidRuntime( 7252): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 7252): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 7252): at android.app.ActivityThread.main(ActivityThread.java)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1029)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:796)
E/AndroidRuntime( 7252): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7252): Caused by: java.lang.IllegalArgumentException: key.length > 31
E/AndroidRuntime( 7252): at android.os.SystemProperties.get(SystemProperties.java)
E/AndroidRuntime( 7252): at com.htc.util.phone.ProjectUtils.calculatePropKey(ProjectUtils.java:171)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefixByProp(DialUtils.java:374)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefix(DialUtils.java:359)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.<clinit>(DialUtils.java:151)
E/AndroidRuntime( 7252): ... 19 more
W/ActivityManager( 591): Force finishing activity com.android.htccontacts/.DialerTabActivity
D/HtcDeviceInfoManager( 591): ADD_CRASH com.android.htcdialer
D/PowerManagerService( 591): acquireWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1, pid=591, uid=1000, mUserState=0x3
W/ActivityManager( 591): Activity pause timeout for ActivityRecord{41f02890 com.android.htccontacts/.DialerTabActivity}
D/memalloc( 240): ion: Allocated buffer base:0x438ac000 size:3768320 fd:81
D/memalloc( 240): ion: Allocated buffer base:0x40648000 size:4096 fd:84
D/memalloc( 1085): ion: Mapped buffer base:0x5d9df000 size:3768320 offset:0 fd:73
D/memalloc( 1085): ion: Mapped buffer base:0x5962c000 size:4096 offset:0 fd:77
V/InputMethodManagerService( 591): unbindCurrentInputLocked: client = [email protected]
I/InputMethodManagerService( 591): Disable input method client.
V/InputMethodManagerService( 591): switching to client: client = [email protected]
I/InputMethodManagerService( 591): Enable input method client.
D/HtcDeviceInfoManager( 591): UPDATE com.android.htcdialer fg=com.android.htcdialer
D/HtcDeviceInfoManager( 591): SET_TOP com.anddoes.launcher fg=com.android.htcdialer
D/memalloc( 240): ion: Allocated buffer base:0x43c44000 size:3768320 fd:37
D/memalloc( 240): ion: Allocated buffer base:0x40680000 size:4096 fd:88
D/memalloc( 1085): ion: Mapped buffer base:0x5eb28000 size:3768320 offset:0 fd:80
D/memalloc( 1085): ion: Mapped buffer base:0x5962d000 size:4096 offset:0 fd:85
I/FxActivity( 871): FxActivity.onDestroy()
D/PowerManagerService( 591): releaseWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1
D/memalloc( 240): ion: Allocated buffer base:0x43fdc000 size:3768320 fd:61
D/memalloc( 240): ion: Allocated buffer base:0x406c0000 size:4096 fd:63
D/memalloc( 1085): ion: Mapped buffer base:0x5f00b000 size:3768320 offset:0 fd:71
D/memalloc( 1085): ion: Mapped buffer base:0x5962e000 size:4096 offset:0 fd:92
D/StateMachine( 591): handleMessage: E msg.what=131155
D/StateMachine( 591): processMsg: ConnectedState
D/WifiStateMachine( 591): ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/StateMachine( 591): processMsg: L2ConnectedState
D/WifiStateMachine( 591): L2ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/WifiStateMachine( 591): fetchRssiAndLinkSpeedNative RSSI = -47
D/StateMachine( 591): handleMessage: X
W/System.err( 2359): java.io.FileNotFoundException: /sys/class/net/eth0/statistics/rx_bytes: open failed: ENOENT (No such file or directory)
W/System.err( 2359): at libcore.io.IoBridge.open(IoBridge.java:416)
W/System.err( 2359): at java.io.FileInputStream.<init>(FileInputStream.java:78)
W/System.err( 2359): at
Sent from my EVO using Tapatalk 2
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
thicklizard said:
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Kidromulous said:
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
you can select not use rm-rf in twrp settings and if you read up about clockwork mod its not recomended for the LTE. Something about corrupting partitions
Sent from my EVO 4G LTE using xda premium

[Q] Changing Settings to Holo.Light causing fc?

So, I am trying to theme my OmniRom Settings.apk in Holo Light style, using styles.xml.
All works perfectly, exept for one thing:
When tapping "Quick Launch Shortcuts", I get a force close.
Got a log here:
Code:
D/SubSettings( 2133): Launching fragment org.omnirom.omnigears.interfacesettings.NavRing
D/AndroidRuntime( 2133): Shutting down VM
W/dalvikvm( 2133): threadid=1: thread exiting with uncaught exception (group=0x4178fba8)
E/AndroidRuntime( 2133): FATAL EXCEPTION: main
E/AndroidRuntime( 2133): Process: com.android.settings, PID: 2133
E/AndroidRuntime( 2133): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: android.view.InflateException: Binary XML file line #7: Error inflating class com.android.internal.widget.multiwaveview.GlowPadView
E/AndroidRuntime( 2133): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2184)
E/AndroidRuntime( 2133): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2233)
E/AndroidRuntime( 2133): at android.app.ActivityThread.access$800(ActivityThread.java:135)
E/AndroidRuntime( 2133): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
E/AndroidRuntime( 2133): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2133): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2133): at android.app.ActivityThread.main(ActivityThread.java:5001)
E/AndroidRuntime( 2133): at java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 2133): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2133): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
E/AndroidRuntime( 2133): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
E/AndroidRuntime( 2133): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2133): Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class com.android.internal.widget.multiwaveview.GlowPadView
E/AndroidRuntime( 2133): at android.view.LayoutInflater.createView(LayoutInflater.java:620)
E/AndroidRuntime( 2133): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:696)
E/AndroidRuntime( 2133): at android.view.LayoutInflater.rInflate(LayoutInflater.java:755)
E/AndroidRuntime( 2133): at android.view.LayoutInflater.inflate(LayoutInflater.java:492)
E/AndroidRuntime( 2133): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
E/AndroidRuntime( 2133): at org.omnirom.omnigears.interfacesettings.NavRing.onCreateView(NavRing.java:108)
E/AndroidRuntime( 2133): at android.app.Fragment.performCreateView(Fragment.java:1700)
E/AndroidRuntime( 2133): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:890)
E/AndroidRuntime( 2133): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
E/AndroidRuntime( 2133): at android.app.BackStackRecord.run(BackStackRecord.java:684)
E/AndroidRuntime( 2133): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
E/AndroidRuntime( 2133): at android.app.Activity.performStart(Activity.java:5240)
E/AndroidRuntime( 2133): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2157)
E/AndroidRuntime( 2133): ... 11 more
E/AndroidRuntime( 2133): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 2133): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2133): at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
E/AndroidRuntime( 2133): at android.view.LayoutInflater.createView(LayoutInflater.java:594)
E/AndroidRuntime( 2133): ... 23 more
E/AndroidRuntime( 2133): Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x10
E/AndroidRuntime( 2133): at android.content.res.TypedArray.getDimension(TypedArray.java:399)
E/AndroidRuntime( 2133): at com.android.internal.widget.multiwaveview.GlowPadView.<init>(GlowPadView.java:242)
E/AndroidRuntime( 2133): ... 26 more
W/ActivityManager( 799): Force finishing activity com.android.settings/.SubSettings
W/ActivityManager( 799): Force finishing activity com.android.settings/.SubSettings
The issue only appears with light themed settings, so it must be caused by one of my changes in styles.xml.
Any help would be greatly appreciated.
Thanks in advance.
Solved by copying the related xmls from unmodified apk over to modified one.

[Q&A] [GAPPS] Google Apps for Android 4.4/KitKat

Q&A for [GAPPS] Google Apps for Android 4.4/KitKat
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [GAPPS] Google Apps for Android 4.4/KitKat. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
DP FH said:
I got this and play store and gms keeps crashing.
E/MediaFocusControl( 1885): java.app.GmsApplication: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.common.app.GmsApplication" on path: DexPathLt$MethodAndArgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 2260): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 2260): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2260): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.common.app.GmsApplication" on path: DexPathList[[zip file "/system/framework/com.android.media.remotedisplay.jar", zip file "/system/framework/com.android.location.provider.jar", zip file "/system/priv-app/PrebuiltGmsCore.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime( 2260): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime( 2260): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
E/AndroidRuntime( 2260): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
E/AndroidRuntime( 2260): at android.app.Instrumentation.newApplication(Instrumentation.java:975)
E/AndroidRuntime( 2260): at android.app.LoadedApk.makeApplication(LoadedApk.java:509)
E/AndroidRuntime( 2260): ... 11 more
E/AndroidRuntime( 2260): Suppressed: java.io.IOException: unable to open DEX file
E/AndroidRuntime( 2260): at dalvik.system.DexFile.openDexFileNative(Native Method)
E/AndroidRuntime( 2260): at dalvik.system.DexFile.openDexFile(DexFile.java:296)
E/AndroidRuntime( 2260): at dalvik.system.DexFile.<init>(DexFile.java:80)
E/AndroidRuntime( 2260): at dalvik.system.DexFile.<init>(DexFile.java:59)
E/AndroidRuntime( 2260): at dalvik.system.DexPathList.loadDexFile(DexPathList.java:263)
E/AndroidRuntime( 2260): at dalvik.system.DexPathList.makeDexElements(DexPathList.java:230)E/AndroidRuntime( 2260): at dalvik.system.DexPathList.<init>(DexPathList.java:112)
E/AndroidRuntime( 2260): at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
E/AndroidRuntime( 2260): at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
E/AndroidRuntime( 2260): at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:57)
E/AndroidRuntime( 2260): at android.app.LoadedApk.getClassLoader(LoadedApk.java:321)
E/AndroidRuntime( 2260): at android.app.LoadedApk.makeApplication(LoadedApk.java:507)
E/AndroidRuntime( 2260): ... 11 more
E/dalvikvm( 2283): Dex cache directory isn't writable: /data/dalvik-cache
E/AndroidRuntime( 2283): FATAL EXCEPTION: main
E/AndroidRuntime( 2283): Process: com.google.process.location, PID: 2283
E/AndroidRuntime( 2283): java.lang.RuntimeException: Unable to get provider com.google.android.location.reporting.service.ReportingContentProvider: java.lang.ClassNotFoundException: Didn't find class "com.google.android.location.reporting.service.ReportingContentProvider" on path: DexPathList[[zip file "/system/framework/com.android.media.remotedisplay.jar", zip file "/system/framework/com.android.location.provider.jar", zip file "/system/priv-app/PrebuiltGmsCore.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime( 2283): at android.app.ActivityThread.installProvider(ActivityThread.java:4955)
E/AndroidRuntime( 2283): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4547)
E/AndroidRuntime( 2283): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4487)
E/AndroidRuntime( 2283): at android.app.ActivityThread.access$1500(ActivityThread.java:144)
E/AndroidRuntime( 2283): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1265)
E/AndroidRuntime( 2283): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2283): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2283): at android.app.ActivityThread.main(ActivityThread.java:5179)
E/AndroidRuntime( 2283): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2283): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2283): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:732)
E/AndroidRuntime( 2283): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 2283): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2283): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.location.reporting.service.ReportingContentProvider" on path: DexPathList[[zip file "/system/framework/com.android.media.remotedisplay.jar", zip file "/system/framework/com.android.location.provider.jar", zip file "/system/priv-app/PrebuiltGmsCore.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime( 2283): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime( 2283): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
E/AndroidRuntime( 2283): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
E/AndroidRuntime( 2283): at android.app.ActivityThread.installProvider(ActivityThread.java:4940)
E/AndroidRuntime( 2283): ... 12 more
E/AndroidRuntime( 2283): Suppressed: java.io.IOException: unable to open DEX file
E/AndroidRuntime( 2283): at dalvik.system.DexFile.openDexFileNative(Native Method)
E/AndroidRuntime( 2283): at dalvik.system.DexFile.openDexFile(DexFile.java:296)
E/AndroidRuntime( 2283): at dalvik.system.DexFile.<init>(DexFile.java:80)
E/AndroidRuntime( 2283): at dalvik.system.DexFile.<init>(DexFile.java:59)
E/AndroidRuntime( 2283): at dalvik.system.DexPathList.loadDexFile(DexPathList.java:263)
E/AndroidRuntime( 2283): at dalvik.system.DexPathList.makeDexElements(DexPathList.java:230)E/AndroidRuntime( 2283): at dalvik.system.DexPathList.<init>(DexPathList.java:112)
E/AndroidRuntime( 2283): at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
E/AndroidRuntime( 2283): at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
E/AndroidRuntime( 2283): at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:57)
E/AndroidRuntime( 2283): at android.app.LoadedApk.getClassLoader(LoadedApk.java:321)
E/AndroidRuntime( 2283): at android.app.ContextImpl.getClassLoader(ContextImpl.java:734)
E/AndroidRuntime( 2283): at android.app.ActivityThread.installProvider(ActivityThread.java:4939)
E/AndroidRuntime( 2283): ... 12 more
and much more of this...
Click to expand...
Click to collapse
Ditto. And stuck as now no one seems to be working on WFS at all.

Categories

Resources