-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdatabase.ini
24 lines (22 loc) · 1.04 KB
/
database.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[Apps]
Main=shell am start -n com.google.android.tvlauncher/.MainActivity
Kodi=shell am start -n org.xbmc.kodi/.Main
Netflix=shell am start -n com.netflix.ninja/.MainActivity
Youtube=shell monkey -p com.google.android.youtube.tv -c android.intent.category.LAUNCHER 1
LiveTV=shell am start -n com.mediatek.wwtv.tvcenter/.nav.TurnkeyUiMainActivity
[Sources]
TV=shell am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2F.tuner.TunerInputService%2FHW0
HDMI1=shell am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW4
HDMI2=shell am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW5
HDMI3=shell am start -a android.intent.action.VIEW -d content://android.media.tv/passthrough/com.mediatek.tvinput%2F.hdmi.HDMIInputService%2FHW6
[Remote]
POWER=26
VOL_DOWN=24
VOL_UP=25
MUTE=164
CH_DOWN=166
CH_UP=167
MEDIA_PLAY_PAUSE=85
MEDIA_STOP=86
MEDIA_NEXT=87
MEDIA_PREV=88