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

adb shell pm list packages

ADB Shell Command to List Installed Packages on Android Devices

The Android Debug Bridge (ADB) is a powerful tool used for debugging and communicating with Android devices. … Read more

adb shell getprop

As we have seen in our another post “commands to Identify Product Model, Serial Number ( Device … Read more

adb pull

As we have seen in our last post, you can use “adb push” to copy files from … Read more

adb logcat

Save Logcat Logs to File using File Redirection Collecting logs on desktop from android device Save logcat … Read more

Install and Uninstall Android Application ( APK ) using ADB

Following shell script does, check if android application is installed find an apk path if android application … Read more

adb kill-server

If you are trying to access your android mobile using “adb shell” command from host, it first … Read more

adb reconnect

“adb devices” command on host first starts the adb server and then tries to connect to Android … Read more