Home » Android » ADB Commands » Fetch All Device Information From Android For Debugging

Fetch All Device Information From Android For Debugging

You can use some of our scripts to download all the information of android device. This will help you to debug and fix issues in Android platform.

Note: These scripts are mostly used during development of Android devices. Hence its expected to have device with root enabled, but this also works for non-root platform.

Install dependency

$ sudo apt-get install dos2unix

Download scripts from GitHub

$ git clone https://github.com/lynxbee/android_deviceinfo.git
$ cd android_deviceinfo

Make sure your device is connected over adb.

$ adb devices
List of devices attached
B2NGAA8831702707	device

Run the scripts to pull all the device information and it will save those in current directory.

$ bash start.sh

Subscribe our Rurban Life YouTube Channel.. "Rural Life, Urban LifeStyle"

Leave a Comment