How to unpack and repack Enigma2 image dreambox

marouan

Registered
Messages
96
Peace, mercy and blessings of God

we will look on the method of unpack and repack of the nfi Dreambox images via nfidump which holds version 0.4.1 and Linux environment(like ubuntu...). method works on all models of Dreambox(dm500hd,dm800,dm800se). course unpack and repack image be on root.Greetings from your brother Marouan

Note:Scripts prepared by marouan


Open a terminal window and paste the following commands:

PHP:
sudo su

PHP:
cd /root

Creating a working directory:

PHP:
mkdir E2

Change into the working directory:

PHP:
cd E2

Now not close the Terminal then press Alt+F2 from the keyboard and do the following:

8qto.png


Copy and Paste scripts for unpack and repack to the folder E2 and make chmod 755:

PHP:
chmod 755 *

Rename your nfi image dreambox to original.nfi and paste it to the folder E2.

with the Terminal window paste the following commands:

PHP:
./unpack-nfi.sh

7dyj.png


image nfi unpacked:

fyed.png


nzyi.png


of4z.png


Now Finally you can make modifications to your image nfi and repack it. The New image is named new-nfi.nfi:

PHP:
./pack-nfi image new-nfi.nfi

85if.png



v1sh.png


Now move the New image from E2 folder to Desktop:

PHP:
chmod 777 new-nfi.nfi && mv new-nfi.nfi $HOME/Desktop

 

shy11

Registered
Messages
43
​Hi There,


May I know how i can change SSL in unpacked image?


i have my SSL in ssl.bin format.
 

shy11

Registered
Messages
43
​Hi There,


May I know how i can change SSL in unpacked image?


i have my SSL in ssl.bin format.
 

saharx

Registered
Messages
2
its wonderful Script.
can anyone make a pdf file from first post contain pictures on it ?
 
Top