Please help me about huawei y6 pro - Android Q&A, Help & Troubleshooting

Hello experts i am facing a real problem with my huawei y6 pro.
i want to Root my phone for this propose i setup adb on my PC,i connect my device in fastboot mode open cmd in adb,then i write the command as below,
fastboot oem unlock .....code here..
After pressing enter a confirmation was on the mobile screen about unblocking bootloader i Confirmed it then in cmd it shows that unlock successful.when i boot the phone my whole data was erased, so i was hopeful that now Root apps will work on my phone i tried kingroot app but it was still showing "Root strategy unavailable"
After it i planned to install custom recovery( i had a recovery for mtk devices)via fastboot mode ,i copy the recovery.img file to my adb folder rebooted my phone to fastboot and tried this command
"fastboot flash recovery recovery.img"
It shows succeeded,
But when i tried to boot into recovery it was stock recovery,
Please experts help me what can i do now??
Sent from my HUAWEI TIT-AL00 using XDA Forums

prior the flash try
fastboot erase recovery
then flash it

yasitoo said:
prior the flash try
fastboot erase recovery
then flash it
Click to expand...
Click to collapse
Thanks for reply i tried it ,
It shows ,
"Erasing ,recovery,...
Failed <remote: unknown command>
Finished. Total time:0.009s"
Sent from my HUAWEI TIT-AL00 using XDA Forums

Tajamal said:
Thanks for reply i tried it ,
It shows ,
"Erasing ,recovery,...
Failed <remote: unknown command>
Finished. Total time:0.009s"
Sent from my HUAWEI TIT-AL00 using XDA Forums
Click to expand...
Click to collapse
i'm not pro but you may have bad drivers or device is not completely unlocked,
try to completely uninstall any adb/device driver on your pc and install those ones,
besides that, check if device is detected with this command
Code:
fastboot -l devices
then try again with
Code:
fastboot erase recovery
fastboot flash recovery recovery.img
goodluck.

yasitoo said:
i'm not pro but you may have bad drivers or device is not completely unlocked,
try to completely uninstall any adb/device driver on your pc and install those ones,
besides that, check if device is detected with this command
Code:
fastboot -l devices
then try again with
Code:
fastboot erase recovery
fastboot flash recovery recovery.img
goodluck.
Click to expand...
Click to collapse
I guess my phone's bootloader is not unlocked actually i was unable to find unlock code because huawei website was showing an error i ask about this problem in open forum a person ask me to provide him imei+product ID i give it to him then he give me unlock code and i think problem is caused by wrong code the command is just erasing my memory but bootloader is still locked,
So can you help me to find unlock code?
Here is my mobile information
Serial Number
#AVY9KA9631123629
IMEI#******************
Product ID #11680402
Sent from my HUAWEI TIT-AL00 using XDA Forums

Tajamal said:
I guess my phone's bootloader is not unlocked actually i was unable to find unlock code because huawei website was showing an error i ask about this problem in open forum a person ask me to provide him imei+product ID i give it to him then he give me unlock code and i think problem is caused by wrong code the command is just erasing my memory but bootloader is still locked,
So can you help me to find unlock code?
Here is my mobile information
Serial Number
#AVY9KA9631123629
IMEI#***********
Product ID #11680402
Sent from my HUAWEI TIT-AL00 using XDA Forums
Click to expand...
Click to collapse
don't give your imei like that for anyone asking for it, besides that, ican't help you with the unlock code, you would better contact huawei to get the code or resolve the error,
PS : i suggest you to remove your imei from post.

yasitoo said:
don't give your imei like that for anyone asking for it, besides that, ican't help you with the unlock code, you would better contact huawei to get the code or resolve the error,
PS : i suggest you to remove your imei from post.
Click to expand...
Click to collapse
Bundle of thanks brother i will try again from huawei website,
Actually i am from Pakistan & here is a lot of websites are blocked that why i was asking to you,if you could try it for me from your internet it will resolve my issue,
Sent from my HUAWEI TIT-AL00 using XDA Forums

Bootloader unlock failed in my huawei y6 pro TIT-AL00 plzzz help me

00saravana said:
Bootloader unlock failed in my huawei y6 pro TIT-AL00 plzzz help me
Click to expand...
Click to collapse
How did you try to unlock your phones bootloader?
There is no need of unlocking code just command " fastboot oem unlock" and that's it now check your boot loader status with command on fastboot and it Will show you unlocked,
But there is no benefits to unlock this phone you will never find a Root solution for this phone,so it is recommended from me that stay with locked phone,& if you found any suitable custom ROM just flash it with PC without backup,other then that so far i didn't found any safe solution.
Sent from my HUAWEI TIT-AL00 using XDA Forums

Related

[UNLOCK] official method to unlock the bootloader

It looks like Huawei has made available an official method to unlock the bootloader.
http://www.huaweidevice.com/worldwide/servicePolicy.do?method=preUnlock
But i haven't tried it yet. Maybe it could lead to something useful.
both way to obtain product ID doesn't work on cm10 rom, maybe I need to use stock rom.
borisxiao said:
both way to obtain product ID doesn't work on cm10 rom, maybe I need to use stock rom.
Click to expand...
Click to collapse
tested on hwmod's c232B005 rom with bart's kernel, doesn't work either.
Rumbi said:
It looks like Huawei has made available an official method to unlock the bootloader.
http://www.huaweidevice.com/worldwide/servicePolicy.do?method=preUnlock
But i haven't tried it yet. Maybe it could lead to something useful.
Click to expand...
Click to collapse
The form doesn't work correctly. Poor Huawei, they need to get some help from WEB professionals ...
If I select "Tablet" then "Huawei Mediapad" form the two select boxes then it is impossible to fill the IMEI/MEID field.
However if you press the "SUBMIT" button the system says "The IMEI/MEID can contain numbers and letters only.".
The procedure to find the "Product ID" is wrong, or it is not for the MediaPad tablet and doesn't work.
The string they suggest to type in the phone *#*#1357946#*#* or in the calculator ()()1357946()()
doesn't bring up any "Product ID" on my tablet. Probably this number is for other devices.
I just unlocked my MediaPad device by typing:
Code:
fastboot oem unlock
So I believe this device was not really LOCKED.
hwmod said:
The form doesn't work correctly. Poor Huawei, they need to get some help from WEB professionals ...
If I select "Tablet" then "Huawei Mediapad" form the two select boxes then it is impossible to fill the IMEI/MEID field.
However if you press the "SUBMIT" button the system says "The IMEI/MEID can contain numbers and letters only.".
The procedure to find the "Product ID" is wrong, or it is not for the MediaPad tablet and doesn't work.
The string they suggest to type in the phone *#*#1357946#*#* or in the calculator ()()1357946()()
doesn't bring up any "Product ID" on my tablet. Probably this number is for other devices.
I just unlocked my MediaPad device by typing:
Code:
fastboot oem unlock
So I believe this device was not really LOCKED.
Click to expand...
Click to collapse
wow, that looks easy...
hwmod said:
...
So I believe this device was not really LOCKED.
Click to expand...
Click to collapse
I also don't see in what aspect the device should have been locked, fastboot flashing stuff worked right out of the box. Not even fastboot oem unlock was needed.
mblaster said:
I also don't see in what aspect the device should have been locked, fastboot flashing stuff worked right out of the box. Not even fastboot oem unlock was needed.
Click to expand...
Click to collapse
Correct ...
However I tried "fastboot oem unlock" as soon as I bought back in December.
Now with the following "fastboot" command my device shows:
Code:
fastboot oem device-info
...
(bootloader) Device tampered: true
(bootloader) Device unlocked: true
OKAY [ 0.004s]
finished. total time: 0.004s
while we have tested that for some others users it is:
Code:
fastboot oem device-info
...
(bootloader) Device tampered: true
(bootloader) Device unlocked: false
OKAY [ 0.004s]
finished. total time: 0.004s
You can try with your and see what you get.
I had a problem,.
I install Mediapad_2.06.26_OsiMood - Light gets Lighter on my Pad.
Now, I can not test CyanogenMod, because it is not come in "fastboot"
How can I do, thank you
anyone has any alternative to unlock the fastbooot Huawei Mediapad 7 v302u
If you have locked bootloader just flash older fw version. This or something older http://download-c.huawei.com/tcpsdownload/downLoadCenter?category=&flay=software&downloadID=NDYyNDc=
Rumbi said:
It looks like Huawei has made available an official method to unlock the bootloader.
http://www.huaweidevice.com/worldwide/servicePolicy.do?method=preUnlock
But i haven't tried it yet. Maybe it could lead to something useful.
Click to expand...
Click to collapse
This website doesn't work, there is not even a way to select MediaPad as of 7/28/2013
hwmod said:
The string they suggest to type in the phone *#*#1357946#*#* or in the calculator ()()1357946()()
doesn't bring up any "Product ID" on my tablet. Probably this number is for other devices.
I just unlocked my MediaPad device by typing:
Code:
fastboot oem unlock
So I believe this device was not really LOCKED.
Click to expand...
Click to collapse
the correct string in the calculator is ()()1357946()()=
you forgot the '=' sign...
but when I type your code in adb I get " FAILED <remote: please input key>
So then I tried to type*
Code:
fastboot oem unlock <product key I obtained from above mentioned method>
then it says: Unlocking...
OKAY [0.038 sec]
Finished. Total Time..
But the MediaPad reboots and goes into "Failed" wrong key or something of that sort, and still cannot get over the fastboot lock. Can anyone please help?
Corn Flake said:
Everything what was said there about unlocked bootloader for hws73xx. I am not sure if there is fw with unlocked bootloader for lite. Try to send email to [email protected] with your S/N number, IMEI and product id and request for bootloader unlocking code.
Click to expand...
Click to collapse
I sent an email to that address and I got the following reply from HuaWei:
From: [email protected]
Sent: Sunday, July 28, 2013 5:17 PM
Subject: 答复: i need bootloader unlock code for my mediapad
Dear Customer,
Thank you for contacting Huawei device.
Sorry that there have no bootloader unlock code for the MediaPad items.
Once again thank you for contacting Huawei device.
Best Regards.
Huawei Device Customer Care Team.
Please someone HELP ME unlock the fastboot, because this is the only firmware <<<HUAWEI MediaPad Firmware(S7-302u, Android 4.0, C235B001, EN, Network Function)>>> that I find perfectly working the way I need it, except I cannot install SU and CWM to root it because of this fastboot lock thing... I REALLY NEED HELP! PLEASE!!!
I have the TMobile Springboard 303u version, still waiting on network unlock code from tmobile... wonder if that code is going to work to unlock the bootloader too?
of only superuser you can try this way. inject su binary & superuser.apk to the official rom with linux command. set permission. then reflash it to your mediapad. but this can't fix the unlocked bootloader problem. this just add a superuser to official rom.
danisukses said:
of only superuser you can try this way. inject su binary & superuser.apk to the official rom with linux command. set permission. then reflash it to your mediapad. but this can't fix the unlocked bootloader problem. this just add a superuser to official rom.
Click to expand...
Click to collapse
i did the unthinkable! (I am so stupid) In the effort to get a working unlocked bootloader, I stubbornly flashed the wrong bootloader by using the attached application [NOTE to everyone - do NOT use this attachment for anything! you will brick your device! i am only attaching it in hopes that somebody will fully understand what i've done & troubleshoot and help/guide me in the process of unbricking my device]
So can somebody please help me unbrick my device? I am a noob and I have Windows 7 Ultimate. I don't even know how to use Linux. The sad part is that I got SU and root right before I did this stupidity. I got root and SU with the software from this website: http://www.unlockroot.com/unlockroot.html
so officially now I am really begging for HELP with step-by-step instructions on how to unbrick my device? (again - I flashed the wrong bootloader from the attached file).
can you enter to bootloader (fastboot) mode?
danisukses said:
can you enter to bootloader (fastboot) mode?
Click to expand...
Click to collapse
No. Dead. Device doesn't even look like it is turning on, which is expected when one flashes the wrong bootloader. this is brick-brick dead. it doesn't get any worse than this...
maybe the JTAG method can fix it. but JTAG method is only for professional who really2 know how to use the tools.
danisukses said:
maybe the JTAG method can fix it. but JTAG method is only for professional who really2 know how to use the tools.
Click to expand...
Click to collapse
what is JTAG method? are their detailed instructions for the T-Mobile Springboard? If there are detailed instructions for this specific device, then I can definitely do it. I've been pretty good so far at following all the instructions here. I've flashed many ROMs here, etc. The only time I get in trouble is when I go off and do stupid things like flashing the wrong bootloader... I'll never do that again! So yeah - any step-by-step instructions for Windows 7 user?
you can find it on google. it use some toolkit to flashing the board directly from PC.
Unlock code recived from Huawei support about 3 hours ago
try to install "twrp recovery for mediapad" - done
try to find people, who can build CM mod
hwmod said:
The form doesn't work correctly. Poor Huawei, they need to get some help from WEB professionals ...
If I select "Tablet" then "Huawei Mediapad" form the two select boxes then it is impossible to fill the IMEI/MEID field.
However if you press the "SUBMIT" button the system says "The IMEI/MEID can contain numbers and letters only.".
The procedure to find the "Product ID" is wrong, or it is not for the MediaPad tablet and doesn't work.
The string they suggest to type in the phone *#*#1357946#*#* or in the calculator ()()1357946()()
doesn't bring up any "Product ID" on my tablet. Probably this number is for other devices.
I just unlocked my MediaPad device by typing:
Code:
fastboot oem unlock
So I believe this device was not really LOCKED.
Click to expand...
Click to collapse
where to write this? and how to get the adb file for media pad 7 youth (S7-701u)
---------- Post added at 03:18 PM ---------- Previous post was at 02:47 PM ----------
danisukses said:
can you enter to bootloader (fastboot) mode?
Click to expand...
Click to collapse
where to get the ADB file?

Meizu pro 5 Ubuntu Edition Bootloader locked

hacking on meizu to change the distribution channel , I got stuck in the state of locked bootloader , using the command " fastboot oem unlock " by getting this error
trust arm ??
KoalKillerUbU said:
hacking on meizu to change the distribution channel , I got stuck in the state of locked bootloader , using the command " fastboot oem unlock " by getting this error
trust arm ??
Click to expand...
Click to collapse
Do you solved you problem ?
I have the same issue
Binuts said:
Do you solved you problem ?
I have the same issue
Click to expand...
Click to collapse
meizu pro 5 Ubuntu edition use a asiatic version..... puff
KoalKillerUbU said:
meizu pro 5 Ubuntu edition use a asiatic version..... puff
Click to expand...
Click to collapse
Ok, if i use multiupgrade with the chiness folder of this link a have a chance to flash my pro 5 ?
I also have the Ubuntu edition, Is there any way I can help you? I don't know if I can extract the fastboot from my phone, which is unlocked.
Pleytos said:
I also have the Ubuntu edition, Is there any way I can help you? I don't know if I can extract the fastboot from my phone, which is unlocked.
Click to expand...
Click to collapse
Hello, Thank you for this proposal.
For now I have no idea of how to save the bootloader or the recovery.
But i think it was blocked because i have a bootloader locked and no recovery.
The only way seems to be a full write of the memory with the meizu tools.
I have test with a android rom but they don't work "token sign failed".
If you can upload the bootloader.img and the recovery.img, i this, you can save my phone
KoalKillerUbU said:
hacking on meizu to change the distribution channel , I got stuck in the state of locked bootloader , using the command " fastboot oem unlock " by getting this error
trust arm ??
Click to expand...
Click to collapse
I have the exact same problem. And that 16 there in the screenshot gets incremented on every subsequent call to
Code:
fastboot oem unlock
until it reaches 256 or something, at which point the device shuts down.
Initially in fastboot mode my device would say that the bootloader is unlocked, so it was not like that from the start. But I locked it by mistake (lets say ) while trying to figure out how to make ubuntu-device-flash work (by shooting in the dark, mostly, rather than reading). Had no idea it will not let me unlock it after that.
Also before that there were some
Code:
fastboot flash all
so basically there is no OS no recovery, no nothing. Just barely getting the fastboot mode - otherwise totally useless.
Really looking forward for ideas

Help unlocking bootloader for Huawei Y6

I couldn't find anything specific for this phone. All the tools/videos were made for other Huawei phones, so I'm skeptic to try them out.
I'm looking for a tool for PC which will help me unlock the bootloader on my Huawei Y6. I already got the code from the official Huawei site.
Also, recommend drivers which I'll need.
if you already got unlock password for boot loader now what?
asadnow2k said:
if you already got unlock password for boot loader now what?
Click to expand...
Click to collapse
I need a script/exe whatever to input the code so I can unlock the bootloader from my PC from what I saw in the videos I watched.
Don't trust that.
Install minimal adb and fastboot from here http://forum.xda-developers.com/showthread.php?t=2317790
Go into that folder, press shift and right click, then click "Open command prompt here"
When it opens, write "fastboot oem unlock xxxxxxxx" where xxxxxx is the code you received.
It should say "waiting for device".
Shut down your phone, connect it to the PC and turn it on using VOL UP + POWER.
Fastboot should do it automatically and unlock your bootloader.
asadnow2k said:
if you already got unlock password for boot loader now what?
Click to expand...
Click to collapse
how ?
there are services to obtain bootloader unlock password via imie. paid 2us$ only
It doesnt work sir on my Huawei y6 device
BrreaKer said:
Don't trust that.
Install minimal adb and fastboot from here http://forum.xda-developers.com/showthread.php?t=2317790
Go into that folder, press shift and right click, then click "Open command prompt here"
When it opens, write "fastboot oem unlock xxxxxxxx" where xxxxxx is the code you received.
It should say "waiting for device".
Shut down your phone, connect it to the PC and turn it on using VOL UP + POWER.
Fastboot should do it automatically and unlock your bootloader.
Click to expand...
Click to collapse
It does'nt reboot automaticaly.
aping01 said:
It does'nt reboot automaticaly.
Click to expand...
Click to collapse
After giving command fastboot oem unlock xxxxcodexxxx your bootloader is unlocked. Then type fastboot reboot then it reboots normally.
Finally it works!
Ashwinrg said:
After giving command fastboot oem unlock xxxxcodexxxx your bootloader is unlocked. Then type fastboot reboot then it reboots normally.
Click to expand...
Click to collapse
Thank you so much sir!
please help
asadnow2k said:
if you already got unlock password for boot loader now what?
Click to expand...
Click to collapse
I also tried to get bootloader unlock code via official huawei website but it says you need to use the huawei id on the phone for 14 days.But I did not found where to add the huawei id please help.
asadnow2k said:
there are services to obtain bootloader unlock password via imie. paid 2us$ only
Click to expand...
Click to collapse
Show me please
I need bootlood unlock code of my huawei y6 scl-u31 imei1=860710039301521
Anwartfq said:
I need bootlood unlock code of my huawei y6 scl-u31 imei1=860710039301521
Click to expand...
Click to collapse
Thats nice, but you're requesting in the wrong site. Have you tried a google site request?
I just did this tonight on my Huawei Y6 ATU L11.
Follow this guide first: dc-unlocker.com/how-to-read-huawei-bootloader-unlock-code
Then do this:
dc-unlocker.com/free-huawei-bootloader-unlock-tutorial
It's not free but it's worth it imo as stock on this phone is quite bad.
Can anyone make a tutorial on how to unlock the bootloader on this huawei Y6 with/without unlock code. Though I best prefer w/o unlock but even with unlock code will do. Thakns.
Did anyone find a rooting method for y6 2019 pro??? I've hunted posts everywhere to no avail, also tried getting bootlocker unlock code directly from huwaei, however, apparently they stopped giving these out a couple of years ago, I'm using this y6 2019 pro just now but it's pretty whack and they won't even upgrade it to andy10. Fookers playing god with their bootloaders. Give us em? any luck with it guys n gals?
Can you send me the code?
Pls send me the code sir/maam i really do need it i dont have money to use dc unlocker or any other kinds of $ hugry programs
If your kind enough send it to my email ?
[email protected]
aznbankaii said:
Pls send me the code sir/maam i really do need it i dont have money to use dc unlocker or any other kinds of $ hugry programs
If your kind enough send it to my email ?
[email protected]
Click to expand...
Click to collapse
There is no code because huwaei do not provide unlock codes, therefore each device including the y6 2019 remains with a locked bootloader, sell it and buy a Samsung or pixel

[Help post] Please help me with bootloader code of my Huawei Y6 Pro TIT-AL00

I have a Huawei Y6 pro. I want to unlock bootloader. I tried to get it from Huawei official bootloader unlock page. But showing me location problems. Maybe it works with your location. Guys please help me out. I will provide with those information. Help me anyone.
Hello there, try using a VPN service (a chrome extension maybe) and retry retrieving the unlock key. Then perform bootloader unlocking:
In your device, go to Settings > Developer Settings > Allow OEM unlocking and enable USB Debugging. After that, open up your terminal/cmd and type: adb reboot bootloader
then: fastboot oem unlock (unlock key)
Good luck.
rolland.arriza said:
Hello there, try using a VPN service (a chrome extension maybe) and retry retrieving the unlock key. Then perform bootloader unlocking:
In your device, go to Settings > Developer Settings > Allow OEM unlocking and enable USB Debugging. After that, open up your terminal/cmd and type: adb reboot bootloader
then: fastboot oem unlock (unlock key)
Good luck.
Click to expand...
Click to collapse
Is Hola Free Vpn work? Tell me name of vpn
If the VPN does not work, try the chinese website: http://emui.huawei.com/cn/
rolland.arriza said:
If the VPN does not work, try the chinese website: http://emui.huawei.com/cn/
Click to expand...
Click to collapse
bro its not working,,, can you do this for me? i will send you imei and the othes
Saif Kabir said:
bro its not working,,, can you do this for me? i will send you imei and the othes
Click to expand...
Click to collapse
Go to Huawei unlock code request page and get your unlock code.
Saif Kabir said:
bro its not working,,, can you do this for me? i will send you imei and the othes
Click to expand...
Click to collapse
Here's the en site: http://emui.huawei.com/en/plugin/unlock/index and cn site: http://emui.huawei.com/cn/plugin/unlock/index
Please do add more details on why it is working or not. Also, please try to scour xda and the internet for further information. Also (although others may help you with your case), please do not share personal and sensitive information (which is I think you're trying to do).
Saif Kabir said:
I have a Huawei Y6 pro. I want to unlock bootloader. I tried to get it from Huawei official bootloader unlock page. But showing me location problems. Maybe it works with your location. Guys please help me out. I will provide with those information. Help me anyone.
Click to expand...
Click to collapse
Go to fastboot mode
Type without quotes
"fastboot devices" enter then type
"fastboot oem unlock xxxcodexxxx"
Your bootloader is unlocked.
Cheers.

Redmi Note 5A Prime IMEI Lost, Bootloader Locked, Open diag failed.. HELP!!!

My Redmi Note 5A Prime came with unlocked bootloader with a fake rom. so I flashed official developer fastboot rom. After that my IMEI broke and bootloader locked. Unable to open diag mode. Unable to add MI Account on the phone. I search the internet but sadly couldn't find anything. what I have found needs unlocked bootloader. Can anyone please help me to unlock the bootloader?
You have to apply here: http://en.miui.com/unlock/ in order to unlock your bootloader (can take a bit to get verified)
In addition add the phone number you apply with to your mi clound & login to your mi account on your phone.
Download the software for windows --> login --> connect your phone via fastboot --> hit unlock.
If it still does not work, please go ahead and flash the latest china developer rom on your phone and try everything again.
Good luck and please tell me if it worked
you can unlock unofficial bootloader with edl mode:
http://en.miui.com/thread-2049615-1-1.html
Thanks a lot for this solution ada12, it looks promissing.
I suppose that what they mean on your link by "REBOOT YOUR PHONE TO EDL MODE ( Testpoint )" is that i need to unmount the phone like in this video, right?
I havn't tried the hardware method yet, and when I try to use myflash with what is in RNote5_unlock.zip it says it cannot find the file flash_all.bat. So I tried different things:
- used the bach scripts contained in ugglite_global_images_8.4.12_20180412.0000.00_7.1_global but it fails saying cannot find the file tz.mbn... for sure it's not there
- added what was in the zip to the folder ugglite_global_images_8.4.12_20180412.0000.00_7.1_global but then i get the same error that i have been getting for the past several hours "Flash tz error" in mi flash...
What am I doing wrong?
Today, when I try to access the thread on the miui forum i get this error message :/
Sorry, you don't have the permission to access this thread.
[ Xiaomi MIUI Official Forum Home ]​
Can you still see it ada12?
parpagnas said:
Thanks a lot for this solution ada12, it looks promissing.
I suppose that what they mean on your link by "REBOOT YOUR PHONE TO EDL MODE ( Testpoint )" is that i need to unmount the phone like in this video, right?
I havn't tried the hardware method yet, and when I try to use myflash with what is in RNote5_unlock.zip it says it cannot find the file flash_all.bat. So I tried different things:
- used the bach scripts contained in ugglite_global_images_8.4.12_20180412.0000.00_7.1_global but it fails saying cannot find the file tz.mbn... for sure it's not there
- added what was in the zip to the folder ugglite_global_images_8.4.12_20180412.0000.00_7.1_global but then i get the same error that i have been getting for the past several hours "Flash tz error" in mi flash...
What am I doing wrong?[/QUOTE
You try different rom to flashing,I mean your device is RN5A Prime(Ugg)not Ugglite
Sent from my ugg using XDA Labs
Click to expand...
Click to collapse
[Help] Flash global rom my redmi note 5a that i recently bought is tampered
can you please help me to flash a global rom ? i bought a redmi note 5a but i found out that my rom is tampered not global. after searching i found out that i need to unlock the bootloader. but it sucks at 99% . anyone please help me.
godexgaming said:
can you please help me to flash a global rom ? i bought a redmi note 5a but i found out that my rom is tampered not global. after searching i found out that i need to unlock the bootloader. but it sucks at 99% . anyone please help me.
Click to expand...
Click to collapse
Did you try bounding mi account?If yes try 3 day to try agains to UBL and dont forget to visit mi community,in there many guides to UBL your devices,good luck..
Sent from my ugg using XDA Labs
godexgaming said:
can you please help me to flash a global rom ? i bought a redmi note 5a but i found out that my rom is tampered not global. after searching i found out that i need to unlock the bootloader. but it sucks at 99% . anyone please help me.
Click to expand...
Click to collapse
I had the same problem - the phone came with a 'fake' global rom installed and it was impossible to bind the phone and account. The way I got around it was to flash the latest Chinese stable rom (it isn't possible to flash the global rom while the bootloader is locked) onto the phone and then I was able to bind the phone and account. Once I got to this stage I was then able to request unlock permission which now takes 360 hours (15 days). Once the 15 days have elapsed the bootloader can be unlocked and you are then free to install the latest global rom.
To fix IMEI problem:
1.) Reboot to fastboot mode
2.) Run command: fastboot erase modemst1
3.) Run command: fastboot erase modemst2
4.) IMEI fixed!
For bootloader unlock,if you cant add Mi account to your phone,it is problem,becouse you have to submit phone to unlock request (via developer mode).
Try this: Go to Developer settings,check "Allow OEM unlock" option and then try add MiAccount via next option "Mi unlock status"
lazynkox said:
To fix IMEI problem:
1.) Reboot to fastboot mode
2.) Run command: fastboot erase modemst1
3.) Run command: fastboot erase modemst2
4.) IMEI fixed!
For bootloader unlock,if you cant add Mi account to your phone,it is problem,becouse you have to submit phone to unlock request (via developer mode).
Try this: Go to Developer settings,check "Allow OEM unlock" option and then try add MiAccount via next option "Mi unlock status"
Click to expand...
Click to collapse
I agree with everything here, good job. Just want to add something to "unlock bootloader": if you recieve some error "it can't be added", download a VPN with the location in china. There is one app (at least) where you can create an fake account (e.g. 10 minute mail) and have 1 day of premium. Point it onto china and try to add your mi account again, that should do the trick.
Good luck and have fun ^^ ask if you have some problems!
---------- Post added at 02:11 PM ---------- Previous post was at 02:03 PM ----------
parpagnas said:
Thanks a lot for this solution ada12, it looks promissing.
I suppose that what they mean on your link by "REBOOT YOUR PHONE TO EDL MODE ( Testpoint )" is that i need to unmount the phone like in this video, right?
I havn't tried the hardware method yet, and when I try to use myflash with what is in RNote5_unlock.zip it says it cannot find the file flash_all.bat. So I tried different things:
- used the bach scripts contained in ugglite_global_images_8.4.12_20180412.0000.00_7.1_global but it fails saying cannot find the file tz.mbn... for sure it's not there
- added what was in the zip to the folder ugglite_global_images_8.4.12_20180412.0000.00_7.1_global but then i get the same error that i have been getting for the past several hours "Flash tz error" in mi flash...
What am I doing wrong?
Click to expand...
Click to collapse
The answer is: NANOMACHINES, SON!
Just kidding, you have to point onto the root folder, if the system can't find the "flash.bat" you might be one folder too deep. If you get an error message during flashing then you might have a problem in terms of compatibility.
I still don't know yet, what the NSF means by mentioning the computer system with the "blue face for an interface" as an solution to xiaomis bootloader incompatibility issue. It seems suspicious, that some valuable forum posts have gone missing... wondering what the NSF is up to.
:highfive:
md.safayat said:
My Redmi Note 5A Prime came with unlocked bootloader with a fake rom. so I flashed official developer fastboot rom. After that my IMEI broke and bootloader locked. Unable to open diag mode. Unable to add MI Account on the phone. I search the internet but sadly couldn't find anything. what I have found needs unlocked bootloader. Can anyone please help me to unlock the bootloader?
Click to expand...
Click to collapse
Hi to all. i have problem with redmi note 5a after remove micloud wifi and bluetooth unaviable. i try many official roms, but no luck. Please help to resolve this problem.
lazynkox said:
To fix IMEI problem:
1.) Reboot to fastboot mode
2.) Run command: fastboot erase modemst1
3.) Run command: fastboot erase modemst2
4.) IMEI fixed!
For bootloader unlock,if you cant add Mi account to your phone,it is problem,becouse you have to submit phone to unlock request (via developer mode).
Try this: Go to Developer settings,check "Allow OEM unlock" option and then try add MiAccount via next option "Mi unlock status"
Click to expand...
Click to collapse
How will you run these commands on a locked bootloader? And no erasing modemst1-2 won't fix imei's.

Categories

Resources