Oto soft . Tylko do tego modelu
# & lt; - this is for comment / total file size must be less than 4KB
#nand scrub
# altaye,hamdio|24.03.11:
# Clear nand and set partition if Partition Table version
# does mot match (with the one in target environment). Checked
# version (with itest command below) should be matched with the
# one in 'set_partition' script.
#check version and update if not matches:
setenv erase_cmd 'nand erase clean; ustar set_partition;'
setenv tmp_cmd 'if test $parttblver -ne 5; then run erase_cmd; else printenv parttblver; fi;'
run tmp_cmd
#clear command holder variable:
setenv tmp_cmd
#nand erase
#set partition
#ustar set_partition
# ~altaye,hamdio|24.03.11
#kernel
ustar [[kernel
#ROOTFS
ustar [[ROOTFS
#mslib
ustar [[mslib
#application
ustar [[applications
#CONFIG
ustar [[config
#OAD
ustar [[oad
#PANEL
#ustar [[eprom_panel
#config & bootargs
ustar set_config
#configure position of IP in MIU
usb_miu miu_setting.txt
printenv
reset
% & lt; - this is end of file symbol
# & lt; - this is for comment / total file size must be less than 4KB
#nand scrub
# altaye,hamdio|24.03.11:
# Clear nand and set partition if Partition Table version
# does mot match (with the one in target environment). Checked
# version (with itest command below) should be matched with the
# one in 'set_partition' script.
#check version and update if not matches:
setenv erase_cmd 'nand erase clean; ustar set_partition;'
setenv tmp_cmd 'if test $parttblver -ne 5; then run erase_cmd; else printenv parttblver; fi;'
run tmp_cmd
#clear command holder variable:
setenv tmp_cmd
#nand erase
#set partition
#ustar set_partition
# ~altaye,hamdio|24.03.11
#kernel
ustar [[kernel
#ROOTFS
ustar [[ROOTFS
#mslib
ustar [[mslib
#application
ustar [[applications
#CONFIG
ustar [[config
#OAD
ustar [[oad
#PANEL
ustar [[eprom_panel
#URSA
ustar [[ursa
#config & bootargs
ustar set_config
#configure position of IP in MIU
usb_miu miu_setting.txt
printenv
reset
% & lt; - this is end of file symbol
MIU0_GROUP_PRIORITY 1:0:2:3
MIU1_GROUP_PRIORITY 1:0:2:3
#@@++ 20111124 refine the miu settings|Perry
MIU0_GROUP_SELMIU 1140:0008:0000:0016
#@@-- 20111124 refine the miu settings|Perry
#MIU0_GROUP_SELMIU 0000:01E0:0000:0000
MIU1_GROUP_SELMIU 4000:0000:0400
% & lt; - this is end of file symbol
========== TF PROJECT ==========
RELEASE DATE : 10:28:40-24/07/2013
RELEASE VERSION : " TFGRMR.-.S.-.-.V05.018.00 "
body {
background: transparent;
}
// Keys
var VK_RED = 403;
var VK_GREEN = 404;
var VK_YELLOW = 405;
var VK_BLUE = 406;
var VK_CHANNEL_UP = 427;
var VK_CHANNEL_DOWN = 428;
function self()
{
return applicationManager.getOwnerApplication(document);
}
function initKeySet()
{
}
function onKeyEvent(evt)
{
}
function onPlayStateChangeEvent(event)
{
//alert(' & gt; & gt; Play state changed - event: ' + event.type);
}
function onChannelChangeSucceededEvent(ccid)
{
alert(' & gt; & gt; Event: ChannelChangeSucceded - channel: ' + ccid);
}
function onChannelChangeErrorEvent(ccid, error)
{
alert(' & gt; & gt; Event: ChannelChangeError - channel: ' + ccid + ', error: ' + error);
}
function init()
{
self().show();
}