jim800121
  • Joined on 2026-02-12
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-25 10:46:07 +00:00
99dc2f2a34 fix: add pyusb fallback scan to kneron_bridge.py
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-25 07:44:29 +00:00
559d0fdb8a fix: add udev rules for Kneron USB access on Linux
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-25 07:24:17 +00:00
b7e6da4c05 fix: pass relay-url and relay-token to auto-restart services
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 17:10:39 +00:00
3c3bc6cbec docs: update PRD v3.4 + TDD v2.3 for Linux installer support
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 17:01:17 +00:00
b806a42bcd fix: remove --tray flag for Linux server launch
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 16:10:55 +00:00
1a2811f8c9 fix: auto-install python3-venv when ensurepip is missing on Linux
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 13:48:03 +00:00
75885c5691 fix: support webkit2gtk-4.1 (Ubuntu 24.04) in Linux build script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-24 04:12:22 +00:00
e46d179165 feat: add Linux (Ubuntu) GUI installer build script
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-23 16:16:04 +00:00
c558c9e3b8 fix: add --source winget to all winget install commands
jim800121 pushed to main at warrenchen/web_academy_prototype 2026-03-23 04:45:43 +00:00
de7df88ce3 fix: detect Windows App Alias fake python in install script
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