-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Xreal Beam - Unity app does not receive volume and 3D buttons #74
Comments
Hi raldnor I am also a Xreal Beam user, sorry I am not here to provide an answer, but for another question. My device won't react to mouse click, when I press DPAD middle button there's nothing happen. Also there's no scrolling on the edge of the screen. I am only testing under ATV launcher and some apps like Netflix. Is it the same situation on your side too? |
Hi Coallin, No problem, glad to see there's another Beam user here as well. I used the adb version (the one mentioned in this thread: #68) and I can use the dpad middle button. For scrolling I have to switch to scroll mode (I assigned a long click on volume up to change modes). Hope this helps you somewhat, but for me MATVT in its current state is not usable on the Beam unfortunately. I hope it will be in the future though, because a lot of elements in Android apps cannot be reached by using the DPAD (like scrolling the page in Jerboa for example or using menu items in the top menu of certain apps). I also tried to setup a wireless ADB connection (when I had the original firmware, I have updated recently and now the developer options are gone) and have injected the keypresses using ADB commands, but they weren't registered in the Unity app as well. |
Thanks Raldnor! Your reply is really helpful, I had the same situation and gave up XD I found another paid app called tvQuickAction Pro is stable and usable. I also noticed an interesting fact: Every time you restart the device, you will need to do the [ADD NEW USER -> SWITCH BACK TO ADMIN] process to be able to access the developer menu. So you will eventually create a lot of new users and need to delete them every now and then. I haven't tried to root the device yet though, I was being bothered by another issue, which is when connected to a 2.4Ghz wifi and Bluetooth headphones at the same time, they interfere with each other, wifi becomes very unstable, and the audio is terribly stuttering. I don't have a 5Ghz router right now, and many public wifis are 2.4Ghz. Just totally can't listen to music or watch any videos. Apologize for moving away from the original topic of this post :D But please do let me know if you have further progress on making the device more powerful! |
Hello coaliin - did tvquickaction pro work for you in EVA launcher with 3dof? If so, how did you download it and get it to the beam? |
Hi @raldnor
I imagine you're talking about a launcher written via the Game engine Unity. I imagine they'd use a different input model, since they would likely have to support gamepads etc in addition to the basic input modes, and I'm not sure how accessible these apps would be. Thanks for trying the adb version. If the click works, that's good. We can send input keystrokes!
Yes, very valid point. When using the adb version, we are not sending any |
Hi all,
I have tried to use the app on an Android device that normally uses a home launcher written in Unity. When I replace this launcher with ATV launcher (a normal Android TV launcher) MATVT works correctly. But when I start the Unity app the D-Pad works, but no input is received from the volume- and side buttons. The side button is recognized by Android as 206 (KEYCODE_3D_MODE). The volume keys generate 24 and 25 codes (VOLUME_UP and VOLUME_DOWN).
Are Unity apps different in recognizing input from the accessibility input mode?
The text was updated successfully, but these errors were encountered: