gorekhaa
Membre
- Inscrit
- 12 Janvier 2017
- Messages
- 77
- Points
- 8
- #1
Bonjour,
en cherchant le moyen de déverrouiller un vieux P8 Lite pour lui redonner un coup de jeune je suis tombé là-dessus:
Sinon bah pour un P8 Lite FR y a toujours DC ou Ministry Of Solutions et leurs solutions payantes mais ça me gave de raquer, c'est pas mon tél!
Je vous laisse seuls juges, si vous avez des avis.
Donc:
en cherchant le moyen de déverrouiller un vieux P8 Lite pour lui redonner un coup de jeune je suis tombé là-dessus:
S'il vous plaît,
Connexion
ou
S'inscrire
pour voir le contenu ou les urls !
Je suis donc parti chez XDA voir si ça en causait là-bas:S'il vous plaît,
Connexion
ou
S'inscrire
pour voir le contenu ou les urls !
Visiblement c'est pas gagné mais comme le créateur du script stipule bien que ça n'est possible qu'avec des téls européens alors je me tourne vers vous histoire de voir...Sinon bah pour un P8 Lite FR y a toujours DC ou Ministry Of Solutions et leurs solutions payantes mais ça me gave de raquer, c'est pas mon tél!
Je vous laisse seuls juges, si vous avez des avis.
Donc:
huawei-honor-unlock-bootloader
Summary
After closing the official EMUI website, which allowed you to retrieve the code to unlock the bootloader of Huawei/Honor phones, here is a python script to test many possible codes.
It uses a bruteforce method, based on the IMEI identifier to generate unlocking codes.
This will most likely only work on European versions, because these only use numbers in the bootloader unlock code.
I've only had the opportunity to test it on European versions:
Instructions
- Honor 5x 8x and 9x
- Honor view 10 and 20
- Honor 10 lite
- Huawei p20 lite
- Huawei Y6 2019
- Huawei p30
FAQ & Troubleshooting
- Enable developer options in Android.
- Enable USB debugging in Android.
- Connect your device to the computer and launch the script.
Windows:
C:\WINDOWS\system32> python unlock.py
Linux:
$ python3 unlock.py
The device is going to ask for authorisation, which you'll have to allow.
Please also check the checkbox "Always allow from this computer".- Wait for the application to detect your device. The device info should appear.
- Enter the (first) IMEI.
- Start the bruteforce.
(this may take several hours days) so get a cup of coffeeand go to sleep.- If the correct code is found, your phone will either be instantly unlocked or prompt you with an additional confirmation dialogue on the target device.
(all data will be erased on unlock!)
- The application doesn't work. Is there anything I should have installed?
Yes, it was developed in python so it needs it to run, version 3. You can install the latest version fromS'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !or by using Windows Store.
- The app on Windows doesn't detect my device even though it's connected and USB debugging is enabled. What could be the issue?
Windows most likely doesn't recognise your device in ADB mode. Install the universal ADB drivers fromS'il vous plaît, Connexion ou S'inscrire pour voir le contenu ou les urls !, reboot your PC and try again.
- My phone reboots every 5 failed attempts
We are aware of this and have implemented an automatic intentional reboot after 4 attempts.
You can manually enable this feature in the code.
The script will also automatically detect this behaviour. For this to work reliably, please check the checkbox "Always allow from this computer" in the adb dialogue.
- The script displays "command invalid"
Huawei has removed the unlock command in EMUI 10.
Downgrade your software and try again.