Vlad the Lad

Results 173 comments of Vlad the Lad

Thanks a lot! > Malformed MTP request packet > server is null in send_object_removed That's interesting, I will look into android sources.

>What are the payload sizes of such URBs? sizes are different really, if you suspected missing ZLP, it's not the case! :P

Can you try installing the latest version? it should be fixed in v4.0 (I'm bundling icons with the app)

It looks like AFTL struggles to create ObjectInfo in time :thinking: If you're able to build it from source, could you try replacing in `mtp/ptp/Session.cpp:293`: ``` Send(OperationRequest(OperationCode::SendObjectInfo, transaction.Id, storageId.Id, parentObject.Id));...

Thanks, how many files do you upload? what are their sizes? I'll try to recreate on one of the slower devices.

What are file types? Pictures or just binary files? Why I'm asking is that maybe it tries to generate thumbnail entry along with file entry. Also what is your android...

Can you try starting it from console and see what exact errors it throws. But before that, please try the most recent build please.

Are you running it using sudo? sudo provides `SUDO_UID` and `SUDO_USER` and it may help it. I can add it, but ideally I'd like to provide an instruction for FreeBSD...

I'm not sure it's supposed to be run as root, can you try running it as normal user?

can you check with a24ef2e5ad12574ee6370011184799e4bbcf59af reverted?