adb shell screenrecord
If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more
Android ADB Shell commands and its use in different ways to access your Android Mobile or Development Board.
If you want to take Screen Shot of your device, refer post “How to Capture Screenshot in … Read more
If we want to install an apk already downloaded or we compiled, use below command to install … Read more
If We want to uninstall the apk, using adb, we need to know the package name of … Read more
Above command displays all the permissions. This command also takes following optional arguments as, Following is the … Read more
Following command Prints all features supported by the android system / device. Following is the output of … Read more
If you have multiple devices connected with laptop/desktop, use “-s serial_no” to distinguish which device your want … Read more
First connect to adb, Now using below command, we can identify all the installed libraries on an … Read more
If we want to identify all the installed packages on an android device, we need to use … Read more
As we have seen in our another post “commands to Identify Product Model, Serial Number ( Device … Read more
When Android is booting ( Or you powered ON android first time or rebooted ), and when … Read more