Difference between revisions of "Remove Modified Firmware"

From hummy.tv Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
The Modified or Custom Firmware package is regarded as very safe to install and use, However, People feel safer installing ‘non standard’ firmware with the knowledge that it is possible to get back to the ‘Out of the Box’ configuration, Maybe when sending the unit back to the Supplier for example, I would suggest reading BOTH removal stages in order to decide which suits your requirements
 
The Modified or Custom Firmware package is regarded as very safe to install and use, However, People feel safer installing ‘non standard’ firmware with the knowledge that it is possible to get back to the ‘Out of the Box’ configuration, Maybe when sending the unit back to the Supplier for example, I would suggest reading BOTH removal stages in order to decide which suits your requirements
 +
  
 
'''So how do I do it?'''
 
'''So how do I do it?'''
Line 11: Line 12:
 
#Remove All Custom Functions  and All Traces of Custom Packages
 
#Remove All Custom Functions  and All Traces of Custom Packages
 
#Remove All Custom Functions Only
 
#Remove All Custom Functions Only
 +
  
 
With Level 2 the Unit will perform exactly as it would ‘Out of the Box’ with the current Software, All Modified / Custom feature will be unavailable, However the new packages that were installed and any programs in the Virtual Disk will still be present on the Internal Hard Drive, If this is all that is required, then carry out only LEVEL2
 
With Level 2 the Unit will perform exactly as it would ‘Out of the Box’ with the current Software, All Modified / Custom feature will be unavailable, However the new packages that were installed and any programs in the Virtual Disk will still be present on the Internal Hard Drive, If this is all that is required, then carry out only LEVEL2
  
  
 +
'''LEVEL1'''
 +
 +
This procedure will remove ALL files created by the Custom Software including and programs stored on the Virtual Disk
 +
 +
Connect to the Humax Via Telnet, This can be achieved by running [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html '''PUTTY'''] on a P.C.
 +
 +
Enter the following commands in the Telnet (Putty) window :-
 +
 +
rm -rf /mod/*
 +
 +
/sbin/modinit
 +
 +
opkg update
 +
 +
 +
rm -rf /mnt/hd2/virtual_disk
 +
 +
Now carry out LEVEL 2
 +
 +
 +
'''LEVEL2'''
  
 
Download the current official firmware [http://beta.humaxonline.co.uk/freeview-hd-t2 '''FIND FIRMWARE HERE''']
 
Download the current official firmware [http://beta.humaxonline.co.uk/freeview-hd-t2 '''FIND FIRMWARE HERE''']
  
 
And follow the same procedure for installing Modified Firmware [[http://wiki.hummy.tv/wiki/Install_Modified_Firmware '''HERE''']]
 
And follow the same procedure for installing Modified Firmware [[http://wiki.hummy.tv/wiki/Install_Modified_Firmware '''HERE''']]
 
Having followed  the above procedure, The Unit will perform exactly as it would ‘Out of the Box’ with the current Software, All Modified / Custom feature will be unavailable, However the new packages that were installed will still be present on the Internal Hard Drive, If you want to remove all traces of the new packages
 

Revision as of 16:52, 30 October 2011

THIS PAGE IS UNDER CONSTRUCTION

Why would I want to do this?

The Modified or Custom Firmware package is regarded as very safe to install and use, However, People feel safer installing ‘non standard’ firmware with the knowledge that it is possible to get back to the ‘Out of the Box’ configuration, Maybe when sending the unit back to the Supplier for example, I would suggest reading BOTH removal stages in order to decide which suits your requirements


So how do I do it?

There are two levels of removal that can be carried out they are :-

  1. Remove All Custom Functions and All Traces of Custom Packages
  2. Remove All Custom Functions Only


With Level 2 the Unit will perform exactly as it would ‘Out of the Box’ with the current Software, All Modified / Custom feature will be unavailable, However the new packages that were installed and any programs in the Virtual Disk will still be present on the Internal Hard Drive, If this is all that is required, then carry out only LEVEL2


LEVEL1

This procedure will remove ALL files created by the Custom Software including and programs stored on the Virtual Disk

Connect to the Humax Via Telnet, This can be achieved by running PUTTY on a P.C.

Enter the following commands in the Telnet (Putty) window :-

rm -rf /mod/*

/sbin/modinit

opkg update


rm -rf /mnt/hd2/virtual_disk

Now carry out LEVEL 2


LEVEL2

Download the current official firmware FIND FIRMWARE HERE

And follow the same procedure for installing Modified Firmware [HERE]