1
Cosmo Communicator - Android / Re: How I crosscompiled the Android Kernel and flashed it to the Cosmo
« on: August 13, 2020, 07:07:58 am »
And here is a dirty script that do all drbytes steps !
ex
./start.sh
1) Compile_new
2) Compile_update
3) Clean_all
#? 1
Magisk root (y/n)?
it will output a kernel image with the name kernel.img !
Compile_new - does every step including menuconfig
Compile_update - menuconfig again , and recompile
Clean_all - removes every files created by the script
Magisk root - root the image with magisk .
ex
./start.sh
1) Compile_new
2) Compile_update
3) Clean_all
#? 1
Magisk root (y/n)?
it will output a kernel image with the name kernel.img !
Compile_new - does every step including menuconfig
Compile_update - menuconfig again , and recompile
Clean_all - removes every files created by the script
Magisk root - root the image with magisk .