https://github.com/david-lev/androidinfoextractor
A shell script that obtains some information from any android device to helps create fakes devices
https://github.com/david-lev/androidinfoextractor
Last synced: 2 months ago
JSON representation
A shell script that obtains some information from any android device to helps create fakes devices
- Host: GitHub
- URL: https://github.com/david-lev/androidinfoextractor
- Owner: david-lev
- Created: 2021-06-23T16:54:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-24T18:43:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T12:28:09.922Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidinfoExtractor
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.
# How to use?
### With Linux or macOS:
- Download the [deviceinfo.sh](/deviceinfo.sh) file to computer.
- You need to have adb in your path. Installation instructions can be found [here](https://www.xda-developers.com/install-adb-windows-macos-linux/).
- 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.
### On Android shell:
- Download the [deviceinfo.sh](/deviceinfo.sh) file to android phone.
- Install Termux / Terminal emulator or simply use `adb shell` and move the script to `/data/local/tmp/` directory.
- Allow executable permissions with `chmod +x deviceinfo.sh` and then run the script with `sh deviceinfo.sh`.
- A new file will be created in the internal storage and will be named `device_info.txt`.