-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Android version #2
Comments
Are there any references on how JoyCon Droid does this? |
There does not seem to be any documentation on how exactly joycon Droid does this (though, I suppose I could ask on discord). The only things I could find were the HID profile android documentation, and also the "real wiimote" feature in dolphin's source. |
Maybe in Termux for Android? |
OH! Thats actually a really good idea I think. I think android doesnt have the typical wifi manager or standardized chips though, so it would take a lot of modification. You might also need root or adb over wifi (like tasker does) to end and start processes that use the hardware like that. |
Termux doesn't have access to the underlying hardware drivers which are required for the custom bluetooth stack. |
Does a native shell? |
Currently this is just speculation. If we were to use a Bluetooth HID profile, like joycon Droid does with the switch, could we use a phone or tablet as a virtual wiimote, and send the payload through that?
I don't know a whole lot about the pairing process, but bluez could be used a reference / starting point.
I also don't know a lot about android app development, but I would be happy to look into it!
The text was updated successfully, but these errors were encountered: