Pli DM7025 now and next on infobar

zaf786

DW Member ++
Joined
Aug 15, 2005
Messages
1,135
Reaction score
19
Hi pli have updated there image and the good news is finally we have a infobar with some info on it ***
A new PLi® DM7025 update is available via the Plugin / Software feed update.


Enigma2:
- CVS Repository 13 Feb 2008
- PLi® Repository 14 Feb 2008
- Added python support for capmt reply tlv's (clientname, usedcaid, decodeinfo)
- Eventview context menu
(open with 'menu' or 'info' key while in eventview window).
Imdb plugin installs itself into this menu.
- Satellites.xml updated 14-02-2008
- Cable scan fixes
- Don't create 'largefile' fs on small CF device
- fixed default Picon


Enigma2 Plugins:
- Enigma2-plugins updated to 20080212
- CCcam 2.0.7 SoftCam added
- Opencam 2.0.9 Softcam added
- Mgcamd1.29 Softcam added
- 'real' buttons for PPanel
- 'real' button for bitrate plugin
- LipSync plugin: store audio delay as e2 config values, set audio delay at startup, no longer depend on /etc/init.d/bootup to copy the values at bootup
- Remote control channel plugin added
- Webif timers fix
- RSSreader: correctly handle i/I umlaut and quotes


Network:
- MountManager plugin:
Use color buttons
Default sharename 'harddisk' for cifs and smbfs
- Do network mounts when e2 starts, no longer depend on /etc/init.d/bootup to perform the mounts


Softcam Setup:
- Use color buttons.


ECM info /helper:
- Fixed emu ecminfo parsing
- Added and implemented more capmt reply tlv's
- Rewrote cryptoinfo convertor, so the available options are more obvious to skinmakers


EPG:
- Fill now/next with epgcache, till EIT arrives
- Implemented now/next refreshtimer, started when the EIT reader stops with an error
(epgcache now/next will be used instead)


Skins Enigma2:
- Nemesis.BlackBox skin: added 'VerboseInfo' as example for CryptInfo converter usage
- Nemesis.BlackBox skin: rewrote obsolete NimA/NimB status stuff

Image:
- wakelan tool added:Clap::Clap:


- You can update from the initial Iolite's to this Iolite rev.4229 upgrade via telnet:

code:

1
2

ipkg update
ipkg upgrade



or via the Menu:

Menu - Plugins - Softwareupdate

and reboot your box
 
Thank you for the info zaf :)

At last working infobar :)

Problem is I cannot get the emu to au using this image.

There's key file in /usr/keys & for some reason they've placed the scce folder in /etc/tuxbox/scce.

In var there's links to keys & tuxbox files.

I think the scce folder needs to be moved or created in /usr/. Then a link needs to created in /var/ pointinf to /usr/scce/. Any ideas?
 
The only way i've managed to get this image to clear is to use my backed up keys & scce folders from gemini image that had current keys, but will not au.
 
Ok if a symlink is created in /var/ to /etc/tuxbox/scce using telnet: -

cd /var/
ln -sf /etc/tuxbox/scce ./scce

The cam will autoupdate. Problem is on reboot symlink dissappears so if keys change the link will have to be re-created. This needs to be permanent, anyone know how create this?
 
Ok if a symlink is created in /var/ to /etc/tuxbox/scce using telnet: -

cd /var/
ln -sf /etc/tuxbox/scce ./scce

The cam will autoupdate. Problem is on reboot symlink dissappears so if keys change the link will have to be re-created. This needs to be permanent, anyone know how create this?

Hi why don,t you make a folder in usr/scce that,s what i have done****
 
Hi why don,t you make a folder in usr/scce that,s what i have done****

Tried that zaf.

If you clear the contents of keylist & softcam depending what cam u are using it will not au. Try clearing the list & rebooting.
 
Ok if a symlink is created in /var/ to /etc/tuxbox/scce using telnet: -

cd /var/
ln -sf /etc/tuxbox/scce ./scce

The cam will autoupdate. Problem is on reboot symlink dissappears so if keys change the link will have to be re-created. This needs to be permanent, anyone know how create this?

Yes just go into the usr/bin/ folder and edit enigma.sh by adding the line:

ln -sf /etc/tuxbox/scce ./scce

then every time enigma is started or the box boots the symlink will be created automatically.
 
Thanks for you reply mrdude, as it's a dm7025 its got enigma2.sh

This is what it looks like: -
-----------------------------------------------------------------
#!/bin/sh

/usr/bin/showiframe /boot/backdrop.mvi

cd /home/root
/usr/bin/enigma2

# enigma2 exit codes:
#
# 0 - restart enigma
# 1 - halt
# 2 - reboot
#
# >128 signal

ret=$?
case $ret in
1)
/sbin/halt
;;
2)
/sbin/reboot
;;
4)
/sbin/rmmod lcd
/usr/sbin/fpupgrade --upgrade 2>&1 | tee /home/root/fpupgrade.log
sleep 1;
/sbin/rmmod fp
/sbin/modprobe fp
/sbin/reboot
;;
*)
;;
esac
----------------------------------------------------------------

I've tried inserting your command under #!/bin/sh, but the box wont fully boot. Tried in a couple of other places but again it wouldn't fully boot. Any idea where I should insert the line?
 
Tried that zaf.

If you clear the contents of keylist & softcam depending what cam u are using it will not au. Try clearing the list & rebooting.

Hi i run evocamd 2.17c and it autoupdates without any problems***
 
Last edited by a moderator:
Thanks for you reply mrdude, as it's a dm7025 its got enigma2.sh

This is what it looks like: -
-----------------------------------------------------------------
#!/bin/sh

/usr/bin/showiframe /boot/backdrop.mvi

cd /home/root
/usr/bin/enigma2

# enigma2 exit codes:
#
# 0 - restart enigma
# 1 - halt
# 2 - reboot
#
# >128 signal

ret=$?
case $ret in
1)
/sbin/halt
;;
2)
/sbin/reboot
;;
4)
/sbin/rmmod lcd
/usr/sbin/fpupgrade --upgrade 2>&1 | tee /home/root/fpupgrade.log
sleep 1;
/sbin/rmmod fp
/sbin/modprobe fp
/sbin/reboot
;;
*)
;;
esac
----------------------------------------------------------------

I've tried inserting your command under #!/bin/sh, but the box wont fully boot. Tried in a couple of other places but again it wouldn't fully boot. Any idea where I should insert the line?


Just add your symlinks after this line:
/usr/bin/showiframe /boot/backdrop.mvi

but before
cd /home/root
 
The PLi guys have kindly made available an online update that fixes the scce symlink issue.

All working great now :) The symlink for keys & scce files are in /var/.

Fantastic a fully working uk infobar now & all autoupdating :)

Thanks for your pointers guys :)
 
Hi Sicilian, I got my 7025 working using your guide, is the Pli as straight forward as the gemini install, do i need to use serial null modem cable to flash Pli?
 
You can flash either through serial or lan, your choice. Just as straight forward as Gemini.
 
Thanks Scilian, the easiest install for me so far :)

One thing I have noticd is when I press info on the remote and then click info again to close the info box I get another box entitled 'Eventview' I have to click exit to close this, any way of disabling the 'Eventview' box?
 
Press the red exit button instead of pressing info again.
 
Thanks, sorted :)

The picture is freezing frequently, i'm using mgcamd 1.29, could this be a cam issue?
 
Installed evocamd from the setup menu, i'm getting a blank screen, all the FTA channels work fine, any pointers as to what is wrong?
 
If you have a problem clearing channels with evocamd 2.17 that pli plugin install’s, replace with the one attached below. Ftp to /usr/bin/ delete evocamd, and replace with evocamd.mips attached, then rename to evocamd and chmod 755. Reboot goto pay channel & wait for channel to clear.

Also use these keys / scce files http://images.digitalworldz.co.uk/attachment.php?attachmentid=37869&d=1202480228
 
Last edited:
Back
Top