Results 42 comments of cfig

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...

Just now i had a try with Kali nethunter on top of Pixel 3: ![1](https://user-images.githubusercontent.com/1133314/198951411-1ff38a35-89ba-418a-862e-8e593365b30d.png) integration tests can start and fail at a case(which should be checked a little later).

#### 1. If your kernel cmdline is in boot.img, you can unpack boot.img and modify build/unzip_boot/boot.json, ``` { "info" : { "output" : "boot.img", "json" : "boot.json", "headerVersion" : 4,...

If it doesn't work for you, please describe your detailed steps and upload the images. Another possibility is that some customized bootloader may ignore the kernel commandline part of some...

If you can get the "/proc/cmdline" of the running system, that would be good enough to go on. Normally bootloader will combine internal cmdline and the values from some Android...

If you can get the "/proc/cmdline" of the running system, that would be good enough to go on. Normally bootloader will combine internal cmdline and the values from some Android...

7z is required to extract ext4. ``` 19:04:54.694 [main] INFO Helper - 7z x build/unzip_boot/vendor_dlkm.img -y -obuild/unzip_boot/vendor_dlkm ``` I just submited a commit to support the "pack" task. Nicely have...

> Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97) at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113) at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108) at cfig.packable.PackableLauncherKt.main(PackableLauncher.kt:110) Caused by: java.lang.UnknownError: Do not know why...

Latest code supports ext4 now