[HOWTO] Partition SD card - Windows Mobile Development and Hacking General

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
First, make a backup of your SD-card! the following procedure will erase it!
Next, install WM5Storage. I will attach a copy of version 1.53 with this post, but you can get the latest version here.
Just copy the .cab file to your device, and execute it from the file explorer. Just make sure you install on the main memory, as the SD-card becomes inaccessible during the procedure
Start WM5Storage. On my device, WM5Storage did not put anything in the start menu or the today screen, so I had to launch it through the file-explorer. You can find it at My Device\Program Files\WM5Storage\.
Be sure to untick both "Read-Only" and "Removable Class". Optionally you can set it to light a LED on read/write, but that's not neccesarry for this procedure.
Disconnect your device from your computer.
Insert the SD-Card if you haven't done so already
Hit "Activate" (bottom, right)
Re-connect your device to your computer.
From now on all steps are done from the PC
Wait until windows has recognized all "new hardware", and you have new a new hard-drive listed in "My Computer".
Open the control panel (Start -> Control Panel)
Go to either Performance and Maintenance -> Administrative Tools (category view) or directly to Administrative Tools (Classic View)
Double-Click Computer Management
Go to Computer Management (Local) -> Storage -> Disk Management (might take a little while to find all drives)
In the bottom view, find the disk that has your SD-card in it (You can find out by looking at the contents through "My Computer", or by seeing which disk is added once you plug in your WM device)
Right click the partition (white block ), and choose for Delete Partition
In the just created "Unallocated" space, right click, and choose for New Partition
In the wizard:
choose for a Primary Partition
For size, enter 1024MB (or if there is no more remaining, just the remainder). Ofcourse you can also choose your own size
Assign any drive-letter you want (or none if you only want it to be accessible on the WM Device).
Format the partition as Filesystem FAT32, Allocation unit size Default, and pick any volume label you want (You will only see the volume label on the PC, on the WM Device it will just be "Storage Card X". Also tick "Perform a quick format"
Wait until the bottom line in the new partition reads "Healthy" (wait for it to format basically )
Create as much partitions as you'd like (just resume from right-clicking and picking New partition)
You're done partitioning! If you want, you can fill the contents of the SD-Card now before you deactivate WM5Storage
Disconnect the device from the computer
Next few steps on the Device
Click "Deactivate" (same place as "Activate" was before )
Close WM5Storage
You're all done! have fun with the multiple storage cards you have now
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 "[email protected]".

nice post, i'm bloging it right away 8)

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

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

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!

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

Really nice post and easy too.

thanks
hi i tried it.....realyy wonderful....thanks a lot for posting this one...keep posting things lik tis.....
cheers,
Siva....

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!!

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

I have been trying this but all I seem to be able to do is partition the card but only able to format the first partition s the rest of the card is rendered useless
Any help appreciated

Great tutorial, will link it up from my related articles!

partitioning 4GB help
Hi,
I've followed you instructions (great job, btw) HOWTO partition SD card....using the file download WM5torage.cab For some reason, I cannot get past the part after clicking on ACTIVATE immediately after inserting the SD Card. My MDA (TMobile Wiz) keeps locking up and I have to do a soft reset. I've tried reformatting the 4GB Mini SD card a few times and I've actually gotten different results. My last format (FAT32) shows (on PC) 1930MB free and 1931MB used which befuddles me. I formatted it again and it showed 3.78 GB free. Perhaps you or someone could assist me if possible. I bought the Mini SD card off eBay from a reputable seller. It was suppossed to be a Samsung 4GB Mini SD card and I was a bit surprised when it arrived as a SanDisk. Any idea as to why the phone keeps locking up? I also wonder if there might be an issue with the card...I examined the back of the card where the contacts are with magnification and the sides of the black composite show traces of perhaps an epoxy or bonding agent...I think SanDisks QC is better than that. To make things easier, you can also email me at [email protected]

I have cingular 8125 and vista. I tried to use the program wm5storage but when I go to computer management there is not recognition of the 4 gig sd, nor is there any recognition of an sd when using my pda. Anyone know how to get the phone to recognize it (I tried reformatting) so that I can partition. Thanks

I have had some success with 4 GB cards from IntegrityElectronics and TopRam on my T-Mobile MDA running latest TMO ROM.
The problem I am running into a when using apps that are installed on the card and write dat to the card, other files get corrupted and render those applications unsuable. If I limit use to playing MP3 and videos, thing tend to stay stable.
Has anyone else observed this behavior?

Ok, I used the storage program to access the card. Then with the disk
management on XP I formatted the card as FAT for the entire 4gb card.
It looks like it worked. I copied all my files to it. Everything is running.
I have done several restarts with no problems...
Hope it stays so.
Good luck folks. I will report back if anything weird happens.

Ok. So it all got completely screwed.
I guess it got corrupted. My guess is when
I started using the camera. All of a sudden
there are only blank folders on the storage
card with a period as the names. Tons of them.
Nothing else. Any ideas?
And now I cannot get wm5storage to work.
It keeps telling me that something is accessing
the card. Any help would be greatly appreciated.
Thanks.

It seems the problem was that there was a hidden Recycler folder on the storage card that would not let me use wm5storage. Probably from
Resco File Explorer... Deleted that with my PC...
Somehow magically my pc read the card. I don't know how to explain
that seeing as it was formatted in FAT not FAT32...
Then wm5storage worked and I paritioned it into 2 halves.
Lets see how that goes.
I hope, well.

This may be a silly question but...
Can't you plug the micro SD into a card reader and use Windows XP Disk Management tool (or any other partintioning tool) to create the partition on the storage card? What's WM5Storage actually doing?
SG

Anyone? Can't one just soley use the Disk Management tool in Windows to partition a SD card?

Related

Atom 2 GB Card Problem

Hi All, I am having an issue with putting more than 630MB of data on my newly bought 2 GB miniSD card and was hoping someone could help....
Firstly, some background info....
1. I'm on a Win XP Pro, DELL Inspiron 6400 notebook.
Im also running McAfee Security Centre with AntiVirus, Personal Firewall etc
2. When I expore via ActiveSync, the only information displayed about the miniSD is a folder under the root directory called "Memory Card"
3. I downloaded both WM5torage + Card Export 2 to resolve this problem - when I use WM5torage, only 1 removable disk comes up in File Explorer (only drive E)
BUT when I use Card Export II, I get 3 removable disks showing up in File Explorer (drives E,F,G).
E: contains all the files I copied to the miniSD and is showing up as 2 GB capacity (using "file explorer" properties)
F: contains some folders including camera, FMimages etc folders + is showing up as 16 MB capacity
G: contains nothing and is showing up as 65 KB capacity
If I use either of these programs the most I can get onto the miniSD is 624.5 MB.
Using either of these utils, I get a "file or directory cannot be created" error whenever I try to copy an additional file across.
BUT when I try and copy any new file using the "Explore" button via ActiveSync, it says "cannot copy - cannot find specified file".
Sheesh!
Another thing I just tried doing was running a checkdsk on the miniSD (using the XP disk tools you find after hitting the properties option on a certain disk).
I checked off the "Auto fix file system errors" option + the "scan for & attempt recovery of bad sectors" and ran the checkdsk.
This ran for about 20-30mins, it came up with NO errors and just said checkdsk is now finished.
Any suggestions guys?
Have u tried a reader ...
OK, I don't have a 2GM mini SD to try, but what I do is stick the mini SD into a SD adapter then stick it into a standard SD reader and plug it into the PC USB port.
I transfer all data in and out of the mini SD this way as I find it much faster than through Active sync or worse, WM5torage which is only USB 1.0 speed.
Try and see if you can transfer it this way, I believe u can as the "check" u ran shows no problems. After u transfer, stick the miniSD into the Atom and try to access the files ... I'd be interested in the results as I am thinking of getting a 2GB miniSD myself. I currently own a 1GB miniSD
I have tried this actually and my PC doesn't recognise/work with the minisd card with adapter.
I go to device mgr and there is a yellow question exclamation mark - when I look into properties it states
"This device cannot start. (Code 10)"
So going to try another reader just for a minisd (without the adapter) and also going to try another Atom to try and narrow down whether its the card or the Atom.
Great news - got it working!!!
Before proceeding with anything, I decided to update the Atom ROM from the "test_not_for_sale" one
to the latest offical one from o2 that was released a 1-2 weeks ago (20060426B1WWE).
After the system came back up I tried transferring more data using Activesync/Expore and bang! It worked.
I just filled the entire card up - all 2GB worth without a single glich.
I also installed Card Export 2 and tried copying the same amount across but that gave me the same error as before and would not go over the 630 MB.
Hope this helps anyone else out there having probs with their 2 GB card.
Congrats! But what were you waiting for before upgrading to the new official ROM :twisted: "could have saved yourself this anguish :shock:
as the saying goes "if aint broke why fix it?"
The ROM was working great and had enabled me to start using wifi so wasn't planning on upgrading unless I needed to - turns out that I needed to! :lol:

applications on microSD cards

Hello,
Perhaps a strange question, but suppose I have 2 microSD cards, and I install an application on a microSD card. If I want it to run regardless of what card is inserted, does it suffice to copy the folder in which it was installed from one card to the other card (reconstructing the directory structure)? Or do I have to go through the install procedure and install the application on the second card as well?
Can anything be said about the settings of this program: are they dependent on which of the 2 cards the application is running from, or are they independent of it? Or does this depend on the application at hand?
Thanks!
Jörg
when i got my 8525, i initially had a 2gb micro sd. when i got the 4gb micro sdhc, all i did was copy everything from the 2gb micro sd to the 4gb micro sdhc. then i was set to go.
no problems whatsoever.
V J said:
Hello,
Perhaps a strange question, but suppose I have 2 microSD cards, and I install an application on a microSD card. If I want it to run regardless of what card is inserted, does it suffice to copy the folder in which it was installed from one card to the other card (reconstructing the directory structure)? Or do I have to go through the install procedure and install the application on the second card as well?
Can anything be said about the settings of this program: are they dependent on which of the 2 cards the application is running from, or are they independent of it? Or does this depend on the application at hand?
Thanks!
Jörg
Click to expand...
Click to collapse
That would work fine.
Thanks...
(good to know there are no hidden things)
I assume that settings will be depend on whether they are stored in registry or in configuration files.
Shortcuts to non-existing targets (e.g. to a program that is on a card that was removed) are still shown in the program list... Is there a way around this? My Psion 5mx had a dynamic "programs folder", showing only the available programs.
Perhaps there is a possibility to trigger a script upon card removal that simply copies the shortcuts to some other folder, and similarly copies them back upon insertion (after checking e.g. the volume label); but I don't know if/how this can be done... I can see myself making a script (MortScript) allowing me to remove/set shortcuts, but I don't see how I could automate this... (perhaps this ought to be in development and hacking).
Thanks!
Jörg
am really confused as to what you are up to..
seems like you are making an occupation out of something very simple to do.
Yes...
Simpler would be to execute a script on the card upon insertion... (thought of this after posting)
Bottom line is: I tend to forget to execute the scripts, leaving me with non-functional shortcuts. If this were automated, only the valid shortcuts would remain...
Jörg

Artemis SD Card flashing

I think we must add a note in the wiki...
Some users, like me, have tried to flash via SD card without success.
This guide is correct, but some SD cards are not too fast, so when you start in flash mode, pda doesn't read SD and goes to next step (vertical colored bars).
To solve this problem I've used WM5torage, just deselect all voices (Read-Only, Removable Class and Lock card), then I've connected my pda to PC.
Windows XP reads this drive like a fisical drive (not removable) so it is possible create, resize or delete partitions.
In disk manager I've deleted principal partition then I've created a new one with size=256MB
With this size my slow SD needs less power and it's so fast to start in flash mode!!!
Great notice man.
This method worked! Thanks!Спосибо,Merci,Grazie,Gracias....
Please explain this method.Step by step.I hope it'll working for me.
joke_drummer said:
Please explain this method.Step by step.I hope it'll working for me.
Click to expand...
Click to collapse
1) install WM5torage in your pda
2) start the program
3) deselect all voices in the panel (expecially Removable Class)
4) connect your pda with PC via USB
In this way windows read the SecureDigital as a fisical disk, so you can create, resize and delete partitions
5) in your PC right-click on Computer, then select Manage
6) Select Disk Manager and then delete existent partition
7) create a new partition with max size 256MB
8) format this partition in FAT32
Now your SD is ready to be used for flash!!!
I hope this guide is clear, sorry for not perfect english...
Hi,
I used a 64MB Micro SD Card, still it can't find the SD Card?
What do I do?
santhoshkumar said:
Hi,
I used a 64MB Micro SD Card, still it can't find the SD Card?
What do I do?
Click to expand...
Click to collapse
Sorry, this solution is tested on slow 1GB MicroSD, resizing partition it becomes enought fast to start flash.
64MB is too little and too old Micro SD.
Bye
Increase 'Program Memory' for GPS use
Normaly when I try to use the GPS, I got the mensage 'No enough memory to open the Map'. In this case, the only way to start the GPS is to do a 'soft reset', and the normaly the GPS works.
What I can do to increase the 'program memory' and avoid this problem?
MiguelChina said:
Normaly when I try to use the GPS, I got the mensage 'No enough memory to open the Map'. In this case, the only way to start the GPS is to do a 'soft reset', and the normaly the GPS works.
What I can do to increase the 'program memory' and avoid this problem?
Click to expand...
Click to collapse
The program memory is the ram, it depends on how many programs are launched.
To free this memory you can use software like "Hibernate".
An other possibility is decrease PoolPage size to leave more Program memory...
cesconoa said:
1) install WM5torage in your pda
2) start the program
3) deselect all voices in the panel (expecially Removable Class)
4) connect your pda with PC via USB
In this way windows read the SecureDigital as a fisical disk, so you can create, resize and delete partitions
5) in your PC right-click on Computer, then select Manage
6) Select Disk Manager and then delete existent partition
7) create a new partition with max size 256MB
8) format this partition in FAT32
Now your SD is ready to be used for flash!!!
I hope this guide is clear, sorry for not perfect english...
Click to expand...
Click to collapse
hello...i have a 512 mb card..i select manage and them i select disk management, i click right on my card, i click change driver letter and paths , i select remove. them i click right again , i select format, fat32 , but at the size i have like this.. default size, 512, 1024, and so on... it`s there a problem if i don`t make the maximum size of 256? please help me
kozminel said:
hello...i have a 512 mb card..i select manage and them i select disk management, i click right on my card, i click change driver letter and paths , i select remove. them i click right again , i select format, fat32 , but at the size i have like this.. default size, 512, 1024, and so on... it`s there a problem if i don`t make the maximum size of 256? please help me
Click to expand...
Click to collapse
you must remove partition and then create a new one to change size!
After create it you can format!
help..
how can i delete a partition? please help me.. i don`t find.. tanks
kozminel said:
how can i delete a partition? please help me.. i don`t find.. tanks
Click to expand...
Click to collapse
First of all deselect all voices (Read-Only, Removable Class and Lock card) in WM5torage and connect to pc.
In this way Windows (PC) use your SD like a real disk leaving you manage it!
:| i can`t my phone is dead..i cannot install nothing on it..not charging..not entering bootloader..nothing..
kozminel said:
:| i can`t my phone is dead..i cannot install nothing on it..not charging..not entering bootloader..nothing..
Click to expand...
Click to collapse
In this situation you can't use SD flash method! your phone is dead!
I've had the same situation becouse I've removed all flash partition... are you sure you had selected SD instead of Internal Memory?
cesconoa said:
In this situation you can't use SD flash method! your phone is dead!
I've had the same situation becouse I've removed all flash partition... are you sure you had selected SD instead of Internal Memory?
Click to expand...
Click to collapse
well..i formated my 512 card using a card reader..but i cannot resize it to 256 mb because the sd is seen like an removable device..i cannot install wm5..program..to deselect those things to make my card an primary hard..and then to resize him...after that..i copied the ARTEIMG.nbh file to my sd..and inserted it into my phone.. but my phone is not starting, not charging, not enter bootloader. what can i do?.. find a sd card with 256 mb? and then try again?..sorry for my english
kozminel said:
well..i formated my 512 card using a card reader..but i cannot resize it to 256 mb because the sd is seen like an removable device..i cannot install wm5..program..to deselect those things to make my card an primary hard..and then to resize him...after that..i copied the ARTEIMG.nbh file to my sd..and inserted it into my phone.. but my phone is not starting, not charging, not enter bootloader. what can i do?.. find a sd card with 256 mb? and then try again?..sorry for my english
Click to expand...
Click to collapse
The situation it this: to resize a partition in a removable disk (in this case a microSD) you need a program that connect the card to windows PC like a phisical drive (with Windows Mobile you must use WM5torage). Other readers are not able to use removable drive like phisical!
Your problem is more complex, you have damaged boot sector and you have no way to start in flash mode! If you have a microSD good for flash with Artemis, you coldn't flash anyway!!! Your phone is dead!
Only way to rewrite flash without bootloader is JTAG!
cesconoa said:
The situation it this: to resize a partition in a removable disk (in this case a microSD) you need a program that connect the card to windows PC like a phisical drive (with Windows Mobile you must use WM5torage). Other readers are not able to use removable drive like phisical!
Your problem is more complex, you have damaged boot sector and you have no way to start in flash mode! If you have a microSD good for flash with Artemis, you coldn't flash anyway!!! Your phone is dead!
Only way to rewrite flash without bootloader is JTAG!
Click to expand...
Click to collapse
What is JTAG? PLEASE HELP ME!!!
help..
i understand that jtag are some pins..or something like this..how i can repair using jtag method..? please help..
HELP ME!!!
I have an HTC Blackstone, I cannot install ROMS thru computer as I am running a release candidate of Windows 7. I want to install Duttys HTC LEO rom, and I followed all ur instructions but whenever I enter the boot5loader, it does read the card, see the BLACIMG file and go to a white sreen with Loading... in blue, but thats as far as it goes. PLEASE HELP!!!! PLEASE!!!!!!!!!!

Corrupted SD Card

Hi,
What happened
Yesterday when I had more time I started installing some applications on my HTC Touch HD.
I installed:
1).NET Framework 3.5
2) Advanced Configuration
3) Total Commander
4) Gyrator 2
I had already installed IGO 8 a few months ago.
After installing Advanced configuration I tested the IGO and it was working, I had no problem.
However after I installed Gyrator 2 and with Gyrator 2 on I tried to start Igo8, the IGO8 didn't want to start. After further attempts and investigation I came to the conclusion that the SD Card is corrupted.
Symptoms of the SD Card(original one that came in the box with the device):
1)While reading it from PC only the root directory of the card is visible with all the folders inside but I can access only one folder out of 15. for the others I get an error, cannot read from the device...
2) From the HTC touch HD I can even enter all the folders but while accessing some files, not all of them, I get errors saying that the files could not be opened.
3) I had to do many restarts so only two times the first screen that you see after you power-on the device is the "Smart mobility" and then after a few seconds you get the details of the ROM and two other rows in the bottom right corner. So for two times the "Smart mobility was not centered" as well as the bottom right corrner data they were not at their position. However now after 5-10 more power-on power-off manipulation the first screen seems to be ok.
Possible causes as I see it are two:
1) Gyrator 2 and IGO8 do not lik eache other very much, and some how when IGO8 started maybe the orientation of the screen just changed from portrait to landscape. It is just a theory, as I'm not an expert I cannot say if it's correct or not.
2) After installing the Gyrator2 I have somehow unplugged the USB cable while the computer might still have had a connection to the PC. That's ulikelley because I allways do the "Remove USB device" before unplugging, but I did it so many times that I do not remember exactly that time. However I trust my instincts even though I cannot exclude the possibility of an error.
The cause 2) might be realated as well with the usual problem of choosing the action needed when you connect he HTC Touh HD trough the USB cable. It happened many times that an option is preselected(read the Storage card) but I want to actually synchronise the device with ActiveSync, so initially the PC opens the SD card as an external drive and then after I click on the phone to choose the ActiveSync connection it closes the external drive and makes the connection.
Is there a better way to choose between the modes of connectivity to PC, taking into account that when you want to install some software on the device you have to either copy the file on the device itself and start it there or install it on the PC and use ActiveSync to install it as well on the device.
My main question is related with the helthcheck of my HTC Touch HD.
a) Is there a risk that the internal built in flash storage of the device is corrputed as well? I have checked all the files almost with no problems of accessing any of them. It seems ok to me. The only thing that worries me a bit is the problem with the splash screen as I explained it under possible cause 2) which now doesn't seem to appear anymore.
b) is there any other part that I should verify to make sure that my device is ok.
c) Less important, if you could help me find out what happened to make sure that I won'trepeat it again and break the next SD Card.
d) Can I recover/repair the SD Card itself, the data that I had on were not very important I have them on my PC in proportion of 90%. I downloaded some tool from SanDisk called usb-test-tool.exe but it fails to see the card(I think the tool is not the right one), or I shouldn't even bother because there is a risk of having problems afterwards.
Most probably I'll have to buy another SDMicroCard I'll try to buy the same brand maybe for 16GB, I do not know the prices yet.
Sorry for the long pot, but I wanted to give allt he details.
Thanks for your support!
And now most probably I'll have to uninstall the applications that were installed on the SDCard, I hope it will work out and there will be no left-overs in registries or on the filesystem.
coincidence
well. Mine got bricked too yesterday. it was a 16GB sd-card. Only my phone can access it and the data is gone. Data was firts messed up (like chaotic named folders and files) and then disappeared. I can create new folders and files there but it is full of lost chains and clusters (found by mobile apps) and reports the same free space as before (40%) but there are no content visible. When I connect it to laptop either as an disk drive from mobile or directly with sd-adapter I get high cpu usage of interrupts and a frozen usb managment and need to restart.
Hi,
There have been other topics on SD card corruption, then loss :
SD card not shown
HELP ME! Flash has gone wrong
Help! My HD cant find my micro-SD
SD HC_problem
foulke said:
Hi,
There have been other topics on SD card corruption, then loss :
SD card not shown
HELP ME! Flash has gone wrong
Help! My HD cant find my micro-SD
SD HC_problem
Click to expand...
Click to collapse
Yeah but once its bricked it IS bricked. I got my 16G changed thanks to warranty. I actually think I fried it with overheated device.
And people: A L W A Y S B A C K U P Y O U R S T U F F !!!!
darfri said:
well. Mine got bricked too yesterday. it was a 16GB sd-card. Only my phone can access it and the data is gone. Data was firts messed up (like chaotic named folders and files) and then disappeared. I can create new folders and files there but it is full of lost chains and clusters (found by mobile apps) and reports the same free space as before (40%) but there are no content visible. When I connect it to laptop either as an disk drive from mobile or directly with sd-adapter I get high cpu usage of interrupts and a frozen usb managment and need to restart.
Click to expand...
Click to collapse
Same happened to me with my 16gb Sandisk card.
Card reader said is was write protected and could not format using SDFormatter.
Solution after a search found on the Raphael forum was to download http://www.cnetx.com/format/download.asp and install to main memory.
Success !
Then I could read it and formatted again with SDFormatter
Hope this helps
r
Andrew

Fryo I800 installation help!

Ok So I am here because I've posted in other places in these forums with no replies yet, So it would be better to create a thread specific to my problem.
I have an Omnia 2, thinking of acquiring the Fryo 2.2 OS, not specific about wether I want what version but here are the problems I come across before being able to install it.
1- plugging in my phone under Settings -> My storage will not show my storage on my computer, having the external SD option will show my 16GB SD card.
2- Backing up. How do I back up my storage if I can't see it on my computer? When I turn on active sync a blank storage appears other than my SD card (assuming its the internal storage) but the size seems rather small (167MB). I've been reading peoples' posts and I'm supposed to have around 2GB I believe, and either way the files I'm trying to put inside for the android OS don't seem to fit there.
3- Partitions? How can I set those up for both the internal and external storage? Is there a program or feature to do so? My SD card under properties says FAT-32 so I'm not sure on how to do it IF I need to.
4- Using a W7 computer, so that knocks off any ubuntu installations, and also link is broken for Almars Beta 1 file that I was thinking of using for an SD installation.
Any help would be appreciated, I've had this phone since 2009 and I'm really hoping I can come across some help to make it work since I do want to keep this phone for a bit longer before I spend more money on a different cellphone!
Thank you!
Try out the new CyanogenMod from the link below.
http://windows.modaco.com/topic/346446-cyanogenmod-beta1-omnia-2-updated-02122011/
It has the SD Card auto installer, try it..
Back up data on your SD card first and then format your SD card within the phone and then use auto installer to install it.
As you said your computer wont detect the My Storage, try the steps below..
Transfer your data from My Storage to external SD Card, then connect your phone to computer using My Storage mode in settings.
Download Mini Tool partition wizard and format your My Storage (Mini tool partition will be able to see your My Storage even though your computer doesn't).
After format, your computer should be able to detect My Storage.
Now copy the downloaded android files to My Storage and run the auto installer as instructed in the ReadMe file inside the download package.
PS: Don't forget to backup the data on SD Card to your computer
Hope this helps
Ok so what you meant by taking things from my storage is going to file explorer and basically copying everything from the "my device" to the SD card?
Just want to make sure because if it doesent work then I haven't gotten anything backed up right.
Went to file explorer -> copied everything in the top folder which is application date, connMgr, doc and setttings, program files etc. is this all thats needed basically?
Thanks
P.S some of the things I tried taking like global.txt or exe couldn't be copied because of violations or some weird error, is it alright not to have those?
Update: My storage is still not revealed by the mini tool partition program, went under usb settings -> my storage and refreshed disk information, nothing shows up ugh it might be impossible for me to do this after all....
nobody can help me in regards to this? well then I guess a new cellphone is in order
grrrrr I should've gone with a iphone 3G or BB 9700 at the time instead...
ClaudioPerez said:
Ok so what you meant by taking things from my storage is going to file explorer and basically copying everything from the "my device" to the SD card?
Just want to make sure because if it doesent work then I haven't gotten anything backed up right.
Went to file explorer -> copied everything in the top folder which is application date, connMgr, doc and setttings, program files etc. is this all thats needed basically?
Thanks
P.S some of the things I tried taking like global.txt or exe couldn't be copied because of violations or some weird error, is it alright not to have those?
Update: My storage is still not revealed by the mini tool partition program, went under usb settings -> my storage and refreshed disk information, nothing shows up ugh it might be impossible for me to do this after all....
Click to expand...
Click to collapse
I guess you will have to reflash the ROM again since your problem seems to be unsolvable. My suggestions is to flash a stock 6.5.3 ROM before you transfer the auto SD installer.

Categories

Resources