How to install Oracle JDK 17 on Ubuntu ?

To compile latest android applications, Android may ask us to make sure we have JDK17 installed on … Read more

How to Check SELinux Domain of Service / Binary in Android ?

In Android SELinux is the most important thing to be understood in details while working actively for … Read more

adb shell dumpsys battery

The adb command dumpsys along with argument “battery” provides the current state of the battery in our … Read more

Solved: WARNING: irq-gic-v3.c gic_irq_domain_translate kernel messages

If your are working to port the kernel versions or port the kernels to different platforms, during … Read more

How to override the value of a property in DTS ?

With the continuation of our previous post, where we tried to understand the syntax of DTS files, … Read more

How to Identify SELinux rules using audit2allow in Android ?

Once you have installed audit2allow by following steps from “How to install audit2allow SELinux tool on Ubuntu … Read more

How to wakeup Android using ADB commands ?

If the display of your android device is turned off due to device entering into sleep state, … Read more

Watermark

How to turn ON Camera watermark with Samsung Mobiles ?

As we have seen in “What is the Watermark and importance of Watermark ?” the watermark helps … Read more

watermark

What is the Watermark and importance of Watermark ?

Watermarking is the process of embedding a recognizable mark or pattern onto a digital or physical object, … Read more

How to install audit2allow SELinux tool on Ubuntu ?

audit2allow is a command-line tool used in Linux systems to analyze audit logs generated by the audit … Read more