HTC IME MOD keyboard by Jonasl FC on 1.8.12 any idea to fix it?


smokin901

Members
Apr 12, 2011
56
18
Hi Guys,

I had been using HTC IME MOD by jonasl on miui ever since i started using miui on my HD2. and i worked flawlessly till 1.8.5. but since i updated to 1.8.12 it will FC every time on boot. message appears only on boot but once phone is booted it works perfect. this is what logcat shows on every boot. looks like it is not able fine resource ID 0x7f0a0034 and hence FC. but same keyboard works without any error on earlier build. Any pointers will be helpful

Code:
AndroidRuntime(  228): java.lang.RuntimeException: Unable to create service jonasl.ime.HTCIMEService: android.content.res.Resources$NotFoundException: Resource ID #0x7f0a0034
AndroidRuntime(  228): 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:1963)
AndroidRuntime(  228): 	at android.app.ActivityThread.access$2500(ActivityThread.java:117)
AndroidRuntime(  228): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:985)
AndroidRuntime(  228): 	at android.os.Handler.dispatchMessage(Handler.java:99)
AndroidRuntime(  228): 	at android.os.Looper.loop(Looper.java:130)
AndroidRuntime(  228): 	at android.app.ActivityThread.main(ActivityThread.java:3694)
AndroidRuntime(  228): 	at java.lang.reflect.Method.invokeNative(Native Method)
AndroidRuntime(  228): 	at java.lang.reflect.Method.invoke(Method.java:507)
AndroidRuntime(  228): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
AndroidRuntime(  228): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
AndroidRuntime(  228): 	at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime(  228): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f0a0034
AndroidRuntime(  228): 	at android.content.res.Resources.getValue(Resources.java:902)
AndroidRuntime(  228): 	at android.content.res.Resources.getInteger(Resources.java:703)
AndroidRuntime(  228): 	at com.htc.android.htcime.XT9IME.XT9IME.loadConstant(XT9IME.java:246)
AndroidRuntime(  228): 	at com.htc.android.htcime.XT9IME.XT9IME.init(XT9IME.java:211)
AndroidRuntime(  228): 	at com.htc.android.htcime.util.CodeIMEFinder.loadEssential(CodeIMEFinder.java:61)
AndroidRuntime(  228): 	at com.htc.android.htcime.HTCIMEService.onCreate(HTCIMEService.java:146)
AndroidRuntime(  228): 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:1953)
AndroidRuntime(  228): 	... 10 more

Here is complete logcatView attachment logcat.zip