Skip to content
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

Send to Quest using Windows Bluetooth file transfer? #473

Open
L3Home opened this issue May 16, 2023 · 3 comments
Open

Send to Quest using Windows Bluetooth file transfer? #473

L3Home opened this issue May 16, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@L3Home
Copy link

L3Home commented May 16, 2023

I've found that the newer versions of Windows can maintain an active connection to the Quest 2 as a Bluetooth device, and has functionality to allow the transferring of files over this connection. I don't know what sort of security protocols are in place, so I'm not certain whether a third party application can hook into this feature, but it would be fantastic if WIP levels could be transferred wirelessly in this manner.

The only reason I ask is that I've essentially lost all patience with its sleep mode engaging no matter what I've tried (it entirely ignores the 15 minute timer, and doesn't seem to have an option for never sleeping, even when plugged into power). Alternatively, do you know of a way to maintain a wakeful state for transferring files over without having to constantly put the headset on to trigger it before using the Copy to Quest function?

@L3Home L3Home added the enhancement New feature or request label May 16, 2023
@Fernthedev
Copy link
Contributor

You can do this outside of CM using adb (which frankly will work better than Bluetooth file transfer mode Windows provides)

Just use the following command:

adb tcpip 5555
adb connect quest_ip:5555

The reason this isn't in CM yet (at least, why I haven't yet) is because ADB doesn't provide a way to get the IP address for the Quest to my knowledge. I'd also like to get automatic map reload on Quest for WIP levels anyways.

@L3Home
Copy link
Author

L3Home commented May 28, 2023

Ah, great tip, thank you! I was definitely reluctant to go through Windows itself; those wizards do who-knows-what.

It might be worth adding a button in the Song Library UI to open a dialog and set the IP manually? Would make it easy to adjust any time the router might have to change it (though they typically try to re-assign the same IP to the same device, so shouldn't have to be changed often, and may be better fit into the Settings panel?).

I agree about the auto-reload! I've asked for an enhancement in the Song Loader plugin (the core module), and the developer there thought it would be a good idea. Perhaps others could comment on my request there, so the dev knows there's greater interest... it's a fairly easy ask, since it's just a button triggering a function that's already written for the Settings page.

@Fernthedev
Copy link
Contributor

I actually implemented this a long while ago in PinkCore, but apparently it didn't work and was later removed. See here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants