android nougat update - Micromax Canvas A1

I am waiting for android nougat update for a long day... When i will get it? Please answer me because i have permission to get updates for two years.. Please help me about this..

Yaaa Google had promised us to give 2 years of update.Bro wait till 4th of October if on that day the OTA will come then OK if no then theres no chance of update after that

Thank you so much..ok i will wait untill 4 otcober has come

Can't flash twrp via fastboot mode.
Actually I flash recovery twrp successfully but when I try to boot in recovery after ''fastboot reboot''' command (reboot my phone normally) and boot in recovery via fastboot mode it load stock recovery,
I tried lots of time.
Any help?
Sent from my Moto G 2014 using XDA-Developers mobile app

neeraj.lambaa said:
Can't flash twrp via fastboot mode.
Actually I flash recovery twrp successfully but when I try to boot in recovery after ''fastboot reboot''' command (reboot my phone normally) and boot in recovery via fastboot mode it load stock recovery,
I tried lots of time.
Any help?
Click to expand...
Click to collapse
I think u should use All in one tool inspite of using fastboot method.
Link http://forum.xda-developers.com/cro...-master-tool-unlock-bootloader-t2997696/page1

Related

[Q] Cannot get out of boot animation nor flash by odin or fastboot - Help please

Hi everyone, I'm new here and I have a GNex on my hands.
While I received it to fix; I could not get it past a bootloop from the nexus 4.0.4 Boot.
Problem is I cannot seem to get past the boot animation screen nor upgrade it.
Tried flashing another bootloader via fastboot, and the bootloader does not change, stays in same version.
HW Version : 9
Bootloader version : PRIMEKK15
Baseband version : I9250XXKK6
I proceed doing a fastboot erase bootloader and trying another bootloader, rebooting into another bootloader but no luck
Tried also ODIN flash but no luck; stays into the same
Booting into recovery mode goes into stock recovery and tries to flash a file from /cache
By trying to flash CWM via fastboot flash recovery <cwm image> flashes image but no luck on booting into CWM.
Anbody can lend a hand please?
Thanks!
jhonnyx said:
Hi everyone, I'm new here and I have a GNex on my hands.
While I received it to fix; I could not get it past a bootloop from the nexus 4.0.4 Boot.
Problem is I cannot seem to get past the boot animation screen nor upgrade it.
Tried flashing another bootloader via fastboot, and the bootloader does not change, stays in same version.
HW Version : 9
Bootloader version : PRIMEKK15
Baseband version : I9250XXKK6
I proceed doing a fastboot erase bootloader and trying another bootloader, rebooting into another bootloader but no luck
Tried also ODIN flash but no luck; stays into the same
Booting into recovery mode goes into stock recovery and tries to flash a file from /cache
By trying to flash CWM via fastboot flash recovery <cwm image> flashes image but no luck on booting into CWM.
Anbody can lend a hand please?
Thanks!
Click to expand...
Click to collapse
You can flash a custom recovery like cwm or twrp. Then you can acces the custom recovery and adb push your ROM and gapps. Then you do the wipes and flash the ROM and gapps. If you dont understand anything you just have to tell me
Sent from my Galaxy Nexus using XDA Premium HD app
Thanks mrgnex. I've tried flashing TWRP, but the only thing it does is boot into stock recovery and tries to flash a file from /cache/, which file is: 5a81769b6d01.signed-yakju-IMM76I-from-ICL53F.5a81769b.zip; pretty weird. Issue is the same as this thread: http://forum.xda-developers.com/showthread.php?t=1909331&page=4
use: fastboot boot recovery.img
and "recovery.img" which recovery do you suggest? twrp or a CWM in particular?
doesnt matter. whichever.
jhonnyx said:
and "recovery.img" which recovery do you suggest? twrp or a CWM in particular?
Click to expand...
Click to collapse
I suggest the latest TWRP.
http://www.teamw.in/project/twrp2
Edit: Have you read this?
TheMysteriousOne said:
I suggest the latest TWRP.
http://www.teamw.in/project/twrp2
Edit: Have you read this?
Click to expand...
Click to collapse
While now I'm trying to install latest TWRP (already did and no luck) I'm downloading the pack from the "Have you read this?".
The things that I'm seeing right now that seem to be wrong are:
1 - everytime I reboot the phone, the "fastboot oem unlock" seems to be gone and phone re-locks again (weird!)
2 - every change I make to the filesystem, seems to be non-persistent I/E: push something via adb push and on reboot it's gone! :/
Any help would be greatly appreciated.
jhonnyx said:
While now I'm trying to install latest TWRP (already did and no luck) I'm downloading the pack from the "Have you read this?".
The things that I'm seeing right now that seem to be wrong are:
1 - everytime I reboot the phone, the "fastboot oem unlock" seems to be gone and phone re-locks again (weird!)
2 - every change I make to the filesystem, seems to be non-persistent I/E: push something via adb push and on reboot it's gone! :/
Any help would be greatly appreciated.
Click to expand...
Click to collapse
Can you elaborate on why exactly you were not able to install TWRP?
TheMysteriousOne said:
Can you elaborate on why exactly you were not able to install TWRP?
Click to expand...
Click to collapse
Surely:
1 - Unlock via fastboot oem unlock
2 - fastboot erase recovery (exits with ok)
3 - fastboot flash recovery twrp_versiondoesnotmatter.img (exits with ok)
4 - reboot w/power+vlup+voldown and select reboot recovery
5 - stock recovery appears
an alternate method that i've tried:
1 - Unlock via fastboot oem unlock
2 - fastboot boot twrp_versiondoesnotmatter.img (exits with ok)
3 - TWRP boots and flashes a zipfile from /cache/ then reboots automatically
That's what happens. A mistery, huh?
Also I've tried OMAP Flash, and; the same issue happens over and over again
Have you tried doing a factory reset using the stock recovery?
TheMysteriousOne said:
Have you tried doing a factory reset using the stock recovery?
Click to expand...
Click to collapse
AFAIK, Yes
What happens once I start the stock recovery; as I've already stated; starts flashing a zip file located into /cache/ (5a81769b6d01.signed-yakju-IMM76I-from-ICL53F.5a81769b.zip); then bleh, starts the bootloop again.
I've tried the power+volup then selected wipe cache and wipe system and it's the same.
Did you try flash google's stock images (all of them) ?
Also try flashing TWRP in the boot (kennel) partition by :-
Code:
fastboot flash boot <path to twrp>.img
This will force the phone into Recovery (But you will have recovery bootloop , can be solved by flashing a kernel) .
when you boot into recovery install a Kernel and ROM . also you will lose the recovery after that .
You can flash the TWRP from the TWRP itself (to put it in the right partition) by (in the build in terminal) :-
Code:
dd if=/<path to twrp in SD>.img of=/dev/block/mmcblk0p8
Good Luck .
Sent from my Galaxy Nexus using xda app-developers app
$Parker said:
Did you try flash google's stock images (all of them) ?
Also try flashing TWRP in the boot (kennel) partition by :-
Code:
fastboot flash boot <path to twrp>.img
This will force the phone into Recovery (But you will have recovery bootloop , can be solved by flashing a kernel) .
when you boot into recovery install a Kernel and ROM . also you will lose the recovery after that .
You can flash the TWRP from the TWRP itself (to put it in the right partition) by (in the build in terminal) :-
Code:
dd if=/<path to twrp in SD>.img of=/dev/block/mmcblk0p8
Good Luck .
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
fastboot flash boot <path to twrp>.img does not boot the recovery . I mean; still boots the normal Kernel.
Actually I'm trying what TheMysteriousOne told me by downloading the stock Gnex zip (250Mb) to flash via Odin.
Ohh, bad luck strikes again:
<ID:0/011> system.img
<ID:0/011> Complete(Write) operation failed.
cannot write system.img :/
Any ideas?
Unlock your bootloader with omapflash. Although even if it does unlock, Your emmc/board probably has died.
a manta wrote this.
beekay201 said:
Unlock your bootloader with omapflash. Although even if it does unlock, Your emmc/board probably has died.
a manta wrote this.
Click to expand...
Click to collapse
can you please me guide how to do the omapflash?
I've downloaded a file called OMAPFlash_tuna.zip.
- Set battery of the device aside
- Plug device into USB, let it detect the device and flash the SBF I think.
That'd be all?
beekay201 said:
Unlock your bootloader with omapflash. Although even if it does unlock, Your emmc/board probably has died.
a manta wrote this.
Click to expand...
Click to collapse
Pardon me, if EMMC/Board is dead; why does it boot or get into bootloop? There is something that reflashes itself; it even overrides odin or heimdall...
Have you tried going back to completely stock using the method outlined here? http://forum.xda-developers.com/showthread.php?t=1626895
jhonnyx said:
can you please me guide how to do the omapflash?
I've downloaded a file called OMAPFlash_tuna.zip.
- Set battery of the device aside
- Plug device into USB, let it detect the device and flash the SBF I think.
That'd be all?
Click to expand...
Click to collapse
Read this thread
http://forum.xda-developers.com/showthread.php?t=2016628
a manta wrote this.

[Q] Can't enter recovery Verizon m8

Hello guys, I've had a problem with my phone since flashing 5.0 firmware months ago but I'm just now getting to fixing it.
I have twrp recovery and some 5.0.1 rom that was in beta awhile ago. Everytime I boot into twrp in boots right into fastboot, whatever it's called, after about 5 seconds, so I can't flash any roms, which I think is the problem since it's pretty buggy.
Another thing is that Whenever I charge the phone while it's off, it boots into bootloader and therefore stops charging. Anyway I can fix my recovery without recovery?
This is Verizon htc one m8.
Thanks guys.
Edit: tried using twrp app to reinstall recovery but it boots into bootloader instead.
Fire n mage said:
Hello guys, I've had a problem with my phone since flashing 5.0 firmware months ago but I'm just now getting to fixing it.
I have twrp recovery and some 5.0.1 rom that was in beta awhile ago. Everytime I boot into twrp in boots right into fastboot, whatever it's called, after about 5 seconds, so I can't flash any roms, which I think is the problem since it's pretty buggy.
Another thing is that Whenever I charge the phone while it's off, it boots into bootloader and therefore stops charging. Anyway I can fix my recovery without recovery?
This is Verizon htc one m8.
Thanks guys.
Edit: tried using twrp app to reinstall recovery but it boots into bootloader instead.
Click to expand...
Click to collapse
Of course there's a way. Just like the way you first installed a custom recovery. I will give you instructions in case you've forgotten, or if the phone was pre-rooted when you got it.
Download the latest TWRP from here onto your PC.
When the download is finished, rename it to recovery.img and place it into your fastboot folder.
Hook up your phone to your PC, get into ADB/fastboot, and issue the command fastboot flash recovery recovery.img
Then when it's done fastboot reboot
You should now have a working TWRP recovery.
xunholyx said:
Of course there's a way. Just like the way you first installed a custom recovery. I will give you instructions in case you've forgotten, or if the phone was pre-rooted when you got it.
Download the latest TWRP from here onto your PC.
When the download is finished, rename it to recovery.img and place it into your fastboot folder.
Hook up your phone to your PC, get into ADB/fastboot, and issue the command fastboot flash recovery recovery.img
Then when it's done fastboot reboot
You should now have a working TWRP recovery.
Click to expand...
Click to collapse
Had to use my brother computer and set it up since I got a mac. Thanks for your reply, and sorry for the double post, I installed via fastboot, and I can confirm the most updated version was pushed to the device, but it still goes right into fastboot after booting into recovery.img
Edit: Did that fastboot erase cache thing in the command prompt and now it works. Thanks for telling me the commands for cmd again!
Fire n mage said:
Had to use my brother computer and set it up since I got a mac. Thanks for your reply, and sorry for the double post, I installed via fastboot, and I can confirm the most updated version was pushed to the device, but it still goes right into fastboot after booting into recovery.img
Edit: Did that fastboot erase cache thing in the command prompt and now it works. Thanks for telling me the commands for cmd again!
Click to expand...
Click to collapse
Oh Crap! I forgot to add that one. :silly:Erase cache is obviously needed. Sorry.

Help getting TWRP onto my g4

Ok so I've had the fone a while now and finally unlocked the bootloader but as I'm knew to all this on lg can someone point me to a simple root method for marshmallow 20a I think if one exists or some other method of flashing TWRP onto my phone.
Thanks in advance
Sent from my GT-N8013 using Tapatalk
Found this is there any reason I can't use this method to install TWRP so I can then flash a cm13 based rom
http://www.droidviews.com/root-lg-g4-and-install-twrp-recovery/
Sent from my GT-N8013 using Tapatalk
I've unlock my bootloader, and successfully flashed TWRP like this video https://www.youtube.com/watch?v=O64GfQORCaE
But I can't get in recovery mode.
I'm trying to root like so http://forum.xda-developers.com/g4/development/kernel-t3232651 because I've already have 6.0 and I'm stuck....
Anyone can help please??
Edit: You don't actually need to use fastboot commands... it's just annoyingly counter intuitive.
Here's what works to boot into recovery after it's been flashed:
Turn phone off
Hold power and volume down
Release power for a half second when the LG logo appears then press and hold again
Unit will boot to white LG recovery asking if you want to wipe all data
Confirm yes twice
Unit will boot to TWRP recovery
-----------------
I had this problem earlier. You have to use fastboot commands to boot into it.
Change twrp-2.8.7.0-h815 to match your twrp file name
Code:
adb reboot bootloader
fastboot flash recovery twrp-2.8.7.0-h815.img
Fastboot boot twrp-2.8.7.0-h815.img
ajscott said:
I had this problem earlier. You have to use fastboot commands to boot into it.
Change twrp-2.8.7.0-h815 to match your twrp file name
Code:
adb reboot bootloader
fastboot flash recovery twrp-2.8.7.0-h815.img
Fastboot boot twrp-2.8.7.0-h815.img
Click to expand...
Click to collapse
Excellent!!!
So after that I flash the .zip or .img that's in the folder? (total new with rooting)
---------- Post added 25th January 2016 at 12:27 AM ---------- Previous post was 24th January 2016 at 11:56 PM ----------
rooted!
but it doesn't read my sdcard and bluetooth...
When I was installing twrp and CM13 on my G4, I tought that I can't access twrp either. When pressing vol down+power I got to the default screen with only option to factory reset. So I used the above command to access it. But I noticed, that if I go through that factory reset thingy, it will go to twrp without factory reset. So after you get to factory reset recovery, answer yes to the first question and then yes to the second one and you'll get to twrp.
So to get this straight
1 adb reboot bootloader
2 fastboot flash recovery.....
3 fastboot boot TWRP......
Then I can backup my current setup and then flash any Rom from there just like with my Samsung using TWRP after that then I can enter recovery via the power and volume down buttons?
Sent from my GT-N8013 using Tapatalk
Would I be better to flash a stock based rom with modem and bootloader first
Sent from my GT-N8013 using Tapatalk
eddyctweets said:
So to get this straight
1 adb reboot bootloader
2 fastboot flash recovery.....
3 fastboot boot TWRP......
Then I can backup my current setup and then flash any Rom from there just like with my Samsung using TWRP after that then I can enter recovery via the power and volume down buttons?
Sent from my GT-N8013 using Tapatalk
Click to expand...
Click to collapse
Even after installing CM13 I still got default recovery with vol down+power, but was able to enter twrp when rebooting from CM13 using something like twrp manager.
But as I said above, you get to twrp by going through "factory reset" from default recovery. It will not do factory reset.
I personally went with Genisys 3.6 ROM after trying CM13 for a few days. Picture quality suffered too much for my liking, and miracast support was also lost with CM13. With Genisys ROM everything works well.

Can't enter recovery 551ml...Z00A

Hi
Problem is that I can't enter recovery. I am able to enter fastboot menu, but when I'm choosing recovery mode, phone like restarts and goes again to fastboot menu...no recovery mode or dead bot with error comes. Below is blue writing "continue the fastboot process".
This happened after I tried to install twrp through twrp manager...it was installing twrp and said that install succesful.
Also tried fastboot command "fastboot clear cache", but nothing.
So, you didn't unlock the bootloader and removed your recovery...
1st thing, go to bootloader mode, download the recovery for your version of Android, eg 2.20.40.168, and flash through fastboot on the PC.
Put phone in fastboot (bootloader mode) - I'm assuming of course you have the latest Intel drivers and the flashing tools - and through the CMD interface (agasin flashing tools) type "fastboot devices". If you did it right then you'll see you serial number...
Now, in the same folder as the fastboot tools, have the recovery.img ready and type "fastboot flash recovery recovery.img".
You should now have recovery again...
2. If you haven't done so, lookup how to unlock bootloader before trying this again and do it. Make sure everything goes as it says, particularly important the splashscreen that says ASUS turns white, and you should be ok to flash TWRP though I use PC as I find everything seems to work.
Yes, it was my mistake, i didn't unlock bootloader and tried to flash twrp.
Now i can Go into fastboot and phone connects to pc easily.
But so far i didn't found recovery image for 2.20.40.174 fw.
But can you confirm that it's possible now to use one click bootloader unlock and then flash twrp? Without flashing stock recovery.
Jaaguar86 said:
Yes, it was my mistake, i didn't unlock bootloader and tried to flash twrp.
Now i can Go into fastboot and phone connects to pc easily.
But so far i didn't found recovery image for 2.20.40.174 fw.
But can you confirm that it's possible now to use one click bootloader unlock and then flash twrp? Without flashing stock recovery.
Click to expand...
Click to collapse
You can use This Apk to unlock bootloader.
Once unlocked it will reboot and show white splashscree,then you are ready to use twrp.
Try it
If you go to the pre-rooted rom thread you can download ALL the img files - rom, recovery,boot and droidboot.img. I'm pretty sure 174 was there in the Mega link at the top of the 1st post...
Just download the recovery.img as that's what you need...
Ok, thanks to all. Now bootloader is unlocked, twrp installed and installed rom blisspop. Great phone when there is no bloatware.
Sent from my ASUS_Z00A using XDA Premium 4 mobile app
Cool, glad you got your toy working again...
Same issue as sir Jaguar
Already installed .img trough adb says succesfully installed
When i go to recovery mode no deadbot no white splash screen load.
Tried the asus unlocking tool provided by the asus and the same link provided by sir Ultima still no good results.
Im already at 174 fw
Tried the twrp apk
Tried flashify
Tried diffrent kind of .img
Tried to re install the image using ADB
Still no good results
I think its the bootloader that has the problem.
Guys plz help tnx
thank you for your hard work!! love it
you can try to reflash the corresponding version of stock recovery.img
ultramag69 said:
If you go to the pre-rooted rom thread you can download ALL the img files - rom, recovery,boot and droidboot.img. I'm pretty sure 174 was there in the Mega link at the top of the 1st post...
Just download the recovery.img as that's what you need...
Click to expand...
Click to collapse
i can not find the link u r talking about .. please can u repost it i srsly need the recovery.img file
thanks in advance
amanbansal009 said:
i can not find the link u r talking about .. please can u repost it i srsly need the recovery.img file
thanks in advance
Click to expand...
Click to collapse
http://forum.xda-developers.com/zenfone2/development/rom-pre-root-img-t3079590
Hi there, I have a similar problem i think. I have unlocked bootloader.
My problem is PC won't regonize my device. I installed the driver for intel asus adb but it would says "error: device not found" for fastboot cmd.
so now i m stuck in fastboot and can't do anything ...
Hi, Also have my phone on the same conditions but If I try to flash anything I got permission Denied.
Please help me

Tried to flash two and deleted stock recovery.

Hi all. Yesterday I rooted my ze551ml and tried to flash twrp onto my device. It was not successful and now I have no stock recovery. When I try to enter recovery by pushing the power button, it just returns to normal boot. I unlocked my bootloader with a file I found in the zenfone general section. How do I go about flashing the stock recovery. I downloaded a stock firmware from Asus and extracted it. But the recovery does not show up as a recovery.img. can someone give me some assistance or point me in the right direction? Thanks in advance.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
if you're rooted flash twrp with twrp manager from play store , you tried ??
quicksilver53 said:
Hi all. Yesterday I rooted my ze551ml and tried to flash twrp onto my device. It was not successful and now I have no stock recovery. When I try to enter recovery by pushing the power button, it just returns to normal boot. I unlocked my bootloader with a file I found in the zenfone general section. How do I go about flashing the stock recovery. I downloaded a stock firmware from Asus and extracted it. But the recovery does not show up as a recovery.img. can someone give me some assistance or point me in the right direction? Thanks in advance.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
Use twrp manager from play store if rooted and flash twrp, or google and this came up
http://www.asus.com/zentalk/thread-58401-1-1.html
timbernot said:
Use twrp manager from play store if rooted and flash twrp, or google and this came up
http://www.asus.com/zentalk/thread-58401-1-1.html
Click to expand...
Click to collapse
I have tried flashing twrp with twrp manager and it says successful. But when I try to enter recovery, it goes back to normal boot. No dead android. I have downloaded the firmware package for my phone and extracted the files. I found the recovery, but it does not appear to be a recovery.img file. I believe I need and image file to flash through ADB.
quicksilver53 said:
I have tried flashing twrp with twrp manager and it says successful. But when I try to enter recovery, it goes back to normal boot. No dead android. I have downloaded the firmware package for my phone and extracted the files. I found the recovery, but it does not appear to be a recovery.img file. I believe I need and image file to flash through ADB.
Click to expand...
Click to collapse
Theres all stock recoveries
in the link i posted eaRrlier:good:
check `windroid toolkit` out for zenfone 2 on here too if you`re not too sure, once you have the correct recovery from the link above, lazy i know but.....
timbernot said:
Theres all stock recoveries
in the link i posted eaRrlier:good:
check `windroid toolkit` out for zenfone 2 on here too if you`re not too sure, once you have the correct recovery from the link above, lazy i know but.....
Click to expand...
Click to collapse
Thanks. I have tried downloading the stock firmware and extracted the recovery, buy can't seem to flash it as it is not a recovery image. Also the windroid toolkit doesn't recognise that USB debugging is enabled on my phone.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
quicksilver53 said:
Thanks. I have tried downloading the stock firmware and extracted the recovery, buy can't seem to flash it as it is not a recovery image. Also the windroid toolkit doesn't recognise that USB debugging is enabled on my phone.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
Sent from my ASUS_Z00AD using XDA-Developers mobile app
I don't know then I have no time today , all stuff is in that link re flashing recovery , stock or custom , full firmware etc etc ..you have minimal fastboot and adb installed ? Drivers etc , your fone is recognised in adb ? eg, adb devices ?
What I would do , is fastboot flash recovery.img (twrp) and be done with it .Although if you have damaged other stuff ..flash full firmware , all info is in the link ..
@quicksilver53 Are you saying that you wiped your Bootloader? Otherwise, if you've unlocked your Bootloader, go into Fast boot and flash the latest TWRP IMG with adb tools using the command "fast boot flash recovery TWRP.img"
Saamyo said:
@quicksilver53 Are you saying that you wiped your Bootloader? Otherwise, if you've unlocked your Bootloader, go into Fast boot and flash the latest TWRP IMG with adb tools using the command "fast boot flash recovery TWRP.img"
Click to expand...
Click to collapse
I have tried to flash the latest TWRP recovery with those commands. It fails to flash. My bootloader has been unlocked with the unlock and relock program I found in the General section. I also have root. I have used root checker to verify. When I try to enter recovery, it goes right back to normal boot. I get no dead Android nor bootloader menu. I think when I tried to flash TWRP, it deleted my stock recovery. I am at a loss here. I never had this happen when flashing on my HTC one x or M7.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
I have trouble getting into recovery through the power button too. Try turning on advanced power menu in developer options. Then try to reboot into recovery through the power menu.
Sent from my ASUS_Z00A using Tapatalk
quicksilver53 said:
I have tried to flash the latest TWRP recovery with those commands. It fails to flash. My bootloader has been unlocked with the unlock and relock program I found in the General section. I also have root. I have used root checker to verify. When I try to enter recovery, it goes right back to normal boot. I get no dead Android nor bootloader menu. I think when I tried to flash TWRP, it deleted my stock recovery. I am at a loss here. I never had this happen when flashing on my HTC one x or M7.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
I don't think your Bootloader is unlocked properly. Try unlocking again, as I myself have wiped my recovery partition more than once. The fast boot flash never fails me.
kenbo111 said:
I have trouble getting into recovery through the power button too. Try turning on advanced power menu in developer options. Then try to reboot into recovery through the power menu.
Sent from my ASUS_Z00A using Tapatalk
Click to expand...
Click to collapse
Thanks. I will try that next.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
quicksilver53 said:
Thanks. I will try that next.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
Can't seem to find that listed in developer options.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Quicksilver ? A few questions need answering please
1) do you have 'minimal adb and fastboot ' installed on pc ?
2) do you know the commands to flash a recovery in fastboot ?
3) and that you know how to get into fastboot ?
4) have you adb debugging enabled
Things to try, install 'reboot recovery' app from playstore and give it su rights then ..reboot bootloader ..then press the vol + once ...then try flash twrp in windroid toolkit ..the one for zen 2.
A few things to try there
timbernot said:
Quicksilver ? A few questions need answering please
1) do you have 'minimal adb and fastboot ' installed on pc ?
2) do you know the commands to flash a recovery in fastboot ?
3) and that you know how to get into fastboot ?
4) have you adb debugging enabled
Things to try, install 'reboot recovery' app from playstore and give it su rights then ..reboot bootloader ..then press the vol + once ...then try flash twrp in windroid toolkit ..the one for zen 2.
A few things to try there
Click to expand...
Click to collapse
Thanks timbernot. I have those installed and I do know the commands to flash recoveries and Roms. I will look and download what you have suggested.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
quicksilver53 said:
Thanks timbernot. I have those installed and I do know the commands to flash recoveries and Roms. I will look and download what you have suggested.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
Also , if you flash twrp successfully with windroid , don't reboot fone with keys into recovery, select reboot recovery in windroid first..then if you get into twrp , select reboot ..then select recovery ...before rebooting system .also try another data cable if fails lol..how many times I had a fecked data cable,also right click on windroid and run with administrator rights
timbernot said:
Also , if you flash twrp successfully with windroid , don't reboot fone with keys into recovery, select reboot recovery in windroid first..then if you get into twrp , select reboot ..then select recovery ...before rebooting system .also try another data cable if fails lol..how many times I had a fecked data cable,also right click on windroid and run with administrator rights
Click to expand...
Click to collapse
Well, I'm beside myself. I have tried everything suggested to me with no success. I just don't understand where I am going wrong. Never had this much difficulty before. My warranty expires next month and I was hoping to get it going and not have to send it in.?
Sent from my ASUS_Z00AD using XDA-Developers mobile app
You say you successfully flashed twrp but couldn't boot into it(at the beginning) . Can you flash it again , then 'adb reboot recovery' this time ? Then if recovery comes up , press reboot ,then recovery... in twrp before rebooting system?
PS what build number do you have ?
http://www.mediafire.com/folder/setyy42t2cymy#ay747csly77a3
This is for all builds ,from the link earlier .. in the sub folders of stock recoveries in the link..click on your build number file and it will open...if on .184 and its not there ,it maybe here
http://forum.xda-developers.com/zenfone2/help/stock-recovery-t3381283
That's the last from me apologies if nothing worked !
timbernot said:
You say you successfully flashed twrp but couldn't boot into it(at the beginning) . Can you flash it again , then 'adb reboot recovery' this time ? Then if recovery comes up , press reboot ,then recovery... in twrp before rebooting system?
PS what build number do you have ?
http://www.mediafire.com/folder/setyy42t2cymy#ay747csly77a3
This is for all builds ,from the link earlier .. in the sub folders of stock recoveries in the link..click on your build number file and it will open...if on .184 and its not there ,it maybe here
http://forum.xda-developers.com/zenfone2/help/stock-recovery-t3381283
That's the last from me apologies if nothing worked !
Click to expand...
Click to collapse
Thank you for your efforts timbernot. I am on .174. I did download the stock recovery but for my build, but was unable to flash it. It showed up as recovery in my download folder. It is my understanding that I have to ad .img to it when I flash" fastboot flash recovery recovery.img". I will leave it for this evening as I am terribly frustrated at the moment. I'll try again on the weekend.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
quicksilver53 said:
Thank you for your efforts timbernot. I am on .174. I did download the stock recovery but for my build, but was unable to flash it. It showed up as recovery in my download folder. It is my understanding that I have to ad .img to it when I flash" fastboot flash recovery recovery.img". I will leave it for this evening as I am terribly frustrated at the moment. I'll try again on the weekend.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
Click to expand...
Click to collapse
Understandable , although I just dloaded your recovery.img from the link and it is 11.6mb..? Is yours ?and in my files not as recovery on its own but with .img on the end ...

Categories

Resources