This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gzip | |
| import os | |
| import sys | |
| import StringIO | |
| import struct | |
| #This script will <EVIL> patch the pre-compiled zImage | |
| #to bypass the /system remount block on the AcerA500 | |
| #ICS rom ... please run this script in linux or cygwin as | |
| #the unix gzip is required |