Steve Dunham
Steve Dunham
Was there any sort of error message? Did it write out the last file that it listed, and if not was there anything weird about the name? My best guess...
I see a lot of errors about files missing from the backup. I'm on a mac and don't have a recent enough libimobiledevice to test further. So I'm not sure...
Do you have a file named `b2e391f21b59b910524ac3b5b0ca720eb4556ccb` and what size is it? I don't have a repro of a crash (with no error), but the program does wedge if there...
Update on this - iTerm now asks you to grant it "Full Disk Access" in settings. If you do so, you can access the MobileSync directory from the command line...
I use macos at the moment, but about a year ago I did verify that it worked on linux (even with a backup run on linux). if you already have...
It's been a while, but I recall that most of the internal structures were similar (the pages tables were essentially numbers tables), so I think this could be adapted fairly...
I haven't been in this code in six years, so I needed to find my way around. But worth the time because I recently started a javascript project to pick...
I played around with it a little tonight and found that the some of the internal format of CellStorageBuffer had changed since iWork'13 (even Pages tables were broken). I've got...
I recently started to update that stuff, pulling out the protoc files again. Then I got lost in the weeds trying to update that mapping file (from integers to protobuf...
The files declare syntax as proto2. It should work a recent version of protoc. The older proto files that I had lying around generated code that couldn't be compiled when...