adb命令刷机vivox20_求救VIVO X20的 ROOT可行的方法。

链接里的教程说的很明白啊,你如果不懂的话,我可以大概给你捋下思路

附上原文步骤,加上部分翻译

Step 1 First of all we need Stock boot  image so take it from Stock ROM or Follow this Guide to backup unRooted Stock ROM Here

or Here is Official Firmware first Flash it then take boot.img File Here

第一步,大概说的是我们需要备份一下没有root之前的ROM,然后从官方包里拿到boot.img

Step 2. Now Flash Downloaded official Firmware using the Listed Guide on Firmware page.or Skip if you have Dumped Firmware.

第二步,刷官方包(从引导里下载的,原页面有链接)

Step 3. after that fully bootup your Phone. then transfer Magisk Manager.apk file to Your Phone and Install it.

第三步,等手机起来以后,安装magisk apk,为root做准备

Step 4. then transfer boot.img file from Firmware folder to phone.

第四步,把前边从官方包里拷出来的boot.img放到手机里

Step 5. turn Data Connection on and Run Magisk Manager,

第五步,打开数据连接或者WiFi,然后打开刚刚安装的magisk

Step 6. wait Some time When it say update Magisk. then Click Patch boot.img File

第6步,打开提示安装magisk,点确定,然后选择修改boot镜像文件,这里上两张图

Screenshot_2019-01-06-11-52-22-713_com.topjohnwu.magisk.png (113.72 KB, 下载次数: 4)

2019-1-6 11:53 上传

Screenshot_2019-01-06-11-52-28-265_com.topjohnwu.magisk.png (103.8 KB, 下载次数: 3)

2019-1-6 11:53 上传

Step 7. then Point Stock boot.img file in Magisk [transfer to Phone in earlier step]

第7步,然后找到你之前从官方包里弄出来拷到手机上的boot.ing镜像

Step 8. and Wait while Magisk patch it. Done Patched_boot.img Placed in Magisk folder of Phone’S Storage. transfer this file to Your PC.

第8步,等到修补完成,屏幕上会有显示,修补完成的boot镜像叫做patched_boot.img,这里补充一点,老版本放在magisk文件夹下,新版本放在download文件夹下,屏幕上都有显示,自己能找到就行,然后把这个修补后的boot镜像拷出来,然后刷进去就有root权限了

Step 9. Now We have 2 way to Flash it First via flash tools and Second Via fastboot..

第9步,现在我们有两种方法刷这个修补后的boot镜像,

1,通过高通工具QFIL

2,通过fastboot

Step 10. For flash tools:

Copy Patch.xml

rawprogram_unsparse.xml

and Programer from firmware folder to another folder

Place rooted boot.img in this folder [must rename it boot.img]

edit rawprogram_unsparse.xml and keep boot partition only and remove all other partitions

Run QFIL load File from This folder [ New Folder Where We copy files]

reboot phone to edl and Flash Rooted boot.img with QFIL

最后一步,网站上演示的是用QFIL的方法,虽然我也会,但是太复杂,想学习的我们可以开贴继续讨论,这里不做详细描述

我们以用fastboot为例,来说明怎么刷进去,工具啥的原网站都有,或者Android官方网站,都有adb工具包,下载解压后,在adb所在的目录,按住shift,右键,有个在此处打开命令行或者powershell,都可以,打开后,手机进入fastboot,输入

fastboot flash boot patched_boot.img

注意,这里的boot.img必须是完整路径,不会操作的话直接把文件拖到命令行窗口

点回车,刷入完毕,重启后就有root权限了,还是在magisk里授权

手机上纯手打,还望大家多多评分支持。。。有不懂的可以继续追问

  • 3
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要使用ADB命令Vivo X20,您需要满足以下条件: 1. 您的手必须处于模式或者已连接电脑的USB调试ADB模式。 2. 确保您已经安装了ADB工具包,并且手上已打开USB调试模式。 下面是使用ADB命令Vivo X20的步骤: 1. 首先,将您的Vivo X20连接到电脑上,并确保手已处于模式或者已开启USB调试模式。 2. 打开命令提示符或终端窗口,并导航到ADB工具包所在的目录。 3. 在命令提示符或终端窗口中,运行以下命令来确认设备是否正常连接: ``` adb devices ``` 如果设备正常连接,将会显示设备的序列号。 4. 确认设备连接后,运行以下命令进入模式: ``` adb reboot bootloader ``` 这将重启您的Vivo X20并进入Fastboot模式。 5. 一旦您的设备进入Fastboot模式,您可以使用以下命令写固件文件: ``` fastboot flash [partition_name [firmware_file] ``` 将[partition_name]替换为要写的分区名,将[firmware_file]替换为您要写的固件文件的路径和文件名。 6. 等待写过程完成后,您可以使用以下命令来重新启动设备: ``` fastboot reboot ``` 这将重启您的Vivo X20,并应用新的固件。 请注意,操作具有一定的风险,并且如果不正确操作可能会导致设备损坏。在进行操作之前,请确保备份重要数据,并在操作之前仔细阅读并遵循相关的教程和提示。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [常用adb命令recovery脚本](https://blog.csdn.net/weixin_39793098/article/details/111736178)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [vivo x27 x27pro原厂ROM固件线包和解锁件工具平台.zip](https://download.csdn.net/download/qq_44111680/12406568)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值