I see a lot of people talking about flashing kernels and stuff, but what actually is it? What does it do? What benefits does it bring to your device?
Thank you so muchIn the world of Android term kernel refers to a modified Linux kernel. The kernel represents the lowest layer of the operating system in that it is responsible for controlling the hardware. Processor clock, memory accesses and other accesses to the hardware are executed by the kernel,
In other words the kernel generally serves as an interface between the hardware and the rest of the operating system with the program control, the Android runtime ("ART" or formerly "Dalvik"). Since the kernel is, among other things, responsible for the timing of hardware accesses, you can achieve significant improvements in terms of performance and battery life by changing the kernel.