
Tool to patch compressed streams inside nickel.
===============================================

- Copy your nickel file from your firmware to this folder.

- Execute python extract.py to extract all compressed streams.

- Browse extracted/ folder and view .css files to find out what you want to change.

- Copy files you want to change to folder modified/ and change what you want.
	Note that resulting file after compression could not be larger than original one.
	Remove comments or code related to other devices if you need to shorten.

- Execute python patch.py to create a nickel-modif with your patches.
	Check messages to verify modifications are well done.

- Execute ./publish.sh to create KoboRoot.tgz and copy to folder .kobo/ in your device.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Example patches:

This files should be in modified/ folder with name stream-n.css to be processed by patch.py

- glohd-games-stream-26.css : Show games in Beta Features for Glo Hd.
- nogames-stream-26.css : Hide games in Beta Features for any device.

