UI has stopped working with operations on directories

Support for Android version of Total Commander

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Aurelien
Junior Member
Junior Member
Posts: 37
Joined: 2003-10-06, 08:28 UTC

UI has stopped working with operations on directories

Post 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 ?
Aurelien
Junior Member
Junior Member
Posts: 37
Joined: 2003-10-06, 08:28 UTC

Post by *Aurelien »

just read this topic :
http://ghisler.ch/board/viewtopic.php?t=36656

can it be the same problem ?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post 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
Author of Total Commander
https://www.ghisler.com
Aurelien
Junior Member
Junior Member
Posts: 37
Joined: 2003-10-06, 08:28 UTC

Post by *Aurelien »

Tried with the latest beta 5 and it works without any crash. ;-)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Great, thanks!
Author of Total Commander
https://www.ghisler.com
Post Reply