How to build target and host Sysroot with yocto / poky ?

If you want to build some external packages which are using sysroot within yocto framework or buildsystem, … Read more

git init

The git init command create an new empty Git repository. It can also be used in a … Read more

Top Git Commands Every Developer Should Know

If you are working with git, you should know some commands which are mandatory and basics for … Read more

How to Enable and Disable Wireless / WiFi from command line ?

Rfkill is a tool for enabling and disabling wireless devices. We use “rfkill list” command as below … Read more

How to Turn ON and Turn OFF Bluetooth from command line ?

Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more

adb install

If we want to install an apk already downloaded or we compiled, use below command to install … Read more

adb uninstall

If We want to uninstall the apk, using adb, we need to know the package name of … Read more

List all permissions used by data and system applications in android

Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more

Find all supported features of android device using adb

Following command Prints all features supported by the android system / device. Following is the output of … Read more