twrp bootloop - YU Yuphoria

Whenever I try to wipe cache or data using latest twrp it stucks on formatting data using ext4 function somebody help me

Ravi7738 said:
Whenever I try to wipe cache or data using latest twrp it stucks on formatting data using ext4 function somebody help me
Click to expand...
Click to collapse
it takes around 10 minutes for me, try enabling rm -rf in settings if you want to speed it up a bit

Related

[Q] Can't unmount /cache in CWM Touch

Tried to update from ICS to Sky_Jellybean and when I go to wipe cache etc. the cache says unmount /cache and the rest say mount ..
I can not get it to format/reset it just freezes on formating cache and then reboots phone out of CWM?
Any Suggestions?
cl.donaldson1978 said:
Tried to update from ICS to Sky_Jellybean and when I go to wipe cache etc. the cache says unmount /cache and the rest say mount ..
I can not get it to format/reset it just freezes on formating cache and then reboots phone out of CWM?
Any Suggestions?
Click to expand...
Click to collapse
Reflash cwm or use goo manager to install twrp
Sent from my SAMSUNG-SGH-I727 using xda premium

Need a wiping script..

need a script that could properly wipe the data and cache partitions (cute_prince's method), can't access to the computer all the time for wiping the partitions
nsyncfan said:
need a script that could properly wipe the data and cache partitions (cute_prince's method), can't access to the computer all the time for wiping the partitions
Click to expand...
Click to collapse
Check this out
Sent from my HTC Explorer using xda premium
beta testing required...
if you are so... attached to sense... and, you are going to flash sense 4/4.1 and its derivatives.....
could you please test this recovery for me?
http://www.mediafire.com/download/m9rvgffkv2x2sps/recovery-test.img
it is twrp 2.4.1. I derped the recovery.fstab so that it mounts the sd-cache and sd-data in the cache and data folders respectively. and, note: BETA! even i haven't tested it as my digitizer broke

F2FS on stock

i wanted to know if it is possible to format our system partition as f2fs and have it work our data partition on kitkat is already f2fs so are we able to do it to system? in twrp i attempted this by fro matting to f2fs but when restoring system it reformats system as ext 4 is there away around this? on twrps website there is a command to keep a the file system it is "tw_rm_rf – uses rm –rf instead of formatting system and data partitions, this option is used to prevent changes to the file system settings such as file system type, " i found it here http://www.teamw.in/twrp2-reference-guide would this help to do this? i don't know where to put this command in though
Edit: on a sidenote i formatted cache as f2fs and it booted
Edit 2: i looked at it again and cache was reformatted back to ext4
billycar11 said:
i wanted to know if it is possible to format our system partition as f2fs and have it work our data partition on kitkat is already f2fs so are we able to do it to system? in twrp i attempted this by fro matting to f2fs but when restoring system it reformats system as ext 4 is there away around this? on twrps website there is a command to keep a the file system it is "tw_rm_rf – uses rm –rf instead of formatting system and data partitions, this option is used to prevent changes to the file system settings such as file system type, " i found it here http://www.teamw.in/twrp2-reference-guide would this help to do this? i don't know where to put this command in though
Edit: on a sidenote i formatted cache as f2fs and it booted
Edit 2: i looked at it again and cache was reformatted back to ext4
Click to expand...
Click to collapse
Did you ever succeed in getting stock "DATA" partition to F2FS? I couldn't restore my backup and phone wouldn't boot anymore.. so went back to EXT4..
Maybe @djvita knows something, I think he has been experimenting a bit with F2FS..
StefanGA said:
Did you ever succeed in getting stock "DATA" partition to F2FS? I couldn't restore my backup and phone wouldn't boot anymore.. so went back to EXT4..
Maybe @djvita knows something, I think he has been experimenting a bit with F2FS..
Click to expand...
Click to collapse
yes i was able to get only the data partition to f2fs no other partition will stay another format once it boots it reformats or when restoring system in twrp it will restore the system partition as ext 4
billycar11 said:
yes i was able to get only the data partition to f2fs no other partition will stay another format once it boots it reformats or when restoring system in twrp it will restore the system partition as ext 4
Click to expand...
Click to collapse
interesting.. how did you do it? I did it in TWRP 2.8.1.0 via advanced wipe and after that got stuck on the motorola bootlogo..
That is the same thing I did but after whipeing I restored my data partition. I think the reason you got stuck in a bootloop is because you did not clear dalvic and cache or you do not have the kit Kat boot loader
billycar11 said:
That is the same thing I did but after whipeing I restored my data partition. I think the reason you got stuck in a bootloop is because you did not clear dalvic and cache or you do not have the kit Kat boot loader
Click to expand...
Click to collapse
I tried it again.. this time it worked.. I rebooted after format directly back into recovery and was then able to restore my data from ext4 to f2fs.. not sure, why it didn't work the first time around, but thanks for checking back!

fail to factory restore

Pardon me but i cannot find the right place where to post my problem.
After failing horribly to instal zombie over crombi and failing also to restore a nandroid, I tried to do a factory format but now it says unable to mount /cache twfunc::copy logcant open dest log file /cachemkfs.f2fs binary not found, using rm -rf to wipe
wiping data without wiping /data/media... Done.updating part details...
E"unable to mount ,' /cache
I really feel at a loss as when it happened the last time on the other tablet it came round fine after a full format, but this one doesn't want to know..
Please help thanks
evimarn said:
Pardon me but i cannot find the right place where to post my problem.
After failing horribly to instal zombie over crombi and failing also to restore a nandroid, I tried to do a factory format but now it says unable to mount /cache twfunc::copy logcant open dest log file /cachemkfs.f2fs binary not found, using rm -rf to wipe
wiping data without wiping /data/media... Done.updating part details...
E"unable to mount ,' /cache
I really feel at a loss as when it happened the last time on the other tablet it came round fine after a full format, but this one doesn't want to know..
Please help thanks
Click to expand...
Click to collapse
Hey mate ....
Sounds like you got yourself into a pickle .......
Give this a try .... Boot into recovery and ........
Code:
adb shell
killall -19 recovery
make_ext4fs /dev/block/mmcblk0p8
This should format /data, You will need to use the hardware button to force reboot......
reboot back into recovery and see if /data can be mounted now ......
Thx Josh
Thanks for the quick reply do you think this will fix cache mount and dalvik mount problems as the system can wipe date but not dalvik and cache.
Fixed
evimarn said:
Thanks for the quick reply do you think this will fix cache mount and dalvik mount problems as the system can wipe date but not dalvik and cache.
Click to expand...
Click to collapse
After much formats it appears to be that twrp was corrupt as after using a fresh recovery blob every thing seems to be in place and cache and dalviki can be mounted.
The only quirk is that no matter how I try to instal Zombie after the message to restart and enjoy it just hangs on the droid animation for more than an hour, so for the time being I went back to crombi-kk until someone knocks some ideas into me.
Thanks
evimarn said:
After much formats it appears to be that twrp was corrupt as after using a fresh recovery blob every thing seems to be in place and cache and dalviki can be mounted.
The only quirk is that no matter how I try to instal Zombie after the message to restart and enjoy it just hangs on the droid animation for more than an hour, so for the time being I went back to crombi-kk until someone knocks some ideas into me.
Thanks
Click to expand...
Click to collapse
Are you on the 10.6.1.14.10 bootloader?
Yes exactly that. Thanks

[Recovery] Moto E LTE TWRP 2.8.6.0 (RM -RF Always On)

*removed*
It's awesome. Usually, wiping system, cache and data lasted like 5 or 10 minutes, I tested this recovery and it wiped everything so quickly. Thank you so much for this .
Edit: Installing works.
Q9Nap said:
Here is TWRP for Moto E LTE with "Use rm -rf instead of formatting" enabled by default.
Moto E LTE uses f2fs format for the userdata partition and TWRP doesn't format it correctly by default, causing issues with mounting.
# README
Warning: backup any important data on your internal storage first!
Boot into TWRP and perform the following:
Wipe > Format Data > type "yes" then enter
This will format your userdata partition using mkfs.f2fs, in case it isn't already
Now, whenever you wipe data, TWRP will use rm -rf instead of attempting to format using make_ext4fs
# DOWNLOAD
http://batakang.com/ftp/devs/mhous33/surnia/twrp-2.8.6.0-surnia-rmrf.img
# CREDITS
@cybojenix for his initial TWRP work!
@squid2 for his improved TWRP work and very useful information!
@dhacker29 for his very useful information!
Click to expand...
Click to collapse
When I try to format data it fails, it's unable to mount anything. My phone is a surnia XT1527. Now when I try to flash it says unable to mount /data.
wiped system, devlik cache, data, internal storage, chache. dont know how to restore
I had a problem with someone using remote spy software and hiding spy apps on my phone. I have a MOTO E 2015, XT1527. I had this phone rooted with a custom rom installed. my OS was lollipop.
I went into TWRP recovery and wiped:
devlik cache
system
data
internal storage
chache
USB-OTG
I did not have an SD card inserted at the time
I am not very knowledgable on all of this (not so tech-savy but can follow instructions), but I need to fix this phone asap.
My phone keeps re-starting and will not go any further than the boot animation screen (if that's correctly stated). I can get into recovery mode but that's it. I have no backups. recovery tells me that I have uninstalled the OS, which I'm guessing means I have uninstalled everything else too!
I don't know what to do from here, what to do first or how to do it, I do have access to a computer, and need help PLEASE!!! I have been looking up ways to fix this but cant find clear answeres directed to this phone and problem specifically.
jacquelinexrose said:
I went into TWRP recovery and wiped:
devlik cache
system
data
internal storage
chache
USB-OTG
I did not have an SD card inserted at the time
Click to expand...
Click to collapse
Definitely wiped everything. You need to download a ROM, boot into recovery and install it.
So glad I found this thread! I'm using the latest 3.0.2.0 but this setting saved me from going crazy!
I was seeing too much red Big thanks!
link dead

Categories

Resources