jim800121
  • Joined on 2026-02-12
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-10 03:29:14 +00:00
2d68387ed1 Add interactive guided tour with driver.js
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 18:10:32 +00:00
7b4492c41e Update PRD v3.2 + TDD v2.1: WinUSB auto-install, ffmpeg, uninstall fixes
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:49:57 +00:00
98b89fe104 Fix WinUSB driver install: self-signed cert + pnputil approach
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:41:26 +00:00
9ec1926133 Add self-signed cert + catalog approach for driver installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:34:02 +00:00
c9b0ae5b89 Improve test tool: proper REG_MULTI_SZ parsing and device enumeration debug
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:31:17 +00:00
0c45e77911 Add SetupAPI direct device node driver install method to test tool
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:25:56 +00:00
17110a1606 Add UpdateDriverForPlugAndPlayDevicesW to driver install test tool
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 16:15:34 +00:00
faa4e86a19 chore: add test tool for DiInstallDriverW debugging on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:51:00 +00:00
cc1edfc89d fix: use DiInstallDriver API for WinUSB driver installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:38:30 +00:00
2ab910d5ca fix: use Kneron official driver installer instead of pnputil
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:21:13 +00:00
22d6076568 fix: clear stale DeviceGroup before retry to prevent access violation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 14:01:31 +00:00
eca1363298 docs: update PRD v3.1 and TDD v2.0 with recent installer features
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:58:48 +00:00
f744e8ca26 feat: auto-install WinUSB driver for Kneron devices on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:39:36 +00:00
49bdef68c7 fix: increase device connect timeout from 30s to 60s
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:31:37 +00:00
9950bf7232 fix: add retry logic for KL520 USB connect and better error hints
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:25:52 +00:00
4ad39d2f17 feat: auto-install ffmpeg and yt-dlp during GUI installation
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:15:57 +00:00
b07e47c517 fix: allow connecting to KL520 in USB Boot mode (is_connectable=False)
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:10:11 +00:00
f2596511e0 fix: bundle KneronPLUS SDK wheel for Windows device detection
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 13:02:10 +00:00
c8e628c6ca fix: tray icon, console window, and device detection on Windows
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-09 12:48:15 +00:00
4e44406e71 fix: resolve "no backend available" libusb error on Windows