How to check if Wi-Fi is connected on Android Programmatically ?

To check if your Android device is already connected to a Wi-Fi network, you can use the … Read more

How to check if password for WiFi network is correct in Android ?

The following sample code in android can be used to check if the Password entered to connect … Read more

Different between WifiNetworkSpecifier and WifiNetworkSuggestion

WifiNetworkSpecifier and WifiNetworkSuggestion are both classes introduced in Android to facilitate the management and connection to Wi-Fi … Read more

How to Enable/Disable WiFi problematically in Android ?

Using “setWifiEnabled” API in Android, you can enable or disable Wi-Fi programmatically. Below an example of how … 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 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

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