|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Introduction
Transcend and several other manufacturers make 4GB SD cards these days. They're great if you use your HTC device as MP3 player or Camera, as they offer enough space for thousands of songs and pictures. My device, the HTC Universal, handles them just fine. However some applications, most notably the Camera application, don't like it. Why some apps don't like it The main problem here is the way in which they calculate the free space. the processor is 32-bit, which means it can handle numbers ranging from 0 to 2^32. 4GB is exactly 2^32 bytes, so that shouldn't be the problem. The problem is that applications sometimes handle the number as signed, which means that it differentiates between negative and positive numbers. With signed numbers, the last bit is actually used as the sign (positive or negative), and the new range stretches from -2^31 (-2GB) to 2^31 (2GB). Up to 2^31, the unsigned numbers and signed numbers are the same, but after that the last bit is set in unsigned numbers, which means that if treated as signed it will be seen as a negative number. So if you have more than 2GB free, and the application mistreats the number of bytes free as being signed, the application actually thinks you have less than 0 bytes free ![]() How to fix this? There are several ways to fix this. The most simple one would be to have a simple dummy file so you always have less than 2GB free. This works for the camera application, but any miscoded application taking a look at the actual size of the disk will still screw up ![]() The other solution is partitioning your SD-card. This means that you actually split the SD-card up into several virtual SD-cards of smaller sizes. So one SD-card of 4GB could be seen as four of 1GB (my set up). This way you still have 4GB of storage, but applications will not get confused as it's split up into several chunks. WARNING Before you start remember to back up the current data on your SD-Card. the procedure will completely erase your SD-card. You might be able to retain the data by using partitionmagic's resize partition features, but you'd have to test yourself. Also I'd like to mention that although I tested this procedure myself, I can't garantuee it will work for you. If it renders your SD-card useless, I can not be held responsible. My set-up This tutorial was written using: - T-Mobile MDA Pro (HTC Universal) - Windows XP SP2 MCE (equivilant to Pro) - Transcend 150x 4GB SD-Card It might work with a different set-up, but I can't garantuee anything ![]() Requirements - Windows Mobile 5 - WM5Storage (do not use CardExport2, you need the ability to turn off "Removable Class"!) - Big SD-Card Let's get started Just follow the following steps ![]()
Afterword I've put quite a bit of time in this tutorial, I'd appreciate if you at least told me if it worked ![]() If you can spare a few coins, I'd also appreciate a donation. You can donate with PayPal to "paypal@iavatars.com". |
| Sponsored Links |
|
#2
|
||||
|
||||
|
nice post, i'm bloging it right away 8)
|
|
#3
|
|||
|
|||
|
I have a 2GB SD card. My o2 mini prompt me to format it when inserted. After formatted. o2 mini shows 0.01 MB only.
"My computer using card reader shows 14KB and from Disk Management, it shows 1.86 GB Free. I believe this "1.86GB Free" means unallocated space. I right click on the unallocated space, but there is no option for me to choose a Primary Partition. It only has 3 options. "New Logical Drive...", "Delete Partition...", which is grayed out and "Help". Help! How to allocate this 1.86GB and format it to fat32? Any kind soul please help me get this 2GB SD card to work with my o2 mini. 1.86GB and not 0.01MB. Thanks |
|
#4
|
|||
|
|||
|
is there anyway to rename the partition with a different name? i've tried a lot of ways but in vain... the 2nd partition always follow the name of the 1st partition... any help please?
thanks in advance... non
__________________
HTC - Touch - Diamond OČ - Atom - Life Dopod - 838 Pro Sony Ericsson - XPERIA - X1 (MIA) HP - IPAQ - rw6818 (Deceased) OČ - XDA II - Mini (Deceased)
|
|
#5
|
|||
|
|||
|
After having lots of problems with my SD card, I already thought that partitioning possibly could solve the problem and, using your howto, I can use my 2 GB SD-card without any problems.
Thanks! |
|
#6
|
||||
|
||||
|
ive done this on a 512 sd and using wm03, used a card reader to do the partition.
actualy worked well for a while if you have alot of files to store in one of the partitions, but ended up being a real pain when you wanted to re-do it
__________________
http://pocketpcmauritius.blogspot.com/ HTC Raphael Retired HTC Hermes Retired limited edition HTC Magician iPhone ... its a maxipad without wings! |
|
#7
|
||||
|
||||
|
Really nice post and easy too.
__________________
Currently Own: O2 XDA Exec |
|
#8
|
|||
|
|||
|
hi i tried it.....realyy wonderful....thanks a lot for posting this one...keep posting things lik tis.....
cheers, Siva.... |
|
#9
|
||||
|
||||
|
thx for this tips!
I used it for my 2GB MiniSD card, but now I would like to keep my TomTom maps on the second partition, but TomTom can't recognize the map. (Storage Card2\) I tried by editing the 'CurrentMap.dat' file and set the path to the Storage Card2 but still TomTom doesn't want to read this second partition. Anyone a solution for that? thx!! |
|
#10
|
||||
|
||||
|
Nice tutorial. I have problem with reading of my 4GB SD card. Now I'm using two partitions (1GB for cameras and 3GB for my PocketPC). Thank you
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|