Git Product home page Git Product logo

install-adb-and-fastboot-on-android-devices's Introduction

Learn how you can execute ADB and Fastboot Commands on Android Phone and Tablet Devices




NFO:

ADB and Fastboot have become essential Tools for every Developer and advanced Android User nowadays. One of the main Advantages of using ADB or Fastboot in you can install System Updates, Custom ROMs, Boot Images, Custom Kernel and Applications as well. Let's say that your PC isn't working or maybe you are traveling and the PC available doesn't have ADB/Fastboot installed. This Guide here will show you how to install ADB and Fastboot on any Android Smartphone or Tablet, so can perform all the Activities you would on your PC.

Requirements:


List of ADB and Fastboot Commands

Copy Binary Files to Device:

  • Root Explorer: Extract the downloaded ADB and Fastboot Files and copy the Contents to /system/bin Folder

or

  • Terminal:
  1. Download and extract the ADB and Fastboot Files on the Device (e.g: /sdcard/Download/)
  2. Install and launch a Terminal App, type the following Commands in sequence:
su 

Gains Root Priviledges

cd /sdcard/Download 

Changes the working Directory to Download Folder

mount -o remount,rw /system   

Remounts the System Partition

cp adb /system/bin/adb
cp fastboot /system/bin/fastboot 

Copys the adb and fastboot Files to the bin Folder

Make the Files executable:

chmod 755 /system/bin/adb
chmod 755 /system/bin/fastboot
  1. Type: su, connect another Device using a OTG Cable and use ADB and Fastboot Commands

Screenhot:

install-adb-and-fastboot-on-android-devices's People

Contributors

k3v1991 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vaginessa gmh5225

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.