Replies: 3 comments 2 replies
-
ADB Command to reconnect a physical FireTV remoteWhatI'm looking for an ADB command that could be used to re-connect a paired, but disconnected FireTV remote back to its FireTV device. WhySome Firemote button presses work because they are masquerading as commands coming from a physical remote. When a Firestick is restarted, the communication channel that a physical remote uses is severed until a button on the physical remote is pressed which restores the connection. When the channel is severed, Firemote cannot re-open the communication, or send commands through that channel until a button press on the physical remote occurs and re-opens the communication channel. This frustration is noted in the FAQ. Technical DetailsWhen external devices are connected, an input path at /dev/input/event{NUMBER} is created. On device power off or restart, these input paths are removed. For example, if a Firemote user presses the "Down" button on the DPad, the following command might be sent adb shell sendevent /dev/input/event5 1 108 1 && sendevent /dev/input/event5 0 0 0 && sendevent /dev/input/event5 1 108 0 && sendevent /dev/input/event5 0 0 0 If "event5" doesn't exist because a physical button on the remote has not yet been pressed, then this command will fail with the error message "sendevent: /dev/input/event5: No such file or directory" What hasn't workedI've tried the following commands, but they have not produced any productive results:
|
Beta Was this translation helpful? Give feedback.
-
ADB Command for Alexa Voice Remote Pro "Find My Remote"WhatI'm looking for an ADB command that will initiate the remote finder feature for a connected Alexa Voice Remote Pro. WhyDiscussions show that this feature in Firemote has been very handy for people who have used it with their NVIDIA Shield devices. The Amazon pro remote is able to "ring" like the Shield remote, but I've been unsuccessful in being able to trigger the ringing without using the FireTV mobile app and/or speaking to Alexa. I'd love to be able to make the "Find My Remote" feature available for FireTV users who have the pro remote. What hasn't workedI've tried the following commands, but they have not produced any productive results:
|
Beta Was this translation helpful? Give feedback.
-
Close NVIDIA Shield Settings on 2nd button pressWhatI'm looking for an ADB command that could be used to close the settings menu if the button is pressed while menu is open WhyOn the physical NVIDIA remote, when the settings (hamburger) menu button is pressed, the menu opens. When it is pressed a second time, the settings menu closes. Currently, Firemote is unable to close this open menu, so clicking the button again just keeps the menu open. This is inconvenient, and was also brought up by a user in #198 Technical DetailsAccording to this reddit thread, there was a "technical" reason why this button press couldn't be simulated in the same way a regular remote button press is. The advice given in the thread is ultimately the way that Firemote launches this menu. What hasn't workedI've tried the following commands, but they have not produced any productive results:
|
Beta Was this translation helpful? Give feedback.
-
Do you have experience working with Android devices? Are you an ADB command wizard? Have you found a super useful command that you can trigger through Home Assistant's "Android Debug Bridge" or "Android TV Remote" integrations that you haven't seen anywhere else? Then this is the place for you!
Below, you will find some sub-thread topics for various commands and/or un-cracked puzzles that's I'd love to solve. If you can help, please reply INSIDE the appropriate thread. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions