Pixel 4 (flame) 解锁、刷机与 Root 指南

官方指南:https://developers.google.com/android/images?hl=zh-cn

flash-all.sh

#!/bin/sh
#
# Copyright (c) 2019, The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash product product.img
fastboot flash system system.img
fastboot flash system_ext system_ext.img
fastboot flash system_other system_other.img
fastboot flash vendor vendor.img
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot erase userdata