I was wondering if anyone knows of a wipe all flashable zip?
To, like, wipe everything?
If so, what's wrong with the options in recovery?
On my last phone I had a wipe cache and dalvik cache one and a wipe all which is factory data reset, cache, and dalvik cache. It just makes it quicker to flash a rom.
dakota.breeden said:
On my last phone I had a wipe cache and dalvik cache one and a wipe all which is factory data reset, cache, and dalvik cache. It just makes it quicker to flash a rom.
Click to expand...
Click to collapse
factory reset will wipe /cache and /data
a rom install will wipe dalvik and /system
you dont need a script to run to do all that for you
run factory reset in CWM/TWRP and install rom
Pirateghost said:
factory reset will wipe /cache and /data
a rom install will wipe dalvik and /system
you dont need a script to run to do all that for you
run factory reset in CWM/TWRP and install rom
Click to expand...
Click to collapse
What happened to doing a factory reset and then wipe cache and then wipe dalvik cache and then flash rom?
dakota.breeden said:
What happened to doing a factory reset and then wipe cache and then wipe dalvik cache and then flash rom?
Click to expand...
Click to collapse
cache wipe is included in the factory reset....watch when you do it, it says
FORMATTING CACHE
just looking at a few of the updater-scripts in some of the roms available right now (it appears some people put it in their script and some dont....love the consistency):
Code:
delete_recursive("/data/dalvik-cache");
delete_recursive("/data/resource-cache");
which is odd considering all the devices I have ever worked on include the dalvik wipe (i have always included a cache wipe as well by default)...it makes for a quicker flash when the user doesnt have to go through 100 steps to install a rom....
Related
is Superwipe just
1. wipe cache partition
2. wipe data/factory reset
3. wipe davlik
is that as Super of a Wipe as you can do when switching Roms?
When each is done 3 times
Sent from my SGH-T989 using xda premium
big70tom said:
is Superwipe just
1. wipe cache partition
2. wipe data/factory reset
3. wipe davlik
is that as Super of a Wipe as you can do when switching Roms?
Click to expand...
Click to collapse
In France they call that a bidet.
I'm running TeamNDVRu's CM9 α7 and I want to upgrade to β2. The beta 2 changelog says:
No wipe needed, only go into Manage Apps/All/Camera and wipe camera app data.
Boot.img didnt change from alpha-12/beta-1, no need to fastboot flash if upgrading from those.
Click to expand...
Click to collapse
Since I'm only on alpha 7 I presume I'll need to flash boot.img again and also delete the camera app. data. as it says. I'm guessing when in recovery I should wipe the Dalvik VM cache and the cache partition as well.
The one thing I'm not sure on is whether or not I'll need to wipe the data (factory reset) as well?
Bump.
Xavura said:
Since I'm only on alpha 7 I presume I'll need to flash boot.img again and also delete the camera app. data. as it says. I'm guessing when in recovery I should wipe the Dalvik VM cache and the cache partition as well.
The one thing I'm not sure on is whether or not I'll need to wipe the data (factory reset) as well?
Click to expand...
Click to collapse
There's been a few versions between m8, I would imagine full wipe is best. But you can always try with just wiping Dalvik and the cache partition. If you get any problems then full wipe (factory reset)
On a clean wipe I read that wipe data factory reset wipe cache and dalvik I get that, but also go to mounts and storage and format data I don't see that option on Twrp. Is there something similar?
android_4life said:
On a clean wipe I read that wipe data factory reset wipe cache and dalvik I get that, but also go to mounts and storage and format data I don't see that option on Twrp. Is there something similar?
Click to expand...
Click to collapse
Everything is in the wipe menu of TWRP...
DarthDerron said:
Everything is in the wipe menu of TWRP...
Click to expand...
Click to collapse
+1 yeah im pretty sure everything is in the wipe menu and are you running the latest version of TWRP if not i would suggest updating it
In my case, I always wipe data/cache/dalvik cache before install new Custom ROM.
Then, Do i have to wipe cache/dalvik cache before install new kernel?(not DATA)
its a good idea to wipe cache
you dont have to, but you might run into problems if you dont.
Hello,
It's been awhile since I installed a custom rom.
What is the proper procedure in doing a full wipe?
thanks,
I always do a factory reset first. Then wipe cache, dalvik cache, data, and system.
Sent from my SM-N900T
Goog1e Phone said:
I always do a factory reset first. Then wipe cache, dalvik cache, data, and system.
Sent from my SM-N900T[/QUOTE
@goo1e
what recovery are you using.
thanks
Click to expand...
Click to collapse