ruDbox2.Neutrino.DREAM Plus v2.01

Status
Not open for further replies.

ggiuseppe

Registered User
Messages
1,728
Welcome on Neutrino.DREAM Plus!

ruDbox2.Neutrino.DREAM Plus

v2.01.20060820

Nokia D-BOX2 - Kernel 2.4.32-dbox2/Squashfs 2.2-r2 LZMA-Patch

file: root_updater_v2_to_v201.img
md5sum: 1ED4E245770253B459276C3B43EDB120
file: dbox_nplus_squashfsjffs2_1x.img
md5sum: 8036E1C2578D37C1A19E7AE10E42DDF6
file: dbox_nplus_squashfsjffs2_1x.img
md5sum: D44553ACBCB5DF690A84B7CD40CB7D64

version=version=2201200608202020
comment=ruDbox2 image
creator=ruDbox team

How to flash root_updater_v2_to_v201.img.
-----------
1. Put image (name_image.img) to /tmp
2. Main Menu/Service/Software Update/Expert-function/Write one partition/root(Squashfs)


**********************************************************************
Question: How to switch off RC-click beep?
ANSWER: Main Menu/Settings/Key Setup/Key click =on/off
**********************************************************************

There is 2.01-version of Neutrino.DREAM for Nokia D-BOX2.
To continue our work we need feedback bug-reports.

OpenTV epg support(TPS)
redo some of infopanel and other places
added support user's icons(raw)- /var/share/icons
yWeb version=2.0.2 date=08.07.2006
and other fixes and hidden changes

**********************************************************************
Question: How to get TPS-weekly EPG?
ANSWER: You must have Neutrino.DREAM v2.01
There is mustbe present /var/etc/tps.list.
Zap to FRANCE 5/10892.0 MHz V and Main Menu/Scripts/Load MHW epg.
Known problem - time to time you cant list EPG direct from infopanel or EPG Plus panel.
But it possible under press [red]botton any time.
Before You make a start, see /var/bin/realgetepg.sh and editing it for your choice.
You can make your personal scripts for save and restore all epg, not mhw/otv only.
Example of script from DVHK FORUM:
/var/bin/realgetepg.sh
CODE
#!/bin/sh
#
# Tryb dzialania: puste - prak NFS, wartosc - NFS
IS_NFS=""
# punkt montowania katalogu zdalnego
LOCAL_MNT_DIR=/var/MHW
# Adres IP hosta udostepniajacego katalog
NFS_HOST_IP=xxx.xxx.xxx.xxx
# Nazwa udostepnionego w sieci zasobu
NFS_DIR_NAME=MHW
# Udostepniany w sieci katalog NFS
NFS_MNT_SRC="${NFS_HOST_IP}:${NFS_DIR_NAME}"
# Opcje montowania
NFS_MNT_OPTIONS="-o rw,rsize=8192,wsize=8192,soft,udp,nolock,addr=${NFS_HOST_IP}"
#
# Domyslne miejsce skladowania plikow, jesli nie zadziala NFS
EPGDIR=/tmp/mhwepg
if [ "${IS_NFS}" ]
then
if [ "`mount|grep \"${NFS_MNT_SRC}\"`" ]
then
EPGDIR=${LOCAL_MNT_DIR}
else
mount -t nfs ${NFS_MNT_SRC} ${LOCAL_MNT_DIR} ${NFS_MNT_OPTIONS}
RES=$?
[ $RES -eq 0 ] && EPGDIR=${LOCAL_MNT_DIR}
fi
[ ! -d ${EPGDIR} ] && mkdir ${EPGDIR} && chmod u+w ${EPGDIR}
fi
#
mhw2xml -o ${EPGDIR}
RES=$?
echo $RES
exit
if [ $RES -eq 0 ]; then
sectionsdcontrol --readepg ${EPGDIR}
# Epg loaded
wget "http://localhost/control/message?nmsg=Well,%20Epg%20loaded" -O /dev/null
else
# No data found
wget "http://localhost/control/message?nmsg=No%20data%20found" -O /dev/null
fi
**********************************************************************

**********************************************************************
Question: How to get sound on channel "Animal Planet"/NTV Plus?
ANSWER: You must have Neutrino.DREAM v2.01
Edit services.xml:
<S i="27dd" n="Animal Planet [36E]" v="144" a="198" p="144" pmt="72" tx="0" t="1"/>
to
<S i="27dd" n="Animal Planet [36E]" v="144" a="198" p="0" pmt="72" tx="0" t="1"/>
Save file and Main Menu/Service/Reload channel lists.
**********************************************************************

MoviePlayer.
-----------
added new function botton OK - channels-list output
if it not working try to setup new key for "Play"
it must be any botton but not OK

Virtual Zap.
-----------
Settings->Misc settings->-------General-------Virtual Zap: ON/OFF

EPG Cash.
-----------
Settings->Misc settings->-------Epg settings-------
Be carefull with "Dir for epg cash"!!!
There is must be freespace on hdd or your mount-partion/directory named as /hdd/, /mnt/, /media/, /tmp/.
Example: /hdd/epg, /mnt/your_dir/epg, /media/your_dir .

Some changes on Channels-List under recording.
More big and small fixes and new bugs presenting for test.

**********************************************************************
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 4416 4416 0 100% /
/dev/mtdblock/2 716 716 0 100% /boot
/dev/mtdblock/4 2688 504 2184 19% /var


dropbear, iptables, pppd inside.
mgcamd, newcs inside.

**********************************************************************
Question: How to activate mgcamd and newcs?
ANSWER: Cardserver newcs mustbe activate/restart at first!
ANSWER: Main Menu/Addons/Cardserver: no->newcs /Restart cardsever
ANSWER: Main Menu/Addons/Camd: no->mgcamd /Restart camd
**********************************************************************
Question: How to install camd3 or @box?
ANSWER: camd3 mustbe added to /var/emu as - camd3, pcamd to /var/bin as pcamd, othere files to /var/keys
ANSWER: @box mustbe added to /var/emu as - @box or camdd, othere files to /var/keys
Question: How to activate camd3 or @box?
ANSWER: Cardserver newcs mustbe deactivate at first!
ANSWER: Main Menu/Addons/Cardserver: newcs->no /Restart cardsever
ANSWER: Main Menu/Addons/Camd: no->mgcamd->...camd3 /Restart camd
ANSWER: Main Menu/Addons/Camd: no->mgcamd->...@box(or daemon) /Restart camd
**********************************************************************
Please, remember that
"Re-Zap on emu switch time"-parameter is recommended to put value 5 or 6!
See QuickStart settings.
**********************************************************************
ATTENTION, MGEMUD MUST BE STARTED FOR GOOD EMU WORKS.
Don't del it from start_all, like You did it for camd3 on beta2.
That is not need for your camd3 anymore.
**********************************************************************

MHW-Epg.
-----------
Before You make a start, see /var/bin/realgetepg.sh and editing it for your choice.
1. Zapit to one of:
NOT TESTED! Canal+/CanalSatellite France : Astra 19.2E / 12363 V / 27500
NOT TESTED! Canal Digitaal : Astra 19.2E / 12515 H / 22000
NOT WORKING! Digital+ : Astra 19.2E / 10847 V / 22000
NEED MORE FREE SPACE AND MEMORY THAN DBOX2 HAS!Sky Italia : Hot Bird 13E / 12418 V / 27500
WORKING! Cyfra+ : Hot Bird 13E / 10719 V / 27500
2. Main menu->Scripts->Load MHW epg

Think about.
-----------
You can make your personal scripts for save and restore all epg, not mhw only.

sectionsdcontrol --saveepg /hdd/your_dir - save epg to /hdd/your_dir

sectionsdcontrol --readepg /hdd/your_dir - reading epg from /hdd/your_dir


You can start recording the crypt-channel and...
and zap to next crypt-channel and to look it or to zap next and next, etc.
JUST SWITCH EMU TO MGCAMD AND START YOU RECORD/VIEWING!
Mgcamd v1pre12a mustbe present image inside.

**********************************************************************
WE'RE USING Neutrino.DREAM AS BASE IMAGE ON DBOX!
FLASHING IS SAME AS ALL DBOX2-IMAGES.
**********************************************************************
OUR Neutrino.DREAM Plus USING NEW CHANNELS FORMAT.
TO EDITING CHANNELS-SETTINGS WITH DreamSet-EDITOR.
**********************************************************************
THERE IS WE HAVE PRE-INSTALL Shellexec-Plugin
AND New-Tuxwetter INSIDE OUR IMAGES.
**********************************************************************




QuickStart settings.
-----------
1. Language Setup, Make your choice and press [Home]
2. Main Menu, Settings, Network Settings, Make your choice and press [red]setup network now
3. Main Menu, Settings, Misc settings, Timezone, Make your choice
4. Main Menu, Settings, press [red]save settings now
5. Main Menu, Services, Zapit options, set necessary values and parameters, press [red]save settings
("Re-Zap on emu switch time"-parameter is recommended to put value 5 or 6!)
6. Main Menu, Services, Servicescan, set necessary values and parameters, Scan mode: Fast!,
press [red]save settings, start scan
7. Main Menu, Services, Video Settings, Video system: PAL/PAL-M/NTSC
8. Main Menu, Services, Audio Settings, English: off/on
(switch on english-soundtrack if the "English"-name is present on the channels)

Scripts.
-----------
Main Menu, Scripts
1. Autoconvert/autoconvert settings format
(puting lazymax/wwww.rudbox.com settings files to box and start script, all settings
will be convert to our new nlpus-format)
2. NOTIMEUPDATE/ Transporders notimeupdate switch on/off
On different channels there is not an exact date/times.
If there is a file /var/tuxbox/.notimeupdate and the difference of more than 10 minutes,
current time does not update.
3. Readme 1st/Image info

How to get updates and addons.
-----------
At first, dbox must has internet-connection!
1. Main Menu, Service, Software Update, Updatemode: internet
2. search for new version...

How to install addons manual.
-----------
1. Put addon-file(addon_name.bin) to /tmp
1. Main Menu, Service, Software Update, Updatemode: manual(ftp)
2. search for new version...
3. Filebrowser /tmp/, press to addon-file(addon_name.bin)
4. follow instruction

How to flash new image manual.
-----------
1. Put image (name_image.img) to /tmp
2. Main Menu, Service, Software Update, Expert-function...

How to edit channels-settings.
-----------
DreamSet - 1.60 has support for our new nlpus-format settings.
Before upload new settings go to setup dialog and select 'Neutrino Plus' as firmware
or 'Neutrino Plus' as software.
Always after settings transfer, go to Neutrino Menu, choose 'Service' and
then select 'Reload Channel List'.


We have nothing against modifications to our Neutrino
images, if you follow our small conditions, namely:
1. The original Readme files must remain in archives with
your mod image.
The same counts to all readme and info files within the image.

How can you check who is original creator of the image?
There is information in file called ".version" in root
directory of every image.
Please, leave it also unchanged.

2. NO KEYS/RSA/ROM files within your renamed - modified image.
3. We are glad, NAME of our team(ruDbox) in file names of your
archives and mod image independently to see,
e.g. - ruDbox **** _mod_your_name or your_name_mod_ruDbox ***.

That's all.
Certainly you cannot follow our requirements and continue
everything like it is.
Believe, however, that attention of our friends who use
our private images is enough for us.
ruDbox Team

Old attachment removed to preserve space
 
Status
Not open for further replies.
Top