Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bailuk/adb-shell
Simple shell for adb and android-fuse: list, mount and access connected Android devices
https://github.com/bailuk/adb-shell
Last synced: 10 days ago
JSON representation
Simple shell for adb and android-fuse: list, mount and access connected Android devices
- Host: GitHub
- URL: https://github.com/bailuk/adb-shell
- Owner: bailuk
- License: mit
- Created: 2021-04-06T18:17:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T08:09:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T09:28:03.809Z (about 2 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADB Shell
Simple shell for [adb](https://developer.android.com/studio/command-line/adb) and [android-fuse](https://github.com/bailuk/android-fuse): list, mount and access connected Android devices
## Dependencies
- python3
- [python GTK4 bindings](https://pygobject.readthedocs.io/en/latest/)
- [adb](https://developer.android.com/studio/)
- [android-fuse](https://github.com/bailuk/android-fuse) or other filesystem support for Android devices## Configuration
Adjust `dict` entries inside constructor of `Config` class (at beginning of scrip).
## Run
```bash
./adb_shell.py
```## Screenshot
![screenshot](screen.png)