Related
Hi! all. need to know how to partition SD Card for Desire. Any tutorials i can follow?
wolvie77 said:
Hi! all. need to know how to partition SD Card for Desire. Any tutorials i can follow?
Click to expand...
Click to collapse
You can use ROM Manager from the Android Market and there's an option to Partition SD Card under utilities, just install the recovery first and it will work fine.
Also you can use AM Recovery fake-flash to avoid installing ClockworkMod Recovery, but it's easier using ROM Manager
But if you are running Linux on any computer, then you can use GParted to Partition the SD Card, ask if you want steps to use GParted
shoey-n said:
You can use ROM Manager from the Android Market and there's an option to Partition SD Card under utilities, just install the recovery first and it will work fine.
Also you can use AM Recovery fake-flash to avoid installing ClockworkMod Recovery, but it's easier using ROM Manager
But if you are running Linux on any computer, then you can use GParted to Partition the SD Card, ask if you want steps to use GParted
Click to expand...
Click to collapse
Any chance we could have the GParted steps, I tried using it for creating the partitions (FAT32 then Ext2) and no matter what I did I got a Damaged SD error upon remounting it in the Desire.
I'm starting to think my card is bad!
Not in front of Linux right now, so this is off the top of my head. I'll post in the morning clear steps (better if used in card reader not using USB toggle on device)
Backup what ever is on your card first!
In the top right corner of GParted select your device and let it search for partitions on card
Unmount all partitions by right clicking on each partition and clicking unmount
Then delete those partitions by right clicking and selecting delete
(I normally apply those changes before proceeding by clicking the green tick, to make sure the partitions have cleared)
With the unpartitioned space, firstly create your FAT32 partition by right clicking and selecting FORMAT TO then FAT32 (MAKE SURE REMAINING SPACE IS IN FOLLOWING NOT PRECEEDING) then with the remaining space create your EXT2 partition exactly the same but obviously format to EXT2 and you could even add a small 32MB linux-swap partition but it's not necessary
Then apply the changes, if everything goes successfully and you are still getting remount errors, then try reflashing your ROM or a different ROM
(I'm assuming your rooted)
If you still have no luck, then your card is bad
I just found out that Clockwork can only handle ext3 partitions - at least my version (2.0.1.4). If I create partitions using ROM Manager, it creates a ext2-partition. Only after I changed it to ext3 using linux I could mount the partition in Clockwork and perform wipes and backups.
Don't know if or what I did wrong, but it certainly didn't work for me (tried with multiple versions of clockwork and several times).
shoey-n said:
You can use ROM Manager from the Android Market and there's an option to Partition SD Card under utilities, just install the recovery first and it will work fine.
d
Click to expand...
Click to collapse
Even after doing that, everything in the rom manager is dimmed. I mean only the flash clockworkmod recovery and the reboot into recovery are highlighted. Is there somethin'g I missed?
jondalar said:
Even after doing that, everything in the rom manager is dimmed. I mean only the flash clockworkmod recovery and the reboot into recovery are highlighted. Is there somethin'g I missed?
Click to expand...
Click to collapse
is your phone rooted or not?
wolvie77 said:
Hi! all. need to know how to partition SD Card for Desire. Any tutorials i can follow?
Click to expand...
Click to collapse
Introductory Remarks:
- Ext Partition is only needed if your rom uses App2SD+ (Froyo app2sd works with basic Fat32 partition)
- Ext partitions are only visible in Linux = Windows can't see it.
- You can check if you have a working ext partition with Quick system info (in app market)
- On first reboot after partition, android will move some apps to the SD, this will take a lot of time. Some people have reported a bootloop on green HTC Screen, one reported a need to Battery pull 4 times before it finally worked), so be patient!!!!
Now the tutorials:
Easiest way is to install Rom Manager:
1) install rom manager
2) choose partition sd card
- 512mb ext
- 0 swap
3) let RM do the rest... ;-)
Another one is using Gparted:
(copied this from http://wiki.cyanogenmod.com/index.php?title=Apps2SD)
For a great Linux GUI alternative, use Linux 'GParted' a GUI based partition editor. (Designed for and found standard in the GNOME desktop environment, but can also easily be install in other desktop managers such as KDE and others.) Backup your SD card before you start ! The following steps will wipe the contents !
You can use a livecd of GParted, or use it from within Ubuntu (vid: http://www.youtube.com/watch?v=sVK-tJe8pXE&feature=related)
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4))
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext2/3/4 (recommend ext4)
Free Space Following = 0 (or ~32 if you want swap)
Click add
13) Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone
This is what I've found so far, as the easiest method.
Another tutorial can be found under: http://androidcommunity.com/forums/f9/how-to-create-ext2-partition-14232/
or
http://forum.xda-developers.com/showthread.php?t=534714 this is one way to do it.
What I don't know for sure:
- If the size of the ext partition matters?
- What ROMs require ext partitions?
- If Class 6 SD cards really are that important (some webpages say that class 2 cards are not able to handle ext2 partitions and end up bricked.
- How to manage the contents in the ext partition when changing SD Cards...
- How to check if you bricked your sd card...
- etc...
Good Luck
chrysochire said:
What I don't know for sure:
- If the size of the ext partition matters?
- What ROMs require ext partitions?
- If Class 6 SD cards really are that important (some webpages say that class 2 cards are not able to handle ext2 partitions and end up bricked.
- How to manage the contents in the ext partition when changing SD Cards...
- How to check if you bricked your sd card...
- etc...
Good Luck
Click to expand...
Click to collapse
By the way, if anyone reads this, I would love to make this topic a sticky, so as to answer all questions related to SD Cards...
chrysochire said:
CUT.....
Good Luck
Click to expand...
Click to collapse
Very nice guide. Thanks soo much for this explain.
Very cleary!
hi i am using GParted to partition ext3 for use with apps2d but i have tried several times without success
after booting up the phone, i see a blank sd card.. i.e. not mounted in my Desire..
wondering what i m doing wrong,, or is there another method to do it?
From the Clockwork Mod recovery, I cant partition the sd card too.. and have also tried without any success via the ROM Manager...
Warning! Noob question ahead:
Why wouldn't you just take the new SD card, insert it into the phone without partitioning it, and let the Desire handle the whole thing?
I'm completely new to all this (rooting, custom ROMs, A2SD etc.) but have managed to successfully root my HTC Desire (using unrevoked), install OpenDesire 2.3, and partition the SD card using ROM Manager. I rebooted and my installed apps are showing as being on the SD card in Settings > Applications > Manage Applications but with different names (e.g. instead of 'Titanium Backup' it's now 'com.keramidas.TitaniumBackup') and the icon is a default black Android/SD card rather than the app icon. When I go into the launcher my installed apps aren't there and they're not listed when I try to add a shortcut to the homescreen.
Have I done something wrong? Or is there an additional step I don't know about?
Ah, it looks like I did something in the wrong order - I'd already downloaded and installed Titanium, then moved it to the SD card under Froyo A2SD, then partitioned the SD card...
I reinstalled Titanium and everything's fine.
I am still interested in that:
mysteryfr said:
Why wouldn't you just take the new SD card, insert it into the phone without partitioning it, and let the Desire handle the whole thing?
Click to expand...
Click to collapse
Hi Guys,
I need some serious help. I have rooted the desire, flashed to leedroid 1.4c rom, but have been left with no SD Card and now I am trying to mount the sd card in the desire as it no longer recognises it...
i can have rom manager loaded but it can't see the sd card..
i dont have A2SD or partitions on the sd card, i can put the card in the laptop and write to it..problem is i am on a windows lappy so no linux..i know i can make a live cd but i'm not up to that..i dont think..
is there a guide i can have to get the sd card mounted on the desire running windows...i have got android sdk on the pc but i have nfi how to use that either...
all help appreciated...
XClemX Try this: (hopefully you've backed up your SD card to your PC!)
go to Settings, Sd & Phone storage,
click on format SC card.
That should get your card recognised.
Thanks Depaor,
The SD card isn't seen in that either...i'm attempting to make a gold card now to see if i can get it to work that way...fingers crossed...
is your card visible from card reader on pc, or from other phone?
If it is, just format it in FAT32 on your pc, and it will be fine... also, always check if phone is in "charge only" mode before disconnecting usb...
Will a non-rooted Android phone read a card formatted as ext3 or ext4? Just curious.
How to partition your SD Card for us Newbies.
how can i do that? Ext2 , Ext3
i have a 8 gb sd card class 6. someone guide me please with a link
Thnx
acronis disk manager can do that but the card wouldnt boot in my phone, so i used the phones internal boot up manager to do it, unlocker.com has a video guide. i only been doing this my self passed 3 days and its been really confusing so good luck
Page 2 of the Q&A Forum
oMaRcO said:
How to partition your SD Card for us Newbies.
Thnx
Click to expand...
Click to collapse
Introductory Remarks:
- Ext Partition is only needed if your rom uses App2SD+ (Froyo app2sd works with basic Fat32 partition)
- "Install apps to sd" (ext) must sometimes be configured in your ROM, check the thread for your rom for infos...
- Backup your SD card before you start ! The following steps will wipe the contents !
- Ext partitions are only visible in Linux = Windows can't see it.
- Swap Partitions are no longer useful.
- You can check if you have a working ext partition with Quick system info (in app market)
- On first reboot after partition, android will move some apps to the SD, this will take a lot of time. Some people have reported a bootloop on green HTC Screen, one reported a need to Battery pull 4 times before it finally worked), so be patient!!!!
- If the device is plugged into a PC when you try to boot with the partitioned SDCard it never gets past the white HTC sceen & logo.
Now the tutorials:
A. Easiest way is to install Rom Manager:
1) install rom manager
2) choose partition sd card
- 512mb ext
- 0 swap
3) let RM do the rest... ;-)
- I believe Rom Manager (as of end of July) creates an ext2 partition, therefore if you want ext3 or 4, easiest is to go through Gparted, or if you have amonRa Recovery, I believe this function is present.
B. Another one is using Gparted:
(copied this from http://wiki.cyanogenmod.com/index.php?title=Apps2SD)
You can use a livecd of GParted, or use it from within Ubuntu (vid: http://www.youtube.com/watch?v=sVK-t...eature=related)
+ You can do this using your phone to mount the SD card or a Card adapter directly connected to your computer.
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4))
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext3 or 4 (recommend ext4)
Free Space Following = 0
Click add
13) [CHECK AGAIN you are working on your SD card and not your Hard Drive!!!!] Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone and wait (see introductory remarks)
C. Recovery Images
Some Recovery Images also have a option to format your SD card from the recovery screen. (see http://forum.xda-developers.com/showthread.php?t=721792).
I have not tried that.
As long as you have an ext2/3/4 partition and the ROM you're flashing has A2SD support (check before you download the ROM), you are not required to do anything more.
D. How to check if it worked?
To check whether A2SD is working once you've flashed your ROM,
1)Download Quick System Info from the Market, and check under A2SD Storage, it should give you enough informations.
2)download the Android Terminal Emulator app from the market and use the following commands
Code:
su
ls -l /data
You should see your app directory pointing to /system/sd/app and app-private pointing to /system/sd/app-private (courtesy of ikkokusenkin)
E. Further Infos
See: http://geeks.pirillo.com/profiles/blogs/how-to-partition-an-sd-card or :
http://androidcommunity.com/forums/f...rtition-14232/ or:
http://theunlockr.com/2009/10/15/ho...-android-when-using-swap-hero-and-or-apps2sd/ (With Rav Recovery...) or:
http://forum.xda-developers.com/showthread.php?t=534714 (most complicated way.... )
related thread: http://forum.xda-developers.com/showthread.php?t=731432&page=2
F. Open Questions:
What I don't know:
- If the size of the ext partition matters (if you have to choose 256/512 or 1024, and can't have 600mb for example?
- What ROMs require ext partitions? (all with app2sd+, basic froyo app2sd doesn't require ext partition).
- If Class 6 SD cards really are that important (some webpages say that class 2 cards are not able to handle ext2 partitions and end up bricked.
- How to manage the contents in the ext partition when changing SD Cards... (do you need any management of your ext partition?) or you have to reinstall those apps????) See here.
- How to check if you bricked your sd card...
- etc...
Good Luck
Use Rom Manager
Completely painless, took less that 2 mins to do mine
PS - It may appear to stuck at the HTC white screen after completion, I just left it and
it booted up normally after about 3 mins
50 apps installed and 132MB spare!!
The first time round the Rom manager worked for me. But I again formatted the card thinking i had not followed the right partitioning so i tried again but i get stuck on a black screen with SU request written forever which needs to be force closed.
Please advise. thanks
I recently bought a 32gb sandisk and want to get that working heres what I have done with no luck:
I inserted the new memory card and it picked up fine on the phone then I went to rom manager to partition the card, 512mb and 0 swap it reboots but only stays in clockwork mod, from here I dont know what to do.
If I connect the phone to the computer with the card mounted it displays the card as raw not fat32 but music files drag and drop and easily play.
I could format it from the computer to fat32 but I'll wait and see what you guys say.
Chan_B said:
I recently bought a 32gb sandisk and want to get that working heres what I have done with no luck:
I inserted the new memory card and it picked up fine on the phone then I went to rom manager to partition the card, 512mb and 0 swap it reboots but only stays in clockwork mod, from here I dont know what to do.
If I connect the phone to the computer with the card mounted it displays the card as raw not fat32 but music files drag and drop and easily play.
I could format it from the computer to fat32 but I'll wait and see what you guys say.
Click to expand...
Click to collapse
Try to format the card back to fat32 using:
http://panasonic.jp/support/global/cs/sd/download/index.html
Then check out the Windows way of using parted to partition
http://androidandme.com/2009/08/news/how-to-manually-partition-your-sd-card-for-android-apps2sd/
After partitioning I use clockworkmod to upgrade ext2 to 3.
And you can't always set a linux swap of 0 so calculate 1MB for that part.
I got it to fat32 but then the windows way of using parted to partition seems difficult. How can I tell if I have partitioned my card successfully? How can I partition using clockworkmod only, when I go to partitions menu it only says mount or format, this is frustrating...
Chan_B said:
I got it to fat32 but then the windows way of using parted to partition seems difficult. How can I tell if I have partitioned my card successfully? How can I partition using clockworkmod only, when I go to partitions menu it only says mount or format, this is frustrating...
Click to expand...
Click to collapse
gparted has a live cd to partition your sd card
http://gparted.sourceforge.net/download.php
Hi, i see you all set swap as 0 does that mean its using phone internal storage as swap how fast is read/write of phone ram ? i have class2 32gb card i used the phone boot with the r5 windows.bat to get into it and i set 256 swap/512 ext2/ rest 32bit all seems to work fine.
i note that writing to the sd card is about 2MBps and read is 10MBps.
i have a class4 8gb that writes at 10MBps reads about 17MBps i have had both in the phone and i cant say that i notice lag on the 32GB but i havent had it more than a few days and coming from xda orbit its a big difference.
if i use the card as storage the phone becomes very lag but maybe thats cause in that mode it would have no swap file? might change that when i finally flash to froyo.
gparted kept saying it was unformatted when windows said it was formatted so i gave up with it.
gianton said:
gparted has a live cd to partition your sd card
Click to expand...
Click to collapse
Thanks, but I think I sorted it. Fingers crossed.
Just rooted my htc desire and used rom manager to partition my sd card (the one I got when I bought the phone). Everything fine.
then I bought a new Transcend micro sdhc 8GB... this memory card is not recognize by windows if using card reader. So..:
- I inserted into blackberry and connected using usb cable. My windows (Windows xp) can see and access it.
- formatted the new memory card to Fat32
- copy Open Desire and and Official Sense Froyo ROMs, both by Adam
- flashed to Sense Froyo ROM, and when it rebooted, it freezed.. cant get into the system
- flashed to OpenDesire, it worked.
- Download ROM Manager
- choose "Partition SD Card"
- Swap 0, Ext 512mb
- ERROR...
what should I do?
Did you download Clockworkmod recovery through ROM Manager before that?
If you create a partition using rom manager do you lose all your apps and settings that you already have in use.
thanks
jankos said:
Did you download Clockworkmod recovery through ROM Manager before that?
Click to expand...
Click to collapse
yes.. cos when i clicked partition sd card, it asked me to download clockworkmod first.
it goes to recovery screen but with "unsucsessfull" message. cant find sdcard/cache/update.zip ...
the funny thing is, if I copied update.zip from my old memory card into new one. and run update.zip from recovery screen... then it worked.
but when I checked with quick system info, app2sd only shows around 400mb. is that rite?
aoisora said:
yes.. cos when i clicked partition sd card, it asked me to download clockworkmod first.
it goes to recovery screen but with "unsucsessfull" message. cant find sdcard/cache/update.zip ...
the funny thing is, if I copied update.zip from my old memory card into new one. and run update.zip from recovery screen... then it worked.
but when I checked with quick system info, app2sd only shows around 400mb. is that rite?
Click to expand...
Click to collapse
Its showing around 400mb for me aswell, but how exactly can I tell if it is working. If I go to manage applications and click on sd card I have a couple that I moved over i.e rom manager but some apps are unmovable to sd card. Are these apps unmovable by design. I hope I haven't done it wrong.
BTW neophyte is the best rom I've used yet.
I made partition with Rom Manager.
Do I need now to "swap" ext2 to ext3?
If so, how do I do it?!
mattan said:
I made partition with Rom Manager.
Do I need now to "swap" ext2 to ext3?
If so, how do I do it?!
Click to expand...
Click to collapse
I think rom manager does that as ext3.
mattan said:
I made partition with Rom Manager.
Do I need now to "swap" ext2 to ext3?
If so, how do I do it?!
Click to expand...
Click to collapse
ROM Manager makes directly ext3 format. Do not worry about that
jankos said:
ROM Manager makes directly ext3 format. Do not worry about that
Click to expand...
Click to collapse
No it doesn't it makes a ext2 partition, you have to format to ext3... I have used gparted live cd to do this.
Sent from my HTC Desire using XDA App
Hi,
Im having this problem for a couple of days-
I bought a new 16gb micro sdhc card and dying to use it.
Unfortunately- RCMixHD rom uses the ext partition as it loads, and i dont have that kind of partition in my new 16gb card so the device wont even load!
Ive tried some ways to create the ext partition-
Tried formatting it via the clockwork from the HBOOT-
it tells me that the a2sd doesnt show or something.
Tried to flash the amnora recovery- cant get that to work yet:
http://forum.xda-developers.com/showthread.php?p=9644805#post9644805
Is there any way to do that via windows?
Why is that so hard?
Thanks ahead...
I think it's best with gparted or some other linux distro.
You also have more control on the process.
You can download a live cd from here.
Backup your SD card before you start.
chrysochire said:
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4))
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext3 or 4 (recommend ext4)
Free Space Following = 0
Click add
13) [CHECK AGAIN you are working on your SD card and not your Hard Drive!!!!] Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone and wait (On first reboot after partition, android will move some apps to the SD, this will take a lot of time. Some people have reported a bootloop on green HTC Screen, one reported a need to Battery pull 4 times before it finally worked), so be patient!
As long as you have an ext2/3/4 partition and the ROM you're flashing has A2SD support (check before you download the ROM), you are not required to do anything more.
Click to expand...
Click to collapse
If you need a more detailed guide you can find many with google but they are more complicated and you'll have to read more.
3722 said:
I think it's best with gparted or some other linux distro.
You also have more control on the process.
You can download a live cd from here.
Backup your SD card before you start.
If you need a more detailed guide you can find many with google but they are more complicated and you'll have to read more.
Click to expand...
Click to collapse
Many many thanks!
AmonRA can format/partition with no issues, I always use it
3722 said:
I think it's best with gparted or some other linux distro.
You also have more control on the process.
You can download a live cd from here.
Backup your SD card before you start.
If you need a more detailed guide you can find many with google but they are more complicated and you'll have to read more.
Click to expand...
Click to collapse
Im really new at linux and just finding my feet. Do i need an ext2/3 and 4 partitions ?
I have 8gb card 6gb fat32 1gb ext3 and 1gb ext 4
should i make a 2/3/4 partition with 1gb each and 5gb fat32 ?
sorry for the daft questions but I have just installed linux for the 1st time
You should only have one ext partition (ext3 type I recommend) and the other should be FAT32.
FAT32 should be the first and ext3 the second.
1GB ext3 should be okay for you.
Just follow the instructions above and you'll be alright .
Thanks so it should look like this ?
sorry duff pic
I've not done it with the native utility but from what I can see it looks okay.
Just backup your stuff and try it.
3722 said:
I've not done it with the native utility but from what I can see it looks okay.
Just backup your stuff and try it.
Click to expand...
Click to collapse
i cant find gpart or is it something i need to d/load and install?
ok found it lol love this linux already better than windows
3722 said:
I think it's best with gparted or some other linux distro.
You also have more control on the process.
You can download a live cd from here.
Backup your SD card before you start.
If you need a more detailed guide you can find many with google but they are more complicated and you'll have to read more.
Click to expand...
Click to collapse
thank you very much
Hi i have an ext partition of 512 mb . I want to inatall an hd rom but it's requirement is 1gb ext . How can i rezize the ext partition to 1gb. I have try rom manager but it give you only 512mb. I have downloaded gparted but i'm getting error after creating the partition. It won't apply the changes. Any help
GParted should work just fine - used it to resize my ext3 partition from 512 mb to 1 gb.
Are you trying to resize the partition when the phone is still on? - i.e. ROM loaded, USB in disk mode? - That would explain why the partitions are locked in some sense.
Can you try the following and post back if it was successful:
Mount the SD card using a card reader (i.e. not through your phone) and then try GParted to resize the partitions
OR (if you dont have a separate sd card reader)
Boot into recovery (ROM not yet loaded into memory to lock sections of your sdcard), and then try GParted to resize the partitions
You could also try using this tool to partition the sd card: MiniTool Partition Wizard, or even use the Amon-Ra recovery - flash it with unrEVOked and use that to partition your sd card.
As suggested above, you can try using an Ubuntu live cd of GParted by either burning it to a cd or boot it from a usb stick: http://www.ubuntu.com/desktop/get-ubuntu/download.
Or, you use it from within Ubuntu (vid: http://www.youtube.com/watch?v=sVK-t...eature=related)
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4)
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext2/3/4 (recommend ext4)
Free Space Following = 0 (or ~32 if you want swap)
Click add
13) Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone
I had installed a dual boot with windows phone 7 and android. the partitions look like this:
fat (media files) ________________ | ext4 (android os) | ________________windowsphone 7
using gparted, i successfully deleted wp7 partition. now i tried moving the ext4 to the end so i could increase the size of the fat. but it won't let me. so then i tried copying the ext4 and pasting it at the end of what used to be the windowsphone7 (now is unallocated). but it keeps dropping the connection to the sdcard while its copying the files in the old ext4 to the new ext4 in the card reader and saying: end of file while reading Resource temporarily unavailable. it gives me at that point the options ' retry, cancel, ignore'.
i can't figure out what is wrong. i want to be able to preserve the file systems so i don't have to setup android and all the apps and files again, because i've moved to linux mint and i'm new to linux. and i don't know if all the necessary utilities i used on windows will work successfully under wine or playonlinux. etc..
help
Hi all,
Successfully rooted my Desire today using Unrevoked method.
Since I quite like the Sense UI, I've decided on flashing the "[FroYo Sense] LeeDrOiD V2.3b (17/12 l Official l OC&UV l FAST l STABLE l WWE)" ROM.
My phone software details are as mentioned in the signature.
a. Can I flash Leedroid without upgrading radio, etc?
b. How exactly do I format my SD card in ext3 partition? [Can't find a tutorial/thread to do the same.] --
Also, regarding using gparted in linux, do I directly, say use card reader/connect the phone and format? Since I have a 16GB SD card, I intend to have a 1 GB ext3 partition.
What exactly does "Flash Rom (you may need to toggle signature verifacation)" mean? :-o
and
"# Flash Radio (unless you already have it)"??
I am following the steps/instructions from this link - http://forum.xda-developers.com/showthread.php?t=768703
Thanks in advance.
Radio is fine (don't flash any radio until you really know what you are doing), to toggle signature verification go, in recovery, to 'install zip form sd' there is the option to toggle verification.
How to partition your sd cared with gparted is mentioned enough, do some more searching. There are also some videos on youtube on how to do it. If you have the ability to use a cared reader use it.
TheGhost1233 said:
Radio is fine (don't flash any radio until you really know what you are doing), to toggle signature verification go, in recovery, to 'install zip form sd' there is the option to toggle verification.
How to partition your sd cared with gparted is mentioned enough, do some more searching. There are also some videos on youtube on how to do it. If you have the ability to use a cared reader use it.
Click to expand...
Click to collapse
Thanks!
So, with the radio version I have, I can still flash LeeDroid ROM, right?
cthdesire said:
Thanks!
So, with the radio version I have, I can still flash LeeDroid ROM, right?
Click to expand...
Click to collapse
yes
10char
Although, it is said that flashing the radios recommended by the dev would be better for battery life, but I guess it is quite open to interpretation.
You could also try using Rom Manager (by ClockworkMod) to partition your SD card through your phone. That's what I did. Less hassle (probably?) than using gparted or installing additional software on your PC.
ROM Manager (from the market) is your friend.....
Will allow you to partition an EXT3 (up to 512mb - Im still trying to figure out how to create a 1GB partition) and then will allow you to flash LeeDroid ROM.
ROM Manager is very simple to use. Just copy the ROM (zip) to a folder on your SD card, use ROM Manager to create your EXT3, do a NANDROID backup (!!!), and then flash the ROM.
Best bet is to backup your apps and data first (use Titanium ?).
LeeDroid ROM is great
wilbur-force said:
ROM Manager (from the market) is your friend.....
Will allow you to partition an EXT3 (up to 512mb - Im still trying to figure out how to create a 1GB partition) and then will allow you to flash LeeDroid ROM.
ROM Manager is very simple to use. Just copy the ROM (zip) to a folder on your SD card, use ROM Manager to create your EXT3, do a NANDROID backup (!!!), and then flash the ROM.
Best bet is to backup your apps and data first (use Titanium ?).
LeeDroid ROM is great
Click to expand...
Click to collapse
To easily create your partition up to 1024 MB, you can use an Ubuntu live cd of GParted by either burning it to a cd or boot it from a usb stick: http://www.ubuntu.com/desktop/get-ubuntu/download.
Or, you use it from within Ubuntu (vid: http://www.youtube.com/watch?v=sVK-tJe8pXE&feature=related)
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4)
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext2/3/4 (recommend ext4)
Free Space Following = 0 (or ~32 if you want swap)
Click add
13) Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone
You could also use Amon-Ra custom recovery to do this by flashing it with unrEVOked.
MasDroid said:
To easily create your partition up to 1024 MB, you can use an Ubuntu live cd of GParted by either burning it to a cd or boot it from a usb stick: http://www.ubuntu.com/desktop/get-ubuntu/download.
Or, you use it from within Ubuntu (vid: http://www.youtube.com/watch?v=sVK-tJe8pXE&feature=related)
1) Connect your phone to your computer (or use an SD Card adapter...., in this case skip to 4)
2) Pull down the notification bar and mount the phone
3) Start Gparted
4) Gparted will search available drives. (Your phone should show up as a USB drive, and will be something like /dev/sdb1 or /dev/sdc1, etc..)
Warning: double-check you've not selected a hdd by mistake!
5) In the upper right corner, select the correct USB device for your phone. (i.e. check to make sure it is correct size for your SD card)
6) Right click on each partition and select 'unmount'
7) Right click on each partition and select 'delete'
If you know what you are doing, you can re-size the partitions and add a new 2nd partition formatted as ext2/3/4
8) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
9) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = fat32
Free Space Following = 512 (or whatever you want)
10) Click add
11) Right click on the big gray bar (should say unallocated x.xx gb) and click 'new'
12) Enter configurations
Free Space preceding = 0
Create as = Primary
New size = [don't touch]
File system = ext2/3/4 (recommend ext4)
Free Space Following = 0 (or ~32 if you want swap)
Click add
13) Click edit, then 'Apply All Operations' to write changes to disk
14) Quit GParted
15) Unmount your SD Card
16) Reboot your phone
You could also use Amon-Ra custom recovery to do this by flashing it with unrEVOked.
Click to expand...
Click to collapse
cheers
its the Linux bit that scares me I work in IT but have never touched a LINUX OS so im a bit daunted
Hi, if you have win7 use arcronis disc director home, its the easyest way, i did so, and i'm a non it
I have now 1.5gb of ext3, and it works very fine.
-------------------------------------
Sent via the XDA Tapatalk App
malaivica said:
Hi, if you have win7 use arcronis disc director home, its the easyest way, i did so, and i'm a non it
I have now 1.5gb of ext3, and it works very fine.
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
does the demo version allow this ? otherwise it seems to be £35
wilbur-force said:
does the demo version allow this ? otherwise it seems to be £35
Click to expand...
Click to collapse
It is very easy to follow the instructions posted above, I even linked a YouTube video for you and gave you a link on how to create the live cd. You should be fine, give it a go
You won't believe how easy it is... its just because you are unfamiliar with the OS platform.
If you are really struggling, then try this method but be careful as you will be connecting via USB to the PC and executing an automated script (batch file). While the batch file i running, do not disconnect the USB cable while in recovery mode:
1. Turn on your phone while holding the volume down button.
2. You will see HBOOT on the screen.
3. Use the volume buttons to move up and down and power button to select the RECOVERY option.
4. You will now see a red triangle on the screen, at this point plug your phone into your PC via your microUSB cable.
5. Wait for 10-15 seconds and then double click on recovery-windows.bat inside the pushfiles_windows.zip folder you unzipped as part of the root process. pushfiles_windows.zip
6. Using the optical trackpad select Partition sdcard > Partition SD
7. Select SWAP=0, EXT2=1024 and allow the rest to be FAT32.
8. Select the SD:ext2 to ext3 option in this menu.
9. Go back to the Recovery Console main menu and select Reboot system now. While rebooting, unplug the Desire from the USB port.
Windows Pushfiles attached below for you.
Thank you all! And MasDroid, thanks for the detailed instructions. I do have Ubuntu on my desktop. Tried formatting on a spare SD card using GParted and seems to be just the perfect thing. I'll do some more reading before flashing the phone. I do have some more doubts. Wanna make sure that I know what am doing.
@ wilbur-force
Dont know, a friend of mine gave my arcronis, think it was the full version. G-parted did not find my cardreader. And the 512mb whit rom manager was not enough space for me. Sorry for my bad english...
Its my 3rd language
-------------------------------------
Sent via the XDA Tapatalk App
Are the following steps in order and correct (to flash LeeDroid ROM)?
a. Create Nandroid and Titanium backup of the phone.
b. Copy the contents of SD card to a folder onto the PC.
c. Format the SD card with FAT32 and ext3 partition (A2SD+)
d. Copy the LeeDrOiD_V2.3b_A2SD ZIP folder to the SD card (root)
e. Insert the SD card to the phone and boot into recovery
Doubt here: Do I need to 'Wipe Data / Factory Reset' again??
f. Install zip from SD Card.
g. Choose zip from SD Card.
h. Reboot System Now.
Are these steps correct?
Also, after flashing how do I restore the Nandroid/Titanium backup? Do I have to copy the contents (step b) back to the phone and boot into recover and "restore" using Clockwork MOD??
Thanks!
Yes correct order.
Wipe again? In your list I can't find the first factory reset, but yes you should wipe data/factory reset, cache and dalvik cache (under advanced) at that point.
After flashing you can restore your apps with titanium, restoring the nandroid (in recovery) will revert your phone back to the state it was of the nandroid so leedroid will be gone. Personally i don't use titanium so can't tell you how to do that, but i sync my apps with appbrain and reinstall them again after flashing.
I do know that is you want to use titanium the backup needs to be copied back to the sd card.
TheGhost1233 said:
Yes correct order.
Wipe again? In your list I can't find the first factory reset, but yes you should wipe data/factory reset, cache and dalvik cache (under advanced) at that point.
After flashing you can restore your apps with titanium, restoring the nandroid (in recovery) will revert your phone back to the state it was of the nandroid so leedroid will be gone. Personally i don't use titanium so can't tell you how to do that, but i sync my apps with appbrain and reinstall them again after flashing.
I do know that is you want to use titanium the backup needs to be copied back to the sd card.
Click to expand...
Click to collapse
Do I have to do a factory reset from recovery at first?
Also after formatting the SD card with the FAT32 and ext3 partitions, do I copy back the previous contents of the SD card back to the phone along with the LeeDroid ROM?
Not before the nandroid if you meant that, wipe before flashing leedroid. So once you're in recovery to flash the rom, first wipe data/factory reset, cache and dalvik cache and then flash leedroid in the same session (without rebooting).
Best is to copy back the contend of the sd card, however if you want to start with a clean cart you can also just copy back the clockworkmod folder and the titanium folder.
TheGhost1233 said:
Not before the nandroid if you meant that, wipe before flashing leedroid. So once you're in recovery to flash the rom, first wipe data/factory reset, cache and dalvik cache and then flash leedroid in the same session (without rebooting).
Best is to copy back the contend of the sd card, however if you want to start with a clean cart you can also just copy back the clockworkmod folder and the titanium folder.
Click to expand...
Click to collapse
Thanks again mate.
So here's another of my doubt -- say, I copy the LeeDroid ROM to the SD and boot into recovery to flash the ROM and do a factory reset, would this not delete the ROM also from the SD card? My first ROM flashing and hence these doubts :-o
Thanks for your patience.
Can I just copy back the Titanium backup folder after booting into LeeDroid ROM? :-o
Sd card won't be affected by a factory reset nor by flashing.
You can copy the titanium folder whenever you want.
TheGhost1233 said:
Sd card won't be affected by a factory reset nor by flashing.
You can copy the titanium folder whenever you want.
Click to expand...
Click to collapse
Thanks again! Can't hit the "Thanks" more than 5 times!
Shall get down to flashing the ROM..
Shall drop by here for any further doubts. You've been a great help!
Cheers!