Commit Graph
6 Commits
Author SHA1 Message Date
TastyHeadphones 018b54fb94 Merge pull request #110 from TastyHeadphones/codex/control-request-timeout-cancel
Add request timeout and cancellation handling in VPhoneControl
2026-03-06 00:00:21 +08:00
tastyheadphones fc96e4439d research: drop unrelated patch comparison note from PR 2026-03-05 09:34:19 +09:00
tastyheadphones 596083f30f location: add presets and route replay controls 2026-03-05 09:31:06 +09:00
tastyheadphones 7413142f11 setup_machine: fail early on ramdisk panic while waiting for SSH 2026-03-04 21:07:03 +09:00
tastyheadphones ca198f10b7 cfw_install: preflight ramdisk SSH readiness before remote steps 2026-03-04 18:36:06 +09:00
tastyheadphones 8a17f167da setup_machine: preflight VM storage lock holders before boot (#56)
Add a VM storage lock preflight in setup_machine.sh before both
`make boot` and `make boot_dfu`. Detects active lock holders for
nvram.bin, machineIdentifier.bin, Disk.img, and SEPStorage via lsof,
prints PID/PPID/command details, and supports optional automatic
recovery with AUTO_KILL_VM_LOCKS=1.

Fixes #55.

Co-authored-by: tastyheadphones <[email protected]>
2026-03-03 02:37:35 +08:00