PDA

View Full Version : E2 PKT mod 7.5.1 for Cuberevo (Usb)



catseye
11-01-2010, 09:54 PM
PKT mod 7.5 .1 (based on Tideglo rev 0.7.5)

The new version (v7.5.1) from the famous PKTeam is available:

Changes in PKT

- All of our skins in the end work well (allienHD, balckGlassHD & infinityHD) - I hope
- Solved the problem with a slow change channels and free scroll the channel list
- Solved the problem of "wywalaniem the" Media Player
- Added information bar in Media Player
- Added Manager Software for archiving your own data
- Other changes in skin but I do not remember what
- Improved time synchronization with NTP server (default)
- For advanced users: added ability to start at boot Enigmy2, an external script from pendrive (sdb1) in the root directory under the name of: start, for example, to automatically restore some data, or make automatic archiving, or whatever you want.

WARNING! This is the version 0.7.5 rev Tideglo so all the shortcomings that version will be in this too (read audio dropouts, etc.)

Big thanks to PKT Team & Tideglo :sifone:

catseye
11-01-2010, 10:05 PM
To fix the time bug -display on screen different to front panel on box

Complete the following

Using DCC & Telnet

Type the following

date -s aabbccddyyyy

where aa is type the month
bb is type the day
cc is type the hour
dd is type the minute
yyyy is type the year

So at time of posting command would be

date -s 011121022010 & enter

The correct time, date, year, etc will display under the telnet command

Then restart Gui

If you do full reboot you will lose settings & have to do again

catseye
11-01-2010, 10:33 PM
To use Cross EPG plugin with latest release

As latest Tideglo E2/PKT version is written in Python 2.6 instead of 2.5

You need to install Cross EPG in the following order

Download the ipkg file & using DCC -FTP file to tmp folder

Then in telnet type the following command

cd /tmp & enter

Then tar -xvzf ipkg_var.tgz -C/ & enter

Download the cross epg file & FTP to tmp folder

then in telnet type the following command

cd /tmp & enter

Then ipkg install crossepg-enigma2_0.3.3-svn-33_sh4.ipk & enter

Reboot Gui

Then using DCC FTP to the file location of /etc/init.d/rcS ...right click and to edit the following file /usr/local/bin/enigma2

add this line

/var/crossepg/crossepg_epgmove.sh in the order below

So it now reads as the following example

echo "starting e2->"
/var/crossepg/crossepg_epgmove.sh
/usr/local/bin/enigma2

& save

Reboot Gui again & Cross EPG plugin should appear under the 'set up option'

Enjoy