I'm using JacHero 2.7.3 superlite, and I have everything working properly. When I installed everything I had to prepare my SD card as outlined in the main post http://forum.xda-developers.com/showthread.php?t=534479 I have the three partitions set up (fat32, ext2, and linux-swap). Currently this is all set up on a 4GB Class 2 MicroSD Card, and I plan on upgrading to a 16GB Class 2 MicroSD Card, so I wanted to know if I have to re-setup everything or not. Will I have to repeat this process? How do I transfer my apps onto the new card? I have a card writer. Thanks!
veesonic said:
I'm using JacHero 2.7.3 superlite, and I have everything working properly. When I installed everything I had to prepare my SD card as outlined in the main post http://forum.xda-developers.com/showthread.php?t=534479 I have the three partitions set up (fat32, ext2, and linux-swap). Currently this is all set up on a 4GB Class 2 MicroSD Card, and I plan on upgrading to a 16GB Class 2 MicroSD Card, so I wanted to know if I have to re-setup everything or not. Will I have to repeat this process? How do I transfer my apps onto the new card? I have a card writer. Thanks!
Click to expand...
Click to collapse
You will have to partition the new card in the same process. Unless your computer can view all three partitions (or at least the apps/fat32 partitions), you'll have to re-install your apps.
Although, for the sake of your system running well, you should just re-install instead of just copying. Makes things run better no matter how much of a pain it is
Yes, you will have to re-partition everything with the new 16GB card, but you can backup all your apps by using adb to do:
adb pull /system/sd/app directory on computer\
then on the new sdcard, type in:
adb push directory on computer\ /system/sd/app
I believe push can be replaced by install to actually install the apks.
One question tho? Is there any reason you're buy a class 2 card vs a class 6 card? The speed increase you will see is really worth the price. For instance, the 16GB Kingston Class 2 card is $55 on amazon, but the A-DATA 16GB Class 6 is $49.95. Just something to think about...
link: http://www.amazon.com/s/ref=nb_ss_g...class+6+micro+sd+16&sprefix=class+6+micro+sd+
After you've set it up once on your 16GB card you will not have to re-setup everything again if you choose to flash a newer ROM, the partitions will remain.
One more way of backing up all your apps: Download Backup for Root Users from the market and do a backup of all apks, then you will find all your apps under BackupRoot on your sdcard, just mount it, and copy everything. Then when you get your new sdcard, just put the directory back as it was on your old 4GB card and use Backup for Root Users to restore all the apks for you.
Can you use Nanodroid backup/restore to handle all the apps and settings if swapping cards?
h.nocturna said:
Yes, you will have to re-partition everything with the new 16GB card, but you can backup all your apps by using adb to do:
adb pull /system/sd/app directory on computer\
then on the new sdcard, type in:
adb push directory on computer\ /system/sd/app
I believe push can be replaced by install to actually install the apks.
One question tho? Is there any reason you're buy a class 2 card vs a class 6 card? The speed increase you will see is really worth the price. For instance, the 16GB Kingston Class 2 card is $55 on amazon, but the A-DATA 16GB Class 6 is $49.95. Just something to think about...
link: http://www.amazon.com/s/ref=nb_ss_g...class+6+micro+sd+16&sprefix=class+6+micro+sd+
After you've set it up once on your 16GB card you will not have to re-setup everything again if you choose to flash a newer ROM, the partitions will remain.
One more way of backing up all your apps: Download Backup for Root Users from the market and do a backup of all apks, then you will find all your apps under BackupRoot on your sdcard, just mount it, and copy everything. Then when you get your new sdcard, just put the directory back as it was on your old 4GB card and use Backup for Root Users to restore all the apks for you.
Click to expand...
Click to collapse
I have to agree with this poster. You are taking a step back going from a class 4 to a class 2. You should really upgrade to a class 6.
Related
Hi, I rooted my phone like 4 or 5 months ago following a video tutorial to jf 1.5 and then I was browsing through the market and I saw an app called apps to sd 2 for 1 or 2 bucks. I dled it and it did something to my sd card called root:root and I went to the tutorial and I didn't know how to do anything. I guess I forgot how to root so I decided to just not do it. Now my sd card isn't readable so can somebody help me? I would love to have apps to sd work so can somebody tell me exactly what to do and just not the codes.
What's not readable? Your phone doesn't see it or your PC doesn't see it? What rom are you running? What spl/recovery?
I'll just assume that you're on JF's recovery and JF's rom for this, your card is just corrupted and that you know how to use ADB or at least terminal.
Go ahead and partition your card to FAT32 using either your phone or PC (depending on what your card is... you may be better off just getting another card (8gb class 6 are under $20)
Update your recovery to Cyan's latest one (1.41? don't quote me)
In recovery, follow this guide to get your card partitioned (you will only need fat32 and ext3 partitions for this).
Flash any rom that supports auto apps2sd (I suggest Cyan's 3.6.8.1, latest stable)
If you don't understand none of that stuff above - go read some guides, you're not ready for this.
Steps for everything that I suggested are described in numerous tutorials all over this forum.
Good luck
double post
So I have to buy a new sd card? dang, ok, I guess I'll do that. And I cant access my card on my phone. When I go on my computer, everything is deleted except for the dcim folder and nothing is in it. I think my whole card restarted. There goes all my pictures and videos. I'm buying a 8gb sandisk mini sd + adapter and reader for $15+$3 shipping. is that a good deal?
phocracker said:
So I have to buy a new sd card? dang, ok, I guess I'll do that. And I cant access my card on my phone. When I go on my computer, everything is deleted except for the dcim folder and nothing is in it. I think my whole card restarted. There goes all my pictures and videos. I'm buying a 8gb sandisk mini sd + adapter and reader for $15+$3 shipping. is that a good deal?
Click to expand...
Click to collapse
As long as it's class 6 card - yeah... I heard that you can get 8gb class 6 on newegg.com for $15/free shipping... check it out.
But... once more... your card may be just fine (still do upgrade if it's not class 6, I can stress this enough). Are you on windows pc? Windows will not see ext partitions. Open up your terminal and type
$su
#busybox df -h
what's the output?
what about
ls system/sd
What's the output for this?
Hit me up on Gtalk I'll walk you thru this if you need me too
borodin79 a t g m a i l . c o m
[Solved]Okay, I currently have a 2gb (don't even know the brand) MicroSD in my rooted Dream/G1. I am running SuperD 1.10.2. I have Apps2SD setup already. I just bought a PNY 4gb Class 4 MicroSD yesterday and I want to use it. How do i transfer EVERYTHING to it? And will I have to re-install all the apps that were installed on the 2gb card?
Thanks, xKr4zex
Krician said:
Okay, I currently have a 2gb (don't even know the brand) MicroSD in my rooted Dream/G1. I am running SuperD 1.10.2. I have Apps2SD setup already. I just bought a PNY 4gb Class 4 MicroSD yesterday and I want to use it. How do i transfer EVERYTHING to it? And will I have to re-install all the apps that were installed on the 2gb card?
Thanks, xKr4zex
Click to expand...
Click to collapse
The possibilities.....
You could do it the hard way or the easy way.
Hard way is by using adb and do
command prompt
adb pull /system/sd /sdbackup/sd
and partition your new card using amon_ra recovery
then
command prompt
adb shell
mount -a
exit
cd c:\sdbackup
adb push sd /system/sd
and that should do it.
Easy way
Make a nandroid backup with ext,
save the contents of you sdcard (especially nandroid folder)
partition your new sdcard with amon_ra recovery with your desired ext partition,
restore your backups from your old card,
place new card in phone,
nandroid restore and reboot.
You should be good.
Thanks for the reply. I also wanted to know, if I already have apps2sd and Linux swap enabled, do I have to disable>power off>new card>restore>re enable apps2sd and Linux?
Krician said:
Thanks for the reply. I also wanted to know, if I already have apps2sd and Linux swap enabled, do I have to disable>power off>new card>restore>re enable apps2sd and Linux?
Click to expand...
Click to collapse
You shouldn't have to re-do anything once your partitions are in place.
If your card is setup like FAT/SWAP/EXT3 (using EXT3 for example) for card 1 then as long as your partitions are FAT/SWAP/EXT3 for card 2 then everything should work just fine. Even if your swap partition is a different size it should be alright. The only thing is that if card 1 (old card) EXT3 partition is 500mb and if you are using 300mb of that card you need to have 300mb+ on card 2 EXT3 partition so that all of your data can fit on there after you do your nandroid restore.
I did this method personally when I went from a 8gb to a 16gb.
Old card was 8gb composed of ~7gb (FAT)/64mb (swap)/500mb (ext3)
New card is 16gb composed of ~13gb (FAT)/96mb (swap)/1gb (ext3)
I simply performed a nandroid+ext backup
Backed up my entire sdcard onto my desktop (including nandroid directory)
Put the new card in and repartitioned with Amon_RA recovery as posted above.
Restored the data from my backup that was on my desktop
Performed a nandroid+ext restore
Done. Very easy.
Just do it. You'll be amazed how complicated your making this.
I just did this this morning before seeing this thread and i did exactly as it says here. I only encountered one problem...My Music playlists didnt transfer how do i get those? I still have my old sd card with all the stuff in it by the way.
Thanks! Solved.
Krician said:
Thanks! Solved.
Click to expand...
Click to collapse
Remember to edit the title of your original post with FIXED or SOLVED
kalpa11 said:
I just did this this morning before seeing this thread and i did exactly as it says here. I only encountered one problem...My Music playlists didnt transfer how do i get those? I still have my old sd card with all the stuff in it by the way.
Click to expand...
Click to collapse
I think there are third party apps that will do that. I'm not sure what file that is exactly.
I have a HTC Hero running Nfinites .7 ROM with a 8Gig class 2 SD Card.
I just bought a 16gig class 6 card and would like to use it in the phone. This is the first time I have used A2SD, I understand how to format the new SD card to make it work but am curious about transfer from the old card to the new one for the Apps. Is there an easy way to do that?
I know for the music and other stuff in the normal part of the SD card will transfer just with my windows desktop but I know you can't transfer the linux stuff on a windows PC.
Is the easiest thing to do just to redownload all the apps with App Brain?
i know they have an option in recovery to move apps stored in ext partition but dont really know how to restore myself i get error while doig nandroid+ext backup during the ext part those are the only two options there I know there is a command using adb to backup and restore I'll look them up for you and repost here later on when I get home hope this helps
I'm planning on moving from a 2gb card to an 8gb card. I'm rooted, CM7 RC4 on emmc with Clockwork 3.0.1. Are there any root/system files that are typically stored on it that won't be tranferred easily by copy/paste onto the new card?
Not that I'm aware of. I haven't had any problems like that with the stock ROM or Nookie Froyo. Android OS will write those files directly, so unless CM made significant changes to the way Android writes system files, unlikely you'll see any issues. Cheers!
a few people report problems with class 10 sd cards. I have a class6 and class10. I've had a problem with one froyo build that i couldn't install on the card using my normal techniques. I was able to get it to run by setting it up on a class 6 and moving it to a class 10 later. my class6 is an 8gb and class10 is 16gb, so the size might have been part of the problem as the 16gb cards aren't as easy to setup using verygreens cm7 sd card prop instructions.
i'd say if you are concerned, get a 8gb class6, unless you are comfortable with resizing partitions and willing to monkey around a bit if you run into issues on a class 10 card.
rphillipps16 said:
I'm planning on moving from a 2gb card to an 8gb card. I'm rooted, CM7 RC4 on emmc with Clockwork 3.0.1. Are there any root/system files that are typically stored on it that won't be tranferred easily by copy/paste onto the new card?
Click to expand...
Click to collapse
I think you're referring to CM7 being stored on the internal, correct? if that's the case, you would be just transferring the user data stuff (and app data that is created from apps)you shouldn't have any problems transferring data from one to the other. I've done it a few times both with my nook and my droid.
I currently have a 32 gig card but want to buy a larger 64 gig card. Can I simply copy all contents of my SD card to PC and then paste them back to the new 64 gig card? Will all my apps and their databases installed on SD card still work? Or are apps tied down to the SD card or the device for security. Have 8.1 installed on my Ativ S.
Thank you!
tboy2000 said:
I currently have a 32 gig card but want to buy a larger 64 gig card. Can I simply copy all contents of my SD card to PC and then paste them back to the new 64 gig card? Will all my apps and their databases installed on SD card still work? Or are apps tied down to the SD card or the device for security. Have 8.1 installed on my Ativ S.
Thank you!
Click to expand...
Click to collapse
I Suggest 2 Ways .
I think both of them work for you .
1.Copy apps to phone storage and move them to new sd card
2.copy WPSystem in your old sd card to new one (maybe 1% this not work but not a bad try )
ngame said:
I Suggest 2 Ways .
I think both of them work for you .
1.Copy apps to phone storage and move them to new sd card
2.copy WPSystem in your old sd card to new one (maybe 1% this not work but not a bad try )
Click to expand...
Click to collapse
Ah but the amount of internal phone storage is less than the size of my current 32 gig sd card so I will not be able to move back to phone all my apps and their data.
tboy2000 said:
Ah but the amount of internal phone storage is less than the size of my current 32 gig sd card so I will not be able to move back to phone all my apps and their data.
Click to expand...
Click to collapse
so lets test copy wpsystem folder ?
Back from my hd2 days we used to clone the smaller card to the bigger card. Bigger card will then show in your case 32gb. Then use a partition manager to expand the size of the partition. Used to work with wp7.x not sure of wp8.
Wouldn't see why it wouldn't work since it doesn't need to read any info on the actual partition it just copies whole thing to computer then copies whole thing to new card. Then expand it to your cards size.
Back then if you just copied using file explorer it would give error on start up but wp7 on an hd2 is WAYYY different not sure how much wp8 checks sd cards like that.
@reeg420 probably has the right idea here. It *might* work to just copy the filesystem contents, but if you want to be really sure you should copy at a lower level. Note that this will wipe the new card completely! I make no promises of this working in the case of an encrypted (BitLocker'd) card. Here's one way you could do it, if you have access to a Linux/OS X system:
* Insert the first SD card and figure out what device it maps to (I'm going to assume /dev/sdb for this tutorial).
* If the SD mounted automatically, unmount (eject, or 'umount' command) it.
* In a terminal, figure out where you'll want to place the temp file (this step can be skipped if you can mount both cards at a time, but that's rare). It'll be the size of the first card (32GB). It could be something like /tmp/sdclone or ~/sdclone or /dev/sdc if you're doing a direct copy without a temp file.
* Use the dd command ('man dd' if you want to learn more about it). For example:
Code:
dd if=/dev/sdb of=/tmp/sdclone bs=16m
* Once the dd command finishes (assuming it finished without errors), pull out the first sd card and put in the second (assuming you didn't direct-copy).
* Again, unmount the sd card if it auto-mounts. Then dd the temp file back onto the sd card (just switch the paths of the 'of' and 'if' parameters).
* Once the copy finishes successfully (you may want to try re-mounting the card to make sure it worked!) you can delete the temp file.
Of course, this will just give you a 64GB microSD card with a single 32GB partition and 32GB of unusable space. At that point, you can extend the partition into the remaining space. There are various ways to do this - on Linux you might use the 'parted' command or one of its graphical front-ends (gparted/qtparted) - but the easiest is probably to put the card in a Windows machine (or reboot into Windows if you're dual-booting) and use the Disk Management console ('diskmgmt.msc', if you want to use Search or Run).
A card cloned in this way *should* work just fine in your phone, but I haven't tested this.