Vladimir

Results 148 comments of Vladimir

can you mount using `-o debug` option and see what request fuse sends after running `sudo touch foo`?

Could you please replace `static constexpr unsigned FileMode = S_IFREG | 0644;` `static constexpr unsigned FileMode = S_IFREG | 0666;`, and see if it changes anything? (please check ls -l...

Thanks, I have to handle exceptions in UI better.

what's your phone make/model? Each symbol you mentioned works for my old nexus 5 :D ``` LGE Nexus 5 [100%]:Внутр. накопитель> ls 32047 ? 32048 | ```

standard itself does not disallow anything except '/' in object name :)

could you please check revision 96af0e1dd6e3af6be85a2ebacd0cbeb5d1c8c4b1 if it's working for you

hmm, can you show me backtrace of the crash please? just run `gdb build/qt/android-file-transfer` then type in `r` command. When it crashed, type `bt`

thanks a lot! this is the most helpful. I have to guard all slots with try/catch to avoid this type of crashes.

please check 9811703a1be2affe400027fc6a5374cee8b6f487

could you please pull again? 1. wrapped everything with try catch :) 2. added device reset 6df2411c3573735c6ddc94241624327ceff941f8 mentioned in PIMA spec. For some reason, one of the folders in my...