commit | 6069a793eaa2e11e0c53af0ab063d22fb1f9f531 | [log] [tgz] |
---|---|---|
author | nkk71 <nkk71x@gmail.com> | Tue Jan 19 16:36:47 2016 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Fri Jan 22 17:45:46 2016 +0100 |
tree | 329f905d39e9e7134f948e9dc49087bad03b7bcc | |
parent | 3c36697b2d1572f963a8e6d34e648efa004029cc [diff] |
minzip: Add support for >2GB zipfile normal zip limit is 4GB, but due to signed variables it will only access 2GB (32bit signed integer is from -2GB to +2GB). these changes allow for a theoretical limit of 4GB zips to be flashed. RAM restrictions still apply, and on a 32bit system it's likely to max out at approx 2.8GB flashable zip, above that mmap will probably fail. Note: the flashable zip also needs a compatible update-binary which include these changes. (this also applies to both aroma installer if it's being used). Change-Id: Ib3af2945c9bd4890a2e6dc45acfc2b80ec55473b
Team Win Recovery Project (TWRP)
You can find a compiling guide here.