How to sign kernel module on UEFI Secure boot enabled Ubuntu ?
Secure boot requires each an every operating system software to be signed with unique key to build … 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
Multitouch tracking ID defines the touch starting and touch end ( one touch session from start to … Read more
This posts lets you identify name of the activity from the installed application and then use the … Read more
Most of the time during development, when you encounter with some unknown applications from which you want … Read more