[BOOTLOADER] Zenfone 6 a601cg bootloader unlock guide - Miscellaneous Android Development

Method is a little bit different .Usage is harder
It shows lines instead of screen while booting - fastboot -recovery. Example
But i have solution for it.
Dont worry it wont damages your device. You have to wait until your device boots and it will be normal
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices,. Please
* do some research before unlocking it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, I will laugh at you.
*
*/
Prerequisites:
Install the Intel USB Driver and ASUS PCLink
Download all the required files
Extract the archives
Installation:
Put your device to fastboot mode
Flash fastboot%2Fzf6
fastboot flash fastboot fastboot%2Fzf6.img ** Jellybean Fastboot doesnt have any function itself. It will show only ASUS logo. You can use fastboot commands
Reboot Bootloader
fastboot reboot-bootloader
Flash bootloader files
fastboot flash dnx dnx_fwr_ctp_a600cg.bin
fastboot flash ifwi ifwi_ctp_a600cg_unlock.bin
Reboot bootloader
fastboot reboot-bootloader
Flash your previous droidboot/fastboot
fastboot flash fastboot fastboot.img
Flash TWRP
fastboot flash recovery "twrp-image".img
Reboot your phone
fastboot reboot
Enable USB Debugging then reboot recovery
adb reboot recovery
Wait until screen shows blue lines
Connect your device to pc
Type adb shell on cmd
Here is example codes for flashing:
twrp wipe data
twrp wipe cache
twrp install /sdcard/"example-rom".zip
twrp install /sdcard/"gapps".zip
If you dont have computer to do this twrp steps. There is a app called Auto Flasher Rom flash utility but its risky.
For locking: Just change ifwi. all goes with same method
Downloads
TWRP-3.0-M-2.0-recovery-T00F.zip (other versions untested + we need twrp version 3+
Fastboot
Bootloader Tools

thank you
---------- Post added at 09:58 AM ---------- Previous post was at 09:14 AM ----------
fastboot flash fastboot fastboot%2Fzf6.img
waiting for asus logo after restart

mdikmetas said:
thank you
---------- Post added at 09:58 AM ---------- Previous post was at 09:14 AM ----------
fastboot flash fastboot fastboot%2Fzf6.img
waiting for asus logo after restart
Click to expand...
Click to collapse
Information added about fastboot

worked now all thank you

thanks m8, helped me a lot

Thank you

Help me please
Method is a little bit different .Usage is harder
It shows lines instead of screen while booting - fastboot -recovery. Example
But i have solution for it.
Dont worry it wont damages your device. You have to wait until your device boots and it will be normal
Hey..im new in here..i've got problem when tried to follow your guide...my zen 6 a601cg shows line until now..almost 4 hours...its show that colouring lines,thats all..i'm very sure i'll follow ur guide correctly but after flashing twrp then reboot,the lines not disappear until now..help me please..
Sorry for my poor english..Thanks in advance..

I can't extract the archives because there is a password.
Could you give the password to extract the files please?
Thank you

After unlock, is there some way to remove the lines and show the logo and boot animation again?

emandreatta said:
I can't extract the archives because there is a password.
Could you give the password to extract the files please?
Thank you
Click to expand...
Click to collapse
I think you downloaded archives are corrupted. There is no encyription
emandreatta said:
After unlock, is there some way to remove the lines and show the logo and boot animation again?
Click to expand...
Click to collapse
It is only possible with soft reboot (or locking )

help required
i have asus zenfone 6 a600cg
I got the issues when I got an update and I started the update but the battery was low so the update could not install fully and in between it got bricked.
Now I cannot go into fastboot or the recovery or the droidboot.
when I press the power and volume up button it starts and shows me Asus logo only then it does not move further.
When I connect it to the PC the USB connected sign is shown in white colour.
I tried using the xfstk and load the file for that procedure but it was shooting error of win x200015..... Something.
Not the phone is really unusable so please help me.

Related

How to install Stock rom for bricked Android One by using 'Fastboot'? (Links updated)

Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img', 'bootloader.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot flash bootloader bootloader.img
press enter.
viii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
andywoody12 said:
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
Click to expand...
Click to collapse
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
androidoverdoze said:
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
Click to expand...
Click to collapse
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
andywoody12 said:
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
androidoverdoze said:
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
Click to expand...
Click to collapse
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
andywoody12 said:
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
So, its a tablet pc. Ok if you can get access to the bootloader menu then only my procedure is possible.Actually you do not need any CWM recovery for getting into the bootloader menu. It comes up when you switch on your device by pressing the volume up and the power button at the same time.
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
nipun2309 said:
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
Click to expand...
Click to collapse
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Help needed !!
androidoverdoze said:
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Click to expand...
Click to collapse
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
AgentJT said:
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
Click to expand...
Click to collapse
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
androidoverdoze said:
Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Click to expand...
Click to collapse
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
androidoverdoze said:
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
Click to expand...
Click to collapse
where to use this zip file i hv dowloaded it plz help my phone is bricked
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this page http://forum.xda-developers.com/cro...lick-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this. http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
androidoverdoze said:
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
Click to expand...
Click to collapse
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
stan1996 said:
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
Click to expand...
Click to collapse
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
androidoverdoze said:
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Click to expand...
Click to collapse
where is the AOnePro installation folder??
stan1996 said:
where is the AOnePro installation folder??
Click to expand...
Click to collapse
It is the folder where the AOnePro gets installed. C: -> Program files (x86) -> ZedSofts -> AOnePro
Help Guys....
Yesterday, I was flashing twrp recovery from android one toolkit.
Before I was using Philz touch recovery.
after Installing twrp, whenever I tried to boot my device it directed to recovery mode and the image of twrp stucks.
even If I open reccovery mode from an alternative way...it stucks in the twrp screen "teamwin".
Help guys how to get my phone back.
will the given method will work for it?
I yes, can I use AndroidOne Toolkit for using installing recovery again?
---------- Post added at 03:03 PM ---------- Previous post was at 03:00 PM ----------
Can I use this method on cm13 rom?

UNLOCK/LOCK Bootloader For ZenFone 3 ZE520KL/ZE552KL

Mod info:
Method doesn't work anymore and will result in a hard brick.
Make sure you’ve backed up all of your IMPORTANT DATA before unlocking/relocking bootloader
I am not responsible for bricked devices and dead SD cards. YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
1) Download the Factory RAW ROM here:
ZE520KL: https://drive.google.com/drive/folders/11rwuLclwgwPl5W0L2L9ZQJN10beLLaER?usp=sharing
ZE552KL: https://drive.google.com/drive/folders/1D-tF9EiARrGgsYADaMRwZu02hFTdUrgZ?usp=sharing
2) Download ASUS Flash Tool here:
https://drive.google.com/drive/folders/1Zmc9L0tPbSMSkzHfmSAA_0AxzTRZffP6?usp=sharing
3) Flash the firmware via ASUS Flash Tool by entering FASTBOOT MODE (Power Off + Volume Up)
*Note: This firmware can only boot into FASTBOOT Mode. So, don’t panic
4) Download Unlock Bootloader Toolkit for ZenFone 3 here:
https://drive.google.com/drive/folders/1Fk5cu6Hk-0WaBn7OvHQ8rNPNLRaxzQKO?usp=sharing
5) Enter FASTBOOT mode (Power Off + Volume Up)
UNLOCKING
6) Unzip the files and click on
unlock_ZE520KL.bat (For ZE520KL)
unlock_ZE552KL.bat (For ZE552KL)
Congratulations, your device has been unlocked unofficially. (You can see the Bootloader status on FASTBOOT splash screen)
RELOCKING
6) Unzip the files and click on Install adb-setup-1.4.3.exe (You can find this in Bootloader Toolkit)
Hold Shift and Right Click on any area in the folder (click on ”Open Powershell window/Open Command Window)
Now copy and paste this: fastboot devices
If it shows your serial number of ZenFone 3, you are good to go
Now copy and paste this: fastboot oem lock
Congratulations, your device has been locked (You can see the Bootloader status on FASTBOOT splash screen)
P.S: If you unlocked officially and you want to relock your bootloader, OTA does not work because your Serial Number has been recorded by ASUS.
7) After that, download the stock ROM here and flash it via ASUS Flash Tool (FASTBOOT Mode):
ZE520KL: https://drive.google.com/drive/folders/1KeH2s9Vfw6lvg9pQ-1WKrwss3GbSxpNV?usp=sharing
ZE552KL: https://drive.google.com/drive/folders/1etLCGRdj6ft7e-PAi1hr5q4Gxrpq3eR1?usp=sharing
vivek2368 said:
Thanks mate
Click to expand...
Click to collapse
Don't quote the full thread.
Join our ZenFone 3 Development Telegram chat here:
MOD EDIT: LINK REMOVED
The distribution of social media links is no longer allowed on XDA. Please refer to the thread linked below:
Telegram and Whatsapp Channels - Going Forward
Saktis_Impreza said:
Make sure you’ve backed up all of your IMPORTANT DATA before unlocking/relocking bootloader
I am not responsible for bricked devices and dead SD cards. YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
1) Download the Factory RAW ROM here:
ZE520KL: https://drive.google.com/drive/folders/11rwuLclwgwPl5W0L2L9ZQJN10beLLaER?usp=sharing
ZE552KL: https://drive.google.com/drive/folders/1D-tF9EiARrGgsYADaMRwZu02hFTdUrgZ?usp=sharing
2) Download ASUS Flash Tool here:
https://drive.google.com/drive/folders/1Zmc9L0tPbSMSkzHfmSAA_0AxzTRZffP6?usp=sharing
3) Flash the firmware via ASUS Flash Tool by entering FASTBOOT MODE (Power Off + Volume Up)
*Note: This firmware can only boot into FASTBOOT Mode. So, don’t panic
4) Download Unlock Bootloader Toolkit for ZenFone 3 here:
https://drive.google.com/drive/folders/1Fk5cu6Hk-0WaBn7OvHQ8rNPNLRaxzQKO?usp=sharing
5) Enter FASTBOOT mode (Power Off + Volume Up)
UNLOCKING
6) Unzip the files and click on
unlock_ZE520KL.bat (For ZE520KL)
unlock_ZE552KL.bat (For ZE552KL)
Congratulations, your device has been unlocked unofficially. (You can see the Bootloader status on FASTBOOT splash screen)
RELOCKING
6) Unzip the files and click on Install adb-setup-1.4.3.exe (You can find this in Bootloader Toolkit)
Hold Shift and Right Click on any area in the folder (click on ”Open Powershell window/Open Command Window)
Now copy and paste this: fastboot devices
If it shows your serial number of ZenFone 3, you are good to go
Now copy and paste this: fastboot oem lock
Congratulations, your device has been locked (You can see the Bootloader status on FASTBOOT splash screen)
P.S: If you unlocked officially and you want to relock your bootloader, OTA does not work because your Serial Number has been recorded by ASUS.
7) After that, download the stock ROM here and flash it via ASUS Flash Tool (FASTBOOT Mode):
ZE520KL: https://drive.google.com/drive/folders/1KeH2s9Vfw6lvg9pQ-1WKrwss3GbSxpNV?usp=sharing
ZE552KL: https://drive.google.com/drive/folders/1etLCGRdj6ft7e-PAi1hr5q4Gxrpq3eR1?usp=sharing
Click to expand...
Click to collapse
Thanks!
if i unlock bootloader then relock it, will i get ota or not? thanks
indunrise said:
if i unlock bootloader then relock it, will i get ota or not? thanks
Click to expand...
Click to collapse
You will get OTAs if you follow my steps
I just tried this method and it definitely works! Unlocked my device and currently updating via OTA.
- FORGET -
Bootloader locked now for me i confirm no ota
rafik25 said:
Bootloader locked now for me i confirm no ota
Click to expand...
Click to collapse
Did you unlock officially or in unofficial method?
Can this method used in Oreo... ?
I just bought this device, and last night updated to oreo.
tkhquang said:
Did you unlocked officially or in unofficial method?
Click to expand...
Click to collapse
Unlocked last year with officially method
rafik25 said:
Unlocked last year with officially method
Click to expand...
Click to collapse
Yeah, that was stated in the thread already. I unlocked my phone officially as well, sadly
P.S: If you unlocked officially and you want to relock your bootloader, OTA does not work because your Serial Number has been recorded by ASUS.
Click to expand...
Click to collapse
-Deleted_
7) After that, download the stock ROM here and flash it via ASUS Flash Tool (FASTBOOT Mode):
Click to expand...
Click to collapse
So I went through this steps, and seems to work well so far. But when I went to update using the flash tool, the tool itself told me there was a newer version of the raw firmware, more specifically the
WW_ZE520KL_15.0410.1712.31_M3.10.47.16_Phone-user.raw
So I googled, and found it for download here:
https://androidfilehost.com/?fid=746010030569949679
Meaning that one can go straight to Oreo, instead of upgrading over and over.
Edit: Just tested, and it works! Got oreo straight!
---------- Post added 2nd February 2018 at 12:08 AM ---------- Previous post was 1st February 2018 at 11:10 PM ----------
RELOCKING
6) Unzip the files and click on Install adb-setup-1.4.3.exe (You can find this in Bootloader Toolkit)
Hold Shift and Right Click on any area in the folder (click on ”Open Powershell window/Open Command Window)
Now copy and paste this: fastboot devices
If it shows your serial number of ZenFone 3, you are good to go
Now copy and paste this: fastboot oem lock
Congratulations, your device has been locked (You can see the Bootloader status on FASTBOOT splash screen)
Click to expand...
Click to collapse
I did not understand one detail about locking the phone. I got that it is only possible to lock/unlock once you have installed the factory_raw image. Ok.
So I wanted to lock my phone and then install the latest WW_ZE520KL_15.0410.1712.31_M3.10.47.16_Phone-user.raw. In this case the Asus flash tool gives an error saying that your phone is locked and can not install the image.
At the same time, if I install the image, and then try to lock it it is too late, since the lock command wont work anymore...
So, after all, what should I do to lock it and get the OS installed afterwards?
Ok, I figured it out.
So you can actually LOCK it, and then install the WW_ZE520KL_15.0410.1712.31_M3.10.47.16_Phone-user.raw. However, after the phone reboots, the Asus Flash program will try to erase it from the fastboot, which it cant, so it gives an error message.
So one has to go to recovery mode, and wipe and format partitions manually before it can actually boot.
joaofl said:
Ok, I figured it out.
So you can actually LOCK it, and then install the WW_ZE520KL_15.0410.1712.31_M3.10.47.16_Phone-user.raw. However, after the phone reboots, the Asus Flash program will try to erase it from the fastboot, which it cant, so it gives an error message.
So one has to go to recovery mode, and wipe and format partitions manually before it can actually boot.
Click to expand...
Click to collapse
What error message are you receiving? (Boot image still persist or something). If you receive that, it is not a problem. Just follow my thread
---------- Post added at 04:59 AM ---------- Previous post was at 04:52 AM ----------
Join our ZenFone 3 Development Telegram chat here:
MOD EDIT: LINK REMOVED
The distribution of social media links is no longer allowed on XDA. Please refer to the thread linked below:
Telegram and Whatsapp Channels - Going Forward
ZenFone_3 said:
What error message are you receiving? (Boot image still persist or something). If you receive that, it is not a problem. Just follow my thread
Click to expand...
Click to collapse
The error was because the Asus Flash tool was trying to wipe the memory after rebooting in fasboot mode, which It was unable to do. So one have to boot in recovery mode to wipe manually so it can boot.
(I've dropped the link to the oreo user raw image. Maybe it is worth putting it in the main post)
joaofl said:
The error was because the Asus Flash tool was trying to wipe the memory after rebooting in fasboot mode, which It was unable to do. So one have to boot in recovery mode to wipe manually so it can boot.
(I've dropped the link to the oreo user raw image. Maybe it is worth putting it in the main post)
Click to expand...
Click to collapse
That doesn't matter, If ASUS Flash Tool gives error such as Error 5 (FRP error) / Flash image still persist, ignore it. If your phone asks for PIN and it's incorrect, Enter recovery mode and wipe data and cache.
The reason why I don't suggest users to flash Oreo directly is because RIL might not work.
Edit: You can flash directly to 15.0410.1712.31 RAW firmware

Micromax Canvas Infinity HS2 twrp and Root Magisk(finnaly root)

First read full steps iam not pro developer just share my experience(if step or missed just say)
Step 1. Download twrp Recovery for Your Device (HS2)From
Step 2. Download adb install.zip and extract From above adb and Fastboot driver Installer
Step 3. Now Install adb and fastboot Driver on Your pc, path(C:\Program Files\Minimal ADB and Fastboot or C:\Program Files (x86)\Minimal ADB and Fastboot)
Step 4. Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock
Step 5.Open the command on your PC. To open a command window in the current directory in Windows, press shift + Right Click anywhere on Windows explorer connect device into pc open CMD Here and type command :good:
Then follow Bellow Instructions be Remember Bootloader Must Unlock(open cmd " fastboot oem unlock-go" without qoutes)
Step 6. Unlock bootloader using below Code try first if fail then unlock using second Code
fastboot oem unlock-go
or
fastboot flashing unlock
And one think unlock bootloader if loss data and stoarge:silly:
Step7. Rename twrp into recovery.img and put in adb Folder
Step8.(cmd) fastboot boot recovery recovery.img (dont flash just boot)
Step9. Recovery is Now boot and copy magisk on stoarge
Download Magisk latest yours choice(but i prefer magisk 15.1). copy to Device storage [internatl/ external].
In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka ESF in case any porblem or bootloop
Go to Install tab and Locate Download magisk and confirm Install, wait For Success Done.
[installed] make a System Reboot By this Command
fastboot reboot (if new member search how to recovery boot on android search youtube )
first boot may time pls just wait if sucess press thanks button
Error cannot load recovery.img
Plzzzz help
Hem97 said:
Error cannot load recovery.img
Plzzzz help
Click to expand...
Click to collapse
Screen shot
Hem97 said:
Error cannot load recovery.img
Plzzzz help
Click to expand...
Click to collapse
Unlock bootloder and say wat error
george.simbu said:
Unlock bootloder and say wat error
Click to expand...
Click to collapse
Yes i unlock bootloader...using cmd..
All okay but when i try 'fastboot boot recovery twrp.img'
Then 'permisen denied' shows
I am using xda app ..i dont know why says bad network cant upload screenshots
Hem97 said:
Yes i unlock bootloader...using cmd..
All okay but when i try 'fastboot boot recovery twrp.img'
Then 'permisen denied' shows
I am using xda app ..i dont know why says bad network cant upload screenshots
Click to expand...
Click to collapse
Usb debugging check and start
Hem97 said:
Yes i unlock bootloader...using cmd..
All okay but when i try 'fastboot boot recovery twrp.img'
Then 'permisen denied' shows
I am using xda app ..i dont know why says bad network cant upload screenshots
Click to expand...
Click to collapse
U have dnt unlock bootloder pls check that cmd using at post 2nd cmd
george.simbu said:
U have dnt unlock bootloder pls check that cmd using at post 2nd cmd
Click to expand...
Click to collapse
Bootloder issue
Yes i got it.....?
Factory data reset and then i do this tutorial....and i successfully flashed twrp
---------- Post added at 08:16 PM ---------- Previous post was at 08:11 PM ----------
Please port miui 9 or lineage os 15 for micromax canvas infinity hs2
Make time buddy my previous mobile hs2 but iam use still now mi a1 lets wait
george.simbu said:
Step1. Download twrp Recovery for Your Device (HS2)From
Step 2. Download adb folder From above and Fastboot driver Installer From above
Step 3. Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.
Step 4. then follow Bellow Instructions, BE Remember Bootloader Must Unlock(open cmd " fastboot oem unlock-go" without qoutes)
Step 5. Now Install Correct adb and fastboot Driver on Your pc, Go to adb folder connect device into pc open CMD Here and type command .
tep7. Unlock bootloader using below Code try first if fail then unlock using second Code
fastboot flashing unlock
or
fastboot oem unlock-go
Step8. Rename twrp into recovery.img and put in adb Folder, To flash twrp Type-
fastboot boot recovery recovery.img(dont flash just boot)
Step9. Recovery is Now boot
Root Micromax Canvas Infinity-
Download Magisk latest(but i prefer magisk 15.1). Save it to Device storage [internatl/ external].
In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka ESF.
Go to Install tab and Locate Download magisk and confirm Install, wait For Success Done.
[installed] make a System Reboot By this Command
fastboot reboot
first boot may time pls just wait if sucess press thanks button
thanks you xda
Click to expand...
Click to collapse
Are you sure this is the right recovery for micromax hs2, cuz i flashed this on my device and now its on bootloop, please don't put misleading stuff on xda. And moderators i request please dont allow people to fool others by promoting misleading tech stuff
Sudhangshu said:
Are you sure this is the right recovery for micromax hs2, cuz i flashed this on my device and now its on bootloop, please don't put misleading stuff on xda. And moderators i request please dont allow people to fool others by promoting misleading tech stuff
Click to expand...
Click to collapse
This right recovery and one member also sucess I am not fool mind you words
george.simbu said:
This right recovery and one member also sucess I am not fool mind you words
Click to expand...
Click to collapse
IAM just boot on recovery don't falshed
george.simbu said:
Step1. Download twrp Recovery for Your Device (HS2)From
Step 2. Download adb folder From above and Fastboot driver Installer From above
Step 3. Go to Setting>about Phone>type 7 time Build number > Back>Developer Option and Enable Device Debugging And Oem Unlock.
Step 4. then follow Bellow Instructions, BE Remember Bootloader Must Unlock(open cmd " fastboot oem unlock-go" without qoutes)
Step 5. Now Install Correct adb and fastboot Driver on Your pc, Go to adb folder connect device into pc open CMD Here and type command .
tep7. Unlock bootloader using below Code try first if fail then unlock using second Code
fastboot flashing unlock
or
fastboot oem unlock-go
Step8. Rename twrp into recovery.img and put in adb Folder, To flash twrp Type-
fastboot boot recovery recovery.img(dont flash just boot)
Step9. Recovery is Now boot
Root Micromax Canvas Infinity-
Download Magisk latest(but i prefer magisk 15.1). Save it to Device storage [internatl/ external].
In the twrp Go to backup tab and Create a nadroid backup. Don’t forgot to include NVRAM or imei aka ESF.
Go to Install tab and Locate Download magisk and confirm Install, wait For Success Done.
[installed] make a System Reboot By this Command
fastboot reboot
first boot may time pls just wait if sucess press thanks button
thanks you xda
Click to expand...
Click to collapse
Hello george simbu, actually you missed out couple of steps in this flashing process, when i tried using boot with recovery nothing happens, but when i flashed twrp the mobile goes into bootloop.
So how did i solved it, after flashing twrp i run the boot command in adb i.e. Fastboot boot recovery recovery.img, and then i finally be able to get my device out of bootloop
---------- Post added at 06:27 PM ---------- Previous post was at 06:24 PM ----------
george.simbu said:
This right recovery and one member also sucess I am not fool mind you words
Click to expand...
Click to collapse
And youre not fool, but next time when you try and make a tutorial please try put most of the processes into it, it actually helps the new people whose trying the flashing first time. Even i had a hard time sorting things with adb and fastboot command. It would be much appreciated if i would've got all of those command in just one place rather than going over and searching all of the internet for those commands
Foxhoundalpha said:
Hello george simbu, actually you missed out couple of steps in this flashing process, when i tried using boot with recovery nothing happens, but when i flashed twrp the mobile goes into bootloop.
So how did i solved it, after flashing twrp i run the boot command in adb i.e. Fastboot boot recovery recovery.img, and then i finally be able to get my device out of bootloop
---------- Post added at 06:27 PM ---------- Previous post was at 06:24 PM ----------
And youre not fool, but next time when you try and make a tutorial please try put most of the processes into it, it actually helps the new people whose trying the flashing first time. Even i had a hard time sorting things with adb and fastboot command. It would be much appreciated if i would've got all of those command in just one place rather than going over and searching all of the internet for those commands
Click to expand...
Click to collapse
yes iam re edits step if worng say iam changed
Error this device Micromax hs2
Milkhu said:
Error this device Micromax hs2
Click to expand...
Click to collapse
Factory reset and try again must bootloader unlock
Okay, for all those who are getting errors whatsoever, here i would like to tell you that i followed these steps and flashed twrp and rooted my device with magisk.. as explained by author..
1) unlock bootloader ( make sure to enable developer options, check unlock oem option, check debug option, check unknown sources in security option)
Use "fastboot oem unlock-go" as it worked for me on my canvas infinity hs2.
2) now after your fone is resetted after unlocking, do the initial setup with setting up account etc and once you at home screen go to settings and once again enable developer options, check unlock oem option, check debug option, check unknown sources in security.
Then connect fone to pc, you'll get adb promt on fone screen, allow it and on pc cmd type "adb reboot bootloader"
Then volume up on fone.
And on pc cmd type
Fastboot flash recovery twrp.img
(Well the author told to use boot command instead of flash, but boot didn't work for me so i used fastboot flash recovery twrp.img
Once this is done type
Fastboot reboot
And as the fone is about to reboot, quickly press volume down for twrp to load. Then you can transfer magisk from pc while twrp is on screen. And install magisk provided in the link.
Reboot and you will see your fone rooted. Voila. Done.
George.simbu did u ported any roms like lineage/RR for micromax canvas infinity
---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------
I am just a noob and dont want to try porting roms on my hs2 as im afraid i might mess up my phone doing so
Foxhoundalpha said:
George.simbu did u ported any roms like lineage/RR for micromax canvas infinity
---------- Post added at 07:26 PM ---------- Previous post was at 07:25 PM ----------
I am just a noob and dont want to try porting roms on my hs2 as im afraid i might mess up my phone doing so
Click to expand...
Click to collapse
No brother

Honor 6x BLN-L21C10B131 mode error

Hi, I think I flashed a wrong recovery on the phone and now it's in a loop and shows this message the restart again .
there is no recovery or system installed I tried a lot of methods (dload - Multi-Tool 8 - adb fastboot ....) to install a recovery and boot and nothing did work.
the phone boots only in fastboot mode when I press volume -
ERROR MODE
Attention!
please update system again
(picture of android robot thingy)
Error!
Func NO:11 (recovery image)
Error NO:2 (load failed!)
I don't understand because sometimes it shows in cmd that all was successfully installed but when I try to boot into the recovery nothing happens!
Any help or suggestions would be appreciated ,thanks.
PS: Latest version was installed: a custom ROM OREO 8.0
Nevermind, I've fixed it.
Thanks anyway.
Fed-uP said:
Nevermind, I've fixed it.
Thanks anyway.
Click to expand...
Click to collapse
How you fixed it plzz help me bro..I have tried everything not a single hope:crying:
---------- Post added at 05:12 PM ---------- Previous post was at 05:11 PM ----------
I am able to boot into fastboot mode...plzz help me asap:crying:
mohsin.kadiwala said:
How you fixed it plzz help me bro..I have tried everything not a single hope:crying:
---------- Post added at 05:12 PM ---------- Previous post was at 05:11 PM ----------
I am able to boot into fastboot mode...plzz help me asap:crying:
Click to expand...
Click to collapse
Hi bro, can you tell me please how did your phone get broken?
What was the last firmware installed on the phone before it broke?
And is your phone the same edition as the one described above?
Fed-uP said:
Hi bro, can you tell me please how did your phone get broken?
What was the last firmware installed on the phone before it broke?
And is your phone the same edition as the one described above?
Click to expand...
Click to collapse
I think my system partion is damage because of that phone broken it's BLN-L22C675 EMUI 8.0 PATCH 1
mohsin.kadiwala said:
I think my system partion is damage because of that phone broken it's BLN-L22C675 EMUI 8.0 PATCH 1
Click to expand...
Click to collapse
Ok so you have the Indian branding.
The point is to get a recovery on the phone and to do that after a phone break like that is to first flash a kernel. With Oreo you need to to use a bit different commands than other android versions however you need to have a kernel.img for your phone edition (you can find one in Internet or extract it from the oreo version of your phone edition and once you have it boot into fastboot and run adb fastboot on your pc as administrator then type the following commands :
1- fastboot flash kernel (here you put the directory location of where you have the kernel.img file FOR EXAMPLE: "C:\downloads\kernel.img")
2- fastboot flash ramdisk (here you put the directory location again of where you have the kernel.img file FOR EXAMPLE: "C:\downloads\kernel.img")
3- fastboot flash recovery_ramdisk (here you put the directory location of where you have the recovery_ramdisk.img file FOR EXAMPLE: "C:\downloads\recovery_ramdisk.img") to download the TWRP
Remember to have the right imgs of the kernel and the recovery for you phone and the android version which is oreo in your case.
You should get no errors in cmd during the the process and you should be able to boot into recovery after accomplishing all that steps successfully.
Try this and tell me how it worked out for you.
Fed-uP said:
Ok so you have the Indian branding.
The point is to get a recovery on the phone and to do that after a phone break like that is to first flash a kernel. With Oreo you need to to use a bit different commands than other android versions however you need to have a kernel.img for your phone edition (you can find one in Internet or extract it from the oreo version of your phone edition and once you have it boot into fastboot and run adb fastboot on your pc as administrator then type the following commands :
1- fastboot flash kernel (here you put the directory location of where you have the kernel.img file FOR EXAMPLE: "C:\downloads\kernel.img")
2- fastboot flash ramdisk (here you put the directory location again of where you have the kernel.img file FOR EXAMPLE: "C:\downloads\kernel.img")
3- fastboot flash recovery_ramdisk (here you put the directory location of where you have the recovery_ramdisk.img file FOR EXAMPLE: "C:\downloads\recovery_ramdisk.img") to download the TWRP
Remember to have the right imgs of the kernel and the recovery for you phone and the android version which is oreo in your case.
You should get no errors in cmd during the the process and you should be able to boot into recovery after accomplishing all that steps successfully.
Try this and tell me how it worked out for you.
Click to expand...
Click to collapse
Kk..Ty's buddy I will try let u know..:good:

[RECOVERY][STOCK]TWRP 3.3.1-0 UNOFFICIAL

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
THIS RECOVERY IS FOR STOCK ROM AND WILL NOT WORK ON CUSTOM ROMS
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this recovery
* before using it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Bugs:
- The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode or flash the twrp.img, boot the device, reboot into bootloader and flash the original boot.img back, before booting into twrp.
You can also "fastboot reboot bootloader" in the blue fastboot mode.
This is a bootloader bug, maybe it gets fixed with the stock Q bootloader.
- Decrypt is not working for now (Is probably because the current stock firmware is still on May security patch - will be fixed with June patch)
- Brightness is a little bit buggy
- Transfering files to the external SD card will cause the phone to reboot
- Installing is not working yet, only booting.
- Please report any other bugs
Install guide:
1. Install fastboot tools from google's sdk on your PC
2. Enter fastboot mode
3. Unlock your bootloader
4. Run "fastboot boot twrp.img" in command line
6. Enjoy it
Optional (if you want to install it):
1. Boot from it (see the guide above)
2. Go to advanced -> Install recovery ramdisk
3. Choose the twrp img
4. Wait
5. You can now boot it with vol- and power button
If it keeps booting into TWRP and not System try
Code:
adb shell dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc
Download
Changelogs:
3.3.1-0 25.06.2019
- Fixed brightness bug
3.3.1-0 20.06.2019
- Adding logcat support
- Adding support to install TWRP to ramdisk
- Trying to fix brightness bug (seems to be not working yet)
- MTP probably fixed (needs reports)
3.3.1-0 19.06.2019
- Initial release
Source code:
https://github.com/Schritti/device-sony-kirin
https://github.com/Schritti/device-sony-ganges
If you like my work, press thanks
I would appreciate your Donation
XDA:DevDB Information
TWRP, ROM for the Sony Xperia 10
Contributors
Schritti, MartinX3, Oshmoun, Marijn, SODP Team
ROM OS Version: 9.x Pie
ROM Firmware Required: Stock Pie Firmware
Version Information
Status: Beta
Current Beta Version: 3.3.1-0
Beta Release Date: 2019-06-19
Created 2019-06-19
Last Updated 2019-06-25
Reserved
Reserved
First!
Woohooooo!
Thanks @Schritti, he helps me root my device
on my device (i3123), it shows a black screen.
ToastedToast said:
on my device (i3123), it shows a black screen.
Click to expand...
Click to collapse
Read the OP
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
thanks!
bug report:
the file name in SDcard folder shows abnormal. please see attached pictures. (not only in windows explorer anf command line, but also in phone.)
wang4632 said:
thanks!
bug report:
the file name in SDcard folder shows abnormal. please see attached pictures. (not only in windows explorer anf command line, but also in phone.)
Click to expand...
Click to collapse
Thanks for the report.
That's due to the not working decryption of the internal storage, already on the bug list
It did not work on I4293
Thank you for customizing TWRP
But,I have a black screen with I4293 I have
Would you like to customize it
naoki2010 said:
Thank you for customizing TWRP
But,I have a black screen with I4293 I have
Would you like to customize it
Click to expand...
Click to collapse
Afaik I4293 is a Xperia 10 Plus. This TWRP is only for the normal Xperia 10.
I am already working on a TWRP for the 10 Plus.
under latest version I3123_Customized US_1317-7745_53.0.A.6.92_R8A, TWRP /sdcard decrypt doesn't work, however external storage is fine.
EDIT: realized that is already on the bug list
I wonder when it can work with costom rom???
Has the project been stopped?
I really need to flash third party rom..???
does it work on the i3113?
Hello, did the state of decryption change ?
If not, are you missing something ?
Schritti said:
Read the OP
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Click to expand...
Click to collapse
How can I get out of the black screen I get from making this mistake?
Would someone plaese so kind and write down a step by step installation guide for a noob?
any twrp for xperia 5?
Schritti said:
Read the OP
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Click to expand...
Click to collapse
Hi, thanks for all your work first of all!
I have rebooted into fastboot mode via ADB command line but after running "fastboot boot twrp.img" in command line, it says okay, and then I get the same problem, a black screen. My phone is a normal Xperia 10, not plus.
Could you please help me?
---------- Post added at 03:16 PM ---------- Previous post was at 03:01 PM ----------
Schritti said:
Read the OP
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Click to expand...
Click to collapse
Schritti said:
Read the OP
"The "fastboot boot twrp.img" doesn't work, if you use the hardware buttons to open the blue fastboot bootloader mode. Only use adb, twrp or the android system to reboot into blue fastboot bootloader mode"
Click to expand...
Click to collapse
Hi, thanks for all your work first of all!
I have rebooted into fastboot mode via ADB command line but after running "fastboot boot twrp.img" in command line, it says okay, and then I get the same problem, a black screen. My phone is a normal Xperia 10, not plus.
Could you please help me?

Categories

Resources