Error run on base Chroot linux
Im try unpack on my android terminal. And get many error.Its posible run on android 🤔
Logs:
'uname -a
root@kali:/# uname -a Linux kali 4.9.190+ #1 SMP PREEMPT Tue Mar 8 16:07:16 CST 2022 armv7l GNU/Linux
root@kali:/# ls
bin etc media root srv usr
boot external_sd mnt run sys var
captures home opt sbin system
dev lib proc sdcard tmp
root@kali:/# cd home
root@kali:/home# ls
booteditor kali
root@kali:/home# cd booteditor
root@kali:/home/booteditor# ls
LICENSE.md bbootimg gradlew src
README.md boot.img gradlew.bat tools
aosp build integrationTest.py
root@kali:/home/booteditor# ./gradlew unpack
23:54:54.581 [main] WARN cfig.packable.PackableLauncher - [boot.img] will be handled by [BootImgParser]
23:54:55.078 [main] WARN cfig.packable.PackableLauncher - 'unpack' sequence initialized
23:54:55.102 [main] INFO cfig.packable.IPackable - deleting build/unzip_boot/ ...
23:54:55.140 [main] INFO Helper - deleting uiderrors
23:54:55.178 [main] INFO cfig.packable.BootImgParser - header version 2
23:54:56.092 [main] WARN cfig.bootimg.v2.BootHeaderV2 - BootImgHeader constructor
23:54:56.195 [main] INFO cfig.Avb - python aosp/avb/avbtool.v1.2.py verify_image --image boot.img
Verifying image boot.img using embedded public key
vbmeta: Successfully verified footer and SHA256_RSA2048 vbmeta struct in boot.img
Traceback (most recent call last):
File "/home/booteditor/aosp/avb/avbtool.v1.2.py", line 4877, in
IntegrationTest logs:
root@kali:/home/booteditor# ./integrationTest.py
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/recovery_image_from_s-trace ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/recovery_image_from_s-trace
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/boot_img_from_gesangtome ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/boot_img_from_gesangtome
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/issue_47 ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/issue_47
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/issue_52 ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/issue_52
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/issue_54 ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/issue_54
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/5.0_fugu_lrx21m ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/5.0_fugu_lrx21m
2022-10-29 04:25:06 INFO TEST - Enter src/integrationTest/resources/6.0.0_bullhead_mda89e ...
2022-10-29 04:25:06 INFO TEST - Leave src/integrationTest/resources/6.0.0_bullhead_mda89e
2022-10-29 04:25:06 INFO TEST - clean up ...
2022-10-29 04:25:06 INFO TEST - rm boot.img
Traceback (most recent call last):
File "/home/booteditor/./integrationTest.py", line 182, in
Hi @NusaStudio , Did you updated the submodules before running integration tests?
git submodule init
git submodule update
integration tests need additional test resources to proceed.
BTW, are you running "Kali Nethunter" on Android phone? I've never tried that but it sounds interesting
Just now i had a try with Kali nethunter on top of Pixel 3:

integration tests can start and fail at a case(which should be checked a little later).