-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repacking error #31
Comments
Hi, |
Install dependencies. Assuming you're on a Debian-based distro: sudo apt-get install git-core gnupg flex bison gperf build-essential Sadly there's no mention of this anywhere except under one of the closed issues. |
@Ramattos not working |
You're getting that error because you need 32 libs, specifically libc6-dev-i386. |
@dylangerdaly |
Solved by docker and ubuntu i386
|
@Ramattos Thanks! you are nice 👍 |
Thank God you guys found solutions to this I was having to use magiskboot on my Droid which wasn't ideal for my needs. Hopefully one of these methods works out |
Yep installing the missing libs fixed it!!! Hell yeah guys thank you for this!!!! |
I get this error when I try to unpack the working folder -> OUT
mkbootimg_tools$ ./mkboot OUT new-boot.img
mkbootimg from OUT/img_info.
./mkboot: line 145: /home/pintu/PINTU/Y2017/tools/PACK_TOOL/mkbootimg_tools/mkbootfs: No such file or directory
kernel : kernel
ramdisk : new_ramdisk
page size : 2048
kernel size : 14512164
ramdisk size : 20
second_size : 37528
base : 0x10000000
kernel offset : 0x00008000
ramdisk offset : 0x01000000
second_offset :
tags offset : 0x00000100
cmd line :
ramdisk is gzip format.
./mkboot: line 101: /home/pintu/PINTU/Y2017/tools/PACK_TOOL/mkbootimg_tools/mkbootimg: No such file or directory
Make boot.img Error! pls check img_info file.
This is my boot.img image for Amazon fire TV having MTK-8173 chipset
Please help and reply me on email: [email protected]
The text was updated successfully, but these errors were encountered: