Nexus6P set Debug mode

Once and for all, set the phone to enter Debug mode to achieve the perfect Root

Mkbootimg be edited using boot.ing

The modified system official Rom package boot.ing and mkbooting tool mkboot, mkbootfs, mkbootimg Linux32 bit copy to perform the following operation of the operating system

./mkboot boot.img boot

clip_image001

Description:

After the files are decompressed boot / ramdisk / default.prop

modify

ro.secure=0

ro.allow.mock.location=1

ro.debuggable=1

persist.service.adb.enable=1

Command interpreter:

Close protection ro.secure = 0

ro.allow.mock.location=1

ro.debuggable = 1 debug mode on

persist.service.adb.enable = 1 adb remote ON

In turn run the command:

./mkboot boot boot2.img

clip_image002

Execute in cmd:

$ adb reboot bootloader

$ fastboot flash boot boot.img

clip_image003

$ fastboot reboot

clip_image004

System restart, normal, then:

clip_image005

The perfect realization of the real machine has simulator Permissions feature

Description:

boot.ing modify the current system must be consistent

If the card machine appears, brick solution: re-brush system.

Guess you like

Origin www.cnblogs.com/heixiang/p/10992473.html