[Q] [SOLVED] Canvas A1 bricked. Unable to even start the phone. Help pls... - Micromax Canvas A1

Recently, I tried to install a custom ROM of Android L (beta), which bricked my device.
My device Neither boots nor able to go to recovery mode or fastboot.
Pressing power button or Power+Volume Up isn't booting anything.
My bootloader is actually unlocked.
So I tried to flash stock ROM using SP Flashing Tool and it downloaded.
But still not booting.
Is there any other way to unbrick it rather than going to Micromax Service Center??
Thanks in Advance

Problem solved!!
Actually, I had used an old version of SP Tools (v.5.13) which didn't support MTK6582 scatter configs.
Then v.5.1424 from http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150 helped me out and I successfully downloaded the stock ROM in meta-mode.
For users who encounter the problem:
To get warranty back by resetting flash counter, choose "Firmware Upgrade" in SP Tools, which will automatically lock bootloader and set flash_counter=0
You can check it by running the command "fastboot getvar all" in fastboot mode using ADB kit or tools in PC.
Also fixed IMEI issues using http://en.miui.com/thread-10061-1-1.html (Needs unlocked bootloader again)
Fixed Wi-fi error using http://forum.xda-developers.com/showthread.php?t=2730486 (Needs root access)
Rooted again using TWRP recovery and installed SuperSu 2.40 without bootloader unlock (doesnot void warranty if warranty present)
Check here: https://www.youtube.com/watch?v=DxlowF80deY
Thanks XDA

Thank You Very much Bro
GokulNC said:
Actually, I had used an old version of SP Tools (v.5.13) which didn't support MTK6582 scatter configs.
Then v.5.1424 from http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150 helped me out and I successfully downloaded the stock ROM in meta-mode.
For users who encounter the problem:
To get warranty back by resetting flash counter, choose "Firmware Upgrade" in SP Tools, which will automatically lock bootloader and set flash_counter=0
You can check it by running the command "fastboot getvar all" in fastboot mode using ADB kit or tools in PC.
Also fixed IMEI issues using http://en.miui.com/thread-10061-1-1.html (Needs unlocked bootloader again)
Fixed Wi-fi error using http://forum.xda-developers.com/showthread.php?t=2730486 (Needs root access)
Rooted again using TWRP recovery and installed SuperSu 2.40 without bootloader unlock (doesnot void warranty if warranty present)
Check here: https://www.youtube.com/watch?v=DxlowF80deY
Thanks XDA
Click to expand...
Click to collapse

Related

Guide to unlock Huawei Ascend Mate bootloader

Guide to unlock Huawei Ascend Mate bootloader
I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE. DO IT AT YOUR OWN RISK.EVERYTHING WRITTEN IN THIS DOCUMENT WAS TESTED ON MY PHONE.​
After playing with my Mate I found a way to unlock the locked bootloader. If your bootloader is unlocked you can flash custom kernel , recovery to your phone.
The files used to unlock the bootloader is from P6 KitKat firmware. These two files are for efi and fastboot partition. Flashing only these partitions can avoid problems with mismatching modem firmware. The process was tested on official B221 firmware , but should work with any firmware. Reflashing a stock firmware(as I know there are only firmwares for Mate only with locked bootloader) with dload will relock the bootloader.
Unlocking process need proper adb and fastboot drivers installed. I use this driver :Huawei handset drivers for windows
Guide in pdf format
If your adb and fastboot drivers are correct you can start unlocking the bootloader.
If you want to unlock the bootloader and install Twrp recovery use this package :Bootloader unlock with TWRP install
Bootloader unlock with TWRP install mirror
This way powering on your phone with volume up button hold TWRP recovery comes up instead of stock 3e recovery. If you want to use the dload method to install a stock rom you have to restore the stock recovery.
Stock B221 fastboot flashable recovery
Stock B221 fastboot flashable recovery mirror
The other package just unlocks the bootloader .Bootloader unlock.
Bootloader unlock mirror.
Turn on USB debugging on your phone (settings->developer settings)
Start the package.
File extraction starts.
Command prompt window should appear.
Your phone restarts in bootloader mode.
Efi partition is flashed.
Fastboot partition is flashed.
Your phone restarts in bootloader mode.
Your bootloader state is displayed. (should say bootloader unlocked)
Your phone restart in normal mode.
This is what the packages do :
.\adb wait-for-device
.\adb reboot bootloader
.\fastboot flash efi efi.img
.\fastboot flash fastboot fastboot.img
.\fastboot reboot-bootloader
timeout 2
.\fastboot oem get-bootinfo
timeout 10
If it says your bootloader is still locked you can try the following:
adb reboot bootloader
fastboot oem unlock UUUUUUUUUUUUUUUU
If you want to restore stock rom and recovery here are the packages.
Recovery restore package for B221
Recovery restore package for B907
These packages restores the original efi and fastboot partition and then restores the stock recovery. These packages do the opposite as the unlock bootloader , however my phone stayed unlocked. Also this package solves the problem when the stock recovery stuck at the begining when trying to flash a stock rom using dload method.
WARNING:If you plan to flash a rom not made for Mate , always check that it does not overwrite other partitions then boot, system, data, cust. If the install package reflash the modem do not install it as it can hard brick your device.
For updated versions of permanent TWRP recovery check my thread here
Thanks to surdu_petru for the initial device tree to compile twrp.
joe.stone said:
Guide to unlock Huawei Ascend Mate bootloader
I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE. DO IT AT YOUR OWN RISK.EVERYTHING WRITTEN IN THIS DOCUMENT WAS TESTED ON MY PHONE.​
After playing with my Mate I found a way to unlock the locked bootloader. If your bootloader is unlocked you can flash custom kernel , recovery to your phone.
The files used to unlock the bootloader is from P6 KitKat firmware. These two files are for efi and fastboot partition. Flashing only these partitions can avoid problems with mismatching modem firmware. The process was tested on official B221 firmware , but should work with any firmware. Reflashing a stock firmware(as I know there are only firmwares for Mate only with locked bootloader) with dload will relock the bootloader.
Unlocking process need proper adb and fastboot drivers installed. I use this driver :Huawei handset drivers for windows
Guide in pdf format
If your adb and fastboot drivers are correct you can start unlocking the bootloader.
If you want to unlock the bootloader and install Twrp recovery use this package :Bootloader unlock with TWRP install
This way powering on your phone with volume up button hold TWRP recovery comes up instead of stock 3e recovery. If you want to use the dload method to install a stock rom you have to restore the stock recovery.
Stock B221 fastboot flashable recovery
The other package just unlocks the bootloader .Bootloader unlock.
Turn on USB debugging on your phone (settings->developer settings)
Start the package.
File extraction starts.
Command prompt window should appear.
Your phone restarts in bootloader mode.
Efi partition is flashed.
Fastboot partition is flashed.
Your phone restarts in bootloader mode.
Your bootloader state is displayed. (should say bootloader unlocked)
Your phone restart in normal mode.
This is what the packages do :
.\adb wait-for-device
.\adb reboot bootloader
.\fastboot flash efi efi.img
.\fastboot flash fastboot fastboot.img
.\fastboot reboot-bootloader
timeout 2
.\fastboot oem get-bootinfo
timeout 10
Thanks to surdu_petru for the initial device tree to compile twrp.
Click to expand...
Click to collapse
Thanks joe....atlast bootloader unlocked..
One more thing i installed Fly UI OS from p6 and replaced with stock HAM boot.img....OS is not booting properly getting lots of FC's...
Does CM10.1 require different kernel or do we need to change any setting?
svvv said:
Thanks joe....atlast bootloader unlocked..
One more thing i installed Fly UI OS from p6 and replaced with stock HAM boot.img....OS is not booting properly getting lots of FC's...
Does CM10.1 require different kernel or do we need to change any setting?
Click to expand...
Click to collapse
CM 10.1 may need some change in kernel or/and its config. Init.rc files needs modifications (framework , init.d support) , and it can happen that the init binary need some mods in cm source for proper working.For example wifi firmware path as on g510 . The standard cm init uses 2 firmware path , while the g510 init uses 4 to properly load wifi firmware files.You can check it on my github.
I am planning to compile a cm rom for our device , but the bootloader was the first step.
Awesome news mate ...
Finally someone can make goodies on HAM !
You can take a look also on my CM11 development project for P6, maybe you will make one for HAM !
Good luck !
Nice , very nice
Yes !!! This is best news on Ham. Thanks
Inviato dal mio HUAWEI MT1-U06 utilizzando Tapatalk
Thanks! ...While this method works to unlock bootloader in B907 HAM??? I think I'll try
Unlocked on B907 it was only a problem , the bat don't find the extracted folder on %temp% but it was there .....I was running adb cmd inside temp folder. Work perfect . THANKS
IT'S DAY ZERO FOR OWR DEVICE
Inviato dal mio HUAWEI MT1-U06 utilizzando Tapatalk
unlocked bootloader will be easier to carry kitkat HAM??
ErSergi said:
unlocked bootloader will be easier to carry kitkat HAM??
Click to expand...
Click to collapse
Yes, KitKat will be more easily to port on HAM !
surdu_petru said:
Yes, KitKat will be more easily to port on HAM !
Click to expand...
Click to collapse
but we need kernel from huawei right....for kitkat
Tested and works in B907 Oficial, unlocked bootloader ... Thank you for the contribution
Now this is a great Birthday present for me..
HAM Finally can be UNLOCKED.
i havent try yet but just wanna ask few questions.
1. Since now i'm using Hyd52Rom from Husen, can HAM be Unlocked with this Rom running?
2. Whats the best choice of current rom running for Unlocking?
maybe its sound stupid but its me (non-devs brain and only a user who dare to test..)...
Thanks guys.
You can unlock your phone using any rom. The only thing is needed turned on usb debugging. Of course the drivers on your pc should be installed .
After unlock check my other thread and update your permanent twrp to 2.6.3.2.
Sent from my HUAWEI MT1-U06 using xda app-developers app
HAM finally unlocked.
Looking forward for testing Compatible Roms.
Any suggestions highly appreciatable.
Thinking of trying P6 roms but not sure if theyre compatible
[email protected]
theoppositeman said:
HAM finally unlocked.
Looking forward for testing Compatible Roms.
Any suggestions highly appreciatable.
Thinking of trying P6 roms but not sure if theyre compatible
[email protected]
Click to expand...
Click to collapse
I think every p6 JB ROM will compitable just you have to change dpi in build.prop
Sent from my P6-U06 using xda app-developers app
Hi @ all,
it's all progressing really well in recent times
Can i use this method only for HAM or can i use this for my P6 also?
87insane said:
Hi @ all,
it's all progressing really well in recent times
Can i use this method only for HAM or can i use this for my P6 also?
Click to expand...
Click to collapse
It should work on P6 too , but for P6 there are stock roms with unlocked bootloader.(KK beta).
If you want to use it on your P6 , use unlock bootloader only , and flash permanent twrp made for P6.
Of course permanent twrp for Mate will work on P6 as well , but the device identifier will be hwmt1_u06 and not hwp6_u06 which can cause assert errors when you try to flash a recovery flashable P6 rom .
I know. But i search for a way to use this on B125 international. In the CN it is to easy
Gesendet von meinem HUAWEI P6-U06
Hi,
I can't flash [ROM][JB4.2.2][HAM][ HYD52ROM V5] [Superfast,Stable][V5 7-02-14]
from TWRP 2.6.3.2 . Everythings go right but on reboot the device never end logo.
I need to relock bottloader and start again whit dload. I have tryed flashing same zip from tmp recovery on locked and everything is working. i will to know if is a rom problem or twrp or unlocked bootloader.Also i have try buckup from HYD52ROM V5 whit twpr 2.6.3.2 and restore rom, after a factory reset, but was a id mismatching and no user app.
I will try to unlock and no permanent twpr, but use a cwm tmp whats happen. i will report
Edit: whit unlocked bootloader and tmp twrp
2.6.3.0 from sordu_petru recovery flash of same zip ad no problem.

[Q] Xperia play Gingerbread to Jellybean/Kitkat

Hi can anyone advise what the problem could be?
I have been trying to upgrade my Xperia play from Gingerbread to Jellybean and failed,
My handset is Bootloader unlock Status = No, although O2 unlocked the carrier so I could use any carrier.
So when I goto Sony bootloader unlock site the phone will not goto fastboot mode. Just says Waiting
When I open Fashtool I have successfully rooted the phone, but when I try to Flash the phone rather than go into Fastboot mode the just restarts.
I am using Windows 7 64bit.
Any help on getting this done is greatly appreciated
Grover
Umm I think only the simlock has been removed. But the bootloader is still locked and cannot be unlocked. and what button are you pressing to go into flashboot?
ryanperez said:
Umm I think only the simlock has been removed. But the bootloader is still locked and cannot be unlocked. and what button are you pressing to go into flashboot?
Click to expand...
Click to collapse
I have used search button whilst plugining in USB.
Does that mean bootloader is locked, so impossible to unlock?
The sticker on the back of the phone is W46. Read somewhere that using Flashtool may damage the phone.
Thanks in advance
Grover
Grover2000 said:
Hi can anyone advise what the problem could be?
I have been trying to upgrade my Xperia play from Gingerbread to Jellybean and failed,
My handset is Bootloader unlock Status = No, although O2 unlocked the carrier so I could use any carrier.
So when I goto Sony bootloader unlock site the phone will not goto fastboot mode. Just says Waiting
When I open Fashtool I have successfully rooted the phone, but when I try to Flash the phone rather than go into Fastboot mode the just restarts.
I am using Windows 7 64bit.
Any help on getting this done is greatly appreciated
Grover
Click to expand...
Click to collapse
SIM Unlocking the phone inst the same as Unlocking the Bootloader. If you Have Bootloader unlock Status = No you can still unlock your Bootloader via the Test Point method.
If you Unlock your phone with the Test Point method you will not have acces to Fastboot Mode, but you can still Flash Kernels via Flash Mode Using the FTF version of it(insted of a boot.img file).
Look in my signature if you want any FTF kernel.
TheScriptKitty said:
SIM Unlocking the phone inst the same as Unlocking the Bootloader. If you Have Bootloader unlock Status = No you can still unlock your Bootloader via the Test Point method.
If you Unlock your phone with the Test Point method you will not have acces to Fastboot Mode, but you can still Flash Kernels via Flash Mode Using the FTF version
Click to expand...
Click to collapse
Please note this method only works for xplays made before a certain date. (can't remember exactly when but google will help)
Sent from my R800i using XDA Free mobile app
korrectmethod said:
Please note this method only works for xplays made before a certain date. (can't remember exactly when but google will help)
Sent from my R800i using XDA Free mobile app
Click to expand...
Click to collapse
I have successfully done the test point via s1 tool method, but I'm not quite sure which version of JB to upload and how to my Xperia Play. Can someone give me a step by step guide on how to flash my phone?
Thanks in advance
Grover
Grover2000 said:
I have successfully done the test point via s1 tool method, but I'm not quite sure which version of JB to upload and how to my Xperia Play. Can someone give me a step by step guide on how to flash my phone?
Thanks in advance
Grover
Click to expand...
Click to collapse
Just read the instructions for whatever kernel you are using, and same with the rom you want to install.
http://forum.xda-developers.com/showthread.php?p=39047223
Sent from my R800i using XDA Free mobile app
As above, follow the guide above. Since you unlocked via the testpoint and there's no fastboot, you need to have your kernels in a .ftf file format.
Here's a thread with download links to ftf kernels: http://forum.xda-developers.com/showthread.php?t=2739559
You will need to use flashtool to flash them. The JB ROM can then be flashed via recovery normally.
My Xperia PLAY was locked to O2 as well and testpoint unlocked, and these have been working fine for me so far... although for some reason my phone stopped working with ICS ROMs. GB and JB still works however.
Phone bricked.
I flashed the Lupus JB kernal and then entered recovery menu and deleted formatted and now it just a blank screen as if the phone is off yet plugging in the usb is recognised by computer yet flashtools and Sony companion can't repair or recognise.
Any ideas?
Grover
Exactly what did you delete/format under recovery? All I did was pick the factory reset option, then wiped cache and dalvik cache, and then flashed the ROM and worked fine for me. I'm using version 8 of the kernel however for the extra data space.
Here are the ftf files for the stock original Sony firmware, which you can use to restore your device if flashing goes wrong (.79 is the latest): http://forum.xda-developers.com/showpost.php?p=43935357&postcount=2
I formatted the file as you did and it came on with a blank lit screen so I flash the default file in firmware a on flash tools to get nothing but a blank dead screen
Any help is greatly appreciated
Grover
1) Download the .79 ftf firmware and place it in Flashtool's firmware folder.
2) Open up flashtool, and plug in the Xperia PLAY in flash mode (hold back button while plugging in USB). Flashtool should report the device is in flash mode.
3) Press the flash button (lightning symbol) and select the stock .79 firmware, then confirm to flash that.
4) Wait for it to finish flashing. Flashtool will then ask you to reboot the device.
5) Unplug the phone and hold the power button until it vibrates. Let go and it should boot back into the stock Xperia software.
It should now be back to stock, and you can attempt to try custom ROMs and kernels again.
Unfortunately this is where the problem lies. Flash tools doesn't recognise that the phone is there hence can't flash it with stock firmware.
It is In a dead state. Is there anyone who offers a service to Unbrick it and what tools are required?
I am not dettered by having bricked my phone, as this is all part of my learning, although I would appreciated a possible fix to Unbrick it.
Thanks in advance
Grover
Have you installed the drivers for the phone from the flashtool driver folder? Have a check here on how to do it: http://forum.xda-developers.com/showthread.php?t=2054486
KiraYahiroz said:
Have you installed the drivers for the phone from the flashtool driver folder? Have a check here on how to do it: http://forum.xda-developers.com/showthread.php?t=2054486
Click to expand...
Click to collapse
All the drivers where installed as per instruction. The phone is in a state of being off all the time no lights or anything.
The only thing that is heard is the usb sound on the computer when it is connected.
Flashtools Sony Companion doesn't see the phone at all.
grover
TheScriptKitty said:
If you Unlock your phone with the Test Point method you will not have acces to Fastboot Mode, but you can still Flash Kernels via Flash Mode Using the FTF version of it(insted of a boot.img file).
Look in my signature if you want any FTF kernel.
Click to expand...
Click to collapse
But my bootloader was unlocked Via testpoint and i have both fastboot mode and flash mode working fine, i install kernels via .img like everyone else and im a r800X cdma user.
xdarkmario said:
But my bootloader was unlocked Via testpoint and i have both fastboot mode and flash mode working fine, i install kernels via .img like everyone else and im a r800X cdma user.
Click to expand...
Click to collapse
Yes, if you unlocked your Bootloader via the test point method for the R800x and the R800i you should have access to Fast Boot Mode. You only don't get access to Fast Boot Mode if you have "Bootloader unlock status: No"(and unlocked via the Test Point Method), witch is about 100% of R800a users.
As above. Sadly, all phones sold from O2 UK have bootloader unlock as no, so the normal way of unlocking won't work and only the tespoint method is avaliable... So no fastboot. Due to that, I buy my phones unlocked and unbranded now. Luckily thanks to the great developers on here we can still root and play around with custom ROMs.
What version of Windows are you using Grover? I'm not sure if it's related but I have problems with adb/fastboot drivers on Windows 8/8.1 with HTC devices. Everything works perfectly on 7 though.

[Q] [SOLVED] Android One bricked. Unable to even start the phone. Help pls...

Recently, I tried to install a custom ROM of Android L (beta), which bricked my device (Canvas A1).
My device Neither boots nor able to go to recovery mode or fastboot.
Pressing power button or Power+Volume Up isn't booting anything.
My bootloader is actually unlocked.
So I tried to flash stock ROM using SP Flashing Tool and it downloaded successsfully.
But still not booting.
Is there any other way to unbrick it rather than going to Micromax Service Center??
Thanks in Advance
Problem solved!
Actually, I had used an old version of SP Tools which didn't support MTK6582 scatter configs.
Then v.5.1424 from http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150 helped me out and I successfully downloaded the stock ROM in meta-mode.
For users who encounter the problem:
First, Install VCOM drivers for MTK devices..
Then install Android CDC Gadget Drivers.
Download the KitKat stock ROM.. (See instructions there)
Use SP Flash Tools v5.1424 from there to download it.
Use both 'download' and 'firmware upgrade' modes to flash.
Other issues after flashing:
Also fixed IMEI issues using http://en.miui.com/thread-10061-1-1.html (Needs unlocked bootloader again)
Fixed Wi-fi error using http://forum.xda-developers.com/showthread.php?t=2730486 (Needs root access)
Rooted KitKait using TWRP recovery and installed SuperSu 2.40 without bootloader unlock (doesnot void warranty if warranty present)
Check here: https://www.youtube.com/watch?v=DxlowF80deY
Thanks XDA
GokulNC said:
Actually, I had used an old version of SP Tools (v.5.13) which didn't support MTK6582 scatter configs.
Then v.5.1424 from http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150 helped me out and I successfully downloaded the stock ROM in meta-mode.
For users who encounter the problem:
To get warranty back by resetting flash counter, choose "Firmware Upgrade" in SP Tools, which will automatically lock bootloader and set flash_counter=0
You can check it by running the command "fastboot getvar all" in fastboot mode using ADB kit or tools in PC.
Also fixed IMEI issues using http://en.miui.com/thread-10061-1-1.html (Needs unlocked bootloader again)
Fixed Wi-fi error using http://forum.xda-developers.com/showthread.php?t=2730486 (Needs root access)
Rooted again using TWRP recovery and installed SuperSu 2.40 without bootloader unlock (doesnot void warranty if warranty present)
Check here: https://www.youtube.com/watch?v=DxlowF80deY
Thanks XDA
Click to expand...
Click to collapse
btw micromax service center isnt asking a word even if you have a custom rom..actually may be they are so dumb that they cant find it if its unlocked or not
GokulNC said:
Recently, I tried to install a custom ROM of Android L (beta), which bricked my device (Canvas A1).
My device Neither boots nor able to go to recovery mode or fastboot.
Pressing power button or Power+Volume Up isn't booting anything.
My bootloader is actually unlocked.
So I tried to flash stock ROM using SP Flashing Tool and it downloaded successsfully.
But still not booting.
Is there any other way to unbrick it rather than going to Micromax Service Center??
Thanks in Advance
Click to expand...
Click to collapse
just flash the stock backup via SP flash tool
Same problem did u find any solution for it yet ?
Press power button and and the volume button up at the same time and restore everything that how you can fix it or use a computer to fix it
Bro i can't get in recovery my phone is dead after downloading the stock rom using sp flash tool
When trying to get firmwhere upgrade it shows failed to get pmt info
Other two methods works download and format+ download only works properly without any error but still it's not booting up
aayan007 said:
Bro i can't get in recovery my phone is dead after downloading the stock rom using sp flash tool
When trying to get firmwhere upgrade it shows failed to get pmt info
Other two methods works download and format+ download only works properly without any error but still it's not booting up
Click to expand...
Click to collapse
Download the KitKat stock ROM..
Flash using latest SP Flash Tools v5.1548 (This is the latest version & highly recommended)
Use both 'download' and 'firmware upgrade' modes
GokulNC said:
Download the KitKat stock ROM..
Flash using latest SP Flash Tools v5.1548
Use both 'download' and 'firmware upgrade' modes
Click to expand...
Click to collapse
I did it after download hit firmware upgrade it shows failed to get pmt info ????
aayan007 said:
I did it after download hit firmware upgrade it shows failed to get pmt info
Click to expand...
Click to collapse
This might help: http://forum.xda-developers.com/showpost.php?p=45780613&postcount=2
Thnx bro that may help me but i don't how to connect my phone on Meta mode to pc yet
unable to switch on mobile
I tried the mentioned methods but still not able to switch on my mobile I am able to flash format or format+download but not firmware upgrade. I am not able to switch on my mobile or recovery. plz help
can you tell us how to get into META MODE....??
GokulNC said:
Actually, I had used an old version of SP Tools (v.5.13) which didn't support MTK6582 scatter configs.
Then v.5.1424 from http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150 helped me out and I successfully downloaded the stock ROM in meta-mode.
For users who encounter the problem:
To get warranty back by resetting flash counter, choose "Firmware Upgrade" in SP Tools, which will automatically lock bootloader and set flash_counter=0
You can check it by running the command "fastboot getvar all" in fastboot mode using ADB kit or tools in PC.
Also fixed IMEI issues using http://en.miui.com/thread-10061-1-1.html (Needs unlocked bootloader again)
Fixed Wi-fi error using http://forum.xda-developers.com/showthread.php?t=2730486 (Needs root access)
Rooted again using TWRP recovery and installed SuperSu 2.40 without bootloader unlock (doesnot void warranty if warranty present)
Check here: https://www.youtube.com/watch?v=DxlowF80deY
Thanks XDA
Click to expand...
Click to collapse
i also have same problem. still facing the same problem after followng your instruction. help me please
---------- Post added at 07:55 AM ---------- Previous post was at 07:55 AM ----------
harkirat singhh said:
can you tell us how to get into META MODE....??
Click to expand...
Click to collapse
power botton+vol up
---------- Post added at 07:56 AM ---------- Previous post was at 07:55 AM ----------
nilesh15 said:
I tried the mentioned methods but still not able to switch on my mobile I am able to flash format or format+download but not firmware upgrade. I am not able to switch on my mobile or recovery. plz help
Click to expand...
Click to collapse
same problem im also facing, if you get solution please let me know,
Hi guys... I know this isn't correct place, but I have a bricked Canvas A1... It neither starts, nor goes to fastboot mode... Only random offline battery charging screen shows up... So I wanted to try the SP Flash Tools method.. But I can't find it... If anyone can guide me, thanks in advance!
I'm looking for Stock LP ROM of A1 flashable by SP Flash Tools
DarkSJ1998 said:
Hi guys... I know this isn't correct place, but I have a bricked Canvas A1... It neither starts, nor goes to fastboot mode... Only random offline battery charging screen shows up... So I wanted to try the SP Flash Tools method.. But I can't find it... If anyone can guide me, thanks in advance!
I'm looking for Stock LP ROM of A1 flashable by SP Flash Tools
Click to expand...
Click to collapse
Check this:
http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150
All links and procedure is given there
GokulNC said:
Actually, I had used an old version of SP Tools (v.5.13) which didn't support MTK6582 scatter configs.
Then v.5.1424 from http://forum.xda-developers.com/canvas-a1/development/official-stock-rom-canvas-a1-t2887150 helped me out and I successfully downloaded the stock ROM in meta-mode.
For users who encounter the problem:
To get warranty back by resetting flash counter, choose "Firmware Upgrade" in SP Tools, which will automatically lock bootloader and set flash_counter=0
You can check it by running the command "fastboot getvar all" in fastboot mode using ADB kit or tools in PC.
Also fixed IMEI issues using http://en.miui.com/thread-10061-1-1.html (Needs unlocked bootloader again)
Fixed Wi-fi error using http://forum.xda-developers.com/showthread.php?t=2730486 (Needs root access)
Rooted again using TWRP recovery and installed SuperSu 2.40 without bootloader unlock (doesnot void warranty if warranty present)
Check here: https://www.youtube.com/watch?v=DxlowF80deY
Thanks XDA
Click to expand...
Click to collapse
Will this work when i can't mount/cache
I am having the same issue formated it first with download only option then it stuck on micromax logo so I flashed it again with format all+ download and from then its not starting up. pls help
hi i am also having same problem can guys please help me
Didnt Helped me...
ive bricked my phone via flashtool while i was flashing a rom but it didnt flashed via download method, so i tried format + download and that formatted my device but didnt downloaded the rom...
now it just shows installing driver while i connect to pc and is detectable by flashtool but the device shows nothing...
everytime i try flashing a new rom via flashtool it shows illegal as the roms were third party...
please suggest me a rom that is stock and that not show illegal while flashing...
Thanks in Advance...

[Q] Recovery mode

History : i've been using an earlier pre-rooted rom for this device and after having taking care of unrooting it, i tried the OTA Update to upgrade and access the TWSP and Garbage rom.
My issue is that as i access the phone in fastboot mode with fastboot and adb i can't acces the recovery mode : the phone reboot to fastboot.
Any hint appreciated
Manuel
Have you tried rerooting and flashing a recovery again?
Sent from my SGH-T599N using XDA Forums Pro.
lowvoice said:
Have you tried rerooting and flashing a recovery again?
Click to expand...
Click to collapse
Rooted again with "cai_dat_CWM" (root ok)
Flashed with fastboot flash recovery twrp.img (transfert ok)
same issue after selecting recovery mode
is the unlock available in 2.15.40.13 ((2015/05/06) ?
U need to unlock ur bootloader first to flash permanent TWRP
Sent from my ASUS_Z008D using XDA Free mobile app
yakub234go said:
U need to unlock ur bootloader first to flash permanent TWRP
Click to expand...
Click to collapse
According to http://forum.xda-developers.com/zenfone2/general/congrats-to-bootlocker-unlocked-t3138547
Step 1 to unlock is Update to 2.19.40
I'm on 2.15.40.13 and the OTA fails at the fastboot menu
http://forum.xda-developers.com/zenfone2/orig-development/rom-pre-root-img-t3079590/page51
I forgot this was a pre-root system.img file as explained, no stock system.img provided
I think the recovery limitation was made on purpose to avoid bootloop after OTA.
Looking for stock rom to flash via fastboot
Fixed :
Used cai_dat_CWM Tethered to flash stock rom from Asus Website
UL-Z00A-WW-2.19.40.18-user.zip from Asus Website
Then again to root with SuperSU246 update from zip

Redmi Note 5 Whyred on 11.0.3 need to lock bootloader

I can see that advice has been offered to download fastboot ROM and flash with Miflash with a relock flag.
I have tried to get the phone recognised in fastboot with adb and fastboot downloaded drivers, but this has not worked.
I have reset the phone removing the Miui account.
Does this work if I have never altered the ROM by installing TWRP? I unlocked the bootloader than never needed to change the ROM as I have been happy with the experience. Now I want to remove the "Unlocked device" at boot.
It looks like drivers problem!
Sorry I need to clarify
I have advanced plus fastboot drivers universal. They don't see the phone.
The Xiaomi driver zip that I downloaded didn't have an exe so I can't install it.
Should I try the miflash even if mi account and twrp is not installed?
Try to install MiFlash on your computer.
The MiFlash installer will automatically install all required drivers.
Download offical full image ROM package and flash it using MiFlash.
Select "clean all and lock" if you wish to lock the bootloader after flashing. Note that don't lock the bootloader if the area code of the ROM you are flashing is different from your bootloader area code, otherwise you will brick your phone.
Patxperia said:
I can see that advice has been offered to download fastboot ROM and flash with Miflash with a relock flag.
I have tried to get the phone recognised in fastboot with adb and fastboot downloaded drivers, but this has not worked.
I have reset the phone removing the Miui account.
Does this work if I have never altered the ROM by installing TWRP? I unlocked the bootloader than never needed to change the ROM as I have been happy with the experience. Now I want to remove the "Unlocked device" at boot.
Click to expand...
Click to collapse
Check whether ur processor is amd or intel because AmD breaks fastboot compatibility

Categories

Resources