Today I decided to write a simple script to help us on the built of the Nexus One kernel (yep, now only N1 but in the future I assume to generalize this one).
The requisites to use the script is to have arm-eabi- compiled, so you should have compiled the Android Sources and putted the
in your $PATH and also have the Android SDK configured with your N1 connected in Debug Mode (adb devices to see if all ok). So here we are: I put the script on github certainly to continually improve it and you can find it here: Android Kernel Compiler.
Make sure to use the code on github EVER!
By the way, here’s the code:
Sure it works very...
Leggi il seguito »