Q&A for TWRP 2.8.7.0
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for TWRP 2.8.7.0. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
nice
thank much
thank bro
now working full
Does Nokia X2 need bootloader unlocking? or we can just straightaway install TWRP via fastboot?
If yes, how to unlock bootloader?
Also, what is the button combination for going into fastboot mode?
Hello prakharkmr27
prakharkmr27 said:
Does Nokia X2 need bootloader unlocking?
Click to expand...
Click to collapse
Nokia X2 bootloader is not locked. But have some kind of copy protection.
For switching from stock recovery to custom recovery, best way is to flash it with
fastboot, this way:
Code:
fastboot -i 0x0421 flash recovery <custom recovery image name>
then to reboot device to recovery mode with Volume rocker UP and Power Button together until vibration.
To switch device to fastboot download mode use Volume rocker DOWN and Power Button
together.
Sometime after flashing recovery you may notice that recovery is still stock, that is effect of bootloader
protection, it mean device not jumped immediately to recovery started normal boot with some recovery
consistency check.
Just try again if that happen.
please i dont know what is happening...........on twrp recovery mode, when i reboot my phone into recovery it goes into twrp recovery mode, when i also reboot into system it still goes into twrp recovery mode. how do i fix this?????????????? thanx.
Related
Q&A for [Recovery][Titan] CWM PhilZ Touch 6 for Moto G 2014
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
Backup to sd card works fine, thanks.
[Recovery][Titan] CWM PhilZ Touch 6 for Moto G 2014 - Problem
I'm with the same problem as the metalrules321 has.
target reported max download size of 536870912 bytes
error: cannot load 'CWM_Touch_Titan.img': No error
Is there an update on the way for a flashable recovery through adb fastboot for the xt1039 variant? I have root, after unlocking bootloader but can't boot recovery, or flash recovery. Also, as it stands now I don't think I even have stock recovery in fastboot menu
How did you root? If you are rooted there should have been a recovery? Or did you use "fastboot boot recovery" command instead of "fastboot flash recovery"?
In that case the custom recovery is not permanent.To reach the stock recovery,did you try these steps:http://forum.xda-developers.com/showpost.php?p=55970433&postcount=8 ?
sry for my worse english,I´m from germany.....
Can anyone confirm it work on XT1063?
How about on XT1064? Will it work?
Thanks.
Spitfire400 said:
Is there an update on the way for a flashable recovery through adb fastboot for the xt1039 variant? I have root, after unlocking bootloader but can't boot recovery, or flash recovery. Also, as it stands now I don't think I even have stock recovery in fastboot menu
Click to expand...
Click to collapse
This recovery if for Moto G 2014, xt1039 is Moto G 2013.
---------- Post added at 10:21 PM ---------- Previous post was at 10:19 PM ----------
Botsok said:
How about on XT1064? Will it work?
Thanks.
Click to expand...
Click to collapse
I dont test on this device, but should work in all Moto G 2014 devices.
worked fine on my xt1068!
Is it official or ported?
work perfectly!!
I was stack with the twrp, fails backups ever! this recovery just work like a charm! GOOD JOB!
yes, I had to use "fastboot boot recovery", as every time I tried to flash I just got blank screen. And then realised after 3 days, the xt1039 is moto g 2013, not 2014 when I purchased it lol
Any CWM mirrors?
Hy, I just tried to get the CWM from this link http://d-h.st/X5N but that link is dead, anyone who downloaded the recovery can share it?
Thnx, this is really frustrating.
The link is ok, I´ve tested it right now. Choose the middle downloadbutton. If it doesn´t work for you I can load it up,just tell me where you want to have it.
cmw over twrp
moto g 2014 twrp cant backup nandroid, so i want to try cwm. so plz any1 guide me how to install cwm over twrp? thank you
Why don´t you flash CWM directly with fastboot flash CWM_Touch_Titan_v2.img ?
Sorry other thread...
help
Hi,
I have an xt1068 and installed this recovery but when I restart my phone or try to enter into the recovery it wont start. The screen goes on and off.. and show like the recovery was loading but never finishes.
I only can enter to the bootloader menu.
i hope yo will understand my english
Q&A for [RECOVERY] ClockworkMod Touch v6.0.4.6
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [RECOVERY] ClockworkMod Touch v6.0.4.6. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Possible cm11 without cwm?
Hey guys, I'm wondering if it is possible to just unlock the bootloader and flash cm11 through fastboot as I want my phone to have USB Storage. Staying on stock rom is not an option, so if there is any other way that is easy and does not require internet to place files from my computer onto my phone please enlighten me. Thanks in advance.
CognacJack said:
Hey guys, I'm wondering if it is possible to just unlock the bootloader and flash cm11 through fastboot as I want my phone to have USB Storage. Staying on stock rom is not an option, so if there is any other way that is easy and does not require internet to place files from my computer onto my phone please enlighten me. Thanks in advance.
Click to expand...
Click to collapse
you can not flash a custom rom from fastboot, it must be flashed from custom recovery. You can download the rom and put it on your internal storage using adb push, adb sideload or flash directly from a usb drive using a usb-otg cable.
you can find instructions how to flash CM11 on the M7 on the cyanogenmod wiki for the M7
http://wiki.cyanogenmod.org/w/Install_CM_for_m7
alray said:
you can not flash a custom rom from fastboot, it must be flashed from custom recovery. You can download the rom and put it on your internal storage using adb push, adb sideload or flash directly from a usb drive using a usb-otg cable.
you can find instructions how to flash CM11 on the M7 on the cyanogenmod wiki for the M7
Click to expand...
Click to collapse
Damn, thats what I was afraid of, I'll have to google abd push and learn up on it, thanks for the quick response
About a usb otg cable, I'm assuming thats a micro usb to a usb in port? I'll google that too
CognacJack said:
Damn, thats what I was afraid of, I'll have to google abd push and learn up on it, thanks for the quick response
About a usb otg cable, I'm assuming thats a micro usb to a usb in port? I'll google that too
Click to expand...
Click to collapse
exactly, it might be easier if you don't know how to use adb. but you'll have to purchase a cable. Using adb push isnt really hard.
install your HTC drivers
install the lastest android SDK
flash the recovery using fastboot
push the rom using adb
install the rom using the custom recovery
btw will recommend you to use twrp recovery 2.6.3.3 unless otherwise specified by the dev of the rom.
alray said:
exactly, it might be easier if you don't know how to use adb. but you'll have to purchase a cable. Using adb push isnt really hard.
install your HTC drivers
install the lastest android SDK
flash the recovery using fastboot
push the rom using adb
install the rom using the custom recovery
btw will recommend you to use twrp recovery 2.6.3.3 unless otherwise specified by the dev of the rom.
Click to expand...
Click to collapse
I went out and bought an otg cable, could you link me to instructions for it? are the instructions for multiple phones or model specific?
CognacJack said:
I went out and bought an otg cable, could you link me to instructions for it? are the instructions for multiple phones or model specific?
Click to expand...
Click to collapse
Copy your rom.zip on your usb thumb drive plug it to your phone using your otg cable. Boot in recovery, mount your usb-otg, install the rom
Can I install cwm touch recovery on my micromax a46?
mansaini said:
Can I install cwm touch recovery on my micromax a46?
Click to expand...
Click to collapse
You seem lost .. look here >> http://forum.xda-developers.com/showthread.php?p=54266280&highlight=micromax+a46#post54266280
flash cwm recovery troubleshoot
Hey guys, i'm trying to root my HTC one and having some troubles with that.
prerequisites done:
- unlock bootloader (check)
- install SU in my phone (check)
- erase cache (check)
- Flash CWM img recovery (check)
when i power off my phone and try to recover in fastboot mode, it shows "entering recovery" on top, but then it goes blank and does not power into CWM mode.
But other wise it works in normal conditions.
Root need help
i quick booted and did evry step in the video of the xda developers and when it comes to the zip file on my phone there is none and i dont know where to get it from please help!!!
Q&A for My TWRP backup isn't working!
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for My TWRP backup isn't working!. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
___Pg said:
Whenever I try to restore my data, it will wipe the data after recovering the backup but won't restore the data. It's a pain to switch ROMs for me. Any help?
Click to expand...
Click to collapse
I had the same problem with version 2.8.3, then installed TWRP 2.8.4 and it worked, I suggest you try another version.
Raphantom said:
I had the same problem with version 2.8.3, then installed TWRP 2.8.4 and it worked, I suggest you try another version.
Click to expand...
Click to collapse
could you provide me with the link? if you don't mind!
___Pg said:
could you provide me with the link? if you don't mind!
Click to expand...
Click to collapse
mega .co .nz /#!DE5B0SrS!VA5WREZ61G5P6EFdVEldA-2-kLSBJY602y0iELbUY_k
removes spaces
:fingers-crossed: good luck
I did a restore of twrp backup(5.0.2 Brazilian soak test) uploaded on xda the way it was mentioned in the post. But when I booted into recovery from bootloader my phone's twrp recovery doesn't shows up instead a bug droid with an red exclamation shows. I tried flashing latest twrp.img via mfastboot method but that was of no help. Everything goes fine but the recovery shows warning Android symbol. Help needed!
I tried holding the volume up button for 10 seconds and then pressing and releasing the Power button while volume button still pressed when the warning shows but that doesn't helps either. Should I flash custom recovery once and then again try flashing twrp? I need to restore my twrp backup of 4.4 so that I could get the official update.
Sent from my XT1068 using XDA Free mobile app
anu921 said:
I did a restore of twrp backup(5.0.2 Brazilian soak test) uploaded on xda the way it was mentioned in the post. But when I booted into recovery from bootloader my phone's twrp recovery doesn't shows up instead a bug droid with an red exclamation shows. I tried flashing latest twrp.img via mfastboot method but that was of no help. Everything goes fine but the recovery shows warning Android symbol. Help needed!
I tried holding the volume up button for 10 seconds and then pressing and releasing the Power button while volume button still pressed when the warning shows but that doesn't helps either. Should I flash custom recovery once and then again try flashing twrp? I need to restore my twrp backup of 4.4 so that I could get the official update.
Sent from my XT1068 using XDA Free mobile app
Click to expand...
Click to collapse
The button combination to enter recovery changed for lollipop.
Press power button for 3-5 secs and tap the vol up button at the distressed android screen.
anu921 said:
I did a restore of twrp backup(5.0.2 Brazilian soak test) uploaded on xda the way it was mentioned in the post. But when I booted into recovery from bootloader my phone's twrp recovery doesn't shows up instead a bug droid with an red exclamation shows.
Click to expand...
Click to collapse
Lollipop will automatically replace TWRP with the stock recovery.* To prevent the stock ROM*from replacing TWRP, boot TWRP, go to the mount menu and mount system, press the home button, then press Advanced ->*File Manager.* Browse to /system and select the file named recovery-from-boot.p then choose to rename the file to recovery-from-boot.bak.
Or flash the latest supserSU. That will also prevent the replacement
[Q&A] [RECOVERY] TWRP 2.8.3.0 touch recovery for KFireHD 7" (ZIP) [01-08 v2.8.3
Q&A for [RECOVERY] TWRP 2.8.3.0 touch recovery for KFireHD 7" (ZIP) [01-08 v2.8.3.0]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [RECOVERY] TWRP 2.8.3.0 touch recovery for KFireHD 7" (ZIP) [01-08 v2.8.3.0]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Hashcode said:
OTG issue is Tate specific and is hardware related. Amazon used the power PIN for the modem in LTE device.
Click to expand...
Click to collapse
Do you mean that there is no way that KFHD 7 Tate can use USB otg?
Snowboy12 said:
Do you mean that there is no way that KFHD 7 Tate can use USB otg?
Click to expand...
Click to collapse
Sorry hardware specific... I know sucks right...
---------- Post added at 01:33 PM ---------- Previous post was at 01:28 PM ----------
Hello I'm trying to change my file system in /system from ext4 to f2fs but just get a 'Updating partition details...... Done' and /system remains ext4. I've searched for an answer but am lost.. Just looking for a yes or no. Thanks
Does anyone have the .zip they can share? .goo is down and I would really like a .zip to update within recovery. Thanks in advance.
Have the same problem. Goo is down and I can find other download.
Can anyone upload the zip again?
Thanks!
Can we get this hosted somewhere else? Goo.im has been shutdown due to financial issues.
Hi everyone
After flash recovery twrp 2.8.x.x.img wiht "flashsify" my "tate"only boot in fastboot mode
I tried to connect to the computer and type fastboot flash recovery recovery.img but always waits for device.
What else could do?
Regards
Q&A for Tutorial: How to boot to Recovery with LP (690) in locked bootloader device
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Tutorial: How to boot to Recovery with LP (690) in locked bootloader device. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Hi Friends,
Not work for me., Z3 Compact D5803 Locked Bootloader.
I followed all these steps:
I Downgrade for root
1) Install Stock ROM fw to 23.0.A.2.93 with flashtool
2) Rooted my Z3 Compact with SUperSu 2.46 and GiefRoot v3.
3) Install Dual Recovery 2.83
Requirement in this Thread
4) From my recovery - Dualrecovery (TWRP) - Use D5803_Customized NCB_1288-5411_23.1.A.0.690_R9C to upgrade from kikat 4.4.4 to LP. (The updade works fine, but here lost TWRP Recovery)
Instructions in this Thread
5) Turn off your device
6) Use Flashtool for flashing 4.4.4 kernel "D5833_23.0.1.A.5.77_Kernel.ftf".
7) I have TWRP Recovery again and enter in recovery mode.
8) Flash the new 5.0.2 kernel, using recovery with file "Z3c_kernel_690.zip" . I can boot, no problem in my Z3 Compact, im root, but I have no recovery mode with TWRP.
I also flashed the kernel .690 way flash tool, the results are the same.
=====
Please someone help me .
Best regards.,
Question.
..
Downdrade
Can use this method to downgrade my Z3C to KK .77?
Tks
gugorio said:
Can use this method to downgrade my Z3C to KK .77?
Tks
Click to expand...
Click to collapse
Just flash kk with flashtool.
Tapatalked
726 Kernel
Hi! Can you create a kernel for the 5833_726 version too? It would be great! Thanks!