mashuptwice
  • Joined on 2022-11-13
mashuptwice commented on issue Elara6331/itd#36 2022-11-23 23:06:49 +00:00
Upgrade fails if zip file is compressed

According to pcap-diff the packages seem to be the same:

╭─mashuptwice@yoga ~/github/pcap-diff ‹master› 
╰─$ ./pcap_diff.py -i ../../pinetime_itd_success.pcapng -i ../../pinetim…
mashuptwice opened issue Elara6331/itd#42 2022-11-23 22:46:02 +00:00
sometimes authentication fails and passcode gets treated as shell input
mashuptwice commented on issue Elara6331/itd#36 2022-11-23 21:55:40 +00:00
Upgrade fails if zip file is compressed

I'll start a session with wireshark, will report back the results.

mashuptwice commented on issue Elara6331/itd#36 2022-11-23 21:50:58 +00:00
Upgrade fails if zip file is compressed

Sounds like something funky is going on. That means I also don't need to check for differences in the files manually..

mashuptwice commented on issue Elara6331/itd#36 2022-11-19 04:14:17 +00:00
Upgrade fails if zip file is compressed

If you want to run ITD with your modified infinitime library, you can add replace go.arsenm.dev/infinitime => /path/to/infinitime into the go.mod file.

Thanks, that'll save me from using…

mashuptwice commented on issue Elara6331/itd#36 2022-11-19 04:03:19 +00:00
Upgrade fails if zip file is compressed

Thanks for the explanation, I appreciate it!

I'll try to add a routine into your infinitime library which writes the contents of the zip file to a local folder, to identify the exact differences…

mashuptwice created pull request Elara6331/itd#39 2022-11-19 03:57:11 +00:00
update itctl usage screen to current output
mashuptwice pushed to master at mashuptwice/itd 2022-11-19 03:55:22 +00:00
d80230b9d4 update itctl usage screen to current output
mashuptwice created repository mashuptwice/itd 2022-11-19 03:34:24 +00:00
mashuptwice created repository mashuptwice/infinitime 2022-11-19 03:34:15 +00:00
mashuptwice commented on issue Elara6331/itd#36 2022-11-19 01:23:26 +00:00
Upgrade fails if zip file is compressed

Considering the painfully slow upgrade procedure on my machine and considering that infinitime already does that at the end of the transfer by itself, I don't see the benefit of a CRC check at the…

mashuptwice commented on issue Elara6331/itd#36 2022-11-19 00:55:07 +00:00
Upgrade fails if zip file is compressed

Well, the manifest contains a CRC16 checksum of the firmware. After having a look over infinitime/dfu.go, it seems (I don't know anything about go) that there is no check if the firmware file…

mashuptwice commented on issue Elara6331/itd#36 2022-11-19 00:35:13 +00:00
Upgrade fails if zip file is compressed

Should I open an issue on the library repo instead? If I understand correctly, `func (c *Client) FirmwareUpgrade(ctx context.Context, upgType…

mashuptwice commented on issue Elara6331/itd#36 2022-11-19 00:23:50 +00:00
Upgrade fails if zip file is compressed

Good point, but I think I've already tested that. I've compressed the firmware with zip -9 and it fails again.

mashuptwice closed issue Elara6331/itd#37 2022-11-14 03:17:23 +00:00
unable to install resource pack
mashuptwice commented on issue Elara6331/itd#37 2022-11-14 03:17:14 +00:00
unable to install resource pack

Yeah, my bad, seems like I had an older compiled version of itctl, unmanaged by my package manager. Sorry for that, I don't know how I could've missed that.

I think it would be useful to also…

mashuptwice commented on issue Elara6331/itd#37 2022-11-14 03:03:04 +00:00
unable to install resource pack

Please re-read the issue.

╰─$ itctl res load
No help topic for 'res'
╰─$ itctl resources load
No help topic for 'resources'
╰─$ itd --version
0.0.9
mashuptwice opened issue Elara6331/itd#37 2022-11-14 02:57:46 +00:00
unable to install resource pack
mashuptwice opened issue Elara6331/itd#36 2022-11-13 23:21:26 +00:00
Upgrade fails if zip file is compressed