شرح استخدام الاداه المجانيهMinimal ADB and Fastbootوطريقه عمل روت عن طريق الفاست بوتroot redmi note2
بعض الاوامر المهمه
Commands list
When you want to execute these commands on the terminal, Add fastboot before every command. Example- devices> fastboot devices.
- oem lock – re-locks the bootloader of an unlocked device
- devices – Shows the serial number of a connected Android device
- flash recovery (filename) – Flash the file from PC
- boot recovery (filename) – Boot the data from PC
- oem unlock – Unlock the bootloader of connected Android device
Wrap Up
All Fastboot commands
Fastboot installs alongside ADB when you extract the ZIP file. Fastboot allows you to run commands on and Android device that is in bootloader mode. There are, however, other ways to use an Android device in bootloader mode, but using Fastboot is the best option. Also, it is possible to unlock an Android device bootloader using Fastboot to install a custom system file.
However, before Fastboot commands can work on an Android device, you must activate “Developer Options” on the device and turn on “USB Debugging.” Fastboot commands will work only in your mobile fastboot mode. The key combinations to boot your mobile into fastboot may vary depending on the manufacturers.
Commands List
When you want to execute these commands on the terminal, Add adb before every command. Example- reboot> adb reboot.
- reboot bootloader – Reboots Android device in bootloader mode
- reboot – Reboots Android phone in normal mode
- push – Move a file from local system to an Android phone’s location
- devices – Displays all connected ADB compatible devices
- pull – Moves a file from Android to your PC
- install – Installs an app from your system’s .apk file location to your Android device
- connect – Use ADB commands over Wi-Fi Network
- backup – Backs up the Android device
- shell screencap – Captures a screenshot of the device
- Pre-Requirement Steps
Enable USB Debugging Mode and OEM Unlock on your mobile. To do this; go to settings >>> about >>> Tap on the “Build Number” 7-10 times consistently to enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. After this process, connect your mobile with PC/Laptop. Unlock the screen unlock.