Commit Graph

14 Commits (d558c7775580a1d512692882b31a0f83cf47e787)

Author SHA1 Message Date
cfig cb192ee39a
misc improvements
* gradle pull: support devices w/o /vbmeta partition
* VendorBoot: correct size calculation
2 years ago
cfig 9a94d2a16e
boot v4: fix bug "avbtool not found" 4 years ago
cfig e6ed2d7b96
cpio: fix special perms bug
also add dispol to decompile sepolicy binary file
4 years ago
cfig 71fcc9b26e
boot v4: unpack
boot:
  boot signature
vendor boot:
  vendor ramdisk table
  boot config

TODO:
  pack (later when AOSP gets stable)
4 years ago
cfig b108110dbd
first version compatible with Windows 10 4 years ago
cfig 4e9d60db1a
cpio: replace mkbootfs with java CPIO
reimplement android mkbootfs with pure java, features include:

unpack:
 - using commons.compress
 - save cpio entry info on unpacking, and reload it on packing, this is
   called 'exact-matching'

pack: using new code with the help of commons.compress
 - for newly added ramdisk file, its file mode falls back to
   'pattern-matching'
 - for newly added ramdisk file that doesn't match any pattern, it will
   use default file mode, 'default'

integration test:
 - enable strict cpio checking
4 years ago
cfig ff7021e2db
test: add more tests for android 10 coral 5 years ago
cfig 4a819179f4
update doc for Oppo K3 6 years ago
Surendra Kumar 68b0d7ceb6 Fix typo :) 6 years ago
Surendra Kumar de3e9bc3d8 Added tricks to obtain Oppo K3 recovery.img 6 years ago
cfig 1bcf9389a0
squashed commit
update gradle to 5.6
dtbo parser: force use of python 2.7
add android libsparse utils
add sparse image parser: {system|vendor|product}.img
travis: upgrade to bionic(18.04 LTS)
6 years ago
cfig 3dd9f1e685
update integrationTest for android Q preview 6 years ago
cfig ec32a3750a
update README and misc refine 6 years ago
cfig 4f598e07cf
Update README.md 7 years ago