THIS METHOD IS NOT WORKING ANYMORE
This guide purpose's is to obtain an OEM code to unlock our P7 bootloader. I've tested myself on my P7 with b609 EMUI 3.0. I did this guide because I was looking for and official way to do it and my device bootloader was yet locked.
Tested devices:
P7-L10 (tested myself)
P7-L07 (thanks to 迅捷斥候 for report)
First of all you must go to en.club.vmall.com/emotiondownload.php?mod=unlock&action=pre. Then:
Select smartphone as product type.
Select any of the listed devices.
Right click on the selection box and select Inspect element (in Google Chrome).
Expand the hightlighted element in text editor and search for the device you have just selected.
Replace both value and inner text attributes with HUAWEI P7-L10. (Ex. <option value="HUAWEI C8812">HUAWEI C8812</option> should be <option value="HUAWEI P7-L10">HUAWEI P7-L10</option>)
Fill Product S/N and IMEI with your device numbers. You can find them on your devices box.
On the phone dialer, type *#*#1357946#*#* to get your Product ID and fill the last textbox with this number.
Enter the verification code and click Submit.
Your unlock code should be now displayed right below Submit button.
Next you have to do is enable usb debugging on your device. Then, enter bootloader mode by typing adb reboot bootloader in command prompt. Type fastboot oem unlock unlock code in command prompt and you're done. Now you can reboot your device by typing fastboot reboot on command prompt once again.
If this guide helps anyone I will be done too. Any tip will be appreciated because I'm not a developer and this is my first post. I can include some images too if necessary.
See you
Credits to julianceed, from HTCmania .
xXDraklordXx said:
This guide purpose's is to obtain an OEM code to unlock our P7-L10 bootloader. I've tested myself on my P7-L10 with b609 EMUI 3.0. I did this guide because I was looking for and official way to do it and my device bootloader was yet locked.
First of all you must go to en.club.vmall.com/emotiondownload.php?mod=unlock&action=pre. Then:
Select smartphone as product type.
Select any of the listed devices.
Right click on the selection box and select Inspect element (in Google Chrome).
Expand the hightlighted element in text editor and search for the device you have just selected.
Replace both value and inner text attributes with HUAWEI P7-L10. (Ex. <option value="HUAWEI C8812">HUAWEI C8812</option> should be <option value="HUAWEI P7-L10">HUAWEI P7-L10</option>)
Fill Product S/N and IMEI with your device numbers. You can find them on your devices box.
On the phone dialer, type *#*#1357946#*#* to get your Product ID and fill the last textbox with this number.
Enter the verification code and click Submit.
Your unlock code should be now displayed right below Submit button.
Next you have to do is enable usb debugging on your device. Then, enter bootloader mode by typing adb reboot bootloader in command prompt. Type fastboot oem unlock unlock code in command prompt and you're done. Now you can reboot your device by typing fastboot reboot on command prompt once again.
If this guide helps anyone I will be done too. Any tip will be appreciated because I'm not a developer and this is my first post. I can include some images too if necessary.
See you
Credits to julianceed, from HTCmania .
Click to expand...
Click to collapse
totrial copy forum :http://forum.and-roid.ir/thread185510.html
PEYMANSTAR said:
totrial copy forum :http://forum.and-roid.ir/thread185510.html
Click to expand...
Click to collapse
There is no problem if he copied and pasted it here. Anyway he gave credits to the owner and he didn't mention that his claiming the idea or the TUT.
julianceed from HTCmania took that guide to build his own because wasn't there (on HTCmania) before he posted. I've done the same here with his guide as reference. Also, I'm not claiming anything, just trying to help.
Thanks for this
Worked with HUAWEI P7-L07 thank you very much :good:
迅捷斥候 said:
Worked with HUAWEI P7-L07 thank you very much :good:
Click to expand...
Click to collapse
Thanks for the info. I added it to the main post.
works for me thanks
Hi,
Anyone know this will work on ascend P7- L11 ?
I guess I can just try if no one has exp. With L11
On android 4.4.2. Emui 2.3.. Time to upgrade!!
Cheers
i tried and did exactly like in OP and it says: We regret to say that the information you are searching is not found. Pleae mail to [email protected], We'll respond to you as soon as possible, thanks.
Is there any workin tool that would do the job?
Bazilli said:
i tried and did exactly like in OP and it says: We regret to say that the information you are searching is not found. Pleae mail to [email protected], We'll respond to you as soon as possible, thanks.
Is there any workin tool that would do the job?
Click to expand...
Click to collapse
it is no longer working.
Thanks both of you for the warning. I'm going to update the OP.
Related
Can someone help me figure out how to unlock my bootloader on my dev edition. It seems very simple but I'm not very command prompt savvy. All step by steps and links are appreciated! Thanks!
Sent from my XT1060 using Tapatalk
Swimboy46163 said:
Can someone help me figure out how to unlock my bootloader on my dev edition. It seems very simple but I'm not very command prompt savvy. All step by steps and links are appreciated! Thanks!
Sent from my XT1060 using Tapatalk
Click to expand...
Click to collapse
Step by step instructions are on moto's site.
https://motorola-global-portal.cust...e/bootloader/unlock-your-device-a/action/auth
It's pretty straight forward.
Coop9 said:
Step by step instructions are on moto's site.
https://motorola-global-portal.cust...e/bootloader/unlock-your-device-a/action/auth
It's pretty straight forward.
Click to expand...
Click to collapse
This is the part I'm unclear on:
2. On your desktop, open a command prompt or terminal, and go to the directory where you installed the Android SDK tools (or make sure fastboot is in your $PATH)
Sent from my XT1060 using Tapatalk
Swimboy46163 said:
This is the part I'm unclear on:
2. On your desktop, open a command prompt or terminal, and go to the directory where you installed the Android SDK tools (or make sure fastboot is in your $PATH)
Click to expand...
Click to collapse
Start > type "cmd" and launch. You get a black box with white letters in a mono-spaced font.
Run the following (assuming this is the right path for you): SET PATH=%PATH%;C:\Program Files (x86)\Android\android-sdk\platform-tools
Then you should be able to run fastboot.exe and continue on.
Alternatively, you can browse in a file explorer window to that directory, then right click on it (maybe while holding shift) and choose "Open command window here"
icrf said:
Start > type "cmd" and launch. You get a black box with white letters in a mono-spaced font.
Run the following (assuming this is the right path for you): SET PATH=%PATH%;C:\Program Files (x86)\Android\android-sdk\platform-tools
Then you should be able to run fastboot.exe and continue on.
Alternatively, you can browse in a file explorer window to that directory, then right click on it (maybe while holding shift) and choose "Open command window here"
Click to expand...
Click to collapse
i am working on a guide right now to try and make it as easy as possible but moto requiers you to sign in inorder to get everything done. but the correct command for Windows is CD then the location ware your adb and fastboot files are
Click on the link below and pick your Moto X by what carrier you are with
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/87215/action/auth
im going to try and do this the best i can but no matter what i do your going to have to go to the moto website to get the unlock key
download the SDK and install it.
locate ware it was installed normally (C:\Program Files\Android\android-sdk)
open Command Prompt and type
Code:
CD C:\Program Files\Android\android-sdk\platform-tools
put phone into bootloader
type below commands in CMD
type
Code:
fastboot oem get_unlock_data
it should come back with something like this
(bootloader) 0A40040192024205#4C4D3556313230
(bootloader) 30373731363031303332323239#BD00
(bootloader) 8A672BA4746C2CE02328A2AC0C39F95
(bootloader) 1A3E5#1F53280002000000000000000
(bootloader) 0000000
Now we need to remove all the (bootloader) and make the key into one line
we then need to paste this into the box on the bottom of the Moto unlock page and hit the button "Can my Device be Unlocked"
if your device can be unlocked you need to accept the license agreement and then click the button to request your key. It will then email you your unlock key.
Copy your unlock key then click the link Step 3
now if you left your device connected and everything ware it was then great if not we need to put are phone back into bootloader and open a CMD and CD it to the same directory as before.
then type
Code:
fastboot oem unlock UNIQUE_KEY
ware Unique_key being the code you copied from your email.
now your bootloader is unlocked.
Sorry this guide is not great but it is the best i can do for the fact that you have to be on the moto website to get your unlock key. i hope this helps somewhat.
IMO, if you can't figure out Motorola's instructions, you should leave your phone as it is. There is nothing difficult about it, and learning how to do it will help you in the road should something happen to your phone and you need to recover.
Sent from my Moto X
dray_jr said:
i am working on a guide right now to try and make it as easy as possible but moto requiers you to sign in inorder to get everything done. but the correct command for Windows is CD then the location ware your adb and fastboot files are
Click on the link below and pick your Moto X by what carrier you are with
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/87215/action/auth
im going to try and do this the best i can but no matter what i do your going to have to go to the moto website to get the unlock key
download the SDK and install it.
locate ware it was installed normally (C:\Program Files\Android\android-sdk)
open Command Prompt and type
Code:
CD C:\Program Files\Android\android-sdk\platform-tools
put phone into bootloader
type below commands in CMD
type
Code:
fastboot oem get_unlock_data
it should come back with something like this
(bootloader) 0A40040192024205#4C4D3556313230
(bootloader) 30373731363031303332323239#BD00
(bootloader) 8A672BA4746C2CE02328A2AC0C39F95
(bootloader) 1A3E5#1F53280002000000000000000
(bootloader) 0000000
Now we need to remove all the (bootloader) and make the key into one line
we then need to paste this into the box on the bottom of the Moto unlock page and hit the button "Can my Device be Unlocked"
if your device can be unlocked you need to accept the license agreement and then click the button to request your key. It will then email you your unlock key.
Copy your unlock key then click the link Step 3
now if you left your device connected and everything ware it was then great if not we need to put are phone back into bootloader and open a CMD and CD it to the same directory as before.
then type
Code:
fastboot oem unlock UNIQUE_KEY
ware Unique_key being the code you copied from your email.
now your bootloader is unlocked.
Sorry this guide is not great but it is the best i can do for the fact that you have to be on the moto website to get your unlock key. i hope this helps somewhat.
Click to expand...
Click to collapse
When you get to the fastboot menu what option do you click Normal Powerup, Recovery, Factory, Barcodes, BP Tools?
Swimboy46163 said:
When you get to the fastboot menu what option do you click Normal Powerup, Recovery, Factory, Barcodes, BP Tools?
Click to expand...
Click to collapse
nothing you just plug your usb cable in and start the guide
After seeing lot of scams on rooting of this phone i wrote this little guide which can be used to unlock and root P8 lite ALE-21 without much effort successfully. Whenever i found something about rooting this device it took me to some survey scam or ad-wares. I used this method personally and it worked for me very well.
Below is step by step guide to root huawei p8 lite ALE-21.
A- Method for obtaining bootloader code is changed by huawei. Now you can get it online immediately by filling out their form. All you need is a huawei ID.
Request unlock code from huawei, to do so send email to [email protected] containing following lines.
In subject write bootloader unlock code request
body of email should contain
> IMEI-1: __________________________
> IMEI-2:__________________________
> S/No. _____________ (Can be found in settings/About phone/Status/Serial number)
Once you sent this email you need to wait from few hours to 48 hours.
B- Unlock boot loader on your device.
1- Download this zip file, unzip it and install in your PC (See attached pdf file).
2- Connect your phone via data cable to PC.
3- Switch it off and then by pressing volume down and power together make it in fastboot mode (in this mode you will see "Phone locked" in red color at bottom of screen)
4- Click icon on desktop for "Minimal ADB and Fastboot"
5- (A command terminal will open indicating directory where adb is installed)
6- Type in command without quotes "fastboot devices"
7- If you can see serial number of your phone you are going right.
8- In the command prompt, enter “fastboot oem unlock ****************”, where * refers to the 16 digit unlock password, e.g. fastboot oem unlock 1234567812345678”
9- Now you have unlocked bootloader, and you can see it on fastboot mode screen at bottom.
C- How to root P8 lite ALE-21
1- Download this zip file on your desktop and unzip it (see attached pdf file).
2- Open folder ROOT/data and install "UniversalAdb Driver Setup6"
3- Remove all passwords from phone and simple a swipe could unlock phone.
4- Now open folder named ROOT on your desktop and double click INSTALAR-ROOT-P8-LITE and follow instructions shown by batch file.
5- Once process is finished you will get a unlocked rooted huawei p8 lite phone.
I checked this procedure on my P8 lite ALE-21 and translated to English, also added more instructions to make it easier for a newbie.
UPDATE-1 : Root by using command line manually.
The root process is simple and achieved by adb and fastboot commands. See the attached screen shot for commands if you intend to do it manually. Make sure you have installed UniversalAdbDriverSetup6.msi from Root/data and unlocked bootloader before following steps below.
Instructions:
1- Connect phone with PC.
2- Open folder Root/data
3- Press Shift + Right click
4- Click “Open command window here”
5- Then execute commands in a sequence you can see in attached file "commandline.jpg"
UPDATE-2: Error Fix "Stuck on Installing SuperSu"
Very few users experienced that process get stuck on terminal displaying “Installing SuperSU” or copying SuperSU
Fix in my opinion: Restore stock recovery, boot in recovery and wipe cache partition and start the process again.
1- Remove data cable of phone and press power button (a bit longer) to restart it.
2- Connect phone with PC when you see home screen.
3- Open folder Root/data
4- Press Shift + Right click
5- Click “Open command window here”
6- Type in terminal “adb.exe reboot-bootloader”
7- Type or paste this command to restore stock recovery “fastboot.exe flash recovery stockrecovery.img”
8- Type “fastboot.exe reboot”
9- When your phone is completely started execute command “adb.exe reboot recovery”
10- Wipe cache partition only and reboot device.
11- Install UniversalAdbDriverSetup6.msi from Root/data folder.
12- Restart PC and Plug in Phone and restart batch file or follow UPDATE-1 above.
thanks
thanks
A thank you and some notes for future users
The original Spanish version uses the same files and works for my Dutch P8 Lite ( v100r001c432b046 )
You can find the link to the zip file in the pdf file from smchohan.
UNLOCKING
Huawei answered quite quickly (7 hours) (I also mentioned my Product ID) and I used my own Android SDK executables to unlock the bootloader.
Contrary to what I found online I didn't lose any user data while unlocking.
ROOTING
The bat file wouldn't run for me, so I manually executed the commands to see what was going on.
I used my own executables (Android SDK) and decided not to install the Google drivers (UniversalAdb Driver Setup6) (stupid me).
So when Windows start looking for Nexus drivers it couldn't find them. Solved it by installing them, unplugging my phone and re-executing adb.exe reboot recovery
After this I got an error while transferring the SuperSU binary. Solved it by using the executables delivered in the zip file instead of my own adb.exe
I created an account just to share my experiences and to thank the original author and OP for translating.
Not sure if all root apps will work currently on this phone
Thankyou pietjpuk92 for sharing your experiences.
Surely this is translated and recompiled from huawei website and a spanish forum.
After rooting my device i installed key to supersu free to make it supersu pro, all root apps work fine, tested root explorer and flashify but titanium backup latest and few old version does not work with full functionality, especially when i tired to convert a user app to system or a system app to user it just stuck in processing. Its not problem with root but few apps needs to updated for this device.
Hi Guys
Newb here. I got hold of the bootloader unlock code from Huawei Mobile and am trying to root my P8 Lite.
Having difficulties with step B. When I execute "fastboot devices" nothing happens. Phone is connected and "phone locked" is displayed.
Any ideas?
Cheers
maxpowers410 said:
Hi Guys
Newb here. I got hold of the bootloader unlock code from Huawei Mobile and am trying to root my P8 Lite.
Having difficulties with step B. When I execute "fastboot devices" nothing happens. Phone is connected and "phone locked" is displayed.
Any ideas?
Cheers
Click to expand...
Click to collapse
These are the steps I followed to unlocked the bootloader:
1. Make sure USB debugging is enabled / HiSuite is able to make a connection
2. Check if you see your device with "adb devices"
3. Reboot into fastboot mode with "adb reboot bootloader". If you see "phone locked" than the bootloader is still locked.
4. Unlock the bootloader with "fastboot oem unlock ****************"
5. Wait. If the phone doesn't reboot by itself execute "fastboot reboot"
The "devices" command is used to see if your computer has a connection to your device.
maxpowers410 said:
Hi Guys
Newb here. I got hold of the bootloader unlock code from Huawei Mobile and am trying to root my P8 Lite.
Having difficulties with step B. When I execute "fastboot devices" nothing happens. Phone is connected and "phone locked" is displayed.
Any ideas?
Cheers
Click to expand...
Click to collapse
First switch on usb debugging in developer options. you will be able to access developer option in this phone by going in settings/about phone and then tapping build number several times. after enabling developers mode connect your phone to PC. once you connect your phone to PC switch it off, and then switch it on by pressing volume down and power key together for few seconds, a white screen should appear at bottom of which phone lckoed is written.
now write in command fastboot devices and press enter you should see serial number of your phone in terminal. If still not working message here again i will write down more detail on it.
PietjePuk92 said:
These are the steps I followed to unlocked the bootloader:
1. Make sure USB debugging is enabled / HiSuite is able to make a connection
2. Check if you see your device with "adb devices"
3. Reboot into fastboot mode with "adb reboot bootloader". If you see "phone locked" than the bootloader is still locked.
4. Unlock the bootloader with "fastboot oem unlock ****************"
5. Wait. If the phone doesn't reboot by itself execute "fastboot reboot"
The "devices" command is used to see if your computer has a connection to your device.
Click to expand...
Click to collapse
Thanks for the headsup, working now.
Started the process, runs through, install the drivers and gets stuck.
At this point the phone screen is black and the bat says "Installing SuperSU...."
Hangs here for some time and nothing happens. Restart the phone manually and nothing has changed. The bat file continues after the manual restart, it restarts the phone into the fastboot "phone unlocked". Restarts again, starts up normally, bat file finishes and phone is not rooted.
Can anyone push me in the right direction?
Thanks
maxpowers410 said:
Thanks for the headsup, working now.
Started the process, runs through, install the drivers and gets stuck.
At this point the phone screen is black and the bat says "Installing SuperSU...."
Hangs here for some time and nothing happens. Restart the phone manually and nothing has changed. The bat file continues after the manual restart, it restarts the phone into the fastboot "phone unlocked". Restarts again, starts up normally, bat file finishes and phone is not rooted.
Can anyone push me in the right direction?
Thanks
Click to expand...
Click to collapse
You may have the same problem as me with the bat file not working correctly.
Open the bat file with a text editor and look for the commands that are executed (TASKKILL, adb.exe & fastboot.exe). In Notepad++ these will be light blue instead of dark blue.
Open a commandline window in the same folder as the bat file and manually execute the commands. The comments in the file (echo's) will be your guidance.
If you still have a problem, please mention at which command the error occurs.
maxpowers410 said:
Thanks for the headsup, working now.
Started the process, runs through, install the drivers and gets stuck.
At this point the phone screen is black and the bat says "Installing SuperSU...."
Hangs here for some time and nothing happens. Restart the phone manually and nothing has changed. The bat file continues after the manual restart, it restarts the phone into the fastboot "phone unlocked". Restarts again, starts up normally, bat file finishes and phone is not rooted.
Can anyone push me in the right direction?
Thanks
Click to expand...
Click to collapse
Make it sure that you installed UniversalAdbDriverSetup6.msi file present in ROOT/data folder before starting step C. First install and then begin. when it shows black screen first time, on PC you will see installation of some drivers let it complete, then continue.
News for working twrp for this model?
Thanks in advance
Hi! I wrote an e-mail to Huawei but they didn't reply after 4 days. Is there another solution please?
YuYu_Man:P said:
Hi! I wrote an e-mail to Huawei but they didn't reply after 4 days. Is there another solution please?
Click to expand...
Click to collapse
Could not say any thing about it, as it depends on huawei they have to provide unlock code, in my case it came after a day, but due to weekend they might have delayed. Wait for a day more, hopefully you will get code, or mail them again.
GABRIPOSI said:
News for working twrp for this model?
Thanks in advance
Click to expand...
Click to collapse
Still no news but have to wait for a while, it will be there soon.
Thanks, everything went perfectly.
Sent from my ALE-L21 using XDA Free mobile app
Thank you!
Edit: But will they ever reply me even it will take a long time?
(Sorry for my bad English)
---------- Post added at 09:32 AM ---------- Previous post was at 09:24 AM ----------
And I have a question but it is NOT related to this thread but I'm writing here cuz I couldn't find any other general Q&A thread. So can I use a theme on my Huawei P8 Lite EMUI 3.1 with lollipop 5.0 a theme that is only for Huawei P8 EMUI 3.0 ? Will it work? Here is the link: http://www.huaweithemes.cf/2015/05/newborn-theme-p8-built-in-for-emui-30.html
YuYu_Man:P said:
Thank you!
Edit: But will they ever reply me even it will take a long time?
(Sorry for my bad English)
---------- Post added at 09:32 AM ---------- Previous post was at 09:24 AM ----------
And I have a question but it is NOT related to this thread but I'm writing here cuz I couldn't find any other general Q&A thread. So can I use a theme on my Huawei P8 Lite EMUI 3.1 with lollipop 5.0 a theme that is only for Huawei P8 EMUI 3.0 ? Will it work? Here is the link: http://www.huaweithemes.cf/2015/05/newborn-theme-p8-built-in-for-emui-30.html
Click to expand...
Click to collapse
Hopefully you will get code or send them email again with correct serial number.
About your question answer is yes you can use any hwt theme, for that;
First download this theme, it will be downloaded in /download folder of internal storage, copy it from downloads to /HWThemes folder. Now open themes app and you will see it there, apply it.
So it doesn't matter if I use that theme even it's for Huawei P8 EMUI 3.0 ? Will it brick my phone?
Sent from my ALE-L21 using XDA Free mobile app
YuYu_Man:P said:
So it doesn't matter if I use that theme even it's for Huawei P8 EMUI 3.0 ? Will it brick my phone?
Sent from my ALE-L21 using XDA Free mobile app
Click to expand...
Click to collapse
I am using all p8 themes on p8 lite, no problem at all.
Ok THanks
Sent from my ALE-L21 using XDA Free mobile app
How to obtain bootloader unlock code for any Huawei Phone/Tablet
Hello,
for first, sorry for my bad english, I'm from Czech Republic.
In this topic, I'll show you, how to get bootloader unlock code by official way.
(tested on Huawei Ascend P7).
------------------------------------------------------
You will need:
Huawei Phone/Tab
Huawei ID (easy login with Facebook or create now account)
Product model, Serial number, IMEI, Product ID (I'll show you how obtain this info later)
------------------------------------------------------
Gathering information about you phone/tab (PM, SN, EMEI, PID):
1) Product model
a) Take your phone/tablet
b) Go to options
c) Scroll down to section "About phone"
d) Note your Model number (first line) - HUAWEI P7-L10, etc.
2) Serial Number
a) Look on the phone box (see image below)
3) IMEI
a) Look on the phone box (see image below)
4) Product ID
a) Open your dialer
b) Call *#*#1357946#*#*
c) PID will show on your screen
---------------------------------------------------------------
Putting info to Huawei Bootloader Unlock Site:
a) Open this page: h t t p://emui.huawei.com/en/plugin.php?id=unlock&mod=detail (delete spaces in HTTP)
b) Log in to Huawei ID, if you already not
c) Set product type (phone or tab)
d) Put PM, SN, IMEI and PID to right boxes
e) Solve Captcha
f) Press Submit
g) The unlock code appears under captcha (red text, something like: Your unlocking password is:87XXXXXXXXXX5492)
And that's it, you have your bootloader unlock code!
IMAGE OF BOX (IMEI AND SN):
h t t p://s15.postimg.org/8vytgqte3/IMG_20150822_161516.jpg (delete spaces in HTTP)
Thanks, I try to do today. My English is to bad to. [emoji14]
Enviado desde mi HUAWEI P7-L10 mediante Tapatalk
Does anyone know why there isnt an option for the p7-L00?
Oob1e said:
Does anyone know why there isnt an option for the p7-L00?
Click to expand...
Click to collapse
I found this post h t t p://forum.xda-developers.com/showpost.php?p=62162312&postcount=32
Which outlined what to do.
Doesnt give me an unlock code sadly
Hello guys, unfortunately didn't work for me
After I've submitted all the information i got this message: Sorry you must use a phone account to submit this application
What????
I'm stuck with the same phrase and no success
Alsaya said:
I'm stuck with the same phrase and no success
Click to expand...
Click to collapse
I also had the same problem.. Solved it by logging in using my facebook account! Hope this works for you
Lankern98 said:
I also had the same problem.. Solved it by logging in using my facebook account! Hope this works for you
Click to expand...
Click to collapse
I was unable to log in with Facebook account, just stuck at login page after Facebook authentication. Weired !
Purpose
What is the purpose of this thing?(Unlocking Bootloader) Anyone please? thank you.
I cant get it
Hello, you sent an email to [email protected] with all information for models L10 and L21, i tried it a few times, but i didnt get any answer. Can you help me ? The L-21 phone is from T-Mobile
Quick update for everyone stuck in the Need phone account!
I miss placed my box and only had the phone to work with! I was trying with the serial number that I found in Settings -> About -> Status, but that is just wrong... Also registering account with my email Kept on saying just that error!
As suggested in this thread, I Logged in using Facebook and then it showed me My Serial Number and EMEI do not match;
then I went digging into service menu and found the Actual serial number.
Dial: *#*#2846579#*#*
It will present you with the service menu, then go to Option: 2. Veneer Informations > 4. Other info
You will see your Serial number AND EMEI number there...
Hope this helps
It requests a Phone account.
Facebook login gives a logging error.
How do you get this working?
Another question is,
what is AT LOCK and FASTBOOT LOCK ?
(found them with the Dial: *#*#2846579#*#* provided by rjeevan)
Thanks
You are my hero!
......... it showed me My Serial Number and EMEI do not match; ......
Dial: *#*#2846579#*#*
It will present you with the service menu, then go to Option: 2. Veneer Informations > 4. Other info
You will see your Serial number AND EMEI number there...
Pajke said:
Hello,
for first, sorry for my bad english, I'm from Czech Republic.
In this topic, I'll show you, how to get bootloader unlock code by official way.
(tested on Huawei Ascend P7).
------------------------------------------------------
You will need:
Huawei Phone/Tab
Huawei ID (easy login with Facebook or create now account)
Product model, Serial number, IMEI, Product ID (I'll show you how obtain this info later)
------------------------------------------------------
Gathering information about you phone/tab (PM, SN, EMEI, PID):
1) Product model
a) Take your phone/tablet
b) Go to options
c) Scroll down to section "About phone"
d) Note your Model number (first line) - HUAWEI P7-L10, etc.
2) Serial Number
a) Look on the phone box (see image below)
3) IMEI
a) Look on the phone box (see image below)
4) Product ID
a) Open your dialer
b) Call *#*#1357946#*#*
c) PID will show on your screen
---------------------------------------------------------------
Putting info to Huawei Bootloader Unlock Site:
a) Open this page: h t t p://emui.huawei.com/en/plugin.php?id=unlock&mod=detail (delete spaces in HTTP)
b) Log in to Huawei ID, if you already not
c) Set product type (phone or tab)
d) Put PM, SN, IMEI and PID to right boxes
e) Solve Captcha
f) Press Submit
g) The unlock code appears under captcha (red text, something like: Your unlocking password is:87XXXXXXXXXX5492)
And that's it, you have your bootloader unlock code!
IMAGE OF BOX (IMEI AND SN):
h t t p://s15.postimg.org/8vytgqte3/IMG_20150822_161516.jpg (delete spaces in HTTP)
Click to expand...
Click to collapse
it says that i havent used my account on my phone in 14 days....wat should i do? i cant get the code
Thank You
The guide is great. Now I just have to follow the 2nd guide to unlock the bootloader via the guide at h t t p s://emui.huawei.com/en/plugin/unlock/step
:highfive:
Hello!
I would like to tell you, how to UNLOCK BOOTLOADER on your HTC Desire 510. You need it to ROOT your phone, to install Recovery and to switch your Rom and so on. I TELL YOU HOW TO DO IT ALL WITH WINDOWS COMPUTER!!!!! Do backup, before doing UNLOCK BOOTLOADER, because your phone will be reset to factory default settings and this action may void your warranty. GET STARTED:
Step 1:
Download HTC Sync Manager and install it on PC. Link: htc.com/us/support/software/htc-sync-manager.aspx
Download Java Runtime Environment and install it on PC. Link: java.com
Download adb.rar and extract files on the DISC C ( C:\ ). Link: docs.google.com/file/d/0B-smco0CRy_HUDl4WDhVaVlvamM/edit
Step 3:
Register you on this page. Link: htcdev.com
Step 4:
Go to home page there and log in.
Step 5:
After logging in click the button (UNLOCK BOOTLOADER) and then (GET STARTED).
Step 6:
You should select your device there, but you wouldn't find it. Because of that you should go under of this list and click (all other supported devices). When you did it, click (begin Unlock Bootloader). Then HTC Development will ask you (Are you sure you wish to continue) and click (Yes). Then accept all the terms and click (Proceed to Unlock Instruction).
Step 7:
I explain to you how to do this steps on the page HTC Dev on the HTC desire 510.
Power down your HTC Desire 510 and then take the battery out and in. Then press Volume Down and while pressing Volume Down, press Power holding both buttons to start the device into Bootloader mode. Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button. After it all connect the device to the computer via a USB cable.
Step 8:
Then click: (proceed to step 5).
Step 9:
I explain you again this steps on HTC dev.
Open a command Prompt on Windows: Go to Start, search cmd there and open it. Write there: cd c:\adb and click Enter. Then write: fastboot devices. If there come fastboot (and something like C12AREBSJ3), then it is OK. When not, then you hadn’t installed HTC sync manager or your PC don’t see your phone. When it comes, then go on. Write: fastboot oem get_identifier_token there and click enter. Then you will see a long block of text. Copy and paste this text into the token field below (in the Windows command prompt: Right Click > Mark > highlight the block of text > Right click to copy. Mac users can use cmd-option to mark and select text.).
When copying the token, start with this line:
<<<< Identifier Token Start >>>>
And end with this line:
<<<<< Identifier Token End >>>>>
(Note: Only copy the highlighted sections above. Do not copy the INFO or (bootloader) prefix)
Then paste this string of text into the token field on the HTC dev page and hit Submit in order to receive your unlock code binary file. You will receive this information in your email.
Step 10:
Go to your email and download this file Unlock_code.bin on your computer. Move this file to the folder adb on the Disc C. Then write on command Prompt, on cmd: fastboot flash unlocktoken Unlock_code.bin and click enter. On your phone you will now see the disclaimer. Please read this carefully as this action may void your warranty. Use the Volume buttons to highlight your choice, and the Power button to make your selection. If you select Yes, your phone will be reset to its’ factory default settings, and your bootloader will be unlocked. If you select No, your phone will reboot and no modifications will have been made. It’s all. After rebooting you will have a Unlock bootloader.
GOOD LUCK!!!:laugh::laugh::laugh::laugh::good::good::good:
Sorry for my bad English!!!
Ilkin Namazli said:
Hello!
I would like to tell you, how to UNLOCK BOOTLOADER on your HTC Desire 510. You need it to ROOT your phone, to install Recovery and to switch your Rom and so on. I TELL YOU HOW TO DO IT ALL WITH WINDOWS COMPUTER!!!!! Do backup, before doing UNLOCK BOOTLOADER, because your phone will be reset to factory default settings and this action may void your warranty. GET STARTED:
Step 1:
Download HTC Sync Manager and install it on PC. Link: htc.com/us/support/software/htc-sync-manager.aspx
Download Java Runtime Environment and install it on PC. Link: java.com
Download adb.rar and extract files on the DISC C ( C:\ ). Link: docs.google.com/file/d/0B-smco0CRy_HUDl4WDhVaVlvamM/edit
Step 3:
Register you on this page. Link: htcdev.com
Step 4:
Go to home page there and log in.
Step 5:
After logging in click the button (UNLOCK BOOTLOADER) and then (GET STARTED).
Step 6:
You should select your device there, but you wouldn't find it. Because of that you should go under of this list and click (all other supported devices). When you did it, click (begin Unlock Bootloader). Then HTC Development will ask you (Are you sure you wish to continue) and click (Yes). Then accept all the terms and click (Proceed to Unlock Instruction).
Step 7:
I explain to you how to do this steps on the page HTC Dev on the HTC desire 510.
Power down your HTC Desire 510 and then take the battery out and in. Then press Volume Down and while pressing Volume Down, press Power holding both buttons to start the device into Bootloader mode. Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button. After it all connect the device to the computer via a USB cable.
Step 8:
Then click: (proceed to step 5).
Step 9:
I explain you again this steps on HTC dev.
Open a command Prompt on Windows: Go to Start, search cmd there and open it. Write there: cd c:\adb and click Enter. Then write: fastboot devices. If there come fastboot (and something like C12AREBSJ3), then it is OK. When not, then you hadn’t installed HTC sync manager or your PC don’t see your phone. When it comes, then go on. Write: fastboot oem get_identifier_token there and click enter. Then you will see a long block of text. Copy and paste this text into the token field below (in the Windows command prompt: Right Click > Mark > highlight the block of text > Right click to copy. Mac users can use cmd-option to mark and select text.).
When copying the token, start with this line:
<<<< Identifier Token Start >>>>
And end with this line:
<<<<< Identifier Token End >>>>>
(Note: Only copy the highlighted sections above. Do not copy the INFO or (bootloader) prefix)
Then paste this string of text into the token field on the HTC dev page and hit Submit in order to receive your unlock code binary file. You will receive this information in your email.
Step 10:
Go to your email and download this file Unlock_code.bin on your computer. Move this file to the folder adb on the Disc C. Then write on command Prompt, on cmd: fastboot flash unlocktoken Unlock_code.bin and click enter. On your phone you will now see the disclaimer. Please read this carefully as this action may void your warranty. Use the Volume buttons to highlight your choice, and the Power button to make your selection. If you select Yes, your phone will be reset to its’ factory default settings, and your bootloader will be unlocked. If you select No, your phone will reboot and no modifications will have been made. It’s all. After rebooting you will have a Unlock bootloader.
GOOD LUCK!!!:laugh::laugh::laugh::laugh::good::good::good:
Sorry for my bad English!!!
Click to expand...
Click to collapse
Bro. Major wall of text. This process was detailed over a year ago, twice.
Chimera Tool
Chimera Tool has just added a module for HTC (So far just 15 devices, including 510)
It includes an unlock/lock bootloader option that appears to skip the HTC DEV steps. (Will confirm this when I get my hands on one to play with this evening)
I have a full licence, however, it is likely this is one of the features enabled in trial versions
Heya,
I am trying to change ROM on my Zuk Z2 Pro following these steps to unlock bootloader:
On your Lenovo phone, go to Settings » About » Status information» and make a note of your device’s Serial number.
On your PC, open developer.zuk.com/bootloader websiteusing Chrome browser.
Once the is opened, right-click anywhere on the page and select “Translate to english” from the context menu.
Read the terms & conditions and then click on the Carry on button at the bottom of the page.
On the next page, select your device model from drop-down box.
Next, enter your 8-digit serial number into Serial number box.
└If you’ve a 7-digit serial number, add a zero (0) to end. If you’ve 6-digit serial number, add two zeros (00) to the end.
Provide your Email ID in the EMail box. Bootloader unlock files will be sent to this E-mail ID.
Tick/check-mark the the two conditions above submit button, and then hit the SUBMIT button.
└ You’ll get a message on screen in chinese. It means, the unlock file has been sent to your E-mail ID.
Open your email account, look for an e-mail from Lenovo and download the unlock_bootloader.img file from the mail
Click to expand...
Click to collapse
However I am getting stuck at step 9 and 10.
after all previous steps on developer.zuk.com/bootloader I was redirected to lenovo site and I was asked to login with lenovo account - which I created and logged in however after that I received the following message:
Sorry, the page you visited is missing
1. Please recheck the URL you entered.
2. Please click the browser "refresh" button, or try again later.
Return to the home page ( 9 s)
Click to expand...
Click to collapse
Also checked my e-mail - no sign of the file.
so.. it looks like I am now stuck.....
Prior to posting here I googled for other guides but every time I find a guide for this model it is using the official lenovo website way...
I am looking for how to unlock it not the official way, help please!
Your description is the old one, it's outdated.
Here you find the new one:
https://forum.xda-developers.com/zuk-z2-pro/how-to/howto-unlock-bootloader-twrp-zuk-z2-pro-t3928705