How do I repack boot.img without errors? #156
Unanswered
dudelaksdfjlkaz0102
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was unable unpack boot.IMG without errors.
How do I repack boot.IMG without errors?
boot.img is from Samsung SM-S260DL
Kernel version: arm64 3.18.91
Android version 9 API 28
Java version 1.8
Log of unpack & pack
laptop54@laptop54:
$ cd '/home/laptop54/Downloads/Android_boot_image_editor-master'/Downloads/Android_boot_image_editor-master$ ./gradlew unpacklaptop54@laptop54:
Downloading https://services.gradle.org/distributions/gradle-8.8-bin.zip
.............10%.............20%.............30%.............40%.............50%.............60%..............70%.............80%.............90%.............100%
Welcome to Gradle 8.8!
Here are the highlights of this release:
For more details see https://docs.gradle.org/8.8/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
BUILD SUCCESSFUL in 6m 30s
8 actionable tasks: 8 executed
laptop54@laptop54:~/Downloads/Android_boot_image_editor-master$
laptop54@laptop54:~/Downloads/Android_boot_image_editor-master$ ./gradlew pack
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
Execution failed for task ':pack'.
BUILD FAILED in 36s
17 actionable tasks: 10 executed, 7 up-to-date
laptop54@laptop54:~/Downloads/Android_boot_image_editor-master$
Beta Was this translation helpful? Give feedback.
All reactions