当前位置:网站首页>【Android安全】手机Root、刷机、救砖常用命令
【Android安全】手机Root、刷机、救砖常用命令
2022-08-08 06:27:00 【Jouzzy】
通用
手机进入recovery模式
adb reboot recovery
手机进入bootloader模式
adb reboot bootloader

手机解锁
adb reboot bootloader
fastboot oem unlock
之后通过音量加减键选中Yes,通过电源键确认
刷入TWRP recovery
adb reboot bootloader
fastboot flash recovery twrp-3.2.3-1-dumpling-pie.img
而后操作手机(例如,通过音量加减号)进入recovery模式,才能进入TWRP
否则,直接重启,Recovery将被还原,无法进入TWRP
使用官方 recovery刷入ROM
adb sideload OnePlus5THydrogen_43_OTA_054_all_1906241433_fb64e41048a44182.zip
刷入Maigsk-patched boot.img完成root
永久root:
adb reboot bootloader
fastboot flash boot magisk_patched-23000_RGQ3p.img
fastboot reboot
one-time root:
adb reboot bootloader
fastboot boot magisk_patched-23000_RGQ3p.img
一加5T
下载的ROM包位置:
cd /storage/emulated/0/.Ota/
边栏推荐
猜你喜欢
随机推荐
万级TPS亿级流水-中台账户系统架构设计
NVIDIA CUDA 高度并行处理器编程(七):并行模式:前缀和
C language judges the problem of big and small endian storage
受邀全球互联网技术大会分享
CSDN21天学习挑战赛之顺序查找
Unity_对象池
中序表达式转为后序表达式
模块知识点补充
[Unity] 自定义日志系统 解决Unity Log的痛点
Solved the problem that when VRTK transmission under Unity HDRP, the screen fades in and out, and the visual occlusion cannot be displayed correctly when passing through the wall
使用js写一个2048
有符号数和无符号数参与运算时的问题
栈队列OJ题分享及讲解
排列组合题目小结
【图形学】04 数学部分(四、放射变换)
霍夫曼树(赫夫曼树、哈夫曼树)
Unity3D物体上下左右旋转(不受物体自身坐标轴影响)
网络开发相关
数据分表小结
acwing 第63场周赛【2022.08.06】