Skip to content

K3V1991/Install-ADB-and-Fastboot-on-Android-Devices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published