fastboot brush into the third-party Recovery - Android install Xposed framework that something

1 Introduction

the fastboot, quick start, is closer to the bottom than a brush Recovery mode, commonly known as "wire brush" volume + Power Save button to start this mode

fastboot commonly known as "wire brush", since this mode, it is necessary to connect the computer, via a USB cable, a PC terminal, into the phone installation package brush

Recovery, Android phone backup, refers to a modified mode can be internal Andrews machine or system data (like windows PE or DOS). In this mode we can, make a backup of the existing system or upgrade, you can also restore the factory settings here. Commonly known as "brush card", volume up + power button to start this mode

Recovery commonly known as "card brush", because this mode, you can choose to install packages directly to the phone's SD card, brush into the phone.

As Xposed framework, no I do not know something well-known like tinkering with Android

Xposed Framework (Xposed Framework) is a set of open source framework services running under Android high privilege mode, can affect the program run (modify the system) in the framework of service without modifying the APK file, it can be made based on a number of functions powerful module, and it operates while in the case of functions that do not conflict.

2 brush into third party Recovery

2.1 Why should brush into the third-party Recovery?

Here Some people may ask, why should a third party Recovery brush into it? Recovery comes you can not brush into the Xposed framework or other .zip archive it?

It initially was thinking, but it is regrettable reality is too cruel, and when I try to use its own Recovery (hold the power button + volume up boot will be able to enter this interface), brush machine, actually display

failed to verify whole-file signature

Is not that the signature file can not be confirmed, can not be installed mean? Speak plainly, is to keep the original phone comes Recovery unofficial update install package. So I decided to brush into the third-party Recovery. More famous is the open-source Recovery TWRP, fit a variety of domestic models, you can log on to their official website, download adapting their own cell phone TWRP version.

About 2.2 fastboot

Many people have such a problem, their mobile phone into fastboot later, the computer can not use the USB cable to the phone!
When I brush or brush into the Xposed framework, it is deceptive encountered this problem, but it took a long time to resolve. To avoid the pit again, as summarized below

  • install driver
  • Fastboot update the PC version!

Speak plainly, fastboot first have to install the driver, the driver is not to say that Android ADB drivers, in fact, under the phone is turned on and turned off ordinary adb connect computers, displays, enter the fastboot mode, the computer interface to manage see the real computer hardware fastboot connection .
Here Insert Picture Description
The figure above shows the hardware Android Phone is the only phone interface can be displayed in fastboot mode. Also, by default, the drive will display an exclamation point here is, that there is a problem of drive. I initially looking at a variety of online fastboot drivers, into the brush, when they encountered a trouble, because win 8 and older systems, we install a third-party driver is disabled by default not digitally signed! When I shut down the computer, select Advanced startup mode, disable the ban has not been certified driver install options. After many setbacks, it successfully written fastboot drivers.

In fact, for the driver, there is a simpler way, into the fastboot mode phone, and is connected to the computer via the data line, using the driver wizard software Master Lu, detection drive, to install the driver is not detected and click the update can be!

2.3 OEM unlock

This step is critical, if you direct the next step, namely to use fastboot brush directly into third-party Rec downloaded, your phone will not brush into even brick!

fastboot oem unlock

Of course, for many of the domestic machine, is certainly not allowed to unlock the following figure
Here Insert Picture Description
unsuccessful attempts, say white is not let you unlock method to unlock it for different manufacturers have different methods I use for ZTE mobile phones, is relatively simple, in the boot state, developer mode options, there is a switch to unlock, open thousand million, is so simple and crude.

2.4 Rec brush into a third party

Enter the following command to direct.

fastboot flash recovery recovery.img

Here Insert Picture Description
This shows that a third party into the brush Rec finally succeeded!

Xposed mounting frame 3

After the above steps after the brush into Xposed frame actually relatively easy. In Xposed official website choose their own phone adapter Android version of the framework, downloaded to the phone, enter the mobile phone Recovery mode, select the Brush Pack installed, click on the cell phone Xposed, can be installed.

Of course, you can also use direct Xposed official installer to install, this is where I want to experience the fun of Brush.

Published 23 original articles · won praise 22 · views 40000 +

Guess you like

Origin blog.csdn.net/song_lee/article/details/89278823