Sinbad
Honorary Master
- Joined
- Jun 5, 2006
- Messages
- 88,697
- Reaction score
- 41,237
AND Logitech Harmony remote works!!!
AFTER I spend R500 on the damn flirc
lol
Nice one - Can you just use the Telkom profile in the MyHarmony tool? Any tweaking needed?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
AND Logitech Harmony remote works!!!
AFTER I spend R500 on the damn flirc
lol
Nice one - Can you just use the Telkom profile in the MyHarmony tool? Any tweaking needed?
They added the following:
Manufacturer: Telkom
Device: TVB-100
Using that, no tweaking needed at all.
It can do almost all the buttons:
Power on/off works
play/pause on the pause button
arrow keys work
menu button works
Actually dont remember seeing a Home button or the menu button we have on the airmouse, but pretty the stuff I need and want is there. I gave them the remote.conf that was on the device, so that should include all the buttons that the device can accept of IR.
ps. Even the airmouse uses IR for the power button.
New version of dstv now. 1.40.16
https://www.dropbox.com/s/6dai3r36659f6uq/DStv Now_com.dstvmobile.android.apk?dl=0
Works very similar for me to 1.40.12.
UI looks slightly updated, eg. better quality. Streaming is still HD for me where it was. So happy with it.
Works very similar for me to 1.40.12.
UI looks slightly updated, eg. better quality. Streaming is still HD for me where it was. So happy with it.
No guide. I haven't seen it on the versions I usedHas the 8 day TV Guide been added, or still no TV Guide?
$ adb shell settings get system screen_off_timeout
7200000
$ adb shell settings put system screen_off_timeout 0
$ adb shell settings get system screen_off_timeout
0
Page up and page down don't work for me on the Harmony. They seem to be mapped to volume up/down.
No fault of Logitech, that is how the TVB-100 is coded.
So have a look at remote.conf @ https://pastebin.com/AewtwFci
You will see: (1st col is IR code, 2nd col is Android code used in Vendor_0001_Product_0001)
0x58 115 # volum up
0x5D 114 # volum down
0x51 104 # page up
0x52 109 # page down
But then the Android part that convert that to key inputs: Vendor_0001_Product_0001.kl @ https://pastebin.com/pgeevAaS
key 115 VOLUME_UP
key 114 VOLUME_DOWN
key 104 VOLUME_UP
key 109 VOLUME_DOWN
So that unfortunately is how its going to be, unless you get Nology to escalate that to SDMC.
Let me see what I can do
Meanwhile, MKR to the rescue again
Tell me, how do you find the responsiveness? It feels to me like the FLIRC was much snappier to respond to keypresses. Dunno if it's just a timing thing?
Meanwhile, MKR to the rescue again![]()
In English, what does that mean?No fault of Logitech, that is how the TVB-100 is coded.
So have a look at remote.conf @ https://pastebin.com/AewtwFci
You will see: (1st col is IR code, 2nd col is Android code used in Vendor_0001_Product_0001)
0x58 115 # volum up
0x5D 114 # volum down
0x51 104 # page up
0x52 109 # page down
But then the Android part that convert that to key inputs: Vendor_0001_Product_0001.kl @ https://pastebin.com/pgeevAaS
key 115 VOLUME_UP
key 114 VOLUME_DOWN
key 104 VOLUME_UP
key 109 VOLUME_DOWN
So that unfortunately is how its going to be, unless you get Nology to escalate that to SDMC.
In English, what does that mean?
Correct. The manufacturer needs to change that mapping file for us.Oh I see - they've repeated the volume up/down?
So Sinbads page up/down is doing volume?