How to debug Fragments in Android ?

Debugging fragments in Android involves identifying and fixing issues or unexpected behavior within your fragment-based user interface … Read more

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 set TAB key to 4 Spaces in VIM ?

If you are using Ubuntu and installed VIM using the steps as mentioned in “How to Install … 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