is it not clearing cash and doing a factory wipe? does it mean just to flash the zip over the last rom flashed and doing nothing else?
stackz07 said:
is it not clearing cash and doing a factory wipe? does it mean just to flash the zip over the last rom flashed and doing nothing else?
Click to expand...
Click to collapse
Yes dirty flashing means flashing without clearing anything out.
A clean wipe is wiping cache, dalvik cache, doing a factory reset and wiping system.
Sent from my SCH-I605 using xda app-developers app
I'd say this is pretty dirty!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
nosympathy said:
Yes dirty flashing means flashing without clearing anything out.
A clean wipe is wiping cache, dalvik cache, doing a factory reset and wiping system.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Thank you. In clockworkmod recovery wiping cashe and factory reset are in the same function right? I don't have to do three different actions, just two (reset dalvik, and reset cash+factory wipe is one action that does two things) right?
stackz07 said:
Thank you. In clockworkmod recovery wiping cashe and factory reset are in the same function right? I don't have to do three different actions, just two (reset dalvik, and reset cash+factory wipe is one action that does two things) right?
Click to expand...
Click to collapse
Yes and then make sure to format /system as that is where the old ROM is installed at.
Sent from my SCH-I605 using xda app-developers app
nosympathy said:
A clean wipe is wiping cache, dalvik cache, doing a factory reset and wiping system.
Click to expand...
Click to collapse
nosympathy said:
Yes and then make sure to format /system as that is where the old ROM is installed at.
Click to expand...
Click to collapse
Performing a factory reset wipes /cache and the dalvik cache as well, so you don't need to wipe those and then perform a factory reset, or the other way around. Doing so is really just wasting time. The same with wiping system before flashing a ROM. If the ROM isn't already doing this as part of the flash process, IMO, you shouldn't use it. If you can't setup the updater-script properly, who knows what else isn't right in the ROM.
imnuts said:
Performing a factory reset wipes /cache and the dalvik cache as well, so you don't need to wipe those and then perform a factory reset, or the other way around. Doing so is really just wasting time. The same with wiping system before flashing a ROM. If the ROM isn't already doing this as part of the flash process, IMO, you shouldn't use it. If you can't setup the updater-script properly, who knows what else isn't right in the ROM.
Click to expand...
Click to collapse
See, believe what you want, but there are still people who believe in wiping 3+ times.
Never hurts to make sure everything wipes correctly. Specially when you have recoveries that don't work right. Plus clockwork mod is well known for having issues with wiping. Maybe not on this phone, but in the past. I refuse to use it. Even TWRP for this phone the latest version is goofy.
Better to play it safe.
Sent from my SCH-I605 using xda app-developers app
nosympathy said:
See, believe what you want, but there are still people who believe in wiping 3+ times.
Never hurts to make sure everything wipes correctly. Specially when you have recoveries that don't work right. Plus clockwork mod is well known for having issues with wiping. Maybe not on this phone, but in the past. I refuse to use it. Even TWRP for this phone the latest version is goofy.
Better to play it safe.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
I agree 100% with this.
1) You should never depend on someone else's rom doing this for you. That's not the roms job. Making sure your phone is clean and working well is YOUR job. Do it and quite being lazy.
2) While the 3+ wipe method may be overkill, most people still aren't wiping their phones properly and that's why we are seeing everyone have so many problems with 4g, gps, bootloops, etc. Just like sex, nobody wants to take the time to do it right anymore and then cry when they catch some nasty from doing it dirty.
3) I think of roms as women. If you want a flawless transition from one to another, they must never find out about each other. This means erase all proof of the previous one's existence. Everybody's 4g/gps issues would be non-existent if they would listen to what we are telling them. Going from rom to rom, always wipe internal and external storage as well as after a backup. This is because conflicting data stored on your card from the previous rom can screw with the new one.
4) I would say use common sense, but you kids these days don't seem to have any. So use mine instead. Stay away from the dirty. In life and on your phone.
Yeah ibeoukdnt go so far as wiping internal and external storage....
Sent from my SCH-I605 using xda app-developers app
its like not wiping after ya poop.
Well not exactly true; I don't think anyone wants the residue after a poop; but plenty of folks would like the residue data (contacts et all) after a flash
droidstyle said:
its like not wiping after ya poop.
Click to expand...
Click to collapse
jake21 said:
Well not exactly true; I don't think anyone wants the residue after a poop; but plenty of folks would like the residue data (contacts et all) after a flash
Click to expand...
Click to collapse
if you look at it that way yes, but thats not my point. dirty flashing is ok when upgrading from lets say beans build 7 to build 8, long as the base has not changed. other than that a full wipe is recomended when flashing or your device might develop a stinch and discomfort, causing force closes. apps and contacts can easily be backed up with google or tibu, so there is no reason not to wipe before changing roms.
What exactly is considered the same base? The kernel version or something else? I.e, lets take cleanrom as an example (which is what I currently use). If we look at the files in cleanrom (via unzip -l) at what point can we determine that the 'base' has changed ?
(I understand your point; it still myths me that different versions use different file structures for caches/data; I mean I understand how it could happen but for some reason I thought he root branches were all the same for android which would imply the data files/format would be largely the same; pity there is not some sort of auto versoning of the data on disk so that when the app loads it if the version was inappropriate it could just kick it out).
droidstyle said:
if you look at it that way yes, but thats not my point. dirty flashing is ok when upgrading from lets say beans build 7 to build 8, long as the base has not changed. other than that a full wipe is recomended when flashing or your device might develop a stinch and discomfort, causing force closes. apps and contacts can easily be backed up with google or tibu, so there is no reason not to wipe before changing roms.
Click to expand...
Click to collapse
jake21 said:
What exactly is considered the same base? The kernel version or something else? I.e, lets take cleanrom as an example (which is what I currently use). If we look at the files in cleanrom (via unzip -l) at what point can we determine that the 'base' has changed ?
(I understand your point; it still myths me that different versions use different file structures for caches/data; I mean I understand how it could happen but for some reason I thought he root branches were all the same for android which would imply the data files/format would be largely the same; pity there is not some sort of auto versoning of the data on disk so that when the app loads it if the version was inappropriate it could just kick it out).
Click to expand...
Click to collapse
Read the change log for the ROM you are on. They will put in it rebased to. ....
Sent from the dark on a Note 2
kintwofan said:
Read the change log for the ROM you are on. They will put in it rebased to. ....
Sent from the dark on a Note 2
Click to expand...
Click to collapse
--
You mean this line:
International N7105XXDMA8 Jellybean 4.1.2 Base
or this line
Rebuilt: Complete rebuild from N7105XXDMA8 International Base!
--
4.2.5 is from:
Rebuild: Complete rebuild off the international N7105XXDLL4 Base
but also
International N7105XXDLL7 Jellybean 4.1.2
-
-
So would that imply that 4.5 and 4.2.5 have different bases or same base (since they are both off of 4.1.2) ?
jake21 said:
--
You mean this line:
International N7105XXDMA8 Jellybean 4.1.2 Base
or this line
Rebuilt: Complete rebuild from N7105XXDMA8 International Base!
--
4.2.5 is from:
Rebuild: Complete rebuild off the international N7105XXDLL4 Base
but also
International N7105XXDLL7 Jellybean 4.1.2
-
-
So would that imply that 4.5 and 4.2.5 have different bases or same base (since they are both off of 4.1.2) ?
Click to expand...
Click to collapse
Yes they would be different bases since they have different build numbers. There will be a lot of revisions on the same Android version (in this case 4.1.2) however it is recommend to clean flash in the different builds even if Android version stays the same.
I'll add that I personally always clean flash. With a good backup app, I use titanium backup pro, it literally takes less then 10 minutes to be fully back up after a flash
Sent from the dark on a Note 2
Yes but on Scott board he suggest you should not restore apps from TB backup:
http://www.scottsroms.com/showthread.php?2523-Battery-Drain-issue
(post #8)
(not sure about contacts and accounts)
-
Very confusing.
kintwofan said:
Yes they would be different bases since they have different build numbers. There will be a lot of revisions on the same Android version (in this case 4.1.2) however it is recommend to clean flash in the different builds even if Android version stays the same.
I'll add that I personally always clean flash. With a good backup app, I use titanium backup pro, it literally takes less then 10 minutes to be fully back up after a flash
Sent from the dark on a Note 2
Click to expand...
Click to collapse
Formatting multiple times to make sure it formatted properly? If you go to clean install the OS on your computer, do you format the HDD 3 times as well? Same principle, different device. If it doesn't format properly the first time, what makes you think doing it again will format it? If it doesn't format properly, it's going to give you an error in recovery, and trust me, recovery will complain when there is a problem, even if it is a minor one. Feel free to continue formatting /system before flashing a ROM, and wiping everything 20 times, but I'm trying to prevent people from wasting their time and continuing with the mis-information of needing to "wipe 3 times"
jake21 said:
Yes but on Scott board he suggest you should not restore apps from TB backup:
http://www.scottsroms.com/showthread.php?2523-Battery-Drain-issue
(post #8)
(not sure about contacts and accounts)
-
Very confusing.
Click to expand...
Click to collapse
you can restore apps just not app data....use google to sysnc and restore contacts. its really not that difficult.
---------- Post added at 06:36 PM ---------- Previous post was at 06:33 PM ----------
imnuts said:
Formatting multiple times to make sure it formatted properly? If you go to clean install the OS on your computer, do you format the HDD 3 times as well? Same principle, different device. If it doesn't format properly the first time, what makes you think doing it again will format it? If it doesn't format properly, it's going to give you an error in recovery, and trust me, recovery will complain when there is a problem, even if it is a minor one. Feel free to continue formatting /system before flashing a ROM, and wiping everything 20 times, but I'm trying to prevent people from wasting their time and continuing with the mis-information of needing to "wipe 3 times"
Click to expand...
Click to collapse
agreed! thats why guide simply states to wipe data then flash rom...no extra bs is required. in my gs3 guide i do infact have instructions stating to wipe system but that was just to make a few folks happy that kept insisting it was needed. either way it does no harm, so yea.
I'm always worried when it comes to the sd card.. alot of important info (no not porn).. I cant afford to lose. . Yes it's backed up on my comp. too .. what's the method to use to wipe sd but not lose anything.. if wiping is the same as formatting then yes I know not to do this.. thanks .. apologies if this sounds like nonsense. .
making a note for the 2nd time in Samsungs Galaxy
Related
Hello,
I rooted my eris about a month ago and have flashed about every rom thats been on grdlock's site. But one thing I've never been quite clear on is the whole wipe process. Can someone explain the difference between the factory wipe and the dalvik wipe? For instance why should i do one or the other or both before flashing a new custom rom?
HTC Droid Eris ROOT
Aloysious 2.0 v.7
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Can anybody help??
The factory wipe cleans the phones OS out, the dalvik wipe clears the cache. You don't need to know exactly what they do to know they definitely make ROMs run much cleaner when you do it, because I really dont know the specifics. I don't know how commands are programmed into DOS but I still know that the commands work...if that metaphor makes any sense.
PS - you should definitely do both before flashing a new ROM or restoring a nandroid backup
thanks taco. that helps a ton.
lol
chaneer said:
thanks taco. that helps a ton.
Click to expand...
Click to collapse
Sorry to let you down my friend.
factory wipe is like formating your harddrive on your computer before installing a new OS.
dalvik is a way to run multiple virtual machines where parts of the applications your running on android also run during normal operation to minimize memory and cpu usage, the cache obviously plays a part in memory usage, clearing this is like rebooting the ram on your computer to run faster.
in summary: format both and google your questions before asking them.
thanks guys. and trust me i did search all over for this but couldnt find a definitive answer. i just wanted to know for myself exactly what each "wipe-type" does, but i'll just stick with using both before i flash a new rom unless the dev instructs otherwise.
factory wipe is like formating your harddrive on your computer before installing a new OS.
dalvik is a way to run multiple virtual machines where parts of the applications your running on android also run during normal operation to minimize memory and cpu usage, the cache obviously plays a part in memory usage, clearing this is like rebooting the ram on your computer to run faster.
in summary: format both and google your questions before asking them.
Click to expand...
Click to collapse
Factory wipe is not wiping the os
...factory is like restoring the os, to how it came when you first got your computer, deleting all your programs, personal files, and stuff, that you added over the life of your computer.
You got cache down though.
Hope that makes it a little more clear.
Sent from my Eris using the XDA mobile application powered by Tapatalk
[ROM](7-19-11) SNS Gingerbread v1.4.1, OTA 4.24 Sense, Now W/ Remap Rosies.
Hey guys,
So I'm planning to flash the ROM at this URL: http://forum.xda-developers.com/showthread.php?t=1131217 but it requires that I "wipe" first. My rank says it all--I'm new to this stuff.
So, to the question; What should I wipe, and any tips on flashing this ROM?
Thanks,
Lacedaemon
Well, Its for a different phone, so I would say no.
First of all, Linux has a few different folders. /data is used to install all your apps and stuff, but /system is for the 0S and stuff. The /system section is restricted unless you gain root access. Anyways, /system isn't removed via factory reset, just /data. Installing a new rom, /system has files usually overwritten.... Hope that helps a little. The other folders are for cleaning up what's ever left over.
It may be a stupid question .. Do i have to check the 3 boxes
backup existing rom
wipe data and cache
wipe dalvik cache
every time i do a update ??
Thks
No you do not have to. I only check wipe dalvik which is also optional,but has resulted in better performance for most users here. If you check wipe data and cache then all of your apps will be deleted and you will have to reinstall.
I am also basing this on guessing that you are running CM7, please let me know if that isn't correct.
superDel said:
It may be a stupid question .. Do i have to check the 3 boxes
backup existing rom
wipe data and cache
wipe dalvik cache
every time i do a update ??
Thks
Click to expand...
Click to collapse
You don't "have to" do a backup but it is good to in case something is messed up. I think if you wipe data it wipes your existing apps so I don't do that. But yeah I would definitely wipe dalvik.
superDel said:
It may be a stupid question .. Do i have to check the 3 boxes
backup existing rom
wipe data and cache
wipe dalvik cache
every time i do a update ??
Thks
Click to expand...
Click to collapse
depends on what rom your are flashing. So with that, let me ask the question. What rom are you flashing? If you're using CM7, those roms can technically be flashed without wiping anything although you may want to wipe the dalvik cache just to play it safe. In doing so you won't need to re-install any apps or enter your account data over again. Some other roms automatically wipe for you. But like others have suggested, you should get into the practice of trying to wipe whenever you can, and use titanium to only restore your apps. Hope that helps.
This is completely irrelevant but I noticed that your signature says do not click thanks. I don't know if you have that there so people will click it, but I clicked it just to be an ass lol. Meant for above poster ^
Edit: Okay I get it now lol. I didn't really look at it, but I see it now so ignore that lol.
i know what im gonna post is not relevant to the actual topic, but since it says "update" as a title, ill post my little rant anyway..
for some odd reason my google search layout has been updated and i really dont like it..
it's on big fonts, compressed on the right side of the screen and there's a huge empty space on the left.. sooo ugly! ughh and really confusing to look at..
why is android's UI/design so mediocre? is google ever going to improve this area? even google gadgets is weak compared to yahoo widgets..
end of my rant thank you.. pfft
I want to move from stock odex ROM to a deoxed version. I am currently running odex rooted stock OTA 1.22.651.3 (from xHaus). Can I flash the deodexed ROM over mine without wiping? I know that I can TI Backup all of my apps if I need to wipe, but it would be simpler to flash over if possible.
Thanks.
tamas413 said:
I want to move from stock odex ROM to a deoxed version. I am currently running odex rooted stock OTA 1.22.651.3 (from xHaus). Can I flash the deodexed ROM over mine without wiping? I know that I can TI Backup all of my apps if I need to wipe, but it would be simpler to flash over if possible.
Thanks.
Click to expand...
Click to collapse
What's wrong with wiping and flashing if your apps are backed up? You will be in a world of hurt if you don't.......skies will fall, unicorns will die.....lol just force closes etc....so wipe .
Sent from my Transformer Prime TF201 using Tapatalk 2
There really is no reason not to wipe data when flashing a Rom. Really Bad idea not to.
Sent from my EVO using xda premium
neopolotin75 said:
What's wrong with wiping and flashing if your apps are backed up? You will be in a world of hurt if you don't.......skies will fall, unicorns will die.....lol just force closes etc....so wipe .
Click to expand...
Click to collapse
Things like contact linking are a pain to get right. There isn't a major problem with wiping; I was just asking to try to save myself some trouble if it was possible.
Wipe it is.
if your wanting to save yourself some trouble then always do a factory reset, wipe cache and dalvik cache. just a good way of making sure you always get a clean install. thats what i always do. and especially if im home on my wifi cuz all my apps and such download in about 3-4 mins and ur good.
tamas413 said:
Things like contact linking are a pain to get right. There isn't a major problem with wiping; I was just asking to try to save myself some trouble if it was possible.
Wipe it is.
Click to expand...
Click to collapse
Something like this was what I was about to say.
jsonger121 said:
if your wanting to save yourself some trouble then always do a factory reset, wipe cache and dalvik cache. just a good way of making sure you always get a clean install. thats what i always do. and especially if im home on my wifi cuz all my apps and such download in about 3-4 mins and ur good.
Click to expand...
Click to collapse
You're not saving yourself trouble, You're creating potential head aches in the future by not wiping. I always do a full wipe and I only use TB to restore a few apps like games that I don't want to lose data from. It takes a little longer but you'll have far less issues in the end. I'm convinced the majority of the issues people have in these rom threads are from just flashing without wiping anything and/or using TB to restore all apps + data.
I've been having alot of issues, lag, freezes, reboots, and ive been having these issues on a few different roms ive tried. I had Been running the paranoid android one from Jamied81 and it worked great but then i switched around and on any rom including the PA one, and other cm10 roms, im having the same issues, So There must be something wrong with my phone... i guess?
How can i completely wipe clean and start fresh? because ive been wiping data, cache and dalvik cache but thats not helping...
Of course i could go back to best buy and cash in on my warranty.. but i really dont want to do that...
thanks
Well,
It depends on the level you want to take the "cleaning" too...
Data, cache, dalvik cache, and stats are a normal cleaning, and used by most folks to get an average clean.
Some roms even state to do this 3 times or more to be sure.
Two additional steps are needed to get the device "clean". and it involves moving everything off of the device to PC storage, and wiping the following two areas.
( by everything, I mean "anything" you want to keep. pictures etc.)
First, the SD card. As the device uses this memory location for cache of files, and bits of user data, it can be a source of misery when bouncing between roms. so a complete format to FAT32 on the PC will wipe this card clean.
Second, and my personal favorite, is wiping of the internal card space, or the EMMC partition.
This is performed through the recovery, under the advanced options menu, in the format sub-section.
Effectively, wiping the emmc "will" remove all rom data from the device, above the normal data wipe level, and leaves the device empty.
Note: the new rom will re-populate the needed files to run the rom upon the first boot cycle.
IMPORTANT !!!
If moving files back to your device from PC, you must ensure that they are clean too. It is very easy to forget that many files contain rom specific data, and should be avoided as a restore function, especially APK's....
The partitions from the last rom will remain in place, but they will be overwritten by using odin to restore the device. ( if you wish to restore the factory rom architecture )
If odin or kies are not used, the rom partitions remain, but are empty anyway.
"WARNING" !!!!
Although this method is considered safe, you "will lose "any" data or files left behind on the internal space of the device, or on your External SD card by formatting.
And you must place a new rom to your External card prior to placing the card back into the phone, and use CWM or TWRP recovery to flash a new rom in recovery mode. (unless odin or kies are used to return a device to stock condition)
Note: (no pun intended)
This method will "not" touch your recovery, Unless using odin or kies to push a non-rooted rom to the device, and the user must choose carefully when selecting any firmware image to flash.
It is up to the user to restore the factory partitions by flashing a stock odin rom, unless the last rom was a "stock" rom. (Note: kies may be used as well, but Odin is the most common, and works well )...
The standard recovery flash can be used, and is advised if you want to retain root...!!!!
"WARNING" !!!... THE USE OF ODIN OR KIES TO FLASH A STOCK FIRMWARE IMAGE WILL REMOVE YOUR ROOT, AND RECOVERY, FORCING THE DEVICE BACK TO A STOCK STATE....( choose carefully as you select any image to flash using Odin or Kies, as these roms are likely "NOT" rooted roms, and will jam you up)...
I hope this helps you.
Please ask if you have any questions, "before" attempting this procedure... PM included.
And could the Mods please move this thread to QA ? Thank you.....g
gregsarg said:
Well,
It depends on the level you want to take the "cleaning" too...
Data, cache, dalvik cache, and stats are a normal cleaning, and used by most folks to get an average clean.
Some roms even state to do this 3 times or more to be sure.
Two additional steps are needed to get the device "clean". and it involves moving everything off of the device to PC storage, and wiping the following two areas.
( by everything, I mean "anything" you want to keep. pictures etc.)
First, the SD card. As the device uses this memory location for cache of files, and bits of user data, it can be a source of misery when bouncing between roms. so a complete format to FAT32 on the PC will wipe this card clean.
Second, and my personal favorite, is wiping of the internal card space, or the EMMC partition.
This is performed through the recovery, under the advanced options menu, in the format sub-section.
Effectively, wiping the emmc "will" remove all rom data from the device, above the normal data wipe level, and leaves the device empty.
Note: the new rom will re-populate the needed files to run the rom upon the first boot cycle.
IMPORTANT !!!
If moving files back to your device from PC, you must ensure that they are clean too. It is very easy to forget that many files contain rom specific data, and should be avoided as a restore function, especially APK's....
The partitions from the last rom will remain in place, but they will be overwritten by using odin to restore the device. ( if you wish to restore the factory rom architecture )
If odin is not used, the rom partitions remain, but are empty anyway.
"WARNING" !!!!
Although this method is considered safe, you "will lose "any" data or files left behind on the internal space of the device, or on your External SD card by formatting.
And you must place a new rom to your External card prior to placing the card back into the phone, and use CWM or TWRP recovery to flash a new rom in recovery mode.
Note: (no pun intended)
This method will "not" touch your recovery, Unless using odin or kies to push a non-rooted rom to the device, and the user must choose carefully when selecting any firmware image to flash.
It is up to the user to restore the factory partitions by flashing a stock odin rom, unless the last rom was a "stock" rom. (Note: kies may be used as well, but Odin is the most common, and works well )...
The standard recovery flash can be used, and is advised if you want to retain root...!!!!
"WARNING" !!!... THE USE OF ODIN OR KIES TO FLASH A STOCK FIRMWARE IMAGE WILL REMOVE YOUR ROOT, AND RECOVERY, FORCING THE DEVICE BACK TO A STOCK STATE....( choose carefully as you select any image to flash using Odin or Kies, as these roms are likely "NOT" rooted roms, and will jam you up)...
I hope this helps you.
Please ask if you have any questions, "before" attempting this procedure... PM included.
And could the Mods please move this thread to QA ? Thank you.....g
Click to expand...
Click to collapse
Wow.... first of all, thanks for the very detailed reply.
So i format the card separately, format the emmc in recovery, and install a new rom? do i need to deal with the other partitions? or will the new rom just take care of that?
mottyengel said:
Wow.... first of all, thanks for the very detailed reply.
So i format the card separately, format the emmc in recovery, and install a new rom? do i need to deal with the other partitions? or will the new rom just take care of that?
Click to expand...
Click to collapse
The partitions will be empty....and the device will be as clean as you can safely get it, without risking a brick....g
gregsarg said:
The partitions will be empty....and the device will be as clean as you can safely get it, without risking a brick....g
Click to expand...
Click to collapse
Thanks alot for your help!!
mottyengel said:
Thanks alot for your help!!
Click to expand...
Click to collapse
Always welcome...g
Another easy way...go to this site: http://rootzwiki.com/topic/25980-sgh-i717ucle2-official-leak/, follow the instructions, bam. Basically just throw into DL mode and hit start, its one of the one click Odin ICS leaks from designgears and it completely wipes everything on your phone.
I have run into similar sounding problems as yours where my phone won't wipe properly in cwm, and I've used this to completely nuke my internal storage and start over.
Of course, transfer all pictures, music, and important files to your computer first. Then after you use the one click Odin, just begin romming as usual
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
With a nice moist wipe!
Sent from the TermiNOTEr!
While i've seen and like the rootzwiki method, I prefer to manually wipe and install roms.
For me, it adds back in, that level of control I like to have when changing roms etc.
I'm the " do it myself " kinda user ...but I agree, it's a good system.
Thank you for posting it ....g
---------- Post added at 06:09 PM ---------- Previous post was at 06:08 PM ----------
borijess said:
With a nice moist wipe!
Sent from the TermiNOTEr!
Click to expand...
Click to collapse
..springtime fresh ??
Oh yehhhhhhhhhh!!!.....LOL .......g
I factory reset. cache wipes. Darkside wipe zip.
"The clean getaway"
gregsarg said:
Always welcome...g
Click to expand...
Click to collapse
View attachment 1291207
Sent from A Closet @ Arkham Asylum on my GNote using Forum Runner, Black ★.
Yeah, I prefer the manual way in cwm as well, but I've run into an error a couple of times where it won't wipe properly. So I nuke my phone to fix the ability to wipe. There's no way I would do that every time I flash a ROM.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
welchertc said:
Yeah, I prefer the manual way in cwm as well, but I've run into an error a couple of times where it won't wipe properly. So I nuke my phone to fix the ability to wipe. There's no way I would do that every time I flash a ROM.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
True ....and of course, my post was meant in the context of a device having severe problems.
I seldom use that method either, but in a pinch it's good to have available ......and if users see and retain either of the methods we've posted, they can repair virtually any problem going forward.
And hopefully avoid those JTAG moments we all dread ....g
That's for sure. Haha.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Must wipe...
View attachment 1291573
Sent from A Closet @ Arkham Asylum on my GNote using Forum Runner, Black ★.
LOL. !!!
Excellent !!!
welchertc said:
Another easy way...go to this site: http://rootzwiki.com/topic/25980-sgh-i717ucle2-official-leak/, follow the instructions, bam. Basically just throw into DL mode and hit start, its one of the one click Odin ICS leaks from designgears and it completely wipes everything on your phone.
I have run into similar sounding problems as yours where my phone won't wipe properly in cwm, and I've used this to completely nuke my internal storage and start over.
Of course, transfer all pictures, music, and important files to your computer first. Then after you use the one click Odin, just begin romming as usual
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for the reply. But, i dont see any instructions... what do i do with the file?
Basically its a one click version of Odin with the files already loaded into it so you don't have to pick anything.
Download it to your comp, unzip the file (I believe?), open the program, put your phone into download mode, connect it to your comp, make sure Odin recognizes it, then click start.
Takes a bit because its a huge process that it's undertaking, but at times its necessary to go nuclear on your phone.
Really should only be used as a last resort to wiping your phone.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
welchertc said:
Basically its a one click version of Odin with the files already loaded into it so you don't have to pick anything.
Download it to your comp, unzip the file (I believe?), open the program, put your phone into download mode, connect it to your comp, make sure Odin recognizes it, then click start.
Takes a bit because its a huge process that it's undertaking, but at times its necessary to go nuclear on your phone.
Really should only be used as a last resort to wiping your phone.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
Agreed ....g
I mostly wipe front to back.
not really new to this stuff, but i am when it comes to the note 2.
props to the guys that put CASUAL together, with little effort other than installing the drivers from the samsung website, a few tries and reboots, 3rd go and it only took maybe 3 minutes to do the work for me.
so, now i am looking for a way to debloat the rom that came with my phone, not ready to jump into the custom flashing yet, but i would like to remove a few things i never use that verizon drops into the rom.
from past experience deleting from the /system/app and /data directories caused issues with stability on my htc rezound.
also one other thought, with the lg enlighten, rebooting with /system as RW would bootloop the phone, the rezound didn't mind at all, how does the note 2 react to being RW?
any suggestions to debloating the current running rom are welcome, i have already had some for custom roms, but more input would be ok too.
Get titanium backup and remove those apps.
Then I'd make a backup and when you are ready to custom flash, get cleanrom. From the sounds of it that is what you are looking for.
that's what i had said before, but eventually i would like to flash a modded rom, but right now i am thinking about just debloating this one, for fun.
one thing that concerns me, has anyone flashed a rom the s-pen doesn't work on?
is that built into the mainboard or a rom specific thing?
wondering so i know to be careful of what i flash, love my s-pen lol
fallen00sniper said:
that's what i had said before, but eventually i would like to flash a modded rom, but right now i am thinking about just debloating this one, for fun.
one thing that concerns me, has anyone flashed a rom the s-pen doesn't work on?
is that built into the mainboard or a rom specific thing?
wondering so i know to be careful of what i flash, love my s-pen lol
Click to expand...
Click to collapse
The S-pen is Samsung software that only works on Touchwiz (Samsung based Roms also known as TW) framework, said framework has yet to be ported to AOSP and most likely will not be. It is very rare for TW framework to be ported in a way that works on AOSP Roms.
The S-pen will work on all Roms no matter what but the special features, like pushing the button to make a screenshot, will be there on TW Roms but not AOSP Roms. With Vanilla Rootbox you can make the floating dot show up on the screen when using the S-pen and the other Roms have some implementation of that. If you want to replace some of the features on AOSP Roms you should look into getting GMD Spen Control from the market, also Plasma kernel has new S-pen features built in. It still won't be exactly the same as running a TW ROM but is close enough for me.
All of the custom TW Roms will have full S-pen support just like the stock ROM and in some cases have a little bit extra.
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
The S-pen is Samsung software that only works on Touchwiz (Samsung based Roms also known as TW) framework, said framework has yet to be ported to AOSP and most likely will not be. It is very rare for TW framework to be ported in a way that works on AOSP Roms.
The S-pen will work on all Roms no matter what but the special features, like pushing the button to make a screenshot, will be there on TW Roms but not AOSP Roms. With Vanilla Rootbox you can make the floating dot show up on the screen when using the S-pen and the other Roms have some implementation of that. If you want to replace some of the features on AOSP Roms you should look into getting GMD Spen Control from the market, also Plasma kernel has new S-pen features built in. It still won't be exactly the same as running a TW ROM but is close enough for me.
All of the custom TW Roms will have full S-pen support just like the stock ROM and in some cases have a little bit extra.
Sent from my SCH-I605 using XDA Premium HD app
Click to expand...
Click to collapse
So is flashing a rom done from the sdcard as normal or is it different in any way from a standard flash, new to twrp.
Yup. Just put it on your SD card and flash. Wipe everything but your external card before you flash. lots more to it but that's the cliffnotes version.
ILMF said:
Yup. Just put it on your SD card and flash. Wipe everything but your external card before you flash. lots more to it but that's the cliffnotes version.
Click to expand...
Click to collapse
You don't have to and you typically don't want to wipe your internal SD memory to flash a rom. From TWRP recovery you should do a Factory rest (which wipes data but not internal SD memory, the cache and the Dalvik cache). After flashing you should wipe cache and Dalvik cache again but not wipe data. To do that go into the Advanced wipe area to only wipe those 2 and not data again.
Ridin' a Note 2 blast
universexda said:
You don't have to and you typically don't want to wipe your internal SD memory to flash a rom. From recovery you want to write cache and dalvek cache before (and optionally after) flashing but that's it.
Ridin' a Note 2 blast
Click to expand...
Click to collapse
No, you want to wipe your data in the internal SD, wiping cache and dalvik cache is a dirty flash and is only acceptable under certain conditions.
Sent from my SCH-I605 using XDA Premium HD app
shangrila500 said:
No, you want to wipe your data in the internal SD, wiping cache and dalvik cache is a dirty flash and is only acceptable under certain conditions.
Click to expand...
Click to collapse
I corrected my post that yes you also want to wipe data but only from recovery.
What you don't want to do is use a file manager and delete data that way from internal memory. Nor do you normally want to reformat any internal or external memory from recovery.
Ridin' a Note 2 blast
ok so quick once over, same as the rez, but i only need to do a factory reset and wipe system, caches and flash?
so i can keep internal storage intact no issue?
what about boot?
slightly different from the rez.
just another awesome thing i found for this phone, wondering how well it works and if i could use it to update twrp or maybe even revert to my flashaholic ways with a simple tap and go.
https://play.google.com/store/apps/details?id=com.s0up.goomanager
btw, twrp is the most awesome recovery i have ever used, along with titanium backup, which i have never used, i now have a debloated stock rom backed up.
i haven't been this thrilled since i achieved s-off on my rez.
universexda said:
I corrected my post that yes you also want to wipe data but only from recovery.
What you don't want to do is use a file manager and delete data that way from internal memory. Nor do you normally want to reformat any internal or external memory from recovery.
Ridin' a Note 2 blast
Click to expand...
Click to collapse
Well I use the second options in TWRP, I can't remember what it is now, under the wipe menu that you have to type yes for that formats the internal memory to get rid of all the BS. It doesn't hurt as long as you know what you are doing. And as long as you only delete old folders that are no longer in use everything will be fine.
TWRP doesn't have any dangerous wipe options at the current moment.
Sent from my SCH-I605 using XDA Premium HD app
---------- Post added at 03:49 AM ---------- Previous post was at 03:36 AM ----------
fallen00sniper said:
ok so quick once over, same as the rez, but i only need to do a factory reset and wipe system, caches and flash?
so i can keep internal storage intact no issue?
what about boot?
slightly different from the rez.
just another awesome thing i found for this phone, wondering how well it works and if i could use it to update twrp or maybe even revert to my flashaholic ways with a simple tap and go.
https://play.google.com/store/apps/details?id=com.s0up.goomanager
btw, twrp is the most awesome recovery i have ever used, along with titanium backup, which i have never used, i now have a debloated stock rom backed up.
i haven't been this thrilled since i achieved s-off on my rez.
Click to expand...
Click to collapse
You can use it to update TWRP and download ROMs but I wouldn't flash my Roms from it, you can flash from it but I personally wouldn't. There is also a app named ROM Manager you can flash Roms from but there are a lot of issues when using ROM Manager.
I personally use the Goo Manger app to keep up with my Roms updates.
In TWRP after you click the Wipe button and go to the Wipe sub menu I always click advanced wipe and go in and wipe Data, Cache, Dalvik, and System and then I back out to the Wipe sub menu and click the right hand button, you'll have to type yes for it to work, and that gets rid of all the BS folders and crap so you can start completely fresh. You don't have to do that if you don't want to, I personally like my phone being completely clean when flashing a new ROM.
Yes you can keep internal and boot intact.
All you have to do to go to a new ROM when you boot into TWRP is click Wipe and then slide the little slider in the Wipe sub menu, I believe it says swipe for Factory Reset. That is all you have to do to Clean Flash a ROM.
Something else fun about TWRP is that you can theme it. Here is a TWRP theme collection on XDA:
http://forum.xda-developers.com/showthread.php?t=2035234
Sent from my SCH-I605 using XDA Premium HD app
fallen00sniper said:
btw, twrp is the most awesome recovery i have ever used, along with titanium backup, which i have never used, i now have a debloated stock rom backed up.
i haven't been this thrilled since i achieved s-off on my rez.
Click to expand...
Click to collapse
If you use Titanium to back up apps (which you can do together) and their data before flashing you can restore the apps and data all at once after the flash without having to install each one by one from Google play store. Be sure not to restore system apps or data (no need to back them up either) because it may affect the new rom.
The good part of not reformatting your internal or external memory from TWRP is that your photos, music, etc.will remain after the flash. Even if you choose factory wipe or wipe data in TWRP.
Ridin' a Note 2 blast
I used titanium backup root to debloat a little, so I am kind of good for now, but made a nandroid of this rooted, debloated stock rom.
I think I found a twrp update with that goo.im app, but I am sure there are more than 4 roms to choose from, I have seen jedi which seemed like what I would want, stock decked out with features and the multi app does all apps, so I am kind of ready to do my first flash.
From what I get from what both or all of you have told me, swipe to factory reset, wipe system and internal, leave boot and others alone.
I wanted to set twrp to save to my sdcard, but didn't see an option to do so.
And thanks for all the input guys.
fallen00sniper said:
From what I get from what both or all of you have told me, swipe to factory reset, wipe system and internal, leave boot and others alone.
I wanted to set twrp to save to my sdcard, but didn't see an option to do so.
Click to expand...
Click to collapse
All you need to do before flashing is the one Factory reset wipe on the first screen of the Wipe area. Just as TWRP advises on that screen. After the flash most go back to the Wipe area then the Advanced area and wipe only cache and Dalvik cache. Your first reboot will take a minute or 2 so be patient.
To save backup to the external card go to the Backup area and at the bottom where it says where it will backup press on it and then you can change the location. It just looks like a label and doesn't look like a button but it is. I would just backup the default checked items. Even that will be 3-4 gigs.
Ridin' a Note 2 blast
universexda said:
All you need to do before flashing is the one Factory reset wipe on the first screen of the Wipe area. Just as TWRP advises on that screen. After the flash most go back to the Wipe area then the Advanced area and wipe only cache and Dalvik cache. Your first reboot will take a minute or 2 so be patient.
To save backup to the external card go to the Backup area and at the bottom where it says where it will backup press on it and then you can change the location. It just looks like a label and doesn't look like a button but it is. I would just backup the default checked items. Even that will be 3-4 gigs.
Ridin' a Note 2 blast
Click to expand...
Click to collapse
You should also back up the EFS in your first nandroid just in case you ever lose your IMEI or any of that good stuff. Then store that backup in a safe secure space. You won't have to back up the EFS again after the initial backup as long as you always keep that backup safe.
Sent from my SCH-I605 using XDA Premium HD app
ok i think i am ready to try my first flash, i chose jedi since it seemed to appeal to me more with the feature and spen will still work 100%.
thanks again for all of the help,
fallen00sniper said:
ok i think i am ready to try my first flash, i chose jedi since it seemed to appeal to me more with the feature and spen will still work 100%.
thanks again for all of the help,
Click to expand...
Click to collapse
Well Spen with work on all the Roms, the only issue is that it doesn't have all the software features on AOSP as it does on TW. It will have all the same features as stock as long as it is a Touchwiz, TW, ROM. Moon ROM, Jedi, CleanRom (both versions), Beans, MeanBean, Goodness, etc. And you can still add a lot of your stock Spen features back with GND Spen Control.
Sent from my SCH-I605 using XDA Premium HD app
ok i installed jedi, but mid install at installing voice recorder after modem installation, retaining current modem, it just locked up.
fallen00sniper said:
ok i installed jedi, but mid install at installing voice recorder after modem installation, retaining current modem, it just locked up.
Click to expand...
Click to collapse
Probably best to ask about this on the Jedi thread where lots of folks have experience with it. Hope it works out.
Ridin' a Note 2 blast
fallen00sniper said:
ok i installed jedi, but mid install at installing voice recorder after modem installation, retaining current modem, it just locked up.
Click to expand...
Click to collapse
Can you boot into your OS? Is everything working?
I agree with universexda, you'll get better answers in the Jedi thread.
Sent from my SCH-I605 using XDA Premium HD app