A shell script that obtains information from any android device to help create fakes devices. The extracted information contains the following details: Build informations, features, libaries, abi's, graphics, userinterface, versions and more.
- Download the deviceinfo.sh file to computer.
- You need to have adb in your path. Installation instructions can be found here.
- Once ADB is properly installed and an Android device is connected and recognized (try running
adb devices), you can run the script And the information will be printed on the terminal.
- Download the deviceinfo.sh file to android phone.
- Install Termux / Terminal emulator or simply use
adb shelland move the script to/data/local/tmp/directory. - Allow executable permissions with
chmod +x deviceinfo.shand then run the script withsh deviceinfo.sh. - A new file will be created in the internal storage and will be named
device_info.txt.