当前位置:网站首页>Zhanrui Mobile Phone Unlocked
Zhanrui Mobile Phone Unlocked
2022-07-25 03:20:00 【Fat master】
1. Zhanrui unlock can not be opened oem unlock, Mainly through sn Generate bin To unlock .
2. The computer environment here in Nanchang is windows, So first of all windows Under the fastboot.exe Put it in cmd Under the running Directory
3. USB Connect userdebug Software version of mobile phone ,adb reboot bootloader Get into fastboot mode
4. function fastboot.exe oem get_identifier_token obtain SN Number , Get, for example, the following 3130373134343837333332363837
5. Generate bin file , Enter in the analog terminal K631 Run the following command from the project root :( Pay attention to replace the above generated SN Number )
./vendor/sprd/proprietories-source/packimage_scripts/signidentifier_unlockbootloader.sh 3130373134343837333332363837 bsp/tools/secureboot_key/config/rsa4096_vbmeta.pem signature.bin
6. Unlock device , The generated signature.bin Files in cmd Under the running Directory .
fastboot.exe flashing unlock_bootloader signature.bin
At this time, follow the prompts on the mobile phone , Press the volume key to confirm , Then wait for the mobile phone operation to complete .
7. fastboot.exe reboot Restart the phone , The phone must be cleared data The action of , Otherwise, it will start abnormally .
8. Run the following command after restart :
adb root;
adb disable-verity;
adb reboot;
adb root;
adb remount
边栏推荐
- JS written test questions -- random numbers, array de duplication
- Recursive and non recursive methods are used to realize the first order, middle order and second order traversal of binary tree respectively
- Color space (2) -- YUV
- How does Jupiter notebook change themes and font sizes?
- mysql_ Case insensitive
- A queue of two stacks
- B. Making Towers
- Electronic bidding procurement mall system: optimize traditional procurement business and speed up enterprise digital upgrading
- Use and introduction of vim file editor
- Riotboard development board series notes (4) -- using Vpu hardware decoding
猜你喜欢
随机推荐
Print the common part of two ordered linked lists
Lombok detailed introduction
Color space (2) -- YUV
Uni app configuration
Calculation method of confusion matrix
TypeScript
Common methods of array
Test question f: statistical submatrix
Backtracking to solve combinatorial problems
Riotboard development board series notes (V) -- porting u-boot
List title of force buckle summary
Learning record XIII
05 - MVVM model
B. All Distinct
Use and introduction of vim file editor
JS foundation -- object static method
Handwriting promise
FLASH read / write problem of stm32cubemx
[stm32f130rct6] idea and code of ultrasonic ranging module
JS construct binary tree









