GG修改器破解版下载地址:https://ghb2023zs.bj.bcebos.com/gg/xgq/ggxgq?GGXGQ
大家好,今天小编为大家分享关于用gg修改器root权限_gg修改器要root权限怎么办的内容,赶快来一起来看看吧。
开机引导模式下使用。此文说明主要适用android 6.0及以上版本
下载以下几个文件,CMD命令窗口切换到此目录就可使用了,当然还要安装USB驱动、打开USB调试(可选):
adb工具
怎么进入此模式:
格式: fastboot [OPTION…] COMMAND…
版本:与1.0.41版的adb适应
flashing: 写入命令
update ZIP : Flash all partitions from an update.zip package. 如fastboot update xxx.zip , xxx.zip中包含boot.img, recovery.img, system.img等镜像文件
flashall : Flash all partitions from $ANDROID_PRODUCT_OUT. On A/B devices, flashed slot is set as active. Secondary images may be flashed to inactive slot. 会自动搜索当前目录下的所有img文件,将它们都刷入系统对应分区。
flash PARTITION [FILENAME] : Flash given partition, using the image from $ANDROID_PRODUCT_OUT if no filename is given. 这里的PARTITION有boot/recovery/system/userdata/cache等
fastboot flash boot boot.img 将当前目录下的boot.img文件刷进系统的boot分区
fastboot flash recovery recovery.img 将当前目录下的recovery.img文件刷进系统的recovery分区
例子:
c: mpfastboot>fastboot flash boot C: mpF103_BAKoot20220118.img
Sending ’boot’ (16384 KB) OKAY [ 1.583s]
Writing ’boot’ OKAY [ 0.355s]
Finished. Total time: 2.011s
c: mpfastboot>fastboot flash recovery C: mpF103_BAK
ecovery20220118.img
Sending ’recovery’ (16384 KB) OKAY [ 1.584s]
Writing ’recovery’ OKAY [ 0.354s]
Finished. Total time: 2.001s
basics:
devices [-l] : List devices in bootloader (-l: with device paths).
c: mpfastboot>fastboot devices
000007CF00632D90 fastboot 显示以fastboot结尾的设备号
c:adbadb32>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
8T8HBIZSBU9PCM4S device adb时显示以device结尾
getvar NAME : Display given bootloader variable.
reboot [bootloader] : Reboot device.
fastboot reboot 重新启动到正常模式
fastboot reboot bootloader 重新启动到引导模式
fastboot reboot recovery 重新启动到恢复模式
例子:
c: mpfastboot>fastboot reboot bootloader android 5.0及以上可用此命令
Rebooting into bootloader OKAY [ 0.003s]
Finished. Total time: 0.007s
c: mpfastboot>fastboot reboot
Rebooting OKAY [ 0.002s]
Finished. Total time: 0.006s
locking/unlocking:上锁/解锁命令,将会删除个人数据
flashing lock|unlock : Lock/unlock partitions for flashing
fastboot flashing lock 给BL上锁
fastboot flashing unlock 解BL锁
flashing lock_critical|unlock_critical : Lock/unlock ’critical’ bootloader partitions.
flashing get_unlock_ability : Check whether unlocking is allowed (1) or not(0).
advanced:
erase PARTITION : Erase a flash partition.
format[:FS_TYPE[:SIZE]] PARTITION : Format a flash partition.
set_active SLOT : Set the active slot.
oem [COMMAND…] : Execute OEM-mand. 这里的command主要是自定义的命令(慎用)。高版本的系统可用fastboot oem help 查询有效的命令。
android 6.0以前:
fastboot oem lock 上BL锁
fastboot oem unlock 解BL锁
c: mpfastboot>fastboot oem unlock
OKAY [ 30.582s]
Finished. Total time: 30.591s
另一个手机的解锁:
c: mpfastboot>fastboot oem unlock
(bootloader) Start unlock flow
OKAY [ 29.972s]
Finished. Total time: 29.983s
c: mpfastboot>fastboot oem lock
(bootloader) Start lock flow
OKAY [ 43.440s]
Finished. Total time: 43.449s
C: mpfastboot-1>fastboot oem reboot-recovery 重启到recovery模式
OKAY [ 0.003s]
Finished. Total time: 0.050s
还有:fastboot oem reboot-bootloader
查询设备BL上锁情况:
fastboot oem get_bootinfo 此处的get_bootinfo是用户自定义命令
C: mpfastboot>fastboot oem device-info
(bootloader) Verity mode: true
(bootloader) Device unlocked: false
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: true
OKAY [ 0.013s]
Finished. Total time: 0.018s
gsi wipe|disable : Wipe or disable a GSI installation (fastbootd only).
wipe-super [SUPER_EMPTY] : Wipe the super partition. This will reset it to contain an empty set of default dynamic partitions.
boot image: 用指定镜像文件临时启动系统,不会更改原系统的启动文件,如利用magisk加入root权限的boot文件启动
boot KERNEL [RAMDISK [SECOND]] : Download and boot kernel from RAM.
用magisk_patched-23000_EJX2G.img(加了面具的boot.img)启动手机例子:
C: mpfastboot>fastboot boot C: mpfastbootmagisk_patched-23000_EJX2G.img
Sending ’boot.img’ (16384 KB) OKAY [ 1.573s]
Booting OKAY [ 0.060s]
Finished. Total time: 1.678s
flash:raw PARTITION KERNEL [RAMDISK [SECOND]] : Create boot image and flash it.
–dtb DTB : Specify path to DTB for boot image header version 2.
–cmdline CMDLINE : Override mand line.
–base ADDRESS : Set kernel base address (default: 0x10000000).
–kernel-offset : Set kernel offset (default: 0x00008000).
–ramdisk-offset : Set ramdisk offset (default: 0x01000000).
–tags-offset : Set tags offset (default: 0x00000100).
–dtb-offset : Set dtb offset (default: 0x01100000).
–page-size BYTES : Set flash page size (default: 2048).
–header-version VERSION : Set boot image header version.
–os-version MAJOR[.MINOR[.PATCH]] : Set boot image OS version (default: 0.0.0).
–os-patch-level YYYY-MM-DD : Set boot image OS security patch level.
Android Things:
stage IN_FILE : Sends given file to stage for the mand.
get_staged OUT_FILE : Writes data staged by the mand to a file.
options: 选项参数
-w : Wipe userdata.
-s SERIAL : Specify a USB device.
-s tcp|udp:HOST[:PORT] : Specify a network device.
-S SIZE[K|M|G] : Break into sparse files no larger than SIZE.
–force : Force a flash operation that may be unsafe.
–slot SLOT : Use SLOT; ’all’ for both slots, ’other’ for non-current slot (default: current active slot).
–set-active[=SLOT] : Sets the active slot before rebooting.
–skip-secondary : Don’t flash secondary slots in flashall/update.
–skip-reboot : Don’t reboot device after flashing.
–disable-verity : Sets disable-verity when flashing vbmeta.
–disable-verification : Sets disable-verification when flashing vbmeta.
–unbuffered : Don’t buffer input or output.
–verbose, -v : Verbose output.
–version : Display version.
–help, -h : Show this message.
以上就是关于用gg修改器root权限_gg修改器要root权限怎么办的全部内容,感谢大家的浏览观看,如果你喜欢本站的文章可以CTRL+D收藏哦。
gg修改器的root怎么弄_gg修改器需要root怎么办 大小:13.32MB9,405人安装 大家好,今天小编为大家分享关于gg修改器的root怎么弄_gg修改器需要root怎么办的内……
下载gg游戏修改器修改传奇,神器之一:gg游戏修改器,为传奇带来全新体验 大小:8.25MB8,621人安装 随着时代的进步,游戏开发也越来越高级化,但是,一款游戏的畅玩,不仅仅是靠游戏本……
下载华为gg修改器没root怎么用_gg修改器怎么获得root权限华为平板电脑青春版 大小:13.90MB9,325人安装 大家好,今天小编为大家分享关于华为gg修改器没root怎么用_gg修改器怎么获得root权……
下载gg修改器免root版绿色_gg修改器免root中文版下载安装,绿色 大小:10.71MB9,558人安装 大家好,今天小编为大家分享关于gg修改器免root版绿色_gg修改器免root中文版下载安……
下载电脑版gg游戏修改器怎么使用,如何使用电脑版GG游戏修改器? 大小:3.14MB8,487人安装 GG游戏修改器是一款独特的电脑游戏辅助软件,可以帮助玩家快速地获取游戏内的道具、……
下载gg游戏修改器手机版教学,GG游戏修改器手机版:游戏玩家的得力工具 大小:11.92MB8,585人安装 GG游戏修改器手机版是一款非常受欢迎的游戏辅助工具,为广大游戏爱好者提供了改变游……
下载gg修改器美化包最新,全方位赞美 gg修改器美化包最新 大小:18.40MB8,631人安装 随着游戏的普及,越来越多的游戏玩家开始注重游戏的视觉体验。而人性化的操作、高质……
下载怎么下载gg修改器和框架最新版,如何方便地下载并使用gg修改器和框架最新版? 大小:11.51MB8,677人安装 对于大多数游戏玩家来说,玩游戏本身已经非常有趣,但有时我们还想要一些额外的乐趣……
下载gg修改器中文下载3.3,GG修改器中文下载3.3,让游戏更加好玩 大小:6.76MB8,342人安装 在网络游戏中,各种物品、技能、属性等等都可以影响玩家的战斗力。有时候,一个微小……
下载2022gg修改器中文版最新版下载,gg修改器2021版下载安装 大小:6.42MB9,502人安装 生命就是一杯清茶,就是一支歌谣,就是一首耐人寻味的小诗!让我们一路行走,一路品……
下载