Jump to content


rtzhjgg0

Member Since 4 Dec 2008
Offline Last Active 02 May 2018 19:45
-----

#730553 OpenMultiboot for openPLi

Posted by rtzhjgg0 on 1 July 2017 - 21:36

OMB 2.5 works perfectly on openPLI 6.0-rc vuduo2 :)
till now tested with 'openpli 6.0-rc', 'VTI 11.2' and openATV6
 




#443297 MultiBoot with OpenPLi 4 on Flash (all Vu+ boxes)

Posted by rtzhjgg0 on 12 September 2014 - 10:54

Here is a working MultiBoot tool for all Vu+ boxes with OpenPLi 4 on Flash (just for experimental purpose and private use :) )
 
Some highlights:
-you can install it on USB or HDD
-you can backup and restotre images as tar to /media/hdd/VUbootBackup
-you can deactivate or remove it
 
(this version is only in Polish!)
 
Installation:
-copy 'MultiBoot_PLi4_VUboxes.tar.gz' to /tmp then over telnet: 'tar -xvzf /tmp/*.tar.gz -C /'
-restart GUI, in Main Menu will appear 'MultiBoot'
-open MultiBoot and install needed modules with 'Moduly' (Yellow) choosing your box type
-reboot your Box
-open MultiBoot and choose a device where you like to install MultiBoot (USB or HDD) then reboot again your Box
 
To install a new image:
-copy over FTP your image file (*.zip)  to /media/multiboot/MultiBootUpload
-in the main screen of MultiBoot click 'Install Image' (Yellow) and select your image
 
Further operations in 'Help' (Blue):
-------------------------------------------
'Narzedzia Multibota '                                    - (Multibot-tools)
 
'Wykonaj kopie image z Multiboota'             - (Create a backup copy of a mutiboot image)
'Przywroc kopie image do Multiboota'         - (Restore from a backup image)
'Odinstaluj MultiBoot'                                    - (Deactivate MultiBoot)
------------------------------------------
 
How to deactivate MultiBoot:
-in the main screen of MultiBoot, click 'Help' (Blue), then 'Odinstaluj MultiBoot' - confirm with RED and 'Yes'
 
How to remove MultiBoot:
-in the main screen of MultiBoot, click 'Help' (Blue), then 'Informacje', RED and confirm with 'Yes'
 
(shoots from Duo2, USB)

Attached Thumbnails

  • 1.png
  • 2.png
  • 3.png
  • 4.png
  • 5.png
  • 6.png

Attached Files




#386870 skin_user based VFD-skin for PLi/Duo2

Posted by rtzhjgg0 on 15 November 2013 - 09:32

:) new version:

 

skin_user__based_VFDskin_for_PLi_and_SPA_Duo2___15nov13

 

changes:

    added blinking update-icon for OpenSPA

Attached Files




#372904 skin_user based VFD-skin for PLi/Duo2

Posted by rtzhjgg0 on 11 September 2013 - 20:08

Till now OpenPLi 4.0 have not a VFD-skin-selector for Duo2 boxes (like ViX and VTi). So I put together a package which is based on skin_user.xml
I just addapted to PLi a VFD-skin that I wrote for ViX and VTi.

This package is fully skin independent, that means, no matter what skin is actually used, the VFD-display of Duo2 will be controlled from skin_user.xml

The package contains one Renderer, one Converter the skin_user.xml and some icons. No existing file will be modified.

To install:
-copy 'skin_user__based_VFDskin_for_PLi_Duo2.tar.gz' to /tmp
-over telnet: tar -xvzf /tmp/*.tar.gz -C /
-restart GUI, thats all :)

To deactivate:
-delete or rename this file: /etc/enigma2/skin_user.xml

 


(tested only on OpenPLi 4.0 / Duo2)

Attached Files




#366291 FullBackup

Posted by rtzhjgg0 on 13 August 2013 - 15:01

here is the result of my test:

 

The bakup image of Duo2+PLi4 that FullBackup create is flashable over FlashGordon and USB-stick B)




#356160 Way to remove plugin from the menu?

Posted by rtzhjgg0 on 15 June 2013 - 07:11

You can use 'MenuSort'.

 

-to change the position of a menu item: select an item with OK, move it to your desired position with UP/DOWN, than OK.

-your case:  BLUE to show or hide a menu item.

Attached Files




#349100 Restore Image backups with MQB / sofa flashing ;-)

Posted by rtzhjgg0 on 9 May 2013 - 21:31

a small note:

 

do it at your own risk

OpenPLi does not support multiboot

It's not a  multiboot - just flashing over GUI.
You don't boot from a different device - you remain on Flash :)




#349017 Restore Image backups with MQB / sofa flashing ;-)

Posted by rtzhjgg0 on 9 May 2013 - 16:30

The Vu images that I use are PLi, VTi, ViX and BH. But actually you can switch from one to the other only manually over USB stick and PC.
But I'm too lazy for that so I created my own method which allows me to flash over GUI using MQB.

How it works:
I have 4 image backups on '/media/hdd/vuBackupsJ/IMAGENAME/' as 'vuplus' folders.
The script that realizes the restoring is in my script folder '/media/hdd/jscripts'
The 4 functions that starts flashing are in the YELLOW button of MQB. When you start one of this functions, the script receives a similar command: '/media/hdd/jscripts/_restore.sh /media/hdd/vuBackupsJ/VTIfull'.
Then the selected image will be immediately flashed - just turn the box on again over remote control (without leaving your sofa :) ).

ALL you need is the the cool script of scope34,  '_restore.sh' which can be found on VTi images in 'usr/lib/enigma2/python/Plugins/SystemPlugins/VTIPanel'. It can manage all actual Vu boxes. I changed only one line of this script - line 121:

from
'cp /usr/lib/enigma2/python/Plugins/SystemPlugins/VTIPanel/sleep /tmp/'
to
'cp /bin/sleep /tmp/'

This method runs on my Solo2 since a couple of days fast and without any problems. All backup images have now on their YELLOW button the option to change flash over GUI.

To create image backups on HDD I use in all images Pedro_Newbies plugin 'BackupSuite'.

PS.
with this method no VTi-files are copied to other images. The '_restore.sh' script remains on your HDD

 

		<content>
			<name>restore Vu Image PLIfull -as script</name>
			<module>Screens.Console</module>
			<screen><![CDATA[Console, "restore Vu Image PLIfull", ["/media/hdd/jscripts/_restore.sh /media/hdd/vuBackupsJ/PLIfull"]]]></screen>
		</content>
		<content>
			<name>restore Vu Image BHfull -as script</name>
			<module>Screens.Console</module>
			<screen><![CDATA[Console, "restore Vu Image BHfull", ["/media/hdd/jscripts/_restore.sh /media/hdd/vuBackupsJ/BHfull"]]]></screen>
		</content>
		<content>
			<name>restore Vu Image VTIfull -as script</name>
			<module>Screens.Console</module>
			<screen><![CDATA[Console, "restore Vu Image VTIfull", ["/media/hdd/jscripts/_restore.sh /media/hdd/vuBackupsJ/VTIfull"]]]></screen>
		</content>
		<content>
			<name>restore Vu Image VIXfull -as script</name>
			<module>Screens.Console</module>
			<screen><![CDATA[Console, "restore Vu Image VIXfull", ["/media/hdd/jscripts/_restore.sh /media/hdd/vuBackupsJ/VIXfull"]]]></screen>
		</content>

 

Attached Thumbnails

  • Restore_vuImges_over_MQB.jpg



#304249 Does exist some plugin for e-mail notification ?

Posted by rtzhjgg0 on 5 October 2012 - 13:33

that's what I use on PLi3 / dm8000:

Attached Files




#295080 'SCROLL-LCD-TEXT' for OpenPLi3 (Dreamboxes)

Posted by rtzhjgg0 on 27 August 2012 - 14:49

I put together a package which allows displaying of content on LCD as scrolling text. 'SCROLL-LCD-TEXT' is fully skin independent, that means, no matter what skin is actually used, the LCD display will be controlled from skin_user.xml
Tested on DM8000 with this images: openPLi3 and openAAF

The package contains 5 scrolling renderers, skin_user.xml and a thin font. No existing file will be modified.

After the installation, one or more items of this summary's will be displayed on LCD as scrolling text:
'InfoBarSummary'
'ChannelSelection_summary'
'MenuSummary'
'InfoBarMoviePlayerSummary'
'MovieContextMenuSummary'
'MovieSelectionSummary'
'SetupSummary' 'SimpleSummary'
'PluginBrowserSummary'

To install SCROLL-LCD-TEXT:
-copy SCROLL-LCD-TEXT___PLi3__27_08_12.tar.gz to /tmp
-over telnet: tar -xvzf /tmp/*.tar.gz -C /
-restart GUI, thats all.

To deactivate SCROLL-LCD-TEXT:
-just delete or rename this file: /etc/enigma2/skin_user.xml

Attached Files




#279081 OpenPLi 3.0: new alpha experimental images!

Posted by rtzhjgg0 on 25 May 2012 - 19:17

Great work! Thanks :)
Works like a charm on my DM8000

Only:
-----------
Some plugins are not available:
Extensions/EPGimport (no module named gzip)
-----------


#262096 Audio PIP not working anymore.

Posted by rtzhjgg0 on 9 March 2012 - 14:28

more like this:

l=open("/proc/stb/vmpeg/0/dst_left","w")
		  l.write("%x" % 0)
		  l.close()
l=open("/proc/stb/vmpeg/0/dst_apply","w")
		  l.write("%x" % 1)
		  l.close()

Your hint solved the problem. It works!!
Here is the modified plugin.py


Thanks to Gutemine for allowing to modify the file!
Thanks pietereg for the hint!

Attached Files




#234379 Audio PIP not working anymore.

Posted by rtzhjgg0 on 24 November 2011 - 22:42

Attached File  enigma2___audiopip.log   38.66KB   16 downloadsOK, here is my E2 log:


#228901 Nieuwe E2 license, gevolgen voor PLi?

Posted by rtzhjgg0 on 4 November 2011 - 19:18

...
- Android is waarschijnlijk niet bedoeld om tuners mee aan te sturen. Je facebook pagina bijwerken wordt waarschijnlijk minder werk dan even van zender wisselen.

There is an interesting project trying to bring Android in Sat-receivers:
'AzBox Me running on Android FroYo 2.2.1'
'AzBox Me'