Commit Graph

22 Commits (master)

Author SHA1 Message Date
cfig 4af828484c staging commit 3 weeks ago
cfig 763427af01
Merge remote-tracking branch 'origin/dev' into temp
cumulated changes recently
2 months ago
cfig cd46a2fe6c staging 2 months ago
cfig fc67140c2d
staging 4 months ago
cfig 545c0509a5
update tool version 6 months ago
cfig bdadd5828c add "slit" subcmd 7 months ago
cfig cae7591d55 upgrade kotlin to 2.0.0, gradle 8.8 9 months ago
cfig 38dd70a5fd vendor boot update for abe 9 months ago
cfig 585e2fdcd5 Issue #145: staging
boot.img V3
unpack
java -jar bbootimg/build/libs/bbootimg.jar unpackInternal ../boot.img out
pack
java -jar bbootimg/build/libs/bbootimg.jar packInternal out ../x/boot.img.modified
10 months ago
cfig 979a9b9f77
lazybox: support settings dump 10 months ago
cfig d52e182a09
lazybox: pull vbmeta partition for subcmd sysinfo 10 months ago
cfig 95ed740426
Issue #142: resolve jdk version error 11 months ago
cfig 5b08470d76
lazybox: add trace-cmd analyzer 12 months ago
cfig bdab70bd59
Issue #133: initial support of packing erofs image 1 year ago
cfig 94570b1fcc
trivial improvements
- replace String.deleteIfExists with kotlin.io.Path.deleteIfExists
- remove unused "dtb.src", use "dtb.*.src" instead
1 year ago
cfig 2076fad7d3
Issue #134: support multiple DTs in BootV2 and VendorBoot
https://source.android.com/docs/core/architecture/dto/multiple
1 year ago
cfig 05b4b4cab0
Issue #133: support repack ext4 system_dlkm etc.
Done:
  "unpack" and "pack" tasks are supported for sparse/raw ext4 images
TODO:
  sparse/raw erofs images are not supported yet
1 year ago
cfig 08f1d3b548
Issue #130: payload.bin unpack enhancement
- support ZERO op
- support extracting only 1 specified partition
Usage:
    gradle unpack -Dpart=<part_name>
Example:
    gradle unpack -Dpart=boot
    gradle unpack -Dpart=system
Note:
    "build/payload/" will be deleted before each "unpack" task
1 year ago
cfig a8c3166994
Mass update for ramdisk and lazybox
lazybox: support bootchart
ramdisk: support cpio entry of type CHAR_DEV
1 year ago
cfig d3b28f664c lazybox: support sysstat tools 1 year ago
cfig 1deb33173f
lazybox: fix adb command error 1 year ago
cfig 7c8e997ef9
lazybox: add lazybox 1 year ago