feat: implement ADB wrapper and device management backend
Adds full ADB client, device manager, static DeviceInfo fetcher, and live DeviceLiveStats poller. Exposes ListDevices, ConnectDevice, DisconnectDevice, GetDeviceInfo, GetDeviceLiveStats as Wails-bound methods with a 1s devices:changed event loop. Bundles ADB binary infrastructure via //go:embed all:bin with runtime fallback chain.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"frontend:dev:watcher": "npm run dev",
|
||||
"frontend:dev:serverUrl": "auto",
|
||||
"frontend:dir": "../frontend-react",
|
||||
"wailsjsdir": "../frontend-react/src/wailsjs",
|
||||
"wailsjsdir": "../frontend-react/src",
|
||||
"author": {
|
||||
"name": "achmad",
|
||||
"email": "anakinskywalk1@gmail.com"
|
||||
|
||||
Reference in New Issue
Block a user