如何进入Android的Bootloader和恢复环境

HERO1

There are occasions when getting into Android’s bootloader or recovery systems is necessary—perhaps the OS is having issues and you need to factory reset, or maybe you want to root your phone. Fortunately, booting into the bootloader and recovery are both very simple. Here’s how to do it.

在某些情况下,有必要进入Android的引导加载程序或恢复系统-可能是操作系统出现问题,您需要恢复出厂设置 ,或者您可能想要植根手机 。 幸运的是,引导到引导加载程序和恢复都很简单。 这是操作方法。

如何访问Android的Bootloader (How to Access Android’s Bootloader)

Getting into the bootloader isn’t necessarily something you’ll need to do often, but it’s definitely something that’s good to know how to do just in case. There are two different ways to go about accessing the bootloader: directly from the device or using commands on your PC. Let’s cover the former first.

进入引导加载程序不一定是您经常需要做的事情,但是绝对可以知道如何做以防万一。 访问引导加载程序有两种不同的方法:直接从设备访问或使用PC上的命令。 让我们先讨论前者。

Accessing the Bootloader Directly from the Device

直接从设备访问引导加载程序

To get into the bootloader without using a computer, the first thing you’ll want to do is completely power the device down. The following instructions should work on 90% of the intended devices, but if for some reason you’re having issues, you may have to look up further instructions for your specific handset:

要在不使用计算机的情况下进入引导加载程序,您要做的第一件事就是完全关闭设备的电源 。 以下说明应可在90%的预期设备上使用,但是如果由于某些原因出现问题,则可能必须查找特定手机的进一步说明:

  • Nexus and Developer Devices: Press and hold the volume down and power buttons at the same time. When the Google splash screen appears, release them.

    Nexus和开发者设备:同时按住音量调低和电源按钮。 出现Google初始屏幕时,释放它们。

  • Samsung Devices: Samsung devices don’t have a traditional bootloader, but something the company calls “Download mode.” To access it, press and hold the volume down, power, and home buttons until the Samsung logo shows up, then release. Be warned, however, it’s basically useless without a computer. Press and hold home, power, and both volume buttons to exit download mode.

    三星设备:三星设备没有传统的引导加载程序,但公司称其为“下载模式”。 要访问它,请按住音量调低,电源和主页按钮,直到出现Samsung徽标,然后松开。 请注意,但是,没有计算机,这基本上是没有用的。 按住主屏幕,电源和两个音量按钮以退出下载模式。

  • LG Devices: Press and hold the volume down and power buttons until the LG logo appears, then release them. If this doesn’t work, you may have to release the power and volume down buttons for a second when the LG logo appears, then re-press them until the bootloader shows up.

    LG设备:按住音量调低和电源按钮,直到出现LG徽标,然后松开它们。 如果这不起作用,则当LG徽标出现时,您可能必须松开电源和音量调低按钮一秒钟,然后再次按下它们,直到出现引导程序。

  • HTC Devices: Press and hold the volume down button, then power up the device while keeping the volume down key pressed. The bootloader on HTC devices is referred to as “fastboot mode.”

    HTC设备:按住降低音量按钮,然后在按住降低音量键的同时打开设备电源。 HTC设备上的引导程序称为“快速引导模式”。

  • Motorola Devices: Press and hold the volume down and power buttons for a few seconds.

    摩托罗拉设备:按住音量调低和电源按钮几秒钟。

With all the above commands, the bootloader may take a few seconds to show up after you release the keys. When it does, you can continue with whatever it is you need to do.

使用上述所有命令,放开按键后,引导加载程序可能需要几秒钟才能显示出来。 完成后,您可以继续执行所需的任何操作。

Accessing the Bootloader with ADB

使用ADB访问Bootloader

You can also boot into the bootloader with the Android Debug Bridge utility, also known as ADB. You’l need to install and set up ADB first using these instructions. To further simplify executing commands from your computer, you may also want to add ADB to your Windows system PATH.

您还可以使用Android Debug Bridge实用程序(也称为ADB)引导到引导加载程序中。 您首先需要按照以下说明安装和设置ADB 。 为了进一步简化从计算机执行命令的过程,您可能还希望将ADB添加到Windows系统的PATH中

Once you’ve got all that set up, getting into the bootloader is the simplest thing you’ll ever do. Open a command prompt inside of Windows and type the following:

完成所有设置后,进入引导装载程序将是您做过的最简单的事情。 在Windows内部打开命令提示符,然后键入以下内容:

adb reboot bootloader
2016-04-06_17h14_57

Boom. The device should reboot and you’ll be in the bootloader.

繁荣。 设备应该重新启动,您将进入引导加载程序。

It’s worth mentioning that this doesn’t work on Samsung devices—they just reboot back into Android.

值得一提的是,这不适用于Samsung设备-它们只是重新启动回到Android。

如何访问Android的恢复环境 (How to Access Android’s Recovery Environment)

Once you’re in the bootloader, you’re already halfway to accessing recovery on most devices, though you can use ADB as well.

进入引导加载程序后,尽管您也可以使用ADB,但已经在大多数设备上进行恢复访问了一半。

Accessing the Bootloader Directly from the Device

直接从设备访问引导加载程序

Boot into the bootloader using the above instructions, then use the volume up and down keys to navigate through the menus. Hit the power button to execute the selected command:

按照以上说明引导进入引导加载程序,然后使用音量增大和减小键浏览菜单。 点击电源按钮以执行选定的命令:

  • Nexus, LG, and Motorola Devices: Use the volume buttons till you see the “Recovery mode” option, then hit power.

    Nexus,LG和摩托罗拉设备 :使用音量按钮,直到看到“恢复模式”选项,然后接通电源。

  • HTC Devices: Select “HBOOT” first, which will open a new menu where you’ll select “recovery.”

    HTC设备 :首先选择“ HBOOT”,这将打开一个新菜单,您将在其中选择“恢复”。

  • Samsung Devices: With the device powered down, press and hold power, volume UP, and the home button. An update screen will appear for a few seconds, then it will launch recovery.

    三星设备:在设备掉电的情况下,按住电源,增大音量和按住“主页”按钮。 更新屏幕将显示几秒钟,然后将启动恢复。

Some devices may take you straight to the recovery menu, but on others, this will take you to a screen with an Android and a triangle.

某些设备可能会将您直接带到恢复菜单,而在其他设备上,这会将您带到带有Android和三角形的屏幕。

android-recovery-mode

To access recovery mode options, you’ll want to hold down the Power button and tap volume up. The Android System Recovery menu should appear, and you can perform whatever operations you need.

要访问恢复模式选项,您需要按住电源按钮并轻按音量。 此时将出现“ Android系统恢复”菜单,您可以执行所需的任何操作。

Accessing Recovery with ADB

使用ADB访问恢复

You can also boot into the bootloader with the Android Debug Bridge utility, also known as ADB. You’l need to install and set up ADB first using these instructions. To further simplify executing commands from your computer, you may also want to add ADB to your Windows system PATH.

您还可以使用Android Debug Bridge实用程序(也称为ADB)引导到引导加载程序中。 您首先需要按照以下说明安装和设置ADB 。 为了进一步简化从计算机执行命令的过程,您可能还希望将ADB添加到Windows系统的PATH中

Once that’s taken care of, it’s another super simple command to enter recovery mode:

处理完之后,这是另一个进入恢复模式的超级简单的命令:

adb reboot recovery
2016-04-06_17h15_04

Poof! Like magic, your Android device will power off and reboot into recovery. From there, you will use the volume buttons to navigate the list and the power button to execute the desired command (unless you’ve flashed a custom recovery like TWRP, in which case you can touch the screen to access different options).

of! 就像魔术一样,您的Android设备将关闭电源并重新启动以恢复。 从那里,您将使用音量按钮浏览列表,并使用电源按钮执行所需的命令(除非您闪过TWRP之类的自定义恢复 ,在这种情况下,您可以触摸屏幕以访问其他选项)。



While the bootloader itself is relatively useless without access to a computer (for fastboot, or ODIN on Samsung devices), recovery can be a game changer if your device won’t even fully boot into the operating system. Just jump into recovery and perform a factory reset. Life, saved.

虽然引导加载程序本身在没有计算机访问的情况下相对没有用(对于快速引导或Samsung设备上的ODIN),但是如果您的设备甚至无法完全引导进入操作系统,则恢复可以改变游戏规则。 只需跳入恢复并执行出厂重置即可。 生活,得救了。

翻译自: https://www.howtogeek.com/249439/how-to-enter-androids-bootloader-and-recovery-environments/

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值