adb shell screenrecord

If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more

itsallwidgets.com – Flutter community to showcase Flutter apps

itsallwidgets.com is a site which provides a place to learn about new apps being developed and released … Read more

How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more

What is Flutter and Flutter Engine ?

What is Flutter ? Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, … 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

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

adb shell cmd package list libraries – Get all installed libraries

First connect to adb, Now using below command, we can identify all the installed libraries on an … Read more