If your ROG3/ROG5/ROG5S is a CN version, but it is WW firmware when you buy it, then the Bootloader cannot be unlocked, or it prompts that the unlocking is successful, but the Bootloader is still not unlocked after restarting.
Why is it like this? Because Chinese merchants do not master the correct method of converting WW firmware, your mobile phone ISN is lost, so it cannot be unlocked. You only need to restore the correct SSN and ISN to unlock the Bootloader.
Because many people privately wrote me to ask for help, I have no way and no time to help solve them one by one, so I will share the method and let you do it yourself.
1. You must flash the ENG firmware that I released. If you flash the ENG firmware found elsewhere, your fingerprints and IMEI may be lost, and the phone cannot be used normally.
ROG5:https://forum.xda-developers.com/t/...ootloader-to-modify-country-cn-to-ww.4353865/
ROG5s:https://forum.xda-developers.com/t/...ootloader-to-modify-country-cn-to-ww.4353339/
2. Use the dd command to back up asuskey4 to the computer
adb shell
su
dd if=/dev/block/bootdevice/by-name/asuskey4 of=/sdcard/asuskey4
adb pull /sdcard/asuskey4 (Here is the directory name of your computer, for example adb pull /sdcard/asuskey4 C:\Users\johnny886\Desktop\rog5)
3. Read the correct SSN and ISN of the mobile phone, and then write the SSN and ISN into asuskey4
adb shell getprop >device.txt
Then use notepad++ or other editing tools to open device.txt
Search SSN, copy SSN to the new text, search SSN, copy ISN to the text. Then use winhex or UltraEdit to open asuskey4, write the SSN and ISN to the correct address, SSN address: 00000000h ISN address:00000180h,
then save the file, and use the command to restore asuskey4 to the phone partition.
4. Use the dd command to restore asuskey4 to the phone
adb push ...\asuskey4 /sdcard/ ( for example adb push C:\Users\johnny886\Desktop\rog5\asuskey4 /sdcard/ )
adb shell
su
dd if=/sdcard/asuskey4 of=/dev/block/bootdevice/by-name/asuskey4
5.Enter fastboot mode, flash the official raw WW firmware, and install the official website unlock tool after entering the system to unlock the phone.
Why is it like this? Because Chinese merchants do not master the correct method of converting WW firmware, your mobile phone ISN is lost, so it cannot be unlocked. You only need to restore the correct SSN and ISN to unlock the Bootloader.
Because many people privately wrote me to ask for help, I have no way and no time to help solve them one by one, so I will share the method and let you do it yourself.
1. You must flash the ENG firmware that I released. If you flash the ENG firmware found elsewhere, your fingerprints and IMEI may be lost, and the phone cannot be used normally.
ROG5:https://forum.xda-developers.com/t/...ootloader-to-modify-country-cn-to-ww.4353865/
ROG5s:https://forum.xda-developers.com/t/...ootloader-to-modify-country-cn-to-ww.4353339/
2. Use the dd command to back up asuskey4 to the computer
adb shell
su
dd if=/dev/block/bootdevice/by-name/asuskey4 of=/sdcard/asuskey4
adb pull /sdcard/asuskey4 (Here is the directory name of your computer, for example adb pull /sdcard/asuskey4 C:\Users\johnny886\Desktop\rog5)
3. Read the correct SSN and ISN of the mobile phone, and then write the SSN and ISN into asuskey4
adb shell getprop >device.txt
Then use notepad++ or other editing tools to open device.txt
Search SSN, copy SSN to the new text, search SSN, copy ISN to the text. Then use winhex or UltraEdit to open asuskey4, write the SSN and ISN to the correct address, SSN address: 00000000h ISN address:00000180h,
then save the file, and use the command to restore asuskey4 to the phone partition.
4. Use the dd command to restore asuskey4 to the phone
adb push ...\asuskey4 /sdcard/ ( for example adb push C:\Users\johnny886\Desktop\rog5\asuskey4 /sdcard/ )
adb shell
su
dd if=/sdcard/asuskey4 of=/dev/block/bootdevice/by-name/asuskey4
5.Enter fastboot mode, flash the official raw WW firmware, and install the official website unlock tool after entering the system to unlock the phone.
Attachments
Last edited: