yume-chan / ya-webadb

ADB in your browser
https://tangoapp.dev/
MIT License
2.32k stars 304 forks source link

[Suggestion] Make available on Firefox. Then it can use Wifi ADB #618

Closed garywill closed 10 months ago

garywill commented 10 months ago

Pre-issue checklist

How can Tango be improved?

Hi @yume-chan ,

The old web demo support Wifi ADB with websockify. Please make it available on the new app.tangoapp.dev too.

And although Firefox doesn't support webUSB, Firefox users can use Wifi ADB. Please make it available for Firefox also.

Currently I can't find any entrance for Wifi ADB if I don't have USB connected

How should the API change?

.

(Optional) Other information

No response

yume-chan commented 10 months ago

I'm working on a desktop version that supports wireless connections.

Because I don't like the size and (poor IPC) performance of Electron, the current direction is running a server locally and still using Web browsers to display UI (similar to HTTP-Toolkit, it will support Firefox).

Please subscribe https://github.com/tango-adb/feedback/issues/4 for future updates.