Hi guys, Im trying to port honami framework (Im using xperia device). I was change textColorHighlight (<item name="textColorHighlight">@color/somc_theme_accent_color_dark</item>) and add somc_theme_accent_color_dark.xml in /colors after recompile (no errors) i flashed framework and get bootloop
Here is logcat
Code:
I/SystemServer( 902): Entered the Android system server!
I/SystemServer( 902): Entropy Mixer
I/SystemServer( 902): Power Manager
I/SystemServer( 902): Activity Manager
I/ActivityManager( 902): Memory class: 50
E/System ( 902): ******************************************
E/System ( 902): ************ Failure starting core service
E/System ( 902): android.content.res.Resources$NotFoundException: Resource ID #0x10f000a
E/System ( 902): at android.content.res.Resources.getValue(Resources.java:1017)
E/System ( 902): at android.content.res.Resources.loadXmlResourceParser(Resources.java:2103)
E/System ( 902): at android.content.res.XResources.loadXmlResourceParser(XResources.java:566)
E/System ( 902): at android.content.res.Resources.getXml(Resources.java:905)
E/System ( 902): at com.android.internal.os.PowerProfile.readPowerValuesFromXml(PowerProfile.java:161)
E/System ( 902): at com.android.internal.os.PowerProfile.<init>(PowerProfile.java:155)
E/System ( 902): at com.android.server.am.BatteryStatsService.publish(BatteryStatsService.java:63)
E/System ( 902): at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1415)
E/System ( 902): at com.android.server.ServerThread.run(SystemServer.java:155)
E/System ( 902): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/System ( 902): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:627)
E/System ( 902): at com.android.server.ServerThread.run(Native Method)
I/SystemServer( 902): Input Method Service
W/SystemServer( 902): ***********************************************
E/AndroidRuntime( 902): Error reporting WTF
E/AndroidRuntime( 902): java.lang.NullPointerException
E/AndroidRuntime( 902): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:387)
E/AndroidRuntime( 902): at android.util.Log$1.onTerribleFailure(Log.java:103)
E/AndroidRuntime( 902): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 902): at com.android.server.ServerThread.reportWtf(SystemServer.java:79)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(SystemServer.java:297)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:627)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(Native Method)
I/SystemServer( 902): Accessibility Manager
W/SystemServer( 902): ***********************************************
E/AndroidRuntime( 902): Error reporting WTF
E/AndroidRuntime( 902): java.lang.NullPointerException
E/AndroidRuntime( 902): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:387)
E/AndroidRuntime( 902): at android.util.Log$1.onTerribleFailure(Log.java:103)
E/AndroidRuntime( 902): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 902): at com.android.server.ServerThread.reportWtf(SystemServer.java:79)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(SystemServer.java:305)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:627)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(Native Method)
W/SystemServer( 902): ***********************************************
E/AndroidRuntime( 902): Error reporting WTF
E/AndroidRuntime( 902): java.lang.NullPointerException
E/AndroidRuntime( 902): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:387)
E/AndroidRuntime( 902): at android.util.Log$1.onTerribleFailure(Log.java:103)
E/AndroidRuntime( 902): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 902): at com.android.server.ServerThread.reportWtf(SystemServer.java:79)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(SystemServer.java:312)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:627)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(Native Method)
W/SystemServer( 902): ***********************************************
E/AndroidRuntime( 902): Error reporting WTF
E/AndroidRuntime( 902): java.lang.NullPointerException
E/AndroidRuntime( 902): at com.android.internal.os.RuntimeInit.wtf(RuntimeInit.java:387)
E/AndroidRuntime( 902): at android.util.Log$1.onTerribleFailure(Log.java:103)
E/AndroidRuntime( 902): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 902): at com.android.server.ServerThread.reportWtf(SystemServer.java:79)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(SystemServer.java:318)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:627)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(Native Method)
E/test ( 902): Exception
E/AndroidRuntime( 902): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 902): java.lang.NullPointerException
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(SystemServer.java:322)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
E/AndroidRuntime( 902): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:627)
E/AndroidRuntime( 902): at com.android.server.ServerThread.run(Native Method)
E/AndroidRuntime( 902): Error reporting crash
E/AndroidRuntime( 902): java.lang.NullPointerException
E/AndroidRuntime( 902): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:134)
E/AndroidRuntime( 902): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 902): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
Maybe you know how I can fix it and were is problem
Related
Hi
I get this in the log below and it looks like not enough RAM? How to free RAM? Currently I've ~180 used and 20 free. If I do
a factory reset, how much RAM would I have? And how to backup all so I could go back to my installed apps?
Thanks
----------
I/ActivityManager( 1493): Start proc org.ogre3d.browser for activity org.ogre3d.browser/android.app.NativeActivity: pid=2339 uid=10076 gids={}
I/ActivityManager( 1493): Process com.google.android.googlequicksearchbox (pid 2207) has died.
E/AndroidRuntime( 2339): FATAL EXCEPTION: main
E/AndroidRuntime( 2339): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.ogre3d.browser/android.app.NativeActivity}: android.view.InflateException: Binary XML file line #26: Error inflating class com.android.internal.widget.ActionBarContainer
E/AndroidRuntime( 2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2079)
E/AndroidRuntime( 2339): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2104)
E/AndroidRuntime( 2339): at android.app.ActivityThread.access$600(ActivityThread.java:132)
E/AndroidRuntime( 2339): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1157)
E/AndroidRuntime( 2339): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2339): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2339): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime( 2339): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2339): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2339): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime( 2339): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime( 2339): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2339): Caused by: android.view.InflateException: Binary XML file line #26: Error inflating class com.android.internal.widget.ActionBarContainer
E/AndroidRuntime( 2339): at android.view.LayoutInflater.createView(LayoutInflater.java:606)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:680)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.rInflate(LayoutInflater.java:739)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2707)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2767)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:266)
E/AndroidRuntime( 2339): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:260)
E/AndroidRuntime( 2339): at android.app.Activity.setContentView(Activity.java:1855)
E/AndroidRuntime( 2339): at android.app.NativeActivity.onCreate(NativeActivity.java:161)
E/AndroidRuntime( 2339): at android.app.Activity.performCreate(Activity.java:4465)
E/AndroidRuntime( 2339): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
E/AndroidRuntime( 2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2033)
E/AndroidRuntime( 2339): ... 11 more
E/AndroidRuntime( 2339): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 2339): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 2339): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
E/AndroidRuntime( 2339): at android.view.LayoutInflater.createView(LayoutInflater.java:586)
E/AndroidRuntime( 2339): ... 25 more
E/AndroidRuntime( 2339): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=2; index=2
E/AndroidRuntime( 2339): at android.content.res.AssetManager.getPooledString(AssetManager.java:296)
E/AndroidRuntime( 2339): at android.content.res.TypedArray.loadStringValueAt(TypedArray.java:726)
E/AndroidRuntime( 2339): at android.content.res.TypedArray.getValueAt(TypedArray.java:711)
E/AndroidRuntime( 2339): at android.content.res.TypedArray.getDrawable(TypedArray.java:591)
E/AndroidRuntime( 2339): at android.view.View.<init>(View.java:2785)
E/AndroidRuntime( 2339): at android.view.ViewGroup.<init>(ViewGroup.java:385)
E/AndroidRuntime( 2339): at android.widget.FrameLayout.<init>(FrameLayout.java:99)
E/AndroidRuntime( 2339): at android.widget.FrameLayout.<init>(FrameLayout.java:95)
E/AndroidRuntime( 2339): at com.android.internal.widget.ActionBarContainer.<init>(ActionBarContainer.java:52)
E/AndroidRuntime( 2339): ... 28 more
W/ActivityManager( 1493): Force finishing activity org.ogre3d.browser/android.app.NativeActivity
which rom are you using in what phone??
http://forum.xda-developers.com/showthread.php?t=1636501
On a x10 mini pro. All is fine but that app doesn't start.
Could someone try if that app works and how much RAM it eats?
https://play.google.com/store/apps/details?id=org.ogre3d.browser&feature=search_result#?t=W251bGwsMSwxLDEsIm9yZy5vZ3JlM2QuYnJvd3NlciJd
Many thanks
mike4444 said:
http://forum.xda-developers.com/showthread.php?t=1636501
On a x10 mini pro. All is fine but that app doesn't start.
Could someone try if that app works and how much RAM it eats?
https://play.google.com/store/apps/details?id=org.ogre3d.browser&feature=search_result#?t=W251bGwsMSwxLDEsIm9yZy5vZ3JlM2QuYnJvd3NlciJd
Many thanks
Click to expand...
Click to collapse
I haven't tried it, but a 47MB app would even struggle on much lighter ROMs on our phones. Maybe it will work if you use swap, but i wouldn't hold my breath
SmG67 said:
I haven't tried it, but a 47MB app would even struggle on much lighter ROMs on our phones. Maybe it will work if you use swap, but i wouldn't hold my breath
Click to expand...
Click to collapse
Yes swap, but all settings that I found have not improved memory.
Hence, as I want to try, how to backup everything so I could go back after a reset?
mike4444 said:
Yes swap, but all settings that I found have not improved memory.
Hence, as I want to try, how to backup everything so I could go back after a reset?
Click to expand...
Click to collapse
Do a backup in CWM, it will save everything.
SmG67 said:
Do a backup in CWM, it will save everything.
Click to expand...
Click to collapse
Thanks, now it doesn't even start with 100MB RAM free. Maybe my compilation is corrupt? But I cannot
go online in the next days with Android. Also google play says my Mini is not compatible, even though I've updated to 4.04. Would there be other locations to download that apk?
Thanks
I think that app wouldn't run or would run very slowly, because it is a software to make 3d render, programming, etc. the x10 mini - minipro doesn't have the ram and the processor to run something like that... I don't think that it matters if you have GB, ICS.
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.
E/AndroidRuntime( 6138): FATAL EXCEPTION: main
E/AndroidRuntime( 6138): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sonyericsson.notes/com.sonyericsson.notes.NoteEditorActivity}: android.database.sqlite.SQLiteException: no such column: notes: , while compiling: SELECT doodle_path FROM notes WHERE (_id = notes AND deleted= '0')
E/AndroidRuntime( 6138): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1967)
E/AndroidRuntime( 6138): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1992)
E/AndroidRuntime( 6138): at android.app.ActivityThread.access$600(ActivityThread.java:127)
E/AndroidRuntime( 6138): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
E/AndroidRuntime( 6138): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6138): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6138): at android.app.ActivityThread.main(ActivityThread.java:4448)
E/AndroidRuntime( 6138): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6138): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 6138): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:823)
E/AndroidRuntime( 6138): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
E/AndroidRuntime( 6138): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6138): Caused by: android.database.sqlite.SQLiteException: no such column: notes: , while compiling: SELECT doodle_path FROM notes WHERE (_id = notes AND deleted= '0')
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:68)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:143)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:127)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:94)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:53)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1570)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:354)
E/AndroidRuntime( 6138): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:291)
E/AndroidRuntime( 6138): at com.sonyericsson.notes.NoteProvider.query(NoteProvider.java:160)
E/AndroidRuntime( 6138): at android.content.ContentProvider$Transport.query(ContentProvider.java:178)
E/AndroidRuntime( 6138): at android.content.ContentResolver.query(ContentResolver.java:311)
E/AndroidRuntime( 6138): at com.sonyericsson.notes.NoteEditorActivity.onCreate(NoteEditorActivity.java:366)
E/AndroidRuntime( 6138): at android.app.Activity.performCreate(Activity.java:4465)
E/AndroidRuntime( 6138): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
E/AndroidRuntime( 6138): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1931)
E/AndroidRuntime( 6138): ... 11 more
What's thw problem? It's from the logcat
Andrewasth said:
E/AndroidRuntime( 6138): FATAL EXCEPTION: main
E/AndroidRuntime( 6138): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sonyericsson.notes/com.sonyericsson.notes.NoteEditorActivity}: android.database.sqlite.SQLiteException: no such column: notes: , while compiling: SELECT doodle_path FROM notes WHERE (_id = notes AND deleted= '0')
What's thw problem? It's from the logcat
Click to expand...
Click to collapse
It seems that SQL database used by com.sonyericsson.notes application is corrupted. There is no "notes" column in the "notes" table.
knutson said:
It seems that SQL database used by com.sonyericsson.notes application is corrupted. There is no "notes" column in the "notes" table.
Click to expand...
Click to collapse
Yeah! Thank you! Figured it out
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.
Hi,
I managed to root the Saturn (2014 HDX) on 4.5.2 using KingRoot 4.0+. I adb-pushed the latest ARM-4.4 GApps downloaded from OpenGapps: Apps went into /system/priv-app and the libs into /system/lib.
After having cleared the dalvik-cache, when I reboot in to the device, gms continually crashes with:
HTML:
I/ActivityManager( 1014): Start proc com.google.android.gms for service com.google.android.gms/.icing.service.IndexService: pid=7125 uid=32004 gids={72004, 3003, 1007, 1028, 1015, 3002, 3001, 3007, 2001, 3006, 9001}
E/AndroidRuntime( 7125): FATAL EXCEPTION: main
E/AndroidRuntime( 7125): Process: com.google.android.gms, PID: 7125
E/AndroidRuntime( 7125): java.lang.RuntimeException: Unable to instantiate application com.google.android.gms.common.app.GmsApplication: java.lang.NullPointerException
E/AndroidRuntime( 7125): at android.app.LoadedApk.makeApplication(LoadedApk.java:551)
E/AndroidRuntime( 7125): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4558)
E/AndroidRuntime( 7125): at android.app.ActivityThread.access$1500(ActivityThread.java:145)
E/AndroidRuntime( 7125): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1276)
E/AndroidRuntime( 7125): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 7125): at android.os.Looper.loop(Looper.java:145)
E/AndroidRuntime( 7125): at android.app.ActivityThread.main(ActivityThread.java:5266)
E/AndroidRuntime( 7125): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7125): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 7125): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:826)
E/AndroidRuntime( 7125): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:642)
E/AndroidRuntime( 7125): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7125): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 7125): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:575)
E/AndroidRuntime( 7125): at android.content.ContextWrapper.setProfileManager(ContextWrapper.java:88)
E/AndroidRuntime( 7125): at android.content.ContextWrapper.<init>(ContextWrapper.java:63)
E/AndroidRuntime( 7125): at com.google.android.gms.common.app.BaseApplicationContext.<init>(SourceFile:37)
E/AndroidRuntime( 7125): at com.google.android.gms.common.app.BaseApplicationContext.<init>(SourceFile:33)
E/AndroidRuntime( 7125): at com.google.android.gms.common.app.c.<init>(SourceFile:45)
E/AndroidRuntime( 7125): at com.google.android.gms.common.app.GmsApplication.<init>(SourceFile:73)
E/AndroidRuntime( 7125): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime( 7125): at java.lang.Class.newInstance(Class.java:1208)
E/AndroidRuntime( 7125): at android.app.Instrumentation.newApplication(Instrumentation.java:990)
E/AndroidRuntime( 7125): at android.app.Instrumentation.newApplication(Instrumentation.java:975)
E/AndroidRuntime( 7125): at android.app.LoadedApk.makeApplication(LoadedApk.java:525)
E/AndroidRuntime( 7125): ... 11 more
I/ActivityManager( 1014): handleApplicationCrash
I/AndroidRuntime( 7125): To Report FATAL to activityManagerService
Any pointers? GApps seem to work good with Apollo running 4.5.2 even without root... What am I missing?