Hi, i just got my nexus and have flashed a rom onto it but i want to try another rom and dont want to do a full factory reset and scrub and loose all my stuff on my internal storage.
I have used a superwipe script on my previous smart phones, is there something like this available yet? if not how do i go about changing roms without deleting from my internal storage?
Thanks for any help:good:
Well to try a different ROM, your going to have to factory reset, that doesn't mean it wipes the internal memory though. Just put the ROM on the root of the tab, and flash it. Shouldn't wipe anything off the tab besides data and cache, leaving everything else intact.
Sent from my SGH-M919 using Tapatalk 2
Shaquiel Harris said:
Well to try a different ROM, your going to have to factory reset, that doesn't mean it wipes the internal memory though. Just put the ROM on the root of the tab, and flash it. Shouldn't wipe anything off the tab besides data and cache, leaving everything else intact.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Cool!
I will try that just now
jpopgt said:
Hi, i just got my nexus and have flashed a rom onto it but i want to try another rom and dont want to do a full factory reset and scrub and loose all my stuff on my internal storage.
I have used a superwipe script on my previous smart phones, is there something like this available yet? if not how do i go about changing roms without deleting from my internal storage?
Thanks for any help:good:
Click to expand...
Click to collapse
Can you just make a backup in twrp or cwm before you flash the new rom
Sent from my Nexus 7 (2013) with XDA Premium
Related
hey i want to wipe my SD completely because i have loads of mess in it and i want to make it fresh like i got my phone on the first day...i tried super wipe and it didn't help....anyone knows how do i wipe completely my sd?
Tried factory reset?
Sent from my HOX running ViperX
If i do factory reset and erase phone storage will it delete my rom,kernel,custom recovery?
VodkaPlease said:
If i do factory reset and erase phone storage will it delete my rom,kernel,custom recovery?
Click to expand...
Click to collapse
No it should reset the Rom only(storage)
connect ur phone to ur pc, right click on ur htc storage drive, choose format. done. easy as pie^ω^
Sent from my HTC One X using Tapatalk 2
VodkaPlease said:
hey i want to wipe my SD completely because i have loads of mess in it and i want to make it fresh like i got my phone on the first day...i tried super wipe and it didn't help....anyone knows how do i wipe completely my sd?
Click to expand...
Click to collapse
use my flashing tutorial i think that might help>>right below my signature
There is also an option if you go to the bottom of "Storage". There u can wipe the your SDcard.
VodkaPlease said:
hey i want to wipe my SD completely because i have loads of mess in it and i want to make it fresh like i got my phone on the first day...i tried super wipe and it didn't help....anyone knows how do i wipe completely my sd?
Click to expand...
Click to collapse
In cwm, go to mounts and storage, format /sdcard option.
Make sure you have everything you need before formatting
Sent from my HTC One X using xda premium
Attached are three recovery flashable wiping tools I use when doing my work.
I find them to be incredibly useful tools that save some power button & volume rocker mashing, and time.
Wipe Cache and Dalvik - Wipes Cache and Dalvik (duh!)
Useful for:
-Flashing GApps
-Resolving app issues
Wipe Full - Wipes Cache, Dalvik, Data, and System
-Wipes just about all data except internal sd card
-Stops just short of a factory reset (does not wipe media)
-Useful for flashing ROMs within a type (e.g. going from one CM ROM to another CM ROM)
Wipe Full Factory Reset - Wipes Cache, Dalvik, Data, System, and internal sd card
-Useful when going from one ROM type to another (e.g. going from CM to TW)
_____________________
This is the part of the updater-script that selectively wipes /data in case anyone wants to add this to their ROM:
Code:
delete_recursive("/data/dalvik-cache");
delete_recursive("/data/app");
delete_recursive("/data/app-asec");
delete_recursive("/data/app-private");
delete_recursive("/data/backup");
delete_recursive("/data/data");
delete_recursive("/data/drm");
delete_recursive("/data/log");
delete_recursive("/data/misc");
delete_recursive("/data/property");
delete_recursive("/data/system");
delete_recursive("/data/time");
delete_recursive("/data/user");
Changing the code above to the code below effectively performs a factory reset
(look at /data/media and you will see your internal sd card)
Code:
delete_recursive("/data");
As Always - Flash at your own risk!
First! And am trying it* now
Sent from my SPH-L710 using xda app-developers app
This would be nice as long as it doesn't do what the other wipe zips did posted awhile back....
w8setter said:
This would be nice as long as it doesn't do what the other wipe zips did posted awhile back....
Click to expand...
Click to collapse
I use these all the time. There should be no problems.
The only possible issue is that there are additional Sprint specific folders in /data that should be deleted as well to complete the wiping process.
What happened with the other wipe zips?
Um read the post and the part where it says wipe everything except internal sd......does this mean it'll wipe external sd as well or not?
Also does this wipes Sprint specific files and if it does what's the repercussion?
Sent from my SPH-L710 using xda app-developers app
fabzbear said:
Um read the post and the part where it says wipe everything except internal sd......does this mean it'll wipe external sd as well or not?
Also does this wipes Sprint specific files and if it does what's the repercussion?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Full Wipe is just like a factory reset, except it does not wipe your internal sd card. And like a factory reset, this will not wipe your external sd card. As shown in the OP it only wipes files in /data.
The repercussions are effectively the same as a factory reset you would perform in recovery.
I added a full wipe with factory reset zip to the OP and updated the post to reflect the changes.
upndwn4par said:
I use these all the time. There should be no problems.
The only possible issue is that there are additional Sprint specific folders in /data that should be deleted as well to complete the wiping process.
What happened with the other wipe zips?
Click to expand...
Click to collapse
There was a previous mod created by someone who just kind of copied and pasted and the wipe actually wiped some serious items that caused the phone to brick. I don't remember what it actually wiped (partition I think) but it was very important to the phone, it was eventually fixed but there were a lot of angry people with shiny new paperweights instead of phones.
Jfree3000 said:
There was a previous mod created by someone who just kind of copied and pasted and the wipe actually wiped some serious items that caused the phone to brick. I don't remember what it actually wiped (partition I think) but it was very important to the phone, it was eventually fixed but there were a lot of angry people with shiny new paperweights instead of phones.
Click to expand...
Click to collapse
Hopefully one of the local devs that you guys trust will stop by and give these zips the all clear.
Otherwise you will be without some handy tools.
Can any dev's confirm, yet
¡Puta Barca!
VikingoRMCF said:
Can any dev's confirm, yet
¡Puta Barca!
Click to expand...
Click to collapse
You already tried them when you flashed CSROM.
Cool, then I can say it works great!
Thank you!
Jfree3000 said:
There was a previous mod created by someone who just kind of copied and pasted and the wipe actually wiped some serious items that caused the phone to brick. I don't remember what it actually wiped (partition I think) but it was very important to the phone, it was eventually fixed but there were a lot of angry people with shiny new paperweights instead of phones.
Click to expand...
Click to collapse
I remember that.....good memory. Thanks for these brother.
D
Sent from my Slider SL101 using xda premium
I just wanted to confirm that when I was switching from Paranoid Android (CM10 based ROM) to Galaxy S fre3 2.34d (TW based ROM), I was left with about 2.5GB of internal space because the wipe options in recovery were not wiping properly.
I successfully used the factory reset zip and then flashed a new ROM and now have 11.65GB available on internal storage.
THANKS OP!
Thanks to the OP for his work. Now, stupid "user who doesn't know anything" question;
Some instructions and videos say to use the "format" function (e.g.; format system format cache, etc)
In the command code: what is different between a "wipe" and a "format"?
Sent from my SPH-L710 using Xparent Skyblue Tapatalk 2
I would try this but im old school hehe
Sent from my Nexus S 4G using Tapatalk 2
Just what i needed, it works flawlessly
I was running a CM M1 nightly and wanted to update I used the wrote and factory reset zip and it wiped my entire internal memory...
I'm not sure why this happened I used this zip before without issue but it sucked getting phone restored and trying to in delete at least pictures on the phone.
I noticed that the least couple of nightlies is creating a folder called 0 and moving all directories there. Not sure if that had anything to do with it.
I just wanted to share not complaining. Thanks! :beer:
Sent from my SPH-L710 using xda premium
edisonalvarez said:
I was running a CM M1 nightly and wanted to update I used the wrote and factory reset zip and it wiped my entire internal memory...
I'm not sure why this happened I used this zip before without issue but it sucked getting phone restored and trying to in delete at least pictures on the phone.
I noticed that the least couple of nightlies is creating a folder called 0 and moving all directories there. Not sure if that had anything to do with it.
I just wanted to share not complaining. Thanks! :beer:
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Lolololol sucks for you.
Sent from my SPH-L710 using Xparent Skyblue Tapatalk 2
edisonalvarez said:
I was running a CM M1 nightly and wanted to update I used the wrote and factory reset zip and it wiped my entire internal memory...
I'm not sure why this happened I used this zip before without issue but it sucked getting phone restored and trying to in delete at least pictures on the phone.
I noticed that the least couple of nightlies is creating a folder called 0 and moving all directories there. Not sure if that had anything to do with it.
I just wanted to share not complaining. Thanks! :beer:
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Sorry you lost your files.
The factory reset zip does perform a factory reset. That is what it is supposed to do.
Are you sure you didn't use the full wipe before?
I always store my important stuff on my external sd card so this can't happen. I also keep the factory reset zip in a separate folder so I can't use it by accident (I've done that before).
And yes, the CM 10.1 ROMs will create the "0" folder (which is for profiles) and will also usually create new (often multiple) sdcard0 folders.
Hi all,
wondered if anyone can help.
I have been playing with new roms on my note 2 and after I flash a new rom I am still noticing files left on the phone from old apps.
I use clockwork mod to flash, I factory reset, format system, clear dalvex (might not be whats its called but u know what I meen) and then flash. Is there any thing im missing as I want a clean phone
Sent from my GT-N7105 using xda app-developers app
seesor said:
Hi all,
wondered if anyone can help.
I have been playing with new roms on my note 2 and after I flash a new rom I am still noticing files left on the phone from old apps.
I use clockwork mod to flash, I factory reset, format system, clear dalvex (might not be whats its called but u know what I meen) and then flash. Is there any thing im missing as I want a clean phone
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
Clear Cache,Dalvik Cache, Factory reset, this should help you in clearing them, If still any files left behind may be there are from this new ROM your assuming they are left over from previous rom no but still this rom also has those apps.
If there are files left over from old apps, they're probably the files stored on the internal SD Card. I think they're usually in /sdcard/android or something
Sent from my GT-N7100 using Tapatalk 4 Beta
If you want a clear installation you can format internal memory from your recovery or flash the Mega/Super wipe script before flashing the new rom.
whats the best way to factory reset my stock Galaxy S4 sgh-m919 mdl t-mobile phone with it being rooted and having custom cwm?
i want to cuz the internal storage is full after trying to flash a couple of zips like stochbootenabler.zip and such cuz i was trying to change my boot animation and take out the carrier logo which i did succeed in doing but restored back cuz of the full internal storage but after restoring its still full even after uninstalling every app i can think of, so im thinking a factory reset should do the trick?? any help, Big TY'S!! :fingers-crossed:
whatever i need to do to get back my internal storage ill do it, deleting everything from app manager and and stock app manager does not help
mrdreamers said:
whats the best way to factory reset my stock Galaxy S4 sgh-m919 mdl t-mobile phone with it being rooted and having custom cwm?
i want to cuz the internal storage is full after trying to flash a couple of zips like stochbootenabler.zip and such cuz i was trying to change my boot animation and take out the carrier logo which i did succeed in doing but restored back cuz of the full internal storage but after restoring its still full even after uninstalling every app i can think of, so im thinking a factory reset should do the trick?? any help, Big TY'S!! :fingers-crossed:
whatever i need to do to get back my internal storage ill do it, deleting everything from app manager and and stock app manager does not help
Click to expand...
Click to collapse
Have you made any backups? backups by default are stored internally and each one takes around 3gb... check your cwm folder on your internal storage with a file manager... honestly Ive never had to do anything extreme to free up space.. all ive done is browse the internal and find what exactly is taking up space.
Debloat and remove any system apps you dont use or wont need. and while minimal you can also delete ringtones, alarms and notifications youll never use.
you can also use foldermount to move game and app data n such to the external sd card.
as far as the bootanimation its easy enough to replace by moving the bootanimation zips over manually with a file manager, set permissions, and reboot. no flashing necessary.
ty 4 your response
The Illest 619 said:
Have you made any backups? backups by default are stored internally and each one takes around 3gb... check your cwm folder on your internal storage with a file manager... honestly Ive never had to do anything extreme to free up space.. all ive done is browse the internal and find what exactly is taking up space.
Debloat and remove any system apps you dont use or wont need. and while minimal you can also delete ringtones, alarms and notifications youll never use.
you can also use foldermount to move game and app data n such to the external sd card.
as far as the bootanimation its easy enough to replace by moving the bootanimation zips over manually with a file manager, set permissions, and reboot. no flashing necessary.
Click to expand...
Click to collapse
ty 4 the response but i have tried all this, removing most of bloat and apps and searched extensively for evey thing i can remove and it still shows that my internal storage is full with only 147mb left out of 9.62 gb, is it safe tho to do a factory reset? if it is should i do it through cwm or through stock? i just want my internal storage back at any cost. ty again any more help would be much appreciated
mrdreamers said:
ty 4 the response but i have tried all this, removing most of bloat and apps and searched extensively for evey thing i can remove and it still shows that my internal storage is full with only 147mb left out of 9.62 gb, is it safe tho to do a factory reset? if it is should i do it through cwm or through stock? i just want my internal storage back at any cost. ty again any more help would be much appreciated
Click to expand...
Click to collapse
The CWM backup folder is pretty well hidden unless you know where to look for it... system root-> /data/media/clockworkmod. That is more than likely what's eating your space; in fact, I would be almost positive that is where your space has gone. Either way, factory resets are safe, just realize that you lose ALL your apps + data. Anything saved on your EXTERNAL sd card are safe and won't be deleted though.
ty 4 That
lordcheeto03 said:
The CWM backup folder is pretty well hidden unless you know where to look for it... system root-> /data/media/clockworkmod. That is more than likely what's eating your space; in fact, I would be almost positive that is where your space has gone. Either way, factory resets are safe, just realize that you lose ALL your apps + data. Anything saved on your EXTERNAL sd card are safe and won't be deleted though.
Click to expand...
Click to collapse
ill take a look and ill come back and let you know ty!
Help!
lordcheeto03 said:
The CWM backup folder is pretty well hidden unless you know where to look for it... system root-> /data/media/clockworkmod. That is more than likely what's eating your space; in fact, I would be almost positive that is where your space has gone. Either way, factory resets are safe, just realize that you lose ALL your apps + data. Anything saved on your EXTERNAL sd card are safe and won't be deleted though.
Click to expand...
Click to collapse
i did a factory reset and my internal storage is still full i cant even install root explorer to check where you said it might be full at, what can i do plz help ty!
mrdreamers said:
i did a factory reset and my internal storage is still full i cant even install root explorer to check where you said it might be full at, what can i do plz help ty!
Click to expand...
Click to collapse
Format emmc in recovery will wipe it clean
Sent from my SGH-M919 using Tapatalk 2
ty!!
Miami8906 said:
Format emmc in recovery will wipe it clean
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
:good:
TY! ill try that, tho i have never done it before do i need to put GS4 sgh-m919 t-mobile stock rom or a custom rom in the external sd card and flash it after i format emmc in cwm? or is it like doing a factory reset but wipes out more??
Boot into recovery and clear data, cache, and dalvik cache
Sent from my SGH-M919 using xda app-developers app
Android_Monsters said:
Boot into recovery and clear data, cache, and dalvik cache
Sent from my SGH-M919 using xda app-developers app
Click to expand...
Click to collapse
do i need a rom?
or just go into cwm and do that?
btw is that what he means when he says "format emmc and wipe it clean"??
i heard doing this will brick your phone, so what r the safest steps on doing this?
mrdreamers said:
do i need a rom?
or just go into cwm and do that?
btw is that what he means when he says "format emmc and wipe it clean"??
i heard doing this will brick your phone, so what r the safest steps on doing this?
Click to expand...
Click to collapse
This will help some.
http://forum.xda-developers.com/showthread.php?t=2349052
This is easy and safe.
The Ax says, be careful.
mrdreamers said:
do i need a rom?
or just go into cwm and do that?
btw is that what he means when he says "format emmc and wipe it clean"??
i heard doing this will brick your phone, so what r the safest steps on doing this?
Click to expand...
Click to collapse
You just need clockwork. You'll see the choices in the menus.
It is not what he meant by telling you to erase your emmc. He was teasing you cause doing a wipe is pretty basic.
Sent from my SGH-M919 using xda app-developers app
TY
TheAxman said:
This will help some.
http://forum.xda-developers.com/showthread.php?t=2349052
This is easy and safe.
The Ax says, be careful.
Click to expand...
Click to collapse
is this the kernel i want to flash after the custom rom or stock rom?
|KERNEL||STOCK|| Boot.img & Modules M919 UVUAMDB & UVUAMDL || Updated 5|08
or is there more then one?
ive flashed custom roms before i just never flashed a kernel with them.
MY phone again is a ROOTED Stocked SG4 SGH-M919 MDL T-Mobile with touch CWM.
BTW i cant install anything else on my phone is it ok to put the apps on external sd card without using TiBu?
Also would i need a kernel to flash the Death Star Rom?
i tried flashing the Wicked Rom but it stuck on the samsung s4 logo so i replace it at t-mobile with another which i have now
So I have read and read and read about going from a ROM to another but I just want to make sure I don't mess up anything. So factory resetting will wipe everything but won't touch the SD card as far as I understand. I just want to make sure that if I wipe the cache and devic cache and factory reset then flash the 4.3 for a clean flash it should all be good. Any reinsurance will be helpful...thanks in advanced! ^_^
Sent from My Little Pony using a Galaxy Nexus
HTID_Pyro said:
So I have read and read and read about going from a ROM to another but I just want to make sure I don't mess up anything. So factory resetting will wipe everything but won't touch the SD card as far as I understand. I just want to make sure that if I wipe the cache and devic cache and factory reset then flash the 4.3 for a clean flash it should all be good. Any reinsurance will be helpful...thanks in advanced! ^_^
Sent from My Little Pony using a Galaxy Nexus
Click to expand...
Click to collapse
On stock recovery it will also wipe the sdcard (internal storage). Make sure you have a custom recovery installed. As far as the wiping goes you are right but I suggest wiping system under "mounts and storage" too.
Sent from my Galaxy Nexus using XDA Premium HD app
I have twrp so if I factory reset it wipes everything but the internal SD card right? Sorry I've never gone from a 4.2 to 4.3 or a different ROM so I just want to make sure I don't mess anything up...your help is greatly appreciated!!! ^_^
Sent from My Little Pony using a Galaxy Nexus
I'm unlocked and rooted too
Sent from My Little Pony using a Galaxy Nexus