NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 6 7 8 9 10 … 263 Next »
Info (and Blue) button on Sony Bravia Android TV Remote?

 
  • 0 Vote(s) - 0 Average
Info (and Blue) button on Sony Bravia Android TV Remote?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2019-02-18, 07:41 AM
Also seems to be a few weird things going on with that remote / wanna-be joystick SONY TV RC MIC 001 / SONY TV RC MIC 001 (XXXX:YYYY), some other threads on it:

https://forum.kodi.tv/showthread.php?tid=324342
https://forum.kodi.tv/showthread.php?tid=298891

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#12
2019-02-18, 01:25 PM
jksmurf Wrote:isn't watching a Full Screen Video what I am doing when I play a Recording in XNEWA? Is there a way to make it specific to playback in XNEWA?

No Full Screen Video is the name given to the screen when Kodi UI is playing with a full screen. If you aren't using those keys in Kodi anyway global is by far the easiest. One way I did find through experimentation and it is an undocumented hack so no guarantees but you could try groups like
<window13000> or maybe <window13001>

I do see this in your logs

2019-02-18 07:29:36.173 T:6425 DEBUG: Activating window ID: 13000

I don't expect these would be specific to x-newa probably all Kodi plugins would see them.

I didn't read those links, I don't have the time in my life for that.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#13
2019-02-18, 02:07 PM
mvallevand Wrote:No Full Screen Video is the name given to the screen when Kodi UI is playing with a full screen. If you aren't using those keys in Kodi anyway global is by far the easiest. One way I did find through experimentation and it is an undocumented hack so no guarantees but you could try groups like
<window13000> or maybe <window13001>

I do see this in your logs

2019-02-18 07:29:36.173 T:6425 DEBUG: Activating window ID: 13000

I don't expect these would be specific to x-newa probably all Kodi plugins would see them.

I didn't read those links, I don't have the time in my life for that.

Martin

Cheers Martin will give it a whirl tomorrow and let you know.
Don't worry about the links, nothing expected there; it's more to preserve the little research I have done anyway, for others.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#14
2019-02-18, 08:41 PM
From memory if you use the window one it can stop working with Kodi updates or when you change things within kodi. (this is from memory so don't shoot me if I'm talking crap) just remember some reason it wasn't ideal in the end
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#15
2019-02-19, 01:10 PM
jksmurf Wrote:Cheers Martin will give it a whirl tomorrow and let you know.
Don't worry about the links, nothing expected there; it's more to preserve the little research I have done anyway, for others.

k.

Hi Martin

As I am sure that you suspected....it works!
Went for overkill and windowed 13000 to 13003, as I read (below) that some addons like Mythbox (which I have never used) get assigned window ID 13000 to 13007. All good !

my keyboard.xml which is in /org.xbmc.kodi/files/.kodi/userdata/keymaps/ (the only file as it turns out).

Code:
<keymap>
  <window13000>
    <keyboard>
        <red>Red</red>
        <green>Green</green>
        <yellow>Yellow</yellow>
        <blue>Blue</blue>
    </keyboard>
  </window13000>
  <window13001>
    <keyboard>
        <red>Red</red>
        <green>Green</green>
        <yellow>Yellow</yellow>
        <blue>Blue</blue>
    </keyboard>
  </window13001>
  <window13002>
    <keyboard>
        <red>Red</red>
        <green>Green</green>
        <yellow>Yellow</yellow>
        <blue>Blue</blue>
    </keyboard>
  </window13002>
  <window13003>
    <keyboard>
        <red>Red</red>
        <green>Green</green>
        <yellow>Yellow</yellow>
        <blue>Blue</blue>
    </keyboard>
  </window13003>
</keymap>

Some old/other threads on the same/similar for record:
  • https://forums.nextpvr.com/showthread.ph...newa/page7
  • https://forum.kodi.tv/showthread.php?tid=186089
  • https://forum.kodi.tv/showthread.php?tid=108949 (this is the one that says Mythbox adds Windows IDs 13001 to 13007)

Thanks again,

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#16
2019-03-02, 01:54 PM
Hi Martin,

When I was testing the Sony XNEWA implemetation (other thread), I transferred the repaired advancedsettings.xml to my RPi2 rig as well.
I also copied across the keyboard.xml (as above) and made a remote.xml to the Pi's keymaps folder with the same settings as above, but the PI doesn't seem to come up with a Windows ID. The CEC Remote thing shwos up.

I am struggling to identify a similar keymap (Windows ID) that you found for the TV? The blue button just brings up the Pictures Window (I think this is from the KODI default <blue>ActivateWindow(Pictures)</blue>). I pressed and backed out of the bue button a few times in succession, do you see anything which is like Windows 13000 (I saw a Windows 13001 in the log but just one so that was probabaly something else). Or is the CEC remote on a Pi as a client a whole different animal?

ta

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#17
2019-03-02, 02:16 PM
Keyboard.xml files are not necessarily transferable and CEC remotes are not traditional remotes. You missed sending the log.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#18
2019-03-02, 08:37 PM
mvallevand Wrote:Keyboard.xml files are not necessarily transferable and CEC remotes are not traditional remotes. You missed sending the log.

Martin

Thank you Martin; hmmm complicated! Oops here it is ...
https://paste.kodi.tv/tuhutibihu
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#19
2019-03-02, 10:03 PM
OK you can probably review your own logs to see what keys are available and configured for your remote, they all have these

14:22:06.033 T:1635718000 DEBUG: PushCecKeypress - added key d8

The log you posted had very basic navigation keys mapped.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ctrl and Alt ignored from remote ElihuRozen 3 1,615 2021-12-01, 03:08 AM
Last Post: sub
  Remote Control Recommendations NumberFive 0 1,449 2020-12-24, 07:27 PM
Last Post: NumberFive
  Cheap Android TV box mvallevand 1 1,419 2020-11-16, 09:05 PM
Last Post: sub
  MCE remote giving double press mail@cravenplan.co.uk 2 2,769 2020-01-25, 03:51 AM
Last Post: dsreyn
  Control via TV Remote (Pulse-Eight CEC) W3bbo 3 3,064 2019-12-06, 06:32 PM
Last Post: sub
  Android Wireless Keaboard Problems meccano 0 1,328 2019-09-16, 02:58 PM
Last Post: meccano
  IR Remote - must be a simple solution overlooking acemib 5 2,862 2018-09-14, 06:20 AM
Last Post: sub
  looking for good hdr 4k android box spudjg1 1 2,157 2018-08-27, 09:50 PM
Last Post: UncT
  USB IR Receiver for Harmony Remote SNielson 1 2,162 2018-04-23, 09:33 AM
Last Post: Graham
  MCE Remote, hauppauge hd-pvr 1212, windows 10 and cable box issues astrothug 2 3,065 2018-03-18, 10:57 PM
Last Post: astrothug

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode