Skip to content

Instantly share code, notes, and snippets.

@zehuanli
Created February 10, 2023 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zehuanli/158f0420040f5dee4b11a30ac64d9c1d to your computer and use it in GitHub Desktop.
Save zehuanli/158f0420040f5dee4b11a30ac64d9c1d to your computer and use it in GitHub Desktop.
Hisense Android TV Change HDMI Intents
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