# Called by the following CWM flashable zips:
# GS2ROMNuke
# GS2ROMWipe
# GS2KernelWipe
# GS2MediaWipe
# GS2PreloadBackup
# GS2PreloadRestore
#
# This script can be called with one of the following parameters:
#
#
# 1. "romnuke"
# ~~~~~~~~~~~~
# A NUKE does everything a WIPE does, and is designed to also remove even more
# Android and application-specific areas. Due to the fact that this is a
# far more aggressive operation, each file/folder that is NUKED is also
# backed up beforehand
# Backup location can be changed if required by editing /sdcard/MyBackups/HawkerOptions/MyBakDevice.txt
# All nuked folders are deleted WITH BACKUP
# In addition to the above default files/folders that are deleted, the user
# can also amend /sdcard/MyBackups/HawkerOptions/MyROMNukeDelete.txt for own purpose
# (eg. to add extra ROM areas etc.) This file is blank by default.
# If the user wants to certain sub-directories that are normally deleted in the
# Nuke operation, these can be defined in /sdcard/MyBackups/HawkerOptions/MyROMNukeKeep.txt
# Thread:
[CWM UTIL] Hawker's Wipe Scripts (S2 GT-i9100) - xda-developers
#
# 2. "romwipe"
# ~~~~~~~~~~~~
# Performs a ROM Wipe
# All wiped areas are deleted in the wipe operation as standard WITH NO BACKUP
# In addition to the above default files/folders that are deleted, the user
# can also amend /sdcard/MyBackups/HawkerOptions/MyROMWipeDelete.txt for own purpose
# (eg. to add extra ROM areas etc.) This file is blank by default.
# A WIPE also performs a MEDIA_WIPE
# Thread
[CWM UTIL] Hawker's Wipe Scripts (S2 GT-i9100) - xda-developers
#
# 3. "kernelwipe"
# ~~~~~~~~~~~~~~~
# Clears all known redundant kernel files and folders
# Thread:
[CWM UTIL] GS2KernelWipe Script (V2.09 19/06/13) - xda-developers
#
# 4. "mediawipe"
# ~~~~~~~~~~~~~~
# Clears all known media cache and temporary files
# Thread:
[CWM UTIL] GS2MediaWipe Script V1.07 (19/06/2013) - xda-developers
# 5. "preloadbackup"
# ~~~~~~~~~~~~~~~~~~
# Backs up the current /preload/symlink folder to /sdcard/MyBackups/preload/symlink
# Backs up on a per-ROM basis, 1 backup per ROM
# Thread:
[CWM UTIL] GS2PreloadBackup/Restore scripts for Samsung JB (02/03/2013) - xda-developers
# 6. "preloadrestore"
# ~~~~~~~~~~~~~~~~~~~
# Restores the backup made by GS2PreloadBackup for the CURRENT ROM
# Thread:
[CWM UTIL] GS2PreloadBackup/Restore scripts for Samsung JB (02/03/2013) - xda-developers