[Q] Special procedure for exchanging microSD cards? - AT&T Samsung Galaxy S II SGH-I777

Hi, question, I want to change my microSD card, but that's of course where I installed my ROM (UnNamed) from and has other information that I've stored on it so far from the phone.
Can I just copy all the files from the first SD to the second or would this not work? And would it affect the ROM if I did so? If I switch microSDs do I need to reinstall the ROM from the new microSD? Thanks.

No worries about switching your micro sdcard. The rom zip file is like an installation file. Once installed, the rom does not need it for it to continue to work.
Just save the files you want to keep.
Unless you changed it, the default save location is the internal sdcard, not external. To make sure shut the phone off, and take the micro sdcard out. Boot it back up and make sure all your files are still there.
Sent from my páhhōniē

Related

[Q] new sd card question, do i have to do anything?

If i change out my SD card, do i have to do anything to reprovision all of those folders there? Is anything "critical" stored there?
If i want to flash a new rom, do i just follow same procedure (have sd card in phone, use disk drive and transfer, flash from cwm) ... or is CWM gone after i remove the SD?
http://forum.xda-developers.com/showthread.php?t=919859 this thread seems to apply, but I wasnt sure if there was any diff with the TB.
Thanks!
sushiman79 said:
If i change out my SD card, do i have to do anything to reprovision all of those folders there? Is anything "critical" stored there?
If i want to flash a new rom, do i just follow same procedure (have sd card in phone, use disk drive and transfer, flash from cwm) ... or is CWM gone after i remove the SD?
http://forum.xda-developers.com/showthread.php?t=919859 this thread seems to apply, but I wasnt sure if there was any diff with the TB.
Thanks!
Click to expand...
Click to collapse
Just make sure it's formatted FAT32. You can copy all your stuff from one to the other without an issue. Some ROMs store stuff there, but usually nothing real important. CWM is on the eMMC, not the SDcard.

Restore Internal SD Card from zip ROM streak 5

Hello friends, how are you?
I'm from Portugal, and i have one nice strek 5 working great.
But i have another two, that don't boot, it stuck on delll Logo.
i think another my friends try to root or update, and fail.
it don't make any fast boot or streak mod.
so i disassemble to read its sd card.
because i'm using windows, so i install DiskInternalls Linux Reader to have acess to sd card files.
When mounted, its show two volumes, "Linux Ext Volume 1" and "Linux Ext Volume 2"
the firs one have 244 Mbs, and the other one have 1.65Gb
the small one have two folders, lost+found, recovery and a lot of jpeg files in root folder.
the second one, that have 1.65Gb, have a lot od folders and semms a lot of a zipped rom image.
Its possible just decompress and copy to the volume?
Thanks
If you format the card and put it back in the streak, it should set it up automatically. However, you will lose anything on it this way.
Ok. i will try..
but, it don't need to write some data in "boot area" ?
I'm asking that, becouse i download 3 roms, all ziped, but easy to see files, i also download streak mod, and has only one img file, it can't be unzipped..
my firts idea, was copy streak boot files, to card, but i can't acess it..
My assumption, and it is only an assumption, is there is some sort of actual rom memory on the phone that holds the lowest levels of the operating system. Maybe fastboot and the recovery menu, but not recovery itself. The rom actually resides on the internal sd card. When I put in my freshly formatted sd card, I simply rebooted the phone and I don't remember if it was automatic, or I had to confirm it, but the streak partitioned/formatted/whatever the internal sd card itself. I then flashed a recovery and a rom.
Hello.
like you said, i have insert a new sd card, but formated in FAT, i think thats the problem.
I try to load Linux Live CD, and format in ext2/3.
or try to copy rom directly file to sd card.
You think might work?
***EDIT***
I have format the card, and i have inserted into sreak and turn it on..
How much time is preparing the new card ?
and how i know that is ready to reboot?
thanks
I have created an image of my inner SD Card right after a factory reset.
Download Here
I created this using Clonezilla, you should be able to use Clonezilla to restore it. It is an image of the entire sd card. You need to unzip the downloaded file to use it.
Note: I am running DSC_Rom, which is Gingerbread based. I don't think it makes a difference.
marvin02 said:
I have created an image of my inner SD Card right after a factory reset.
Download Here
I created this using Clonezilla, you should be able to use Clonezilla to restore it. It is an image of the entire sd card. You need to unzip the downloaded file to use it.
Note: I am running DSC_Rom, which is Gingerbread based. I don't think it makes a difference.
Click to expand...
Click to collapse
cannot start clonezilla iso
slav_pu6 said:
cannot start clonezilla iso
Click to expand...
Click to collapse
You burn the .iso file to a cd and boot it.

Nandroid backup

Hy guys, there is something I dont understand about nandroid. I flashed my rom, kernel, downloaded apps, change setting, homescreen etc. and now i would like to back it up exactly as it is. I read that nandroid is best for that but it doesnt backup sd card? whats up with that. I look at my sd card with root explorer and there are many folder and files that were made by apps when they were insteled on the phone.Does it backup that also? Also i have many apps, apps2sd, will it make backup of them also?
It won't back up your entire phone onto your phone. It would get really big with all the music, videos, etc, that a person might have. If you have your external card mounted then you can attach via a USB cable to your computer then either with adb or with a file manager copy all of /mnt/sdcard youlle get the important things that nandroid does not. The exception I can think of is that it doesn't seem to back up your modem firmware, so if your partial to a particular one then just have it as a flashable file.
Ok, thanks, so it doesnt backup internal sd card because someone told me yesterday that it does? If i copy the entire sd card to PC and latter copy it back to mobile like that will it work. First i recover nandroid backup, than i format internal sd card and than copy all the files back to sd card.
A Nandroid backup will copy a lot, but it can't copy everything or there wouldn't be room on the device for it to be practical. It is quite supprising how much it will keep; it just isn't a complete backup solution is all.
Addressing your question though, as for copying the entire sd card, you really only need to copy the folder /mnt/sdcard or /sdcard ; the latter is a symlink to /mnt/sdcard
If you try to copy your entire sdcard then it is possible to end up with data from partitions that will take forever to copy and that you really don't want, for example /proc on the phone is just kernel information that doesn't even exist when the phone is turned off. To keep things simple, everything is part of the ROM and kernel except for /mnt/sdcard and in the case of and external sd card, /mnt/sdcard/external_sd but the latter (/mnt/sdcard/external_sd) will be copied along with the first one provided it is mounted when you do it.
The only other exception to what needs to be backed up is a partition called /efs and there are various tutorials with various methods about how to do that. I would follow one of them rather than just copying the data out as its a partition that holds unique information about the phone that it can't function with if it gets messed up. This is more immediately important and I think there's quite simply some apps that will do it for you if you look at the sticky threads here. The files will be on your phone though so you'lle want to pull them off on to your computer for sure.
As for your friend's advice, though, you won't typically ever need more than a Nandroid backup unless something happens to that other data, for example if there's filesystem corruption. If you do a restore of your ROM then it still retains all your music and photo goodies or whatever, app settings get wiped though where they are retained with Nandroid. The only thing that I'd worry about is if the impending update to Ice Cream Sandwhich somehow wipes suff, or if you play around at the command line a lot make a mistake unintentionally. If it weren't for the updates and beta ICS releases we're seeing then I'd simply be telling you not to worry about it, but to back things up and be done with it.
By the way, doesn't Kies back things up? I don't have it so I don't remember but it seems like that's how I initially got things onto it and that it has a sync option. Perhaps this is enough?....
Igor 3 said:
Hy guys, there is something I dont understand about nandroid. I flashed my rom, kernel, downloaded apps, change setting, homescreen etc. and now i would like to back it up exactly as it is. I read that nandroid is best for that but it doesnt backup sd card? whats up with that. I look at my sd card with root explorer and there are many folder and files that were made by apps when they were insteled on the phone.Does it backup that also? Also i have many apps, apps2sd, will it make backup of them also?
Click to expand...
Click to collapse
Man just do the backup and don't worry about the sd card files/folders. The reason it doesn't back them up is because they stay there anyway. Eg, if you uninstall an app, a folder that was created by it on your sd card is still there. Flashing firmware, including wipe versions doesn't touch the 11.5gb internal storage or external storage.
BTW, most of my internal sd card is used up and 25gb is used up on my external card. If the backup was to include those a 64gb memory card wouldn't be enough.
Between the S1 and S2 I've backed up and restored over 100 times, including after fully wiping the phone (but not formatting sd cards) and the phone always looks and functions exactly as before, including apps.
So, only copy memory card files to PC if you intend to format the internal / external cards or if you are worried you might lose stuff if the memories become corrupted.
Sent from my GT-I9100T
Thanks guys for you help. I dont use Kies also so i dont know and, yes, i format sd card before flashing every rom so i would probably format it also before making restore of nandroid backup. Also when i delete some app a delete a folder created by it on sd card. OK, than i will make a nandroid backup and copy mnt/sdcard on PC so if it ever gets corupted i can restore everything. As for efs folder, Neak kerenl made a backup of that automatic so i just made a copy of that on PC.
Every so often I go though the folders on the sd cards and clean them up a little but I have never formatted the sd cards. I don't really think you should do it with every flash.
Sent from my GT-I9100T

[Q] How to change from USB storage to SD?

I'm running ICS Passion and just got this phone.
I've tried Titanium Backup, but it just creates the backup within the "USB storage," which isn't useful as it'll get wiped out if I decide to flash another rom to my phone...right?
I also tried to copy/ paste files to the SD card when connecting it to my computer, but nothing seems to work.
You can set up the folder anywhere you want or let it set it up for you. Then move it to where you want and then go into menu>preferences>backupfolder location. it'll scan and then you fingd your folder, hit it and then hit the Use Current Folder button and viola!!!
Also you will not erase your internal SD (or external for that matter) when you flash a new ROM. That is kind of the point of Titanium.
Ahhh, okay, I get it now.
Is there any way to look at what files I have on my external SD card from my phone?
Use a file explorer from the market. Will show you internal, external and emmc if necessary.

Best way to return Nook to BN stock? I need to recycle it

Long story but its cooked. Do not have a spare sd card to put in, and still rooted. Want to make sure any personal info has been deleted. Is there a best way to do this. Tried copying nook update 1.4.3.zip but it wont download since no sd card, or copy from internet
Do you have ADB access?
Edit: mmm.........check out this procedure for the Nook Color. If you have CWM on your NT it might work the same way.
wedmiston said:
Long story but its cooked. Do not have a spare sd card to put in, and still rooted. Want to make sure any personal info has been deleted. Is there a best way to do this. Tried copying nook update 1.4.3.zip but it wont download since no sd card, or copy from internet
Click to expand...
Click to collapse
Can you still boot into custom recovery?
If so, you should be able to simply reformat or delete the system, data, and user-media partitions to remove any personal info.
U could look for the repart image file, burn that to sd card, and that will boot from the sd, repartition it and return it to stock 1.4.2, like new again.
there is more than one variant around, Ive used this one a lot
http://raywaldo.com/2012/06/how-to-un-brick-a-nook-tablet-8gb-or-16gb/
edit ... sorry I didnt catch at first u don't have an sd card....
sort of depends what recovery you had loaded I think as to what options you have
wedmiston said:
Long story but its cooked. Do not have a spare sd card to put in, and still rooted. Want to make sure any personal info has been deleted. Is there a best way to do this. Tried copying nook update 1.4.3.zip but it wont download since no sd card, or copy from internet
Click to expand...
Click to collapse
Just search for "repart.img nook tablet" on Google. The first result should show an "unbrick tool" that you can use. It's just an .img file that you can write to an sd via Win32 DiskImager. Boot your tablet by putting the SD in, then inserting a powered USB cable. When the green checkmark appears, you'll know that the process was successful. Just pop the SD out and you can forget about it. The Nook will even be repartitioned, with a lovable setup of 7.5 GB for media partition (personal data) and 5.5 GB for app data. You can get more details by visiting the website I directed you to.
Cheers

Categories

Resources