badeip
14-10-08, 19:13
This release is basically identical to 1.3.52 except that it is based on the official 1.3.55 firmware.
The fipd daemon is disabled in this version too due to issues with e.g displaying the clock.
To re-enable it, remove the leading # before the fipd command in /mnt/jffs2_apps/tvix/main:
#!/bin/sh
# OpenTvix by BadEIP
(sleep 20 && /mnt/jffs2_apps/tvix/opentvix.init) &
#/mnt/jffs2_apps/tvix/main_exec /mnt/jffs2_apps/tvix/opentvix/usr/sbin/fipd &
/mnt/jffs2_apps/tvix/main_exec /mnt/jffs2_apps/tvix/opentvix/usr/sbin/ird &
/mnt/jffs2_apps/tvix/main_exec /mnt/jffs2_apps/tvix/main.dvico &
while true
do
sleep 60
done
Download the firmware here: http://www.binary-art.net/?p=854
Enjoy,
badeip.
The fipd daemon is disabled in this version too due to issues with e.g displaying the clock.
To re-enable it, remove the leading # before the fipd command in /mnt/jffs2_apps/tvix/main:
#!/bin/sh
# OpenTvix by BadEIP
(sleep 20 && /mnt/jffs2_apps/tvix/opentvix.init) &
#/mnt/jffs2_apps/tvix/main_exec /mnt/jffs2_apps/tvix/opentvix/usr/sbin/fipd &
/mnt/jffs2_apps/tvix/main_exec /mnt/jffs2_apps/tvix/opentvix/usr/sbin/ird &
/mnt/jffs2_apps/tvix/main_exec /mnt/jffs2_apps/tvix/main.dvico &
while true
do
sleep 60
done
Download the firmware here: http://www.binary-art.net/?p=854
Enjoy,
badeip.