How do full wipe? - Fascinate Q&A, Help & Troubleshooting

How do full wipe?
Is it the job wipe data/wipe cach/wipe rev only or other

fawzisaeed said:
How do full wipe?
Is it the job wipe data/wipe cach/wipe rev only or other
Click to expand...
Click to collapse
The safest and easiest way is to do it through the OS. In Jelly Bean, it should be under Settings/Backup & Reset ... choose "Factory data reset". This will launch recovery, wipe the device and reboot automatically. You can also do it from the Recovery directly, I can't think of any recoveries that do not provide a "full wipe" or "factory reset" option in them, even the stock Samsung one allows you to do this!
Should you want to do this manually for some reason, a full wipe will depend on what ROM (and perhaps version of that ROM) you have installed. if stock, you need to wipe/format CACHE, DATA and DBDATA You should also remove the Android and .android_secure directories from the SDCARD. For non-stock ROMs you should check with the author to see if the device has been repartitioned before wiping any volumes manually.
I highly recommend using the option in Android or in Recovery!

Related

how to wipe without wiping rom?

Im giving my old mt4g to my brother and want to keep the rom. How do i wipe all my data without wiping the rom?
CWM recovery, factory reset or configs, location and security, factory reset.
Sent from my U20i using xda premium
On most custom roms you can't as they install needed files to directories that are wiped during the factory reset. Best bet is to do the wipe and reflash the rom.
You could always do a manual wipe - but it'll probably take much longer than reflashing a rom
Just uninstall all downloaded apps
Go to accounts&sync and remove all accounts
Go to manage applications > System applications, and clear data from all of them.
That should probably remove all user data (Besides settings, which can be changed easily)
Update?
Can I get an update on this topic? I'm trying to use CWM to wipe my phone, and it's not working. I choose "clear data/factory reset." Then I flash a ROM. When I install Rom Toolbox (and nothing else) and open the root browser, all the MP3s I downloaded from Amazon are still there, along with a multitude of other remnants. I'm trying to wipe my internal storage, not my SD card.

Googled But Have Unanswered Questions

Hey guys,
Just installed my first rom and my head is spinning at the unanswered questions i have.
my first question is regarding clockworkmod
if i go into "apply update from .zip..." theres an option that says "apply /sdcard/update.zip". That option was there even before i loaded a custom rom. If i clicked on that when I have a custom rom running, what exactly does it do. My understanding is that "update.zip" is from the original rom. Is that correct?
Second question
What is the difference between doing a wipe data/factory reset from CWM when compared to doing it through the settings menu?
I never make a back up because I have no issues starting over but i just realized that some roms require you to install it with a "stock device." If a rom requires a stock start, does that mean you have to odin and wipe it to the stock rom before installing that specific rom?
If a rom doesn't require you to have the stock rom, does that mean you can just flash over custom rom after custom rom?
In those situations, do you move the rom.zip to the root folder THEN go into CWM and wipe dalvik THEN choose "install zip" or is it another order?
Under mounts and storage, what does "format/system" do? is that the same as "wipe data/factory reset"?
maybe i should just go back to iphone. this is just a cluster**** of info.
Update.zip is old stuff, as you suspected its to do with official updates. Cwm works across many devices that's why it's still there.
Your phone is divided into several partitions. They are prefixed with a / because the Linux convention treats partitions exactly the same as directories. Unless you have been living under a rock you probably know android is a fork of Linux.
/boot contains the Linux kernel
/recovery contains the recovery mode software, in your v case cwm.
/system holds the system apps and files.
/cache is similar to the swap file on a Windows pc or the /tmp directory on Linux. Dalvik cache is stored here as well although I'm not 100% site how that works. It's something to do with the java runtime.
/data is all your user settings and apps.
Factory reset wipes /data and /cache thus removing all installed apps and your account settings etc. A factory reset achieves the same thing regardless if you launch it in cwm or from the settings menu.
When changing roms you don't need to go back to stock first, it's just the way some devs have written their instructions. You should however always wipe /cache when changing roms. A full wipe is not usually required unless you are changing to a completely new base e.g. upgrading from an xxalf Rom to xxlfb you shouldn't need full wipe or going from one xxlfb Rom to another shouldn't need wipe. Changing from a Samsung based Rom to something like Cyanogenmod you should always full wipe.
Always wipe before flashing as some roms modify /data.
Sent from my GT-I9300 using Tapatalk 2
dr.m0x said:
Update.zip is old stuff, as you suspected its to do with official updates. Cwm works across many devices that's why it's still there.
Your phone is divided into several partitions. They are prefixed with a / because the Linux convention treats partitions exactly the same as directories. Unless you have been living under a rock you probably know android is a fork of Linux.
/boot contains the Linux kernel
/recovery contains the recovery mode software, in your v case cwm.
/system holds the system apps and files.
/cache is similar to the swap file on a Windows pc or the /tmp directory on Linux. Dalvik cache is stored here as well although I'm not 100% site how that works. It's something to do with the java runtime.
/data is all your user settings and apps.
Factory reset wipes /data and /cache thus removing all installed apps and your account settings etc. A factory reset achieves the same thing regardless if you launch it in cwm or from the settings menu.
When changing roms you don't need to go back to stock first, it's just the way some devs have written their instructions. You should however always wipe /cache when changing roms. A full wipe is not usually required unless you are changing to a completely new base e.g. upgrading from an xxalf Rom to xxlfb you shouldn't need full wipe or going from one xxlfb Rom to another shouldn't need wipe. Changing from a Samsung based Rom to something like Cyanogenmod you should always full wipe.
Always wipe before flashing as some roms modify /data.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
thank you for taking the time out to write that.
What is the difference between advanced restore and advanced back up against regular restore and back up (in CWM).
Also, which exactly do i have to wipe. Which cache? There are three different options i think.
Lastly, if i made a nandroid backup of the rooted stock rom in its stock form with no mods, do i still have to wipe the cache when i install a new rom?
fruitycups said:
thank you for taking the time out to write that.
What is the difference between advanced restore and advanced back up against regular restore and back up (in CWM).
Also, which exactly do i have to wipe. Which cache? There are three different options i think.
Lastly, if i made a nandroid backup of the rooted stock rom in its stock form with no mods, do i still have to wipe the cache when i install a new rom?
Click to expand...
Click to collapse
Advanced backup and restore lets you choose which partitions to backup or restore, vs the standard option which backs up everything.
As I mentioned earlier you only need to wipe the cache. Dalvik cache is a sub directory of /cache so wiping /cache will wipe that also.
You should always wipe /cache when installing a new Rom. It doesn't affect anything from the user perspective except that first boot will be long while android rebuilds the cache. It probably isn't strictly necessary when moving to roms with the same base but can't hurt since it has no negative impact. Even factory updates wipe the cache automatically for you. Some custom roms do as well but better safe than sorry since most don't tell you either way in the description.
Sent from my GT-I9300 using Tapatalk 2

Upgrade ROM "SGT7+CM10+Cherry Picks,By meghd00t"?

hi,
this ROM works very nice for me, thanks all the deveopers!
i have few questions:
(1) since this ROM has OTA updater (it seems, from the changelog), next time when the new version is realeased, can i just update the ROM via OTA updater?
(2) i dont really understand what “Wipe cache/dalvik” and “Wipe data / factory reset” really do. my guess is that “Wipe data / factory reset” repartitions the internal flash memory of the original memory, so we can use all the memory for our purpose. (not like original Nook Tablet, in which they dedicate only 1GB for personal usage)
if i understand all these correctly, this means next time if i flash the new ROM and want to keep the old data, i should not do "Wipe data / factory reset", but only need to do "Wipe cache/dalvik"? is this correct?
thanks so much,
Jun
junkoi said:
hi,
this ROM works very nice for me, thanks all the deveopers!
i have few questions:
(1) since this ROM has OTA updater (it seems, from the changelog), next time when the new version is realeased, can i just update the ROM via OTA updater?
(2) i dont really understand what “Wipe cache/dalvik” and “Wipe data / factory reset” really do. my guess is that “Wipe data / factory reset” repartitions the internal flash memory of the original memory, so we can use all the memory for our purpose. (not like original Nook Tablet, in which they dedicate only 1GB for personal usage)
if i understand all these correctly, this means next time if i flash the new ROM and want to keep the old data, i should not do "Wipe data / factory reset", but only need to do "Wipe cache/dalvik"? is this correct?
thanks so much,
Jun
Click to expand...
Click to collapse
Wipe data/factory reset is an option in CWM Recovery. Really all it does (from the screen messages) is format both /data and /cache.
Assuming you have CWM Recovery (though I imagine that there are similar entries in TWRP, I've just never used it), to wipe both of the caches you will first need to go to the entry "Wipe Cache Partition", which I believe is directly below Wipe Data/Factory Reset. Do that 3x (that's always been the recommendation, anyway) then go to Advanced and click on Wipe Dalvik Cache (again, 3x).
Again, assuming CWM Recovery, when you're in the recovery Vol Up/Down goes up and down in the list, the 'n' key is for Enter, and the Pwr button goes back.
I don't know about the OTA Updater. I always download and install ROMs (on both my phone and my NT) via Recovery.
Since this is a CM10 based rom you probably don't want to do the ota updater since that is a Cyanogenmod feature. This rom is optimized for the Nook from the CM10 Source I would presume. I personally tried the ota uldater since i get the notifications all the time but i get an error message something like "can't verify the source with a string of numbers". Stick to the recovery based flash installation.
Sent from my SPH-L710 using xda app-developers app
---------- Post added at 10:48 AM ---------- Previous post was at 10:10 AM ----------
I agree with liquidzoo that you should probably do the wipe cache, wipe dalvik cache and factory reset 3times seems like overkill but you can never be too safe. Also i use twrp recovery and click the system button and wipe system a few times as well.
Sent from my SPH-L710 using xda app-developers app
kobhomye said:
I agree with liquidzoo that you should probably do the wipe cache, wipe dalvik cache and factory reset 3times seems like overkill but you can never be too safe. Also i use twrp recovery and click the system button and wipe system a few times as well.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
I wipe /system 3x as well (under Mounts in CWM Recovery) when I'm installing a new ROM.
liquidzoo said:
I wipe /system 3x as well (under Mounts in CWM Recovery) when I'm installing a new ROM.
Click to expand...
Click to collapse
I'm not picking on you personally, but deleting and/or wiping partitions (in the case of /system) or directories (dalvik-cache) three times as opposed to once is completely unnecessary. You'll gain nothing by running the command three times over running it once, assuming you received no errors the first time.
When wiping the dalvik cache, both CM recovery and TWRP perform an "rm -rf /data/dalvik-cache" command using the shell. It's not Windows, and is unlikely to fail when passed the "-f (force)" option along with the "-r (recursive)" option.
In the case of wiping the /system partition, again both CM and TWRP write out zeros to clear the data on the partition. I would be suprised if CWM acted differently from CM and TWRP when wiping dalvik-cache and /system.
The only reason I bothered to look into what these commands actually do is to prevent a user from thinking there's a corellation between a failure to wipe 3x versus a problem they're having. If a 3x wipe "fixes" something for you, whatever the problem was, it's very unlikely that the second or third wipe was what fixed it but instead it was more likely a result of a clean install of the ROM.
References from source:
TWRP Wipe Dalvik - https://github.com/TeamWin/Team-Win...548de276b62c0e9af8661e/extra-functions.c#L986
TWRP Wipe/Format System - https://github.com/TeamWin/Team-Win...8de276b62c0e9af8661e/mtdutils/mtdutils.c#L498
CM Wipe Dalvik - https://github.com/CyanogenMod/andr...aa7ff3d06d5dd115b16c/extendedcommands.c#L1292
CM Wipe/Format System - https://github.com/CyanogenMod/andr...aa7ff3d06d5dd115b16c/mtdutils/mtdutils.c#L498
Have fun modding!
No worries, it's just something I've always done as it's been recommended to me in the past (there are some ROM developers that recommend 5x, actually). I'm not saying that 3x over 1x is any better, but I've never had issues. YMMV, but it doesn't take much more time and I like being thorough.
liquidzoo said:
Wipe data/factory reset is an option in CWM Recovery. Really all it does (from the screen messages) is format both /data and /cache.
Assuming you have CWM Recovery (though I imagine that there are similar entries in TWRP, I've just never used it), to wipe both of the caches you will first need to go to the entry "Wipe Cache Partition", which I believe is directly below Wipe Data/Factory Reset. Do that 3x (that's always been the recommendation, anyway) then go to Advanced and click on Wipe Dalvik Cache (again, 3x).
Click to expand...
Click to collapse
sorry, but can you confirm that when i upgrade to the new ROM (from the same author), it is really necessary to Wipe cache &Dalvik cache?
i am confused because somebody told me that i can just flash the ROM by installing the ZIP file (containing the ROM), and reboot the Nook without having to wipe or clean anything.
thanks,
JK
Flashing a ROM
junkoi said:
sorry, but can you confirm that when i upgrade to the new ROM (from the same author), it is really necessary to Wipe cache &Dalvik cache?
i am confused because somebody told me that i can just flash the ROM by installing the ZIP file (containing the ROM), and reboot the Nook without having to wipe or clean anything.
thanks,
JK
Click to expand...
Click to collapse
I don't know if I am doing it right or wrong but I have flashed numerous ROMs and lately have flashed every version of SGT7+CM10+Cherry Picks,By meghd00t. from 24/09 thru my current installation of 08/10 with only one glitch and that was when I flashed enhancements v2 on top of v1.
I have never had any other issues with the above mentioned ROMs except when I flashed 04/10 with enhancement v2. I didn't have the tablet option.
The way I do it is as follows:
1. format /system
2. format /data
3. Flash ROM
4. Flash CWM emmc
5. Flash GAPPs
6. Reset Factory/format data
7. Remove CWM SD card put in data SD Card with Flash Player (no longer avail on Google Play)
8. Boot from CWM menu
Takes awhile to boot this first time. When booted up I bypass the setup screens.
9. Manually set up wireless (need to access auth web site at work and need wireless to be working to accomplish that)
10. Browse to a web site and get redirected to auth page.
11. Auth
12. Set up Google account and other settings, especially under Security <Install from other locations>
13. Download apps I want from Google.
At this first boot SD card is not mounted.
14. Shut down and do a cold boot.
Now I can see SD Card.
15. Install Flash Player from External SD Card.
16. Install Crackle from Play Store.
Now I check Pandora for Audio, Crackle for Video, other apps I use, utilities, keyboards, launchers, games, etc.
So far since Version 24/09 everything has worked for me with the two exceptions above, tablet mode with 04/10 with enhancement v2 and when I flashed enhancement v2 over enhancement v1.
I am now running 08/10 and am very happy with the performance, battery drain is more than CM7 but that is to be expected from a fairly new ROM but not so bad that it is unacceptable, to me at least.
I have never had a black screen or arbitrary reboot (knock on wood). However I do turn my tablet off when I am finished using it, so don't know about deep sleep. I'm using OnDemand, and three launchers without one being the default....Apex, Nova and Trebucket.
All I can say is these developers really ROCK, way to go guys!
--------------------------------------------------------------------------------
MojoGB said:
The way I do it is as follows:
1. format /system
2. format /data
3. Flash ROM
4. Flash CWM emmc
5. Flash GAPPs
6. Reset Factory/format data
7. Remove CWM SD card put in data SD Card with Flash Player (no longer avail on Google Play)
8. Boot from CWM menu
Click to expand...
Click to collapse
You don't need to re-flash CWM every time you flash a ROM. Also, it doesn't make sense to me why you would do a factory reset/format after flashing the new ROM, I would think it would be done prior to flashing the ROM but maybe it doesn't make a difference, I don't know.
I've got TWRP installed to the emmc so I just download the new ROM to the SD with GooManager, reboot into recovery, do a backup, factory reset, flash new ROM & GApps and reboot. Only takes a few minutes.
Reflash ROM
LifeWOutMilk said:
You don't need to re-flash CWM every time you flash a ROM. Also, it doesn't make sense to me why you would do a factory reset/format after flashing the new ROM, I would think it would be done prior to flashing the ROM but maybe it doesn't make a difference, I don't know.
I've got TWRP installed to the emmc so I just download the new ROM to the SD with GooManager, reboot into recovery, do a backup, factory reset, flash new ROM & GApps and reboot. Only takes a few minutes.
Click to expand...
Click to collapse
Tried it as you mentioned, doing a factory reset before flashing the ROM and got a black screen and wouldn't boot. May have been a fluke but the way I mentioned above gives me a good image and alway boots. Don't know why, but if it works for me, I will continue to do it this way as long as it works for me. I have flashed numerous other ROMs the same way with good results each time.
junkoi said:
sorry, but can you confirm that when i upgrade to the new ROM (from the same author), it is really necessary to Wipe cache &Dalvik cache?
i am confused because somebody told me that i can just flash the ROM by installing the ZIP file (containing the ROM), and reboot the Nook without having to wipe or clean anything.
thanks,
JK
Click to expand...
Click to collapse
For an update, yes it is recommended to clear both caches. To be clear, this is only for an update. If it is a new ROM, or if the author recommends it, you should also wipe /data and /system first.
You can just flash without clearing them, but you might run into unexpected issues, so it's not recommended.
MojoGB said:
Tried it as you mentioned, doing a factory reset before flashing the ROM and got a black screen and wouldn't boot. May have been a fluke but the way I mentioned above gives me a good image and alway boots. Don't know why, but if it works for me, I will continue to do it this way as long as it works for me. I have flashed numerous other ROMs the same way with good results each time.
Click to expand...
Click to collapse
I get a black screen for a while on first boot too, but it only last a couple minutes at the most and if you shine a bright light at the screen you can see the CM logo spinning. Are you sure it was hung?
Sent from my Barnes & Noble Nook Tablet using xda premium
When you clear the Dalvik cache, it clears out data stored in your applications. When you turn on your Nook after clearing the Dalvik, the first thing it does is it rebuilds the Dalvik cache, that's why it seemed like it hung on startup. I believe the long black screen in the beginning is when it rebuilds Dalvik for core Android apps and then when it says "Optimizing Apps", that's for the rest of your applications. The more apps you have, the longer it will take to build the Dalvik. No need to freak out, just a little patience is all you need. Correct me if I'm wrong, however, as I'm still pretty much a noob at this... :laugh:
Flash a Rom
topdawg7793 said:
When you clear the Dalvik cache, it cleares out data stored in your applications. When you turn on your Nook after clearing the Dalvik, the first thing it does is it rebuilds the Dalvik cache, that's why it seemed like it hung on startup. I believe the long black screen in the beginning is when it rebuilds dalvik for core Android apps and then when it says "Optimizing Apps", that's for the rest of your applications. The more apps you have, the longer it will take to build the dalvik. No need to freak out, just a little patience is all you need. Correct me if I'm wrong, however, as I'm still pretty much a noob at this... :laugh:
Click to expand...
Click to collapse
Well fhe screen was black, no light at all and I waited for over five minutes for the Flash Screen to come up and it never did. Yes I know when you are waiting time drags. But due to the ROMS always taking awhile to boot up the first time I actually pay attention to how long it takes. No more then 2 minutes in my experience. I had to hold the power button in for a long time until it finally booted in B&N Recovery. Used my sequence mentioned in earlier post to flash the ROM again and everything worked as it should, GREAT. The number of APPs shouldn't be an issue as these ROMS only have the very basic apps.
I have read this forum and see the various and asundry errors some are getting, so far I have never gotten a major error, except for when I forgot to do the Wipe Data/Factory Reset after flashing.
I also got the "No Tablet Mode Option" with 04/10 with enhancement v2.
But I consider these minor issues and currently am running 08/10 with no issues, works smoother then any version of Microsoft Windows I have dealt with.
These developers are exceptional.
MojoGB said:
I don't know if I am doing it right or wrong but I have flashed numerous ROMs and lately have flashed every version of SGT7+CM10+Cherry Picks,By meghd00t. from 24/09 thru my current installation of 08/10 with only one glitch and that was when I flashed enhancements v2 on top of v1.
I have never had any other issues with the above mentioned ROMs except when I flashed 04/10 with enhancement v2. I didn't have the tablet option.
The way I do it is as follows:
1. format /system
2. format /data
3. Flash ROM
4. Flash CWM emmc
5. Flash GAPPs
6. Reset Factory/format data
7. Remove CWM SD card put in data SD Card with Flash Player (no longer avail on Google Play)
8. Boot from CWM menu
--------------------------------------------------------------------------------
Click to expand...
Click to collapse
oh, so you always reset factory every time you upgrade the ROM? that way will delete all the old data/apps you installed, so you need to install all the apps again?
this is my concern, because i dont want to reinstall apps, or lose my data. so i think i just need flash the new ROM, then Wipe cache/Dalvik cache, and hopefully all the old apps and data are still intact.
thanks.
MojoGB said:
I don't know if I am doing it right or wrong but I have flashed numerous ROMs and lately have flashed every version of SGT7+CM10+Cherry Picks,By meghd00t. from 24/09 thru my current installation of 08/10 with only one glitch and that was when I flashed enhancements v2 on top of v1.
--------------------------------------------------------------------------------
Click to expand...
Click to collapse
i have some questions on the "Enhancements":
(1) the correct way to install them is to flash version 1 first, then immediately flash version 2 right after version 1 (without having to reboot first)?
(2) i am not sure what i will get with this "enhancements". they will make video/audio playing more smoothly? is the quality improvement really noticable? anything else, like they make the battery last longer, for example?
thanks,
Jun
If you're running 08/10, the enhancements are not needed. That's my understanding at least. I had problems with V2 so I decided to not install them while on 04/10.
Sent from my Barnes & Noble Nook Tablet using xda premium
Flash Rom
junkoi said:
i have some questions on the "Enhancements":
(1) the correct way to install them is to flash version 1 first, then immediately flash version 2 right after version 1 (without having to reboot first)?
(2) i am not sure what i will get with this "enhancements". they will make video/audio playing more smoothly? is the quality improvement really noticable? anything else, like they make the battery last longer, for example?
thanks,
Jun
Click to expand...
Click to collapse
If you flash enhancement v2 on top of version 1 you will have problems, UI will stop. If you only flash v2 you will not have the Tablet Mode Option. So my understanding is that you can use either v1 or v2 but not both.
ROM 08/10 does not need either enhancement as indicated by the developer. ROM 08/10 works great by itself is my experience.
If I'm installing a ROM, backup the existing ROM and wipe everything.
If I'm installing a .zip package like GApps or an enhancement, backup the existing ROM, wipe Data/Dalvik.
Folks, these are development ROMS. Thar be bugs in thet thar code. It's going to take you longer than the time you think you're going to save by doing a dirty flash, and then having to restore the thing to stock (worse case) only to start all over.
Don't ask how I know.
wellersl said:
If I'm installing a ROM, backup the existing ROM and wipe everything.
Click to expand...
Click to collapse
so it is possible to back up the existing data/apps, then restore them back after the new ROM is flashed? could you please confirm this?
if so, how & what is the right steps to do the backup? can we still use CWM, or use ROM Manager, or other tools?
thanks

[Q] I'm stuck watching the flying colored pieces and it never boots

HI, I followed jacobmacek's instructions twice:
HOW TO INSTALL
1.Wipe Cache+Dalvik
2.Flash ROM, then flash THIS
3.Reboot and Launch Play Store to setup your account
4.Wipe Cache+Dalvik Again And You're Done!
All I get when I reboot is the screen where you see colored pieces spinning and floating . I let it sit for 5 minutes and no boot so I pulled the battery. Did I wait long enough? Am I doing something wrong?.
Santods instructions went a few steps further but I havent tried his method on this rom:
~Suggested Install Procedure~
** PLEASE READ **
____________
Use 4ext Recovery
(not really required, but highly recommended!)
Select Wipe/Format Menu Option
Wipe cache and dalvik
In the same Wipe/Format Menu: Wipe all partitions except SD
Now back in 4ext main menu: Select Tools
Select Format ext3 option
Format Cache
Format Data
Format System
Now go back to the main menu and select the rom .zip to install
Thanks for your help
You need to wipe system as well. Sounds Like your only wiping dalvik and cache. It's the first option in the wipe menu in the recovery I belive.
Sent from my ADR6400L using xda app-developers app
tburns said:
You need to wipe system as well. Sounds Like your only wiping dalvik and cache. It's the first option in the wipe menu in the recovery I belive.
Click to expand...
Click to collapse
OK, i'LL TRY IT THAT WAY, actually Ill use Santod's install method to be safe. I hope he updates his OP so other's aren't misled. (unintentionally, of course)
Alls good now, I followed Santod's instructions on how to install. I am going to assume that is the best way for a fresh install.

[Q] Wiping Data

I noticed that after wiping data & cache and installing a new rom using CWM recovery, my device still knows my name. I have a US SGP5 (YP-G70) and I'm running the latest BeanStalk ROM. Is there a user friendly way to COMPLETELY wipe the device of all user data prior to installing a new or updated ROM ?
Thanks in advance for any suggestions/replies.
Why does it matter if it still knows your name?
Inquiring minds want to know
TheKryptonite said:
Why does it matter if it still knows your name?
Click to expand...
Click to collapse
Not sure that it does matter, but being a student and having the desire to learn about this stuff prompted me to ask the question. Also, I think it is counter intuitive that the device owners name and other user data (e.g. old alarm clock data) would still remain after instructing CWM to "wipe data".
The funny thing is that right after I posted this question, a newer release of BeanStalk came out, and I don't think my name was displayed upon initial boot after install, like it had been in previous versions of the ROM. I believe that data is still on the device, but just not shown.
So I think I figured out the answer...Wiping data/factory reset in CWM does NOT clear internal storage, and some user data is stored there.
So to rephrase the question, is there an easy way to clear internal storage? Is clearing internal storage an option in TWRP or PHILZ ?
In cwm, go to mounts and storage, and you can format everything from there
In TWRP, go to Wipe > Advanced Wipe, and select every everything

Categories

Resources