-
Notifications
You must be signed in to change notification settings - Fork 25
Allow use of the native Android Debug Bridge #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
7d55d8f to
81de910
Compare
|
Is there a reason this PR includes making the agent support any app ID? I'd probably prefer this to be in a different PR, esp. given that the implementation of it here isn't ideal. (i.e. would prefer not to use a command line arg for the agent and would also prefer not having a bunch of different oncelocks for each static path) |
f33d8a4 to
0d9e605
Compare
|
I removed the commit to change the game id of the agent from this branch, but I would like to add it at some point as a dev option at least (I have two BS installs as an example) |
43b079c to
400d02c
Compare
02c2b40 to
706bc87
Compare
- Moved "@yume-chan/stream-extra" from devDependencies to dependencies - Enhanced WebSocket error handling with logging - Log errors during stream close in WebSocketConnection - Removed unneccesary AGENT_SHA1 empty check
b51e31a to
2ece7ba
Compare
|
will do one more review and merge this soon. If you could resolve conflicts that would be great, else I'll do it. |
3f77fef to
9d0abda
Compare
9d0abda to
45e24da
Compare
|
Conflicts need resolving again |
203533f to
c2384c4
Compare
c2384c4 to
ae4df3c
Compare
|
I’ve merged the head, and it doesn’t fail to build… but I don’t know if it functions. |
This was mistakenly added during a merge
- Removed DeviceStore and SyncStore, consolidating their functionality into a new context-based approach. - Introduce DeviceConnector and BridgeManager hooks to manage device connections and bridge interactions. - Updated ModManager, OptionsMenu, and other components to utilize the new context for device management. - Refactor operation modals to use a new context-based approach. - Add a missing key in the ChooseDevice component.
This allows the website to connect to the local adb server through a websocket proxy
https://github.com/dantheman827/mbf-bridge/