How to print logs on Single Line using PrintK in Kernel ?
In Linux kernel or device drivers if you are using printk, by default every message we pass … Read more
In Linux kernel or device drivers if you are using printk, by default every message we pass … Read more
In Our previous post, “Writing first Linux kernel Module” We learned how to write a simple Linux … Read more
We will try to understand the simple kernel driver, its compilation and ways to load the kernel … Read more
Secure boot requires each an every operating system software to be signed with unique key to build … Read more
The LED class just allows control of LEDs from userspace. LEDs appear in /sys/class/leds/. In this post … Read more
Kotlin initializes the variables in different way than JAVA hence if you are too much used to … Read more
As we have seen in “How to identify which IDC file used by Input Device in Android … Read more
Input device configuration files (.idc files) contain device-specific configuration properties that affect the behavior of input devices. … Read more
If you want to take screen capture of something happening on your phone screen and save it … Read more
Android’s Vendor partition is by default mounted as read only, but if we need to modify some … Read more
Android’s system partition is by default mounted as read only, but if you are looking to modify … Read more
When we are writing input driver (touchpad / touchscreen) in Linux, we need to first initialize and … Read more