Page 1 of 1

UI has stopped working with operations on directories

Posted: 2014-10-26, 18:18 UTC
by Aurelien
Hello,

i encounter errors when creating or removing directories on the SD card.
this does not occur with the internal file manager

the total commander version i have is 2.04

i have two Acer Liquid E2 that i have just rooted to increase the internal space.

there is SuperSU installed, but i have no notification when doing directories operations.

i can't remember if this error occured before or not, as it the first time i did such operations (i did this directly with the phone connected in usb mode before).

i have comodo antivirus installed, as well as malwarebytes antimalware.

here is the two logcat files.

when creating a directory :
10-26 19:07:48.053 E/DataTransfer/BackupFileScanner(14943): constuctor maybe failed!cause mHandler is null
10-26 19:07:48.063 E/AndroidRuntime(15085): FATAL EXCEPTION: main
10-26 19:07:48.063 E/AndroidRuntime(15085): java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.MEDIA_MOUNTED dat=file:///storage/sdcard0 flg=0x10 } in com.android.systemui.statusbar.phone.PhoneStatusBar$35@41590da8
10-26 19:07:48.063 E/AndroidRuntime(15085): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:798)
10-26 19:07:48.063 E/AndroidRuntime(15085): at android.os.Handler.handleCallback(Handler.java:725)
10-26 19:07:48.063 E/AndroidRuntime(15085): at android.os.Handler.dispatchMessage(Handler.java:92)
10-26 19:07:48.063 E/AndroidRuntime(15085): at android.os.Looper.loop(Looper.java:153)
10-26 19:07:48.063 E/AndroidRuntime(15085): at android.app.ActivityThread.main(ActivityThread.java:5299)
10-26 19:07:48.063 E/AndroidRuntime(15085): at java.lang.reflect.Method.invokeNative(Native Method)
10-26 19:07:48.063 E/AndroidRuntime(15085): at java.lang.reflect.Method.invoke(Method.java:511)
10-26 19:07:48.063 E/AndroidRuntime(15085): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
10-26 19:07:48.063 E/AndroidRuntime(15085): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
10-26 19:07:48.063 E/AndroidRuntime(15085): at dalvik.system.NativeStart.main(Native Method)
10-26 19:07:48.063 E/AndroidRuntime(15085): Caused by: java.lang.NullPointerException
10-26 19:07:48.063 E/AndroidRuntime(15085): at com.android.systemui.statusbar.phone.PhoneStatusBar$35.onReceive(PhoneStatusBar.java:3338)
10-26 19:07:48.063 E/AndroidRuntime(15085): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:788)
10-26 19:07:48.063 E/AndroidRuntime(15085): ... 9 more
10-26 19:07:48.076 E/PlutoBackupHandler(14943): file is not exist====>>>mPath is /storage/sdcard0/~vcard.vcf
10-26 19:07:48.080 E/AppErrorDialog( 493): Failed to get ILowStorageHandle instance
10-26 19:07:48.175 I/k9 (11817): storage path "/storage/sdcard0" mounted readOnly=true
10-26 19:07:51.473 E/InputDispatcher( 493): channel '41e8d310 StatusBar (server)' ~ Channel is unrecoverably broken and will be disposed!
10-26 19:07:51.473 E/InputDispatcher( 493): channel '41bb3bd0 com.android.systemui.ImageWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
10-26 19:07:52.093 E/VoldCmdListener( 120): CommandListener::VolumeCmd::runCommand --> shared
10-26 19:07:52.096 E/VoldCmdListener( 120): CommandListener::VolumeCmd::runCommand --> shared
10-26 19:07:52.098 E/VoldCmdListener( 120): CommandListener::VolumeCmd::runCommand --> shared
10-26 19:07:53.293 D/RecentsActivity(15605): refreshRecentTasks()
10-26 19:07:54.055 W/audioplayer.Application(12883): skipping changed runnable - media not mounted or system media scan is in progresss
when removing a directory :
10-26 19:10:59.112 E/DataTransfer/BackupFileScanner(14943): constuctor maybe failed!cause mHandler is null
10-26 19:10:59.115 E/AndroidRuntime(15605): FATAL EXCEPTION: main
10-26 19:10:59.115 E/AndroidRuntime(15605): java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.MEDIA_MOUNTED dat=file:///storage/sdcard0 flg=0x10 } in com.android.systemui.statusbar.phone.PhoneStatusBar$35@41593a20
10-26 19:10:59.115 E/AndroidRuntime(15605): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:798)
10-26 19:10:59.115 E/AndroidRuntime(15605): at android.os.Handler.handleCallback(Handler.java:725)
10-26 19:10:59.115 E/AndroidRuntime(15605): at android.os.Handler.dispatchMessage(Handler.java:92)
10-26 19:10:59.115 E/AndroidRuntime(15605): at android.os.Looper.loop(Looper.java:153)
10-26 19:10:59.115 E/AndroidRuntime(15605): at android.app.ActivityThread.main(ActivityThread.java:5299)
10-26 19:10:59.115 E/AndroidRuntime(15605): at java.lang.reflect.Method.invokeNative(Native Method)
10-26 19:10:59.115 E/AndroidRuntime(15605): at java.lang.reflect.Method.invoke(Method.java:511)
10-26 19:10:59.115 E/AndroidRuntime(15605): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833)
10-26 19:10:59.115 E/AndroidRuntime(15605): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
10-26 19:10:59.115 E/AndroidRuntime(15605): at dalvik.system.NativeStart.main(Native Method)
10-26 19:10:59.115 E/AndroidRuntime(15605): Caused by: java.lang.NullPointerException
10-26 19:10:59.115 E/AndroidRuntime(15605): at com.android.systemui.statusbar.phone.PhoneStatusBar$35.onReceive(PhoneStatusBar.java:3338)
10-26 19:10:59.115 E/AndroidRuntime(15605): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:788)
10-26 19:10:59.115 E/AndroidRuntime(15605): ... 9 more
10-26 19:10:59.132 E/PlutoBackupHandler(14943): file is not exist====>>>mPath is /storage/sdcard0/~vcard.vcf
10-26 19:10:59.143 E/AppErrorDialog( 493): Failed to get ILowStorageHandle instance
10-26 19:10:59.448 I/k9 (11817): storage path "/storage/sdcard0" mounted readOnly=true
10-26 19:10:59.842 E/MediaScanner(13765): prescan: ErrnoException! path=/storage/sdcard0/test
10-26 19:11:00.641 E/InputDispatcher( 493): channel '41b66b10 com.android.systemui.ImageWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
10-26 19:11:00.695 E/JavaBinder(16379): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
10-26 19:11:00.695 E/JavaBinder(16379): java.lang.RuntimeException: android.os.DeadObjectException
10-26 19:11:00.695 E/JavaBinder(16379): at android.os.Parcel.writeException(Parcel.java:1326)
10-26 19:11:00.695 E/JavaBinder(16379): at android.os.Binder.execTransact(Binder.java:355)
10-26 19:11:00.695 E/JavaBinder(16379): at dalvik.system.NativeStart.run(Native Method)
10-26 19:11:00.695 E/JavaBinder(16379): Caused by: android.os.DeadObjectException
10-26 19:11:00.695 E/JavaBinder(16379): at android.os.BinderProxy.transact(Native Method)
10-26 19:11:00.695 E/JavaBinder(16379): at android.content.IIntentReceiver$Stub$Proxy.performReceive(IIntentReceiver.java:124)
10-26 19:11:00.695 E/JavaBinder(16379): at android.app.ActivityThread$ApplicationThread.scheduleRegisteredReceiver(ActivityThread.java:835)
10-26 19:11:00.695 E/JavaBinder(16379): at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:383)
10-26 19:11:00.695 E/JavaBinder(16379): at android.os.Binder.execTransact(Binder.java:351)
10-26 19:11:00.695 E/JavaBinder(16379): ... 1 more
10-26 19:11:01.212 E/VoldCmdListener( 120): CommandListener::VolumeCmd::runCommand --> shared
10-26 19:11:01.213 E/VoldCmdListener( 120): CommandListener::VolumeCmd::runCommand --> shared
10-26 19:11:01.215 E/VoldCmdListener( 120): CommandListener::VolumeCmd::runCommand --> shared
is it Total Commander related ?

Posted: 2014-10-26, 18:28 UTC
by Aurelien
just read this topic :
http://ghisler.ch/board/viewtopic.php?t=36656

can it be the same problem ?

Posted: 2014-10-27, 08:58 UTC
by ghisler(Author)
Yes it could be the same problem - can you try with TC 2.05 beta, please?
http://www.ghisler.com/android.htm#download

Posted: 2014-10-27, 12:32 UTC
by Aurelien
Tried with the latest beta 5 and it works without any crash. ;-)

Posted: 2014-10-30, 10:09 UTC
by ghisler(Author)
Great, thanks!