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

Mastering "user thinking" is a necessary quality for Internet product operators

Today is an era where users and traffic are king....

Let’s talk about how to recommend and promote good products on Zhihu in 2021!

This article mainly explains the Red Ocean strate...

How much does it cost to make a sand painting video?

With the arrival of Valentine's Day, many boy...

Naixue-P8 Million Big Data Architect Phase I

Naixue-P8 Million Big Data Architect Phase I Reso...

E-commerce operation: social e-commerce mechanism design rules

Mechanism is the core of the social e-commerce mo...

Notice! During the 315 period, advertising must avoid these problems

The closer we get to March 15, the calmer things ...

What is the difference between a programmer and an engineer?

[[152894]] When I first started working, the inte...