Anda di halaman 1dari 5

Connect Sembarang Remote ke

STB
RIZA PURWO NUGROHO·TUESDAY, FEBRUARY 12, 2019·

Baru tahu kalo ternyata STB ini support berbagai remote, termasuk remote bekas receiver
satelit, dan remote universal.
Yang sudah dicoba, dan berhasil ditambahkan adalah : remote SKYBOX A1 (mirip sama
remote MATRIX), remote universal Joker TV-106+, dan remote TV china. Kalo remote
SAMSUL gak bisa ...
Alternatif lain buat yang ilang / rusak remote bawaan ...

Caranya :
1) siapkan remote yang mau ditambahkan ke STB
2) masuk ke command-line STB (bisa pake putty, android terminal, adb, dan lain-lain
sesuai selera),
3) pencet salah satu tombol remote, arahkan ke STB
4) ketik command : dmesg | grep remote

5) Kalau muncul pesan, seperti : remote: Wrong custom code is 0xAABBZZZZ berarti
remote itu disupport.
5b) Kalau gak muncul, coba ketik command : dmesg | grep ircode ... kalau muncul,
berarti remote tsb sudah termasuk di config STB (sudah pernah ditambahkan sebelumnya
di config)
5c) kalau gak muncul juga, berarti remote gak disupport. Kalau remote universal, ubah ke
kode lain, lalu ulangi langkah ke-3.

6) Untuk menambahkan config remote ke STB, info yang penting ada di langkah ke-5 ...
AA diabaikan saja. BB adalah kode tombol, ZZZZ adalah factory_code. Buat file
remoteZZ.conf dengan nama terserah Anda. Isi factory_code dengan angka 0xZZZZ0001
(tambahkan 0001 di belakang factory_code yang diperoleh dari langkah 5).

7) Dapatkan semua kode tombol dengan cara menekan masing-masing tombol, lalu cek
di dmesg, kode yang muncul.

8) Jangan lupa, isi factory_infcode sesuai dengan urutan remote (0 1 2 3 dst), supaya
bisa menggunakan banyak remote. Kalau factory_infcode tidak diisi, akan menimpa
config remote sebelumnya.

9) Kalau sudah siap semua, edit file /system/bin/remotecfg.sh ... tambahkan nama file
config yang baru saja kita buat.

10) Jalankan /system/bin/remotecfg.sh ... lalu coba remote yang baru ditambahkan. Gak
ada response? Cek satu-persatu kode yang dimasukkan ke file config, kemungkinan besar
ada yang salah.

Semoga bermanfaat.

referensi : https://forum.odroid.com/viewtopic.php?t=8062

Contoh config untuk remote SKYBOX A1 :

#---- REMOTE SKYBOX A-1 -------

factory_infcode = 1

factory_code = 0xDF000001

work_mode = 0

repeat_enable = 1

repeat_delay = 110

repeat_peroid = 120

release_delay = 70
debug_enable = 1

#fn_key_scancode = 0x15

left_key_scancode = 0x47

right_key_scancode = 0x07

up_key_scancode = 0x1a

down_key_scancode = 0x48

ok_key_scancode = 0x06

pageup_key_scancode = 0x09

pagedown_key_scancode = 0x05

key_begin

0x54 2 #1

0x16 3 #2

0x15 4 #3

0x50 5 #4

0x12 6 #5

0x11 7 #6

0x4c 8 #7

0x0e 9 #8

0x0d 10 #9
0x0c 11 #0

0x16 14 #DEL 67

0x0a 15 #LANGUAGE_SWITCH

0x09 402 #CHANNEL_UP 166

0x05 403 #CHANNEL_DOWN 167

0x51 104 #PAGE_UP 92

0x59 109 #PAGE_DOWN 93

0x03 104 #PAGE_UP 92

0x42 109 #PAGE_DOWN 93


0x4b 115 #VOLUME_UP 24

0x4f 114 #VOLUME_DOWN 25

0x5e 208 #MEDIA_FAST_FORWARD 90

0x55 168 #MEDIA_REWIND 89

0x5a 164 #MEDIA_PLAY_PAUSE 85

0x52 128 #MEDIA_STOP

0x06 97 #DPAD_CENTER 23

0x18 139 #MENU

0x1a 103 #DPAD_UP 19

0x48 108 #DPAD_DOWN 20

0x47 105 #DPAD_LEFT 21

0x07 106 #DPAD_RIGHT 22

0x0a 158 #BACK 4

0x49 172 #HOME 3

0x17 173 #INFO 165

0x56 384 #PROG_RED F1 Live 183

0x57 378 #PROG_GREEN F2 TVOD 184

0x1f 381 #PROG_YELLOW F3 VOD 185

0x45 366 #PROG_BLUE F4 Service 186

0x1c 116 #POWER 26

0x58 171 #MUSIC AUDIO_TRACK 209


0x08 113 #VOLUME_MUTE 164

0x5c 362 #SETTINGS 176

0x5d 404 #POSITIONING

key_end

repeat_key_begin

0x1a 103 # KEY_UP

0x47 105 # KEY_LEFT

0x07 106 # KEY_RIGHT


0x48 108 # KEY_DOWN

0x4b 115 # vol+

0x4f 114 # vol-

0x09 402 # ch+

0x05 403 # ch-

0x03 607 # PAGE_UP

0x42 608 # PAGE_DOWN

repeat_key_end

Anda mungkin juga menyukai