RedirectCleaner

Results 14 comments of RedirectCleaner

reverting https://github.com/whoozle/android-file-transfer-linux/commit/a24ef2e5ad12574ee6370011184799e4bbcf59af breaks aft-mtp-mount completely, it exits without an error but shows no files at all

i compiled the latest git head, the copy speed got a bit better (3-4MB/sec) but it's still below the speed of the gui

i would guess that all "special characters" are not handled correctly like "","|","?" and ":" I would propose to just replace them with an underline (_) whenever a filename/foldername includes...

I compiled 0da7f4ed6f3e08a974d782b3313b0925cf8dd707 it's a Huawei device. now i get: ``` files dropped: ("/tmp/foo:test.png") uploadFiles ("/tmp/foo:test.png") uploading 31212 bytes uploading file "/tmp/foo:test.png" , parent: "/tmp" adding first parent path directories[0]:...

The problem seems to be related to the SD card which is FAT32 (which doesn't allow "","|","?" and ":" for filenames, at least in windows), copying the file to the...

Thread 1 "android-file-tr" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff63ae535 in __GI_abort ()...

Now i get a sluggish interface that shows no files anymore after i dropped the file on a fat32 partition. Trying to switch to the internal storage afterwards leads to...

i compiled f64743708404b07883c83be6af55d22c81a7ff97 but it still crashes, now after dropping the file (the dialog box "Upload Progress" doesn't close before the crash) ``` files dropped: ("/tmp/foo:test.png") uploadFiles ("/tmp/foo:test.png") uploading 31212...

crashes again ``` files dropped: ("/tmp/foo:test.png") uploadFiles ("/tmp/foo:test.png") uploading 31212 bytes uploading file "/tmp/foo:test.png" , parent: "/tmp" adding first parent path directories[0]: "/tmp" -> 4294967295 uploadFile "foo:test.png" as "foo:test.png" sending...