diff options
author | osm0sis <osm0sis@outlook.com> | 2017-12-14 13:19:08 -0400 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2017-12-14 13:19:08 -0400 |
commit | 81066ed3d7a4e7fe07853efaed3679f45a494534 (patch) | |
tree | 48ff3957494aeeca3e68b8527a2078b2f0be9985 /README.md | |
parent | 7f47e213623e31e54ce8ab6858f1fe32df2fe103 (diff) |
README: document "OG AK" mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,8 @@ __do.cleanuponabort=0__ will keep the zip from removing it's working directory i ## // Command Methods ## ``` dump_boot +split_boot +unpack_ramdisk backup_file <file> replace_string <file> <if search string> <original string> <replacement string> replace_section <file> <begin search string> <end search string> <replacement string> @@ -54,6 +56,8 @@ replace_file <file> <permissions> <patch file> patch_fstab <fstab file> <mount match name> <fs match type> <block|mount|fstype|options|flags> <original string> <replacement string> patch_cmdline <cmdline match string> [<replacement string>] patch_prop <prop file> <prop name> <new prop value> +repack_ramdisk +flash_boot write_boot ``` @@ -65,6 +69,8 @@ __"before|after"__ requires you simply specify __"before"__ or __"after"__ for t __"block|mount|fstype|options|flags"__ requires you specify which part (listed in order) of the fstab entry you want to check and alter. +_dump_boot_ and _write_boot_ are the default method of unpacking/repacking, but for more granular control, or omitting ramdisk changes entirely ("OG AK" mode), these can be separated into _split_boot; unpack_ramdisk_ and _repack_ramdisk; flash_boot_ respectively. + You may also use _ui_print "\<text\>"_ to write messages back to the recovery during the modification process, and _contains "\<string\>" "\<substring\>"_ to simplify string testing logic you might want in your script. ## // Binary Inclusion ## |