Google Android 5.0 gets a wake-up call

Google Android 5.0 gets a wake-up call

Google has started pushing Android 5.0 OTA updates to the Nexus series today, and has released the corresponding base packages for multiple devices. But if you rush to flash the device, trouble is waiting for you.

According to many users, when using the traditional fastboot method to flash Android 5.0, they all encountered an error message that the system.img system image could not be found, such as:

target reported max download size of 518205818 bytes

archive does not contain 'boot.sig'

archive does not contain 'recovery.sig'

failed to allocate 1813984020 bytes

error: update package missing system.img

Press any key to exit...

Is there something wrong with the base package provided by Google? That's too low-level.

That's not the case, it's just that Google didn't think carefully enough about flashing the phone, so it's a little more troublesome to flash the img image files one by one.

First, unzip the downloaded base package (tgz format compressed package), you will get 4-6 img image files, including those for bootloader and radio (the latter is only available on mobile network version devices), all of which are placed in the flash directory.

Then, as usual, enter the flashing directory in the command line and connect to the computer. Now comes the critical moment.

1. Flash bootloader and radio (if any). The command is as follows:

fastboot flash bootloader <bootloader filename>.img

fastboot flash radio <radio filename>.img

The two file names should be replaced with the corresponding file names.

If you have already failed to flash the device once using the command line, the two files have actually been flashed, and this step can be omitted. However, just in case, it is recommended to execute it again. There is no harm anyway.

2. Restart (required):

fastboot reboot-bootloader

3. Flash other image files in sequence:

fastboot flash recovery recovery.img

fastboot flash boot boot.img

fastboot flash system system.img

fastboot flash vendor vendor.img

The last of these only works on the Nexus 9.

4. In order to avoid various unexpected problems after flashing, including the back and recent buttons being unusable, and the storage capacity being only 16GB, it is strongly recommended to perform a double clean (note to back up data):

fastboot flash cache cache.img

fastboot flash userdata userdata.img

5. Restart again:

fastboot reboot

That's it. You can enjoy your lollipop.

I hope Google can re-release the base package and not make it so troublesome. Of course, if you are lazy, you can wait for OTA, which will only take a few days.

As a winner of Toutiao's Qingyun Plan and Baijiahao's Bai+ Plan, the 2019 Baidu Digital Author of the Year, the Baijiahao's Most Popular Author in the Technology Field, the 2019 Sogou Technology and Culture Author, and the 2021 Baijiahao Quarterly Influential Creator, he has won many awards, including the 2013 Sohu Best Industry Media Person, the 2015 China New Media Entrepreneurship Competition Beijing Third Place, the 2015 Guangmang Experience Award, the 2015 China New Media Entrepreneurship Competition Finals Third Place, and the 2018 Baidu Dynamic Annual Powerful Celebrity.

<<:  Counterpoint: Global sales of pure electric passenger vehicles increased by 29% year-on-year in Q3 2023

>>:  What is the difference between WeChat Phonebook and VoLTE?

Recommend

How to increase the number of APP downloads from 0 to 3 million?

In April of this year, I was looking for product ...

Look! Here is an analysis of the advertising placement of Qutoutiao!

As a rising star of Toutiao, advertisers certainl...

12 aerobics classes Sun Jing team Zhang Dandan dance party aerobics + gadgets

12 aerobics classes Sun Jing team Zhang Dandan da...

A Guide to KOL Advertising on TikTok

What is Douyin KOL? Users who frequently post vid...

Is Miaopai's efforts in vertical content a desperate gamble or a confident move?

Vertical short videos are the first choice for sh...

5 sets of data and 2 dimensions explain to you why retention is king?

We imagine the most common scenario, when an appl...

Weekly SEM introductory course

Chapter 1: Introduction to SEM account opening an...

Analyze user churn from 4 perspectives!

The author of this article, through his own proje...

Operational tips: In the early stage of promotion, should we use WeChat or App?

The author of this article is Qianniu Xujin, form...

How to solve the high user churn rate? Here are 10 strategies

Many companies have not developed specific plans ...

A brief analysis of Android Root, do you understand?

[[427920]] This article is reprinted from the WeC...