HOWTO: compile mkbootimg/mkbootfs
get Android source code: http://source.android.com/source/downloading.html | |
$ cd /path/to/android-src | |
$ cd system/core/libmincrypt/ | |
$ gcc -c *.c -I../include | |
$ ar rcs libmincrypt.a *.o | |
$ cd ../mkbootimg | |
$ gcc mkbootimg.c -o mkbootimg -I../include ../libmincrypt/libmincrypt.a | |
$ cd ../cpio | |
$ gcc mkbootfs.c -o mkbootfs -I../include | |
copy system/core/mkbootimg/mkbootimg, system/core/cpio/mkbootfs to a directory in your path. |
This comment has been minimized.
This comment has been minimized.
I'd rather do this at system/core(it's one line!): |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mkbootimg has been removed on 2019-05-28: Debian still has it in its repositories: |
This comment has been minimized.
This comment has been minimized.
You should now specify that those instructions work on android 4.x. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
i do the same thing .but i don't need the hold android source code.
i just need the system_core
i make it simple .
you can view my blog. to make it easy .
Click this