Vu+: SMS-style input does not work
#1
Posted 29 February 2012 - 08:13
Please include the patch that Vix-Team or VTI-team has included in their image. Pressing "7" three times should result in an "r", not in "777" as it is today.
Re: Vu+: SMS-style input does not work #2
Re: Vu+: SMS-style input does not work #3
Re: Vu+: SMS-style input does not work #4
Posted 29 February 2012 - 10:01
Also one guy wants to use the sms-style input within the station-list e.g. to jump to the stations beginning with "t" by pressing "8". He reports that this does not work either. I never used this feature, so I cannot confirm that this works in other images.
Re: Vu+: SMS-style input does not work #5
Posted 29 February 2012 - 10:07
This is a known issue, which, in our opinion, should be fixed in the drivers.
Thanks for the answer. My picture as a C/C++/Linux-developer, but OpenEmbedded/Enigma2-newbie is: A driver should receive RC-events and notify the application about the key that was pressed. If I press 3 times "7" the driver should notify the application 3 times about the "7". How can a driver know that SMS-style input is wanted instead? I think this is an application task. But maybe my understanding of a "driver" is wrong here.
That's a pity. Came from VTI image, but want to change as I noticed that their enigma2-code is not open and they are violating GPL.Not worked around in our image.
Edited by feelfree, 29 February 2012 - 10:10.
Re: Vu+: SMS-style input does not work #6
Posted 29 February 2012 - 10:34
handling of keyboards and remotes is different.
For remotes, you get the 'sms style input' when you press number keys in text fields.
For keyboards, of course you do not get that, as that would be rather annoying.
So how to decide which device we're dealing with?
We just check for the existence of a KEY_A in the device. If there is such a key, it's a keyboard. If there isn't, it's a remote.
So far so good, all is working fine like expected.
Along comes vu+, with input devices with invalid key maps, so remotes are presenting themselves as keyboards, and big surprise, they start behaving as keyboards, so no more 'sms input' possibility.
Re: Vu+: SMS-style input does not work #7
Re: Vu+: SMS-style input does not work #8
Posted 29 February 2012 - 11:31
A hack for myself seems fairly easy. Will setup the toolchain this weekend a try to build my own OpenPli image with fixed input for Vu+ then.
Ok, then I'll wait at least until the next driver release of Vu...To add to that, VU+ promised by e-mail to fix the issue in their drivers. That was a few days after the last driver release.
Edited by feelfree, 29 February 2012 - 11:32.
Re: Vu+: SMS-style input does not work #9
Posted 29 February 2012 - 12:13
Have thought about this one more time. What could Vu+ do here to support their Ultimo Remote? This remote has a regular remote layout on one side and a keyboard qwertz layout at the back. It is still ONE remote with ONE driver, but it can be used as a regular remote AND as a keyboard. I guess there's no other easy fix than the way Vu already did.Along comes vu+, with input devices with invalid key maps, so remotes are presenting themselves as keyboards, and big surprise, they start behaving as keyboards, so no more 'sms input' possibility.
It is totally correct that the driver reports that the remote has a Key "A" - it has. Ok, one could say that then you should actually USE the qwerty-keyboard at the backside of the remote (I guess this will work), but for users with OneForAll and Harmony-Remotes that's not an option.
Edited by feelfree, 29 February 2012 - 12:18.
Re: Vu+: SMS-style input does not work #10
Re: Vu+: SMS-style input does not work #11
Re: Vu+: SMS-style input does not work #12
Re: Vu+: SMS-style input does not work #13
Posted 20 April 2012 - 10:50
Many thanks in advance!
Re: Vu+: SMS-style input does not work #14
Re: Vu+: SMS-style input does not work #15
Re: Vu+: SMS-style input does not work #17
Posted 23 April 2012 - 22:27
I was thinking that rcinput.cpp is a standalone-file, which is obviously not the case. So I'm afraid this is not really a solution. But thanks anyway!
Re: Vu+: SMS-style input does not work #18
Posted 23 April 2012 - 22:52
Can you think of anything new in the e2 binary, let's say in the last 3 months or so, for that it would be worth updating (or recompiling in my case)?
Re: Vu+: SMS-style input does not work #19
Posted 23 April 2012 - 23:15
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Re: Vu+: SMS-style input does not work #20
Posted 24 April 2012 - 08:21
@theparasol: What does that mean? The description sound like it would be the fix for the issue, but since the issue is still present, this cannot be the case. Can you clarify that?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users