adb logcat

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

Android MediaMetadataRetriever example for local files and Remote URL’s

MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data (such as Audio/Video duration if … 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

How to use adb shell when multiple devices are connected ?

Android adb command for host, provides a command line option if you want to connect to one … Read more

Connect adb shell over Wireless / Wifi / Ethernet / TCP network

NOTE: for below article, replace IP address whereever required with your IP address If you want to … Read more

Understanding Android Bluetooth Code : part 1 – Application Framework

At the application framework level is the app’s code, which utilizes the android.bluetooth APIs to interact with … Read more

How Android Bluetooth Profiles are enabled and Services are activated ?

How Android Bluetooth profiles are enabled ? Answer: Check packages/apps/Bluetooth/res/values/config.xml If you want to disable the above … Read more