Jump to content


Photo

Teletext improvements


  • Please log in to reply
104 replies to this topic

Re: Teletext improvements #61 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 2 March 2014 - 10:36

bug in DMM driver ? And several weeks ago this bug was not there ???


Edited by ims, 2 March 2014 - 10:37.

Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #62 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 2 March 2014 - 10:49

So it there is no problem when teletext is active?

Can you find out whether
eTuxtxtApp::recvEvent(const int &evt)
is executed when teletext is closed? This procedure unlocks and updates the display.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Teletext improvements #63 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 2 March 2014 - 11:56

When I go to teletext, then picon is partialy replaced by dark (f.eg. there is 1/3 of PICON only). After return from Teletext is OLED white or dark or "running" nonsences, or first row is lighting, or is there big text of EPG...

May be, when is displayed message, that transponder do not has teletext, then after return is OLED ok. Strange...

 

What is "[SKIN] Parsing embedded skin <embedded-in-'ShellStarter'>" after running TXT ?


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #64 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 2 March 2014 - 14:04

The teletext uses a plugin. And I guess e2 scans the plugin for embedded skins.
Here is the source code
http://sourceforge.n...lugin/plugin.py
And you can see that a skin is embedded.
skin = """
	<screen position="1,1" size="1,1" title="TuxTXT" >
	</screen>"""

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Teletext improvements #65 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 2 March 2014 - 14:14

I will see on my dad's dm800se evening, if is not problem with my HW... it is strange, over 2 years I am using picons on OLED without any problem... but only teletext corrupts it now.


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #66 benko

  • Senior Member
  • 96 posts

0
Neutral

Posted 2 March 2014 - 15:46

new opepli 4.0 teletext not work pleas fix



Re: Teletext improvements #67 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 2 March 2014 - 16:39

What doesn't work?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Teletext improvements #68 benko

  • Senior Member
  • 96 posts

0
Neutral

Posted 2 March 2014 - 17:01

no way out ttxt

new is ok, with this file

 

Attached Files



Re: Teletext improvements #69 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 2 March 2014 - 21:46

I tried it after reboot on dad's box ( because my OLED is little wrong after 3 years using) and I can saw:

 

1) call teletext - picon is replaced cca 1/3-2/3 with black.

2) return => for short time is visible some text - it seems as number of channel and name. After it is placed whole picon. But why is there for moment displayed text ? Ii do not know, because i have in skin for LED picon, progress and record flag only

 

after several steps (1, 2) is OLED fully corrupted - it "rotates" or whole is black or clear white line on top or bottom etc...

 

When on channel is displayed message, that transponder do not broadcasting teletext, then OLED is not corrupted so soon.


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #70 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 2 March 2014 - 21:54

And it works with an old image without problems?

 

I have no idea what could cause it. At best you try to debug it with some debug eDebug statements.

E.g. it would be useful to know whether this procedure

void eTuxtxtApp::recvEvent(const int &evt)
{
uiRunning = false;
eDBoxLCD::getInstance()->unlock();
eDBoxLCD::getInstance()->update();
fbClass::getInstance()->unlock();
/* emit */appClosed();
} 

(http://sourceforge.n...s/tuxtxtapp.cpp)

is called after closing teletext. And what "eDBoxLCD::getInstance()->update();" exactly do.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Teletext improvements #71 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 2 March 2014 - 22:14

I must know, when it was corrupted. May be, that was some changed in E2, what it corrupted.  I think, it began cca on february.


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #72 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 2 March 2014 - 23:06

I still do not know, why is before picon always displayed for 0,3s realtime clock. When I tried it on vu ultimo, there before displaying teletext on TV screen, at first is there left bottom displayed yellow date and time from infobar, then left bottom is moved teletext screen and after it is teletext screen displayed standardly over whole TV screen. When is teletect closed, then is for moment displayed reduced teletext screen left bottom again. But it is on CRT screen.

 

It seems, there are some wrong. May be, that clock displayed before picon are in wrong size and it corrupts OLED.

 

As I saw, on vu ultimo time of time I must turn on teletext again, because txt "flashs" and close imediately. Strange.

 

 

 

Edit: tried again and on DM800SE:  before teletext is hide picon and is displayed: 

uxTXT

      23:13

for time, when is waiting for TXT. When is TXT displayed on TV, then whole OLED is black.

 

return from TXT:  after black is for moment displayed TuxTXT and clock, then picon (or corrupted oled)


Edited by ims, 3 March 2014 - 00:10.

Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #73 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 3 March 2014 - 00:26

It seems, before and after TXT is on LCD displayed "SimpleSummary" screen.


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #74 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 3 March 2014 - 01:04

It corrupts OLED with original skin_display96.xml (without picon ) too :(  After several turning on/off teletext. Strange...


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #75 Snoete

  • Senior Member
  • 616 posts

+8
Neutral

Posted 3 March 2014 - 06:45

I must know, when it was corrupted. May be, that was some changed in E2, what it corrupted.  I think, it began cca on february.

As far as i know this began on the 8th of december, images with oled like my DM 8000, had no issues with TT before that date.

-Triax 88cm schotel

-TD 20 flexi-block met 2 Inverto Black Premium Quattro LNB's

- Polytron PSG 908 Q II Multiswitch 8 in / 8 out

- VU+Duo 4K, 2x VU+ Duo2, Zgemma H8.2H en een DM8000 HD PVR

 


Re: Teletext improvements #76 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 3 March 2014 - 07:13

Maybe this??
http://sourceforge.n...2a27d7a4a18847/

But it was a bug and not correct...
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Teletext improvements #77 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 3 March 2014 - 11:40

Maybe this??
http://sourceforge.n...2a27d7a4a18847/

But it was a bug and not correct...

Yes. I reverted it and all works well. Now it is without "TuxTXT and clock" screen between picon and dark screen and all works well. OLED do not crashing more. 

 

But I think, there was wanted: picon (or infobar screen) to "TuxTXT and clock" and not dark screen ?


Edited by ims, 3 March 2014 - 11:45.

Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #78 littlesat

  • PLi® Core member
  • 57,154 posts

+698
Excellent

Posted 3 March 2014 - 14:53

The it is most likely a bug that was triggered within DMMs drivers...


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Teletext improvements #79 ims

  • PLi® Core member
  • 13,781 posts

+214
Excellent

Posted 3 March 2014 - 15:27

The it is most likely a bug that was triggered within DMMs drivers...

fast conclusion... it mains, private patche (with #ifdef DREAMBOX) only, as for dd+ :(


Kdo nic nedělá, nic nezkazí!

Re: Teletext improvements #80 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 3 March 2014 - 17:46

@ims: Did you really only revert this patch and not more?

@pieterg, milo,...: Does the build env use different compilers for dreamboxes and e.g. et boxes?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users