Commit Graph

242 Commits (1deb33173fceba34a82f3ebc17ae742c1afd76bc)
 

Author SHA1 Message Date
cfig 1deb33173f
lazybox: fix adb command error
cfig 7c8e997ef9
lazybox: add lazybox
cfig d558c77755
apex: ApexBuildInfo.pb ApexManifest.pb
cfig 82ff5215b7
Test case for , along with periodic updates
- kotlin: 1.9.0
 - gradle: 8.2.1
 - helper: update crypto helper
 - capex: partial update
cfig 0a795fccdd
add convenient scripts
factory image extractor
device info dumping script
cfig 55f2475ac0
Issue : boot/vendor_boot cmdline should be trimed when packing
cfig 5325af45b0
update doc and known_keys
cfig 7652770a25
dtb: refine 'clear' task of DeviceTreeParser
'clear' task can erase .dtb file now
cfig e5c6a41ede
Issue : better support dtb/dts
● support dumping /proc/device-tree from a running rooted Android
● support editing standalone dtb file
cfig ec6f4780a6
Issue : support ramdisk.img(boot image v0) without kernel
cfig 2f0af5d259
Issue : respect original check flags for ramdisk compression
ramdisk xz check flags: crc32/crc64 etc.
XiaoMi recovery image uses CRC32 and can not suppport CRC64
cfig d0dfebd42e
linux: use android-sdk-libsparse-utils instead of local code copy
cfig 95ee9b6d85
Issue : fix syntax error in Gradle 8.0.2
cfig cb192ee39a
misc improvements
* gradle pull: support devices w/o /vbmeta partition
* VendorBoot: correct size calculation
cfig 8be3510b67
Issue : downgrade required java to 11
cfig cb8e2530ce
refine doc
cfig e96aa0e33d
Issue : add test case
cfig de69dbf01c
Issue : support vendor_boot.img w/o dtb
Now for boot V4, dtb may be in vendor_boot or vendor_kernel_boot.
Google Change:
053c389f03
cfig 130789c276
support vendor_kernel_boot.img, also refine display info on Windows
cfig d7ea80a5c2
Issue : accept the new change in dtc 1.6.1
cfig e14887192a
update aosp modules from upstream
Goodbye 2022
a year of the Tiger
a year of lock down
a year of all the mess
cfig 078930b7c7
correct document typos
cfig cbe39e8c3b
Issue : minimize mem footprint during partial file copy
cfig 1926af0eab
fix packing failure of vendor_boot on Windows
cfig 609c83db02
misc.img: allow "reserved" filed to be populated for testing purpose
cfig 66ca430622
some trivial changes
cfig 1f925cd742
Issue , Issue : support ext4/erofs image unpack
cfig 68afa1834e
Issue : add vendor_dlkm into known image name
cfig 0681a5e0c9
routine update
● avbtool: update to asop master, we see the new flag
  AvbHashtreeDescriptor.FLAGS_CHECK_AT_MOST_ONCE
● For China mainland users:
  Using domestic gradle+maven mirrors can speed up the build.
● gradle: 7.5
● kotlin: 1.7.10
cfig ccb246342d
change test cases for PR#94
cfig 15d58c6e98
Merge pull request from railjty/patch-1
bootv2: support dts/dtb compiling in 'pack'
railjty 782efa3b69
bootv2: support dts/dtb compiling in 'pack'
cfig 394bfc5f94
vendor boot: support dts/dtb compiling in 'pack'
cfig 56b75a2610
add test case for Issue
cfig 46370b17a8
Issue : fix "cannot access class sun.security.rsa.RSAPrivateCrtKeyImpl" error
cfig d2719ae39e
Issue : allow unsigned vendor_boot.img
cfig 4e7bdf6c47
dtbo: support 'pull' and 'flash'
cfig 9101c5bbab
update kotlin to 1.7.0
cfig 067cab9406
additional boot signature support and others
Issue : support magisk-modified uncompressed ramdisk
cfig 0a342363de
partially spupport boot signature
Android 12: 4K boot signature
Android 13: 16K boot signature
cfig 3df4ec6fc1
Issue : refine "clear" task
Please use "gradle clear" instead of "gradle clean".
cfig 2d8c39b797
Issue , Issue : ignore empty bootSig in boot V4
Issue : Android 12 has empty bootSig, while Android 13 doesn't, so we
    ignore this part duing re-packing
Issue : allow duplicated entry in CPIO
Also: replace slf4j-simple with logback
cfig b701884df2
Issue : fix vrt vendor_boot issues
- support vendor_boot "board" filed
- fix unpack problem when vrt is enabled
- add test case
- upgrade to kotlin 1.6.21
cfig f716e34d6d
Issue : support misc.img
Actions:
  unpack
  pack
  pull
  flash
Signed-off-by: cfig <yuyezhong@gmail.com>
cfig 54be7a4fae
Issue : support boot.img w/o ramdisk
cfig 78105c6b72
Issue : support init_boot.img
cfig 1dd865adf4
support OTA payload.bin
- unpack: supported
- pack & others: Not Available
cfig cc2399df0b
doc: add guide on working with system.img
cfig 2d7e164da5
progressive refactor: using cc.cfig.io.Struct from mavenCentral()
cfig 3ae5d567e3
vendor_boot: allow null bootconfig