As long as it is an Android phone equipped with Google services, it must be able to avoid the power on setup wizard - also known as power on verification. This is most familiar to the machine brushing party. In general, when you use native or native systems, and then use Gapps, you need to do some Google verification when you start up. These verifications are essentially the same as the boot boot set by domestic mobile phone manufacturers. For example, if the MIUI user does not log out of the Xiaomi account before the machine is restarted, the MIUI account password needs to be verified when the machine is restarted. So does Google. But in the domestic environment, it is impossible to connect to Google's server, which requires some special skills to skip this verification.

I have found and collected some skip methods below for reference only.

It should be noted that for a new phone, or a phone that has never logged in to a Google account, the power on verification can be skipped directly, as long as there is a word "Skip" in the lower left corner when connecting to WiFi, it can be skipped directly.

However, in most cases, it is "Forgot to quit Google account and cannot be skipped", so it is recommended that Clear the lock screen password and exit the Google account to reduce unnecessary operations.

Method 1: click four corners


According to the test On Android Pie Use version twenty million one hundred and ninety thousand four hundred and thirty Of OpenGapps It is still effective, but this method is not universal. If it is not applicable, please leave a message below.

As shown in the figure, if you look carefully at the screen on the side of this interface, you can vaguely see that there is a short line at each corner (Probably not my illusion) The short line is probably the position marked red in the figure.
You just Click clockwise along the edge from the top left corner to the area shown in the figure , you can skip the annoying verification directly. Be careful not to touch the text by mistake.

If there is an interface that requires the barcode scanner to be downloaded online first, congratulations can't be skipped. Let's see the second method.

Method 2: Brush the ROM without boot

In the latest system, if there is a Google account before the machine is flushed, you must activate the Google account to use the system.

If it is because there is no Delete Google account As a result, the verification cannot be skipped, which is troublesome. According to my own test, this verification Cannot skip This may happen because the system has a Google account that has not been logged out and does not know what the principle is. Even if the data is formatted, it cannot be skipped

The blogger has come a cropper here. Clicking on the four corners, hanging the ladder to open the hotspot and unplugging the card are not effective. In the end, I was discouraged and brushed a third-party bucket that does not contain Google's whole family bucket, and the verification was gone. If I brushed the package with verification, I could skip it directly

Therefore Forgot to exit Google account In this case, you can try to brush No boot package , i.e. none Gapps ROM, anything. But pay attention not to use the manufacturer's international ROM, and not to use the latest development version of MIUI. These ROMs have built-in Google services.

Then start the system over and over again. If you are not sure, swipe the Gap again, log in to the Google account again, and remember to quit Google to ensure that everything is safe. In this way, you can completely exit your Google account.

I've come here with such twists and turns... I'd like to see the next method.

Method 3: ADB

To skip using ADB, you need to use a computer. Please search "ADB command usage method" by yourself
Or use the terminal operation in third-party recovery. Take the TWRP interface of Xiaomi 5 as an example, enter TWRP After that, select the lower left corner 「 senior ", select" Terminal command ", input the command word for word.

Type the following three commands in turn and press Enter to skip.

 adb shell settings put secure user_setup_complete 1  adb shell settings put global device_provisioned 1 adb reboot

It may be necessary to add .\ , as follows

 .\adb shell settings put secure user_setup_complete 1 .\adb shell settings put global device_provisioned 1 .\adb reboot

If none of the above works, try this again one

 dd if=/dev/zero of=/dev/block/bootdevice/by-name/frp

The above is the way I sorted out to skip verification without using computers or other devices. If the above three methods are not feasible, you can only try the magic online method, but this article mainly introduces "skip", so the method of using magic online to pass the verification is not within the scope of this article, please search separately.

If there is an agent tool, take the PC side bash as an example, and enable it Allow Lan After, view WLAN Of ip , used by proxy tools Port Two devices need to be connected to the same WIFI.

The operation method is also very simple. For the device that needs to log in to Google account, select Agent ->Manual before connecting to WIFI, and fill in the host name above WLAN Of ip , port filling seven thousand eight hundred and ninety (usually 7890). Finally, save the settings and connect to WIFI.

The clam operation on the mobile terminal is similar. In Settings ->Overwrite, enable "Allow connections from the LAN".

The illustration is not a stuck verification interface and is only for reference.