The added tripple dragon stuff does not allow me to commit this...!!!!!
Teletext improvements
Re: Teletext improvements #41
Re: Teletext improvements #42
Re: Teletext improvements #43
Posted 6 February 2014 - 18:04
Litllesat just states you should wipe all tripple dragon stuff since this is an unsupported device and adding any code fur such devices is not granted by the team...
@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: Teletext improvements #44
Re: Teletext improvements #45
Posted 6 February 2014 - 19:03
Litllesat just states you should wipe all tripple dragon stuff since this is an unsupported device and adding any code fur such devices is not granted by the team...
Hi,
I didn't add new stuff for triple dragon. It is already included.
See commit:
http://sourceforge.n...c1bd51015b8d32/
Re: Teletext improvements #46
Re: Teletext improvements #47
Posted 7 February 2014 - 09:57
Well, this morning on my xp1000 after hitting the teletext its only reacting to buttons mute, volume up/down and thats it...
So for xp1000 users teletext is now broken.
@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: Teletext improvements #48
Posted 7 February 2014 - 10:07
.... just a moment... could be my loss... almost sure of it
Edited by theparasol, 7 February 2014 - 10:10.
@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: Teletext improvements #49
Posted 7 February 2014 - 10:13
On my Vu+ duo I can still browse.
Added function volume up and down works now (happy!)
Donot know what else to test / check
Vu+ Ultimo 4K (4 TB HD, DVBS FSB, DVBC FBC & OpenPli 9),
Xtrend ET10000 (1 DVBS works via ethernet & OpenPli 9),
Xtrend ET10000 (DVBT2 & OpenPli 9, located in Thailand). Only latest stable releases.
Xtrend ET10000 (works via ethernet & OpenPli 9) and
Xtrend ET8000 (1 TB HD, 1 DVBT2 & works via ethernet & OpenPli 9)
Re: Teletext improvements #50
Posted 7 February 2014 - 10:59
confirm my loss, just flashed the latest image for xp1000 works like a charm... reason was my gstreamer1.0 image not updated to latestest teletext changes, lets say half = broken...
@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: Teletext improvements #51
Posted 12 February 2014 - 20:33
volume up / down works, but until this change I was able to change to split screen views with vol up / down. How can I do this now?
[don't know if split screen is the right word. That's what I mean: left side txt, right side live tv or 4:3 txt and little live tv on the right bottom side.]
PLi-HD Skin
Re: Teletext improvements #52
Posted 12 February 2014 - 21:08
Vu+ Ultimo 4K (4 TB HD, DVBS FSB, DVBC FBC & OpenPli 9),
Xtrend ET10000 (1 DVBS works via ethernet & OpenPli 9),
Xtrend ET10000 (DVBT2 & OpenPli 9, located in Thailand). Only latest stable releases.
Xtrend ET10000 (works via ethernet & OpenPli 9) and
Xtrend ET8000 (1 TB HD, 1 DVBT2 & works via ethernet & OpenPli 9)
Re: Teletext improvements #53
Re: Teletext improvements #54
Posted 23 February 2014 - 16:58
Betacentauri, I would like to use this on my Gigablue Quad with the openATV image. Browsing their git repository, I could see that you have checked in at least parts of your "teletext improvements" there, e.g. in https://github.com/o...s/tuxtxtapp.cpp . But I doesn't seem to work with openATV, and I could not event find "Tuxtxt" at https://github.com/o...gins/Extensions to check what may be missing. Do you think you could have a look and add what is necessary? Thanks a lot ...
Re: Teletext improvements #55
Posted 23 February 2014 - 18:22
I need to speak with Captain about it. It's a little bit difficult because ALL teams using oe-alliance core need to adapt their enigma2 sources. If they don't do it, teletext is broken. And it's difficult to say every team needs to do it at the same day.
But I have an idea. I hope Captain likes it...
By the way. Does teletext still work in the OpenATV image?
Edited by betacentauri, 23 February 2014 - 18:23.
Re: Teletext improvements #56
Re: Teletext improvements #57
Re: Teletext improvements #58
Posted 2 March 2014 - 09:42
I think, changes in TXT (in last month?) corrupt something there in E2, when are used picons in oled.
When I go (DM800SE) to teletext and then I close teletext, there is corrupted OLED (white oled, or big text from EPG over clock etc ...) and reboot of box helps only.
Long time I am using in user_skin:
<screen name="InfoBarSummary" position="0,0" size="96,64"> <widget position="0,0" render="Picon" size="100,60" source="session.CurrentService" zPosition="0"> <convert type="ServiceName">Reference</convert> </widget> <widget source="session.RecordState" render="FixedLabel" text="Rec" position="5,41" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1" backgroundColor="black" foregroundColor="fullred" halign="center" valign="center"> <convert type="ConditionalShowHide"></convert> </widget> <widget source="session.Event_Now" render="Progress" position="0,62" size="96,2" borderWidth="0" transparent="1" pixmap="skin_default/progress_small.png" backgroundColor="#800000" zPosition="1"> <convert type="EventTime">Progress</convert> </widget> </screen>
Edited by ims, 2 March 2014 - 09:53.
Re: Teletext improvements #59
Posted 2 March 2014 - 10:15
eRCInput::getInstance()->lock();
and unlock, so that the remote is controlled by e2 and not by the tuxtxt libs when teletext is active.
eDBoxLCD::getInstance()->lock();
is still there. So the OLED is controlled by the tuxtxt libs when teletext is active. And I can't see that I did change something regarding it in the tuxtxt libs.
Re: Teletext improvements #60
9 user(s) are reading this topic
0 members, 9 guests, 0 anonymous users