`

Android之Fastboot、Recovery基础知识

 
阅读更多

参考文章:

http://blog.csdn.net/y97523szb/article/details/6451771

 

http://www.tttabc.com/android/fastboot.html

 

adb命令使用:

http://blog.csdn.net/y97523szb/article/details/6451771

 

文章:

http://www.androidcentral.com/android-z-what-fastboot

 

What is fastboot? In Android, fastboot is a special diagnostic and engineering protocol that you can boot your Android device into.  While in fastboot, you can modify the file system images from a computer over a USB connection.  It's a powerful, nerdy tool that deserves to be broken down into terms we all can understand -- let's try and do that.

Not all phones have a fastboot mode that the user can access.  It's turned on with Nexus devices by default (as well as a few other phones and tablets) and has been enabled by independent Android developers and enthusiasts on some other phones.  It also requires more than what ships with theAndroid SDK, and different USB drivers for Windows computers.  Fastboot runs on Windows, Mac, and Linux and all the information about setting it up can be found in the forums if you're interested.  Once set up, you boot your phone to fastboot and you can flash image files to your phone's internal memory.  Flashing a custom recovery like ClockworkMod is a popular use case, as is resetting it all back using factory images after we're done breaking things.  The images you flash don't need to be signed with a particular key, so just about anything will try to flash -- even if it shouldn't be used, so use care.  There are other commands you can use with fastboot, and they're a bit more advanced.  Things like erasing partitions and overriding kernel command line options can be done, and this makes the tool very useful for developing hardware and software solutions that may need customized booting procedures.  With a little bit of knowledge, and the right Android hardware, fastboot can be a great tool.

分享到:
评论

相关推荐

    windows下android的fastboot驱动

    windows下,android的fastboot驱动。windows下,fastboot找不到devices.设备管理中,fastboot设备更新此驱动,则fastboot可用。

    Android Fastboot驱动(支持win10 ubuntu)

    Android Fastboot驱动(支持win10 ubuntu)

    android fastboot烧写驱动

    android fastboot烧写驱动

    android系统fastboot驱动安装,亲测可用

    android系统fastboot驱动安装,亲测可用

    android fastboot 工具

    这是一个window下的annroid平台工具,主要用于android的应用开发,还可以用于手机刷机,完整的fastboot命令功能,是2017年官方的最新版本。 此工具适用于华为和其他品牌的手机。 工具使用实例: 使用fastboot工具刷...

    android adb fastboot tool

    android的adb和fastboot工具,可用于刷机。 用7zip解压即可用。 在命令行下使用。

    android adb fastboot (part 2)

    android adb和fastboot工具,可用于刷机。 因为文件比较大 分成两部分(Android.7z.001和Android.7z.002) 这是Android.7z.002

    android 2.2 fastboot

    android 2.2 fastboot 用来烧机.

    android adb fastboot (part 1)

    android adb和fastboot工具,可用于刷机。 因为文件比较大 分成两部分(Android.7z.001和Android.7z.002) 这是Android.7z.001 下载两个文件后,用7zip打开Android.7z.001即可

    linux ubuntu fastboot 下载

    fastboot flash recovery_a recovery.img fastboot flash super super.img fastboot flash userdata userdata.img fastboot flash vbmeta_a vbmeta.img fastboot flash vbmeta_system_a vbmeta_system.img GSI ...

    windows版本的android ADB和fastboot工具

    打开CMD命令进入解压后的文件夹,使用adb+command 和 fastboot + command 操作

    fastboot 工具

    本款fastboot工具包含fastboot驱动及recovery.img,fastboot是成功刷入recovery利器。检测fastboot连接成功的指令是,cmd来到fastboot目录下,执行“fastboot devices”如出现“? fastboot”则证明安装成功,如没有...

    开发板烧写工具fastboot,Android烧写工具

    开发板烧写工具fastboot,Android烧写工具

    android fastboot 协议

    Android fastboot下载命令的协议介绍

    android 刷系统 必备工具 fastboot linux 版

    android 刷系统 必备工具 fastboot linux 版android 刷系统 必备工具 fastboot linux 版

    adb-fastboot刷机工具包

    重启到fastboot模式 adb reboot recouery 重启到recovery模式 fastboot常用命令: fastboot devices 列出fas tboot设备 fastboot reboot 重启设备 fastboot reboot - boo t 1 oader 重启到fastboot模式 fas tboot ...

    android 调试工具 adb/fastboot

    android 调试工具 adb/fastboot 解压后最好把路径加入PC的环境变量.

    ANDROID刷机包+fastboot

    ANDROID刷机驱动,fastbootANDROID刷机驱动,fastboot ANDROID刷机驱动,fastbootANDROID刷机驱动,fastboot ANDROID刷机驱动,fastbootANDROID刷机驱动,fastboot

    Fastboot工具包

    本款fastboot工具包含fastboot驱动及recovery.img,fastboot是成功刷入recovery利器。检测fastboot连接成功的指令是,cmd来到fastboot目录下,执行“fastboot devices”如出现“? fastboot”则证明安装成功,如没有...

    fastboot-解锁使用说明

    手机进入fastboot模式:先将手机关机,然后同时按下音量下键以及开机键,并保持 10 秒钟以上时间,就可以进入fastboot模式。 手机退出fastboot模式的方式: 直接卸电池 使用fastboot reboot命令 连接手机和PC机...

Global site tag (gtag.js) - Google Analytics