Created
February 10, 2023 05:47
-
-
Save zehuanli/158f0420040f5dee4b11a30ac64d9c1d to your computer and use it in GitHub Desktop.
Hisense Android TV Change HDMI Intents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDMI 1: | |
am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2f.hdmi.HDMIInputService%2fHW4 -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity | |
HDMI 2: | |
am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2f.hdmi.HDMIInputService%2fHW5 -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity | |
HDMI 3: | |
am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2f.hdmi.HDMIInputService%2fHW6 -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment