Cody Jung

Results 11 comments of Cody Jung

@ganeshrvel - I actually have a FujiFilm camera! The problem is it is returning a `InterfaceStringIndex` of 0. You can check against `fujifilm.co.jp` in mtp.go if you want to add...

Some progress: The first problem is that Garmin devices are reporting an empty string descriptor for Manufacturer and Product. All three string descriptors are technically optional, so I _think_ this...

Great news - ![image](https://user-images.githubusercontent.com/484512/180622384-0d5d293c-c0fc-4561-8f5e-136ef64dc6d5.png) The issue with the bulk transfer was because Garmin devices follow this method of transfer (from the MTP spec v1.1): ![image](https://user-images.githubusercontent.com/484512/180622474-6c4ce9d5-73df-4735-b3a4-b38b4220c153.png) `mtp.go` anticipates that case correctly;...

I've put up a pull request in ganeshrvel/go-mtpfs -- if anyone else wants to pull down that repo and build+test I'd appreciate it. This is my first time writing Go...

I caught this (or a similar issue?) on the debugger but am basically brand new to the code, so I'm not sure what the right fix is. The main thread...

I did a little research here and I see why it's opening maximized (calling `mainWindow.maximize()` will do that), but it seems like Electron apps won't preserve their window position without...

Seems to work with my X-E3:

I will say that it can take a while to enumerate all the files in the folder, so some sort of progress indicator (or even a busy spinner) could be...

Thanks all! @ganeshrvel I’ll take a look tonight and see what I can figure out. Edit: After 4 hours of working on it, I've mostly only figured out that my...

Ok, so I _think_ I've identified the issue and have a PR up in go-mtpfs to fix it. The gritty details are available on the PR linked above. I've been...