fastboot commands

1
Install app remotely : adb install appname.apk Check devices: adb devices Boot into bootloader : adb reboot-bootloader flash image file: fastboot flash recovery filename.img flash radio file: fastboot flash radio radio.img reboot device: fastboot reboot check and reboot device into fastboot mode find devices adb devices (This will give you a list of devices attached to your computer, so if your phone is correctly attached it should show up.) adb reboot-bootloader check radio version : getprop "gsm.version.ril-impl"

Upload: dharmesh

Post on 28-Dec-2015

133 views

Category:

Documents


4 download

DESCRIPTION

Android mobileFastboot Commands

TRANSCRIPT

Page 1: Fastboot Commands

Install app remotely : adb install appname.apk

Check devices: adb devices

Boot into bootloader : adb reboot-bootloader

flash image file: fastboot flash recovery filename.img

flash radio file: fastboot flash radio radio.img

reboot device: fastboot reboot

check and reboot device into fastboot mode

find devices

adb devices (This will give you a list of devices attached to your computer, so if your phone is correctly attached it should show up.)

adb reboot-bootloader

check radio version : getprop "gsm.version.ril-impl"