Cartoonman
Newbie
Hi, I recently got ICS, rooted, somehow broke it, and revitalized it. I am just wondering if anyone here has been getting some sort of window poping up every time you turn on the phone, saying "LG MLT has stopped working", either rooted or not. I can only remember it poping up after I rooted the phone. Strange thing is, even after a hard factory reset and a reflash of the .cab, this thing is still popping up.
Anyone got an idea as to what LG MLT is, and if this is something I should be concerned with? Google gave me vague answers, saying that MLT is a sort of system process that does logs or something. I want to get this issue resolved, or at least clarified, before I re-root it and do the bootloader thing.
I'll see if I can get a logcat...
Ok, i think this is some relevant info I pulled from the logcat.
Anyone got an idea as to what LG MLT is, and if this is something I should be concerned with? Google gave me vague answers, saying that MLT is a sort of system process that does logs or something. I want to get this issue resolved, or at least clarified, before I re-root it and do the bootloader thing.
I'll see if I can get a logcat...
Ok, i think this is some relevant info I pulled from the logcat.
Code:
[ 10-28 11:56:52.526 1802:0x70a I/ActivityThread ]
Pub com.lge.mlt.main: com.lge.mlt.MptMainLogProvider
[ 10-28 11:56:52.556 1802:0x70a E/SQLiteQuery ]
exception: database or disk is full; query: pragma journal_mode = WAL
[ 10-28 11:56:52.576 1802:0x70a W/dalvikvm ]
threadid=1: thread exiting with uncaught exception (group=0x40cc81f8)
[ 10-28 11:56:52.576 1802:0x70a E/AndroidRuntime ]
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to get provider com.lge.mlt.MptMainLogProvider: android.database.sqlite.SQLiteFullException: database or disk is full
at android.app.ActivityThread.installProvider(ActivityThread.java:4298)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:4010)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3964)
at android.app.ActivityThread.access$1300(ActivityThread.java:127)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1189)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4482)
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:794)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:561)
at dalvik.system.NativeStart.main(Native Method)
Caused by: android.database.sqlite.SQLiteFullException: database or disk is full
at android.database.sqlite.SQLiteQuery.nativeFillWindow(Native Method)
at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:86)
at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:164)
at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:156)
at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:161)
at android.database.AbstractCursor.moveToFirst(AbstractCursor.java:201)
at com.lge.mlt.MptMainLogProvider.onCreate(MptMainLogProvider.java:1011)
at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
at android.app.ActivityThread.installProvider(ActivityThread.java:4295)
... 12 more