A way to fix File Explorer from FCing?


applepie

Members
Jul 1, 2011
10
11
I've noticed recently that I can no longer launch File Explorer. I've tried updating MIUI, clearing caches, and even clearing the data from the app. Here's the crash log:

device_model:leo
build_version:MIUIAndroid 1.7.1
condition:1
processName:com.android.fileexplorer
pid:12810
uid:10013
tag:null
shortMsg:android.database.sqlite.SQLiteException
longMsg:android.database.sqlite.SQLiteException: no such table: otherfile: , while compiling: SELECT category, COUNT(category), SUM(_size) FROM otherfile GROUP BY category
stackTrace:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.fileexplorer/com.android.fileexplorer.FileExplorerTabActivity}: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.fileexplorer/com.android.fileexplorer.FileCategoryActivity}: android.database.sqlite.SQLiteException: no such table: otherfile: , while compiling: SELECT category, COUNT(category), SUM(_size) FROM otherfile GROUP BY category
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1655)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1671)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3694)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.fileexplorer/com.android.fileexplorer.FileCategoryActivity}: android.database.sqlite.SQLiteException: no such table: otherfile: , while compiling: SELECT category, COUNT(category), SUM(_size) FROM otherfile GROUP BY category
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1655)
at android.app.ActivityThread.startActivityNow(ActivityThread.java:1495)
at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127)
at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339)
at android.widget.TabHost$IntentContentStrategy.getContentView(TabHost.java:695)
at android.widget.TabHost.setCurrentTab(TabHost.java:366)
at android.widget.TabHost.addTab(TabHost.java:256)
at com.android.fileexplorer.FileExplorerTabActivity.setTabHostAppearance(FileExplorerTabActivity.java:59)
at com.android.fileexplorer.FileExplorerTabActivity.onCreate(FileExplorerTabActivity.java:33)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1619)
... 11 more
Caused by: android.database.sqlite.SQLiteException: no such table: otherfile: , while compiling: SELECT category, COUNT(category), SUM(_size) FROM otherfile GROUP BY category
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:158)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
at android.content.ContentProviderProxy.bulkQueryInternal(ContentProviderNative.java:330)
at android.content.ContentProviderProxy.query(ContentProviderNative.java:366)
at android.content.ContentResolver.query(ContentResolver.java:262)
at com.android.fileexplorer.FileCategoryHelper.refreshCategoryInfo(FileCategoryHelper.java:213)
at com.android.fileexplorer.FileCategoryActivity.refreshCategoryInfo(FileCategoryActivity.java:149)
at com.android.fileexplorer.FileCategoryActivity.updateUI(FileCategoryActivity.java:594)
at com.android.fileexplorer.FileCategoryActivity.onCreate(FileCategoryActivity.java:104)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1619)
... 21 more