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

How to stream microphone audio to laptop speaker on Linux / Ubuntu ?

pavucontrol

If you have a microphone with 2.5mm audio jack and don’t have a mixer which can play … Read more

How to extract files from jffs2 root filesystem image ?

[ Note: following commands has been tried on ubuntu 16.04, but should work on other Linux distros … Read more

Make phone call using adb command

If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more

How to add domain to cloudflare and configure its DNS settings ?

Cloudflare Add Site

Visit – https://dash.cloudflare.com/sign-up and signup to create an account. Once you are able to login to cloudflare … Read more

How to play Audio / Video from Ubuntu Linux command line ?

Ubuntu supports various media player which allow you to play audio and video from command line. Mplayer … Read more