Guest Janesy B Posted January 21, 2010 Report Posted January 21, 2010 (edited) I am selling my pulse and I formatted the SD Card. This resulted in the phone complaining that the SD Card is damaged. I used the patched recovery image to Partition the SD card, I set the swap to 0mb and the EXT3 to 0mb. I have the same space as I did before and the phone is behaving fine, I was just wondering if this was correct? Edited January 21, 2010 by Janesy B
Guest giorgitus Posted January 21, 2010 Report Posted January 21, 2010 I am selling my pulse and I formatted the SD Card. This resulted in the phone complaining that the SD Card is damaged. I used the patched recovery image to Partition the SD card, I set the swap to 0mb and the EXT3 to 0mb. I have the same space as I did before and the phone is behaving fine, I was just wondering if this was correct? Same problem but i don't want to sell my pulse...
Guest Daz555 Posted January 21, 2010 Report Posted January 21, 2010 (edited) Same problem but i don't want to sell my pulse... Depends on what you want to use the card for. If you are using one of Pauls custom ROMS and want to use apps2sd for example then you need an EXT3 partition for apps. Mine is partitioned like this: Swap: 0MB. EXT3: 512MB. FAT32: Remaining space. For the EXT3 partition you use the option in Recovery menu to create an EXT2 partition and then slection the option in Recovery to update it to EXT3). If it is just a stock T-Mobile Pulse then can't you just use the format option in settings? I do not have a stock Pulse any longer so can't check for you I'm afraid. Someone else will no doubt be along soon to confirm. Edited January 21, 2010 by Daz555
Guest John Hamelink Posted January 21, 2010 Report Posted January 21, 2010 This is how I do it: Plug in your pulse in recovery mode,Open up a shell in adb (./adb shell),Type "parted /dev/block/mmcblk0",Type "print" and see what partitions are on your card,For each partition, type "rm " and the number of the partition,Ensure the sd card is labeled correctly by typing "mklabel msdos".You now have a clean-slate ready to be formatted:Type "mkpartfs primary fat32 0 " and the size of your card in megabytes (it will be specified in the "print" output from step 4).Type quitType rebootThat should fix your problem for you :)
Guest not so humble german Posted April 5, 2010 Report Posted April 5, 2010 This is how I do it:Plug in your pulse in recovery mode,Open up a shell in adb (./adb shell),Type "parted /dev/block/mmcblk0",Type "print" and see what partitions are on your card,For each partition, type "rm " and the number of the partition,Ensure the sd card is labeled correctly by typing "mklabel msdos".You now have a clean-slate ready to be formatted:Type "mkpartfs primary fat32 0 " and the size of your card in megabytes (it will be specified in the "print" output from step 4).Type quitType rebootThat should fix your problem for you :P I just shut down the phone. put the card in a reader and did: cfdisk -z /dev/sdi create new partition, set type to C0, write, quit. mkfs.vfat /dev/sdi1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now