[Q] sdcard mount and unmount issue - General Questions and Answers

I can't find any quick and noob-friendly resolution to the problem so if you got the easy one please help... thank you
I found that some of my photos were "broken", then I thought the sdcard may be the one that caused this..
after that, I used the unmount button in settings>storage, but it just "stucked" and no unmount , so I just pull the sdcard out from my phone
then backup with acronis true image 2014, then "fully" format the card, test the card with h2testw, restore the data with acronis true image 2014,
and checked my restored files on computer, hmm... is ok now, but when I replugged the card to my phone, my phone just can't read or write any file/folder on that card...
tried with other sdcard..I found that the phone shows the information for the sd card is the one before I unplugged it...
pls help me!! please...
I don't want to wipe my phone...

dicks93277 said:
I can't find any quick and noob-friendly resolution to the problem so if you got the easy one please help... thank you
I found that some of my photos were "broken", then I thought the sdcard may be the one that caused this..
after that, I used the unmount button in settings>storage, but it just "stucked" and no unmount , so I just pull the sdcard out from my phone
then backup with acronis true image 2014, then "fully" format the card, test the card with h2testw, restore the data with acronis true image 2014,
and checked my restored files on computer, hmm... is ok now, but when I replugged the card to my phone, my phone just can't read or write any file/folder on that card...
tried with other sdcard..I found that the phone shows the information for the sd card is the one before I unplugged it...
pls help me!! please...
I don't want to wipe my phone...
Click to expand...
Click to collapse
I'm not sure it will help or not but you can give it a try coz I fixed the same issue with my phone before:
First remove you battery and let it be like this until you connect your sdcard to the pc. Then open command prompt and type this:
chkdsk /f G:​Here replace G: with the drive with your sdcard.
After this try to mount your sdcard back to your phone.

Oh...I see.
Thanks for reply...
I will try later...
Btw my sdcard is readable now
But the missing photo still not fixed I think I will wait til I pass my middle exam
Sent from my HTC_Desire_200 using XDA Premium 4 mobile app

Related

Step by Step: How to partition ext2 with Paragon Partition Manager 9.0 - windows vers

HOW TO PARTION WITH PARAGON PARTITION MANAGER
**** YOU WILL LOSE ANY INFO ON THE SDCARD - PLEASE BACK UP IMPORTANT INFO PRIOR TO STARTING THIS PROCESS ***
**** these are instructions for Windows XP ***
***** if you are using Windows Vista - You need to change the permissions to Administrative in order for this to work - RIGHT CLICK ON THE START BUTTON AND GO TO ADMIN SETTINGS - even if you are the only user of the PC
have the sdcard in the card reader or in the phone mounted to the pc !!!!
OPEN PARTITION MANAGER...
CLICK ON PARTITION MANAGER IN THE LOWER RIGHT HAND CORNER..
then click on the line that represents the sdcard, and right click on it, and choose format partition.. name the volume label - fat32
then click format..
computer might hang for a minute or 2, and then a popup will come up and say click GREEN CHECK to apply changes..
click the GREEN CHECK IN THE TOOLBAR AREA..
you will then see another pop up show - apply changes, choose yes, then you will see OVERALL PROGRESS AND GEARS TURNING.. LET IT PROCESS AND TAKE ITS TIME.. DONT HIT CANCEL..
when its done the cancel button at the bottom will change to Close.. click it..
AND THE FIRST STAGE IS DONE...
NOW ITS TIME TO CREATE THE EXT2 PARTITION..
Now on the Left side of the screen click Create partition.. and a screen will now show Create New Partition Wizard... it lets you chose which drive to partition ( make sure you chose the sdcard - it will be the one with the smallest volume/size of the sdcard in gbs.. should be on the bottom )...
HIT NEXT
now a slider will appear where it says new volume....
move the slider with the mouse, and make it how big you want it.. for ext2 partiiton about 500mb to 1gb is plenty... 500mb is good size.. ( size wont be exact so get it close to the size you want..
WHEN DONE CLICK NEXT...
NOW IT GIVES YOU THE OPTION TO FORMAT THE PARTITION...
CLICK THE PARTITION TYPE DROPDOWN MENU AND CHOSE LINUX EXT2... AND GIVE IT A VOLUME LABEL OF ext2.
then click next...
PC WILL PROCESS AND HOURGLASS WILL SHOW WHERE THE MOUSE POINTER IS.. AND THEN A POP UP WILL SHOW - SAYING -
COMPLETING THE CREATE NEW PARTTITION WIZARD..
CLICK FINISH...
THEN IT TAKES YOU BACK TO THE SCREEN SHOWING THE DRIVES, AND WHAT YOU CREATED, AND THE OPTION AT THE TOP WILL SAY - APPLY ... choose apply
THEN IT WILL ASK YOU TO - APPLY PENDING CHANGES AGAIN, choose yes..
NOW YOU WILL SEE THE GEARS WORKING AGAIN.. LET IT RUN TILL IT SAYS complete..
*it will take a few minutes to process.. let it run...
you might get a pop up for the sdcard drive as a open folder on the pc just showing that its done, just go back to paragon and let it finish running...
once complete you will get a pop up saying SYSTEM RESTART IS REQUIRED TO COMPLETE OPERATION.. CHOSE RESTART THE COMPUTER...
You will see a paragon manager screen, that will hang for a almost a minute, and then the bar will fill saying 100 percent complete, press any key to reboot the pc..
AS LONG AS THERE IS NO ERRORS, YOUR DONE..
FORMAT COMPLETE..
PARAGON WILL START UP ON ITS OWN, AND SHOW THE PARTITIONS AS BEING COMPLETE..
----
*****edit
Originally Posted by Androidandy
check that the ext2 partition is good by typing busybox df -h in terminal.
************************************************************EDIT *****************
If your having issues using paragon partition manager, and trying to make a linux swap partition, try these instructions for formating thru Cyanogens newest recovery
Formatting you SDcard
You only need to do this once folks..if you already have 3 partitions including linux-swap move to step 2
You need Recovery image 1.31 to do this folks!
To format card SD card with linux-swap WARNING!!! this will reformat you entire SD card!!
You can use the recovery console and parted to format SDcards with 1.31 folks, no more going through hassles you have the tools on you G1!...here is an example of how to do this in recovery console using parted
Example for 8GB card (specific value's may be slightly different use print to verify your total SDcard size~!
Reboot and enter recovery
Enter console
#parted /dev/block/mmcblk0
#print (to verfiy we know what size card we are dealing with, the details should be straight forward)
rm 1
rm 2
mkpartfs primary fat32 0 7584
mkpartfs primary ext2 7584 8127
mkpartfs primary linux-swap 8127 8159
#print (to verify we have the 3 partitions)
Example for my 4GB card
#parted /dev/block/mmcblk0
#print (to verfiy we know what size card we are dealing with, the details should be straight forward * then grab a calculator to figure the exact amounts... as shown below that is an example..)
rm 1
rm 2
mkpartfs primary fat32 0 3420
mkpartfs primary ext2 3420 3932
mkpartfs primary linux-swap 3932-3964
"End?" you need to place the last value for the linux swap eg.3964 for my 4GB card
#print (to verify we have the 3 partitions)
Next we need to "quit" parted and upgrade our ext2 partition to ext3
#upgrade_fs
Swap value is set to 30 currently, you can change this by modifying the "echo" value for swappiness in the a2sd.sh script
swap partition shouldnt be no larger than 92mb
ext2/3 partition shouldnt be more than 500mb ( more than that is too much )
( directions from a post by justanothercrowd )
Thank You, for a great post but, can you please fix this link *** word docx with screenshots - http://kaysesoze.wordpress.com/wp-ad...ttachment_id=4
When I signed in I received the following message "You are not allowed to edit this attachment." Again THANK YOU,
V/R
Biz
stuck
I installed paragon parttition manager 9 pro trial version after installtion I reboot and , it brought me to the blu paragon advance recovery screen...I notice I forgot to back up my sd card...but it won't let me out of this screen...tried rebooting it still brought me back to this screen...is there any solution for this problem....its gotta be something easy...I just don't know what to do to get back to my desktop.....HELP!!!!!!!!!PLEASE!!!
biz18434 said:
Thank You, for a great post but, can you please fix this link *** word docx with screenshots - http://kaysesoze.wordpress.com/wp-ad...ttachment_id=4
When I signed in I received the following message "You are not allowed to edit this attachment." Again THANK YOU,
V/R
Biz
Click to expand...
Click to collapse
thanks for bringing that to my attention.. will try and fix it..
toconfuze1 said:
I installed paragon parttition manager 9 pro trial version after installtion I reboot and , it brought me to the blu paragon advance recovery screen...I notice I forgot to back up my sd card...but it won't let me out of this screen...tried rebooting it still brought me back to this screen...is there any solution for this problem....its gotta be something easy...I just don't know what to do to get back to my desktop.....HELP!!!!!!!!!PLEASE!!!
Click to expand...
Click to collapse
during the paragon process it says do not interrupt it while it is formating, cause you pc can become unstable. and thats exactly what you did.. u might be able to press the esc button, i believe it gives that option at the bottom of the screen to exit it properly. but rebooting was wrong...
anytime u FORMAT any drive or card you will lose information, thats pc fundamentals... will add the issue about losing info to orig post..
was stuck
thanks a lot....fixed
Help
I know I am always running into problems. But i am freakin out about this and i don't know if this is the right thread to be posting this or maybe someone can lead me to other thread with this fix.
Question
First i partitioned my mini sd card using my G1 with paragon manager and when everything was done the computer restarts.
But the weired thing is that now when i mount my G1. My G1 is recognized by my computer but it does not show me the storage device on my computer folder or even prompt me with opening a folder for my storoge card. I am freakin out.
Things i tried.
1. Rebooted my phone
2. nandrroid backup restore
3. restarted my computer
4. changed minisd cards.
5. uninstalling the usb android driver and reapplying it
6. went to usb debug on the settings on the phone
nothing worked.
Thanks . Any help would do.
------------------------
Fix ******Update
It took me alot of time to figure this out. if anyone gets this problem just assign your sdcard a Letter. Example: E: Drive.
When i look at these tutorials it does not mention anything like that.
thanks anyways
stonefurry said:
I know I am always running into problems. But i am freakin out about this and i don't know if this is the right thread to be posting this or maybe someone can lead me to other thread with this fix.
Question
First i partitioned my mini sd card using my G1 with paragon manager and when everything was done the computer restarts.
But the weired thing is that now when i mount my G1. My G1 is recognized by my computer but it does not show me the storage device on my computer folder or even prompt me with opening a folder for my storoge card. I am freakin out.
Things i tried.
1. Rebooted my phone
2. nandrroid backup restore
3. restarted my computer
4. changed minisd cards.
5. uninstalling the usb android driver and reapplying it
6. went to usb debug on the settings on the phone
nothing worked.
Thanks . Any help would do.
Click to expand...
Click to collapse
1. did you do the fat32 first, then ext2 second ?
2. did you mount the sdcard to the pc ?
3. may show as F drive on your pc !!!
I used PM 10, it is very easy. However when the program wants to reboot it says there is an error, but I check that the ext2 partition is good by typing busybox df -h in terminal.
I've partitioned several cards now and they all work.
I found that doing a wipe then installing Lucid's rom.
I reinstall my applications from mybackup pro and downloading others from the market.
I test everything is working fine, then and only then I use the scripts that Lucid posted.
To recap ensure that busybox recognises the ext2 partition then wipe, install Lucids rom
Androidandy said:
I used PM 10, it is very easy. However when the program wants to reboot it says there is an error, but I check that the ext2 partition is good by typing busybox df -h in terminal.
I've partitioned several cards now and they all work.
I found that doing a wipe then installing Lucid's rom.
I reinstall my applications from mybackup pro and downloading others from the market.
I test everything is working fine, then and only then I use the scripts that Lucid posted.
To recap ensure that busybox recognises the ext2 partition then wipe, install Lucids rom
Click to expand...
Click to collapse
thank you for the info..
was looking for the commands to verify that the ext2 partition is done correctly, and of course it verifies that busybox is working also..
I'm having a large issue with my new Micro SD card.
When using PM and my MicroSD in an SD adapter it allows me to format and create partitions successfully JUST FINE with my Sandisk 2gb which is probably a class 2 or just not a class at all...it doesn't say on the card at all.
BUT I just bought a Transcend 8gb Class 6 HC card and when using the SD adapter the computer recognizes it just fine to open and view files...BUT Paragon says its "Invalid" and won't allow me to format, partition, or anything.
I have no idea what needs to be done differently. It works just fine in the phone and moving files but Paragon won't recognize it or allow it to be modified.
I need some help please!!!
First of I'm new to all this so I'm a nood and I need some help massively I have trying to make this ext2 partition on ubumtu for months and always get an error message and a lost and found folder in the ext2 partition. Found these directions and finally make the partition w/ no error messages. Fat32 1st then ext2 2nd type busybox command so I think its done right. So I try to mkdir /system/sd/app for marcus directions on apps to sd to use his apps to sd2 app and I get error /system/sd/app read only. Why is that so? I look in pargan partitioner were I made the parition and there both still there. I would be greatfull if anyone can help out a nood like me [email protected]. I have been trying to get this ext2 partiton for months and today thought I did it correct cause no error messages and boy was I wrong!! Please anyone help !!
Bronze G1 W/ JF 1.5 cupcake W/Areo
NO APPS TO SD1! HELP PLEASE
Saphire SLP
[email protected]
i like this tuturial, but one problem, doesnt work with vista 64bit -.-
im literally crying
So every time I try to format, my phone unmounts my damn card.
Any ideas?
worked for me on vista 64
missxoash said:
So every time I try to format, my phone unmounts my damn card.
Any ideas?
Click to expand...
Click to collapse
Using Paragon or windows?
missxoash said:
So every time I try to format, my phone unmounts my damn card.
Any ideas?
Click to expand...
Click to collapse
im have the same problems as her, i dunno why
I am running vista 64 and paragon profesional. I can get it to format and can get the ext2, but I can not do anything with the card. I try and reformat the fat32 and give it a letter for a drive but it wont take or if i format it and then create the ext2 it gives the ext the drive letter(both cannot have a drive) What gives and in the meantime I have to use the 1gig because although paragon recognizes the sd card my pc does not!
so i've done everything in the tutorial. and even the coding for checking busybox.
it doesnt show the ext2.
and i tried running the lucid commands
and it says ext2 is not mounted.
i get all the way to the ext2 part the very last thing
like mount/dismount and i get a error
saying to close a program or restart pc
cant close program because i dont know what it is so i click retry same error
i restarted pc 2 times
still same thign tried reformatting all over again what am i doing wrong? thanks guys!
pr0cl1v1ty said:
i get all the way to the ext2 part the very last thing
like mount/dismount and i get a error
saying to close a program or restart pc
cant close program because i dont know what it is so i click retry same error
i restarted pc 2 times
still same thign tried reformatting all over again what am i doing wrong? thanks guys!
Click to expand...
Click to collapse
are u using a sdcard reader ??

sd card issue

so in voodoo recovery the sd card wont stop unmounting..as soon as i want to choose a a zip from sd card it will appeared unmounted as opposed to mounted..Now my pc cant read the phone when I connect to computer..any help?
it comes out as unknown device?
go into your settings and then to sd card. unmount it. remount it and then reboot into cwm and clear cache/dalvik. then reboot recovery and try whatever it is you were trying to do.
if that doesnt work, try the following:
try to format the sd card from your phone and then let it rebuild. then reclear your cache and fix permissions. do all of this before plugging it into the computer. on the computer, uninstall your current drivers. then reboot. reinstall. reboot. plug the phone into a different usb port. let it load on the computer. disconnect and then go into cwm and see if you have the problem. make sure to back up your pics and whatnot before the format.
just a reminder, you should always eject the phone on the computer and turn off the connection on the phone before unplugging the usb cable. i think this is what happened to you and corrupted some things.
jager555 said:
go into your settings and then to sd card. unmount it. remount it and then reboot into cwm and clear cache/dalvik. then reboot recovery and try whatever it is you were trying to do.
if that doesnt work, try the following:
try to format the sd card from your phone and then let it rebuild. then reclear your cache and fix permissions. do all of this before plugging it into the computer. on the computer, uninstall your current drivers. then reboot. reinstall. reboot. plug the phone into a different usb port. let it load on the computer. disconnect and then go into cwm and see if you have the problem. make sure to back up your pics and whatnot before the format.
just a reminder, you should always eject the phone on the computer and turn off the connection on the phone before unplugging the usb cable. i think this is what happened to you and corrupted some things.
Click to expand...
Click to collapse
it says unknown volume path sd ext..so it didn't let me clear dalvid cache..i try partitioning the sd card ..then factory reset could that be itt why its not letting me?
daxecutioner24 said:
it says unknown volume path sd ext..so it didn't let me clear dalvid cache..i try partitioning the sd card ..then factory reset could that be itt why its not letting me?
Click to expand...
Click to collapse
It probably did clear your dalvik. That error only means you do not have an ext partition on your sd card. It can't clear something that isn't there. Dsexton has instructions in the bible to create the partition. Did your computer recognize the phone after you did all of that?
Sent from my SGH-T959V using XDA Premium App
STILL not reading bro..effin sd card...any other ideas than to buying a new one?
daxecutioner24 said:
STILL not reading bro..effin sd card...any other ideas than to buying a new one?
Click to expand...
Click to collapse
Use the sdcard adapter and hopfully you have an sdslot on you computer. Put it in there and format it from the PC also do not do a quick format and set the allocation size to default. If you can get that done and get the phone to pick it up then format it again from there. Hope this helps and good luck ,let us know how it goes please
Sent from my SGH-T959V using XDA Premium App
hmm good suggestion try that still wouldnt read the card.I think it messed up once I got this other phone from tmobile..right of the bat it wouldnt stop unmounting this damn sd card..yet it allowed to use storage etc..should i try dex partition stuff?
daxecutioner24 said:
hmm good suggestion try that still wouldnt read the card.I think it messed up once I got this other phone from tmobile..right of the bat it wouldnt stop unmounting this damn sd card..yet it allowed to use storage etc..should i try dex partition stuff?
Click to expand...
Click to collapse
Have you tried to partition within cwm? Do atleast 1gb.
Edit:
Dissable lagfix for the sd card to be noticed
Sent from my SGH-T959V using XDA Premium App
found the solution turns out the side where you connect to the phone was a little crack the cover..so that somehow didnt let me mount to cpu even though it charge regurlarly..here i thought it was the phone so watch out guys..thanks for the help guys!
daxecutioner24 said:
found the solution turns out the side where you connect to the phone was a little crack the cover..so that somehow didnt let me mount to cpu even though it charge regurlarly..here i thought it was the phone so watch out guys..thanks for the help guys!
Click to expand...
Click to collapse
Glad to see you got it.
Sent from my SGH-T959V using XDA Premium App

Help how to recover all files from sd after partion!

hello, i was about to flash a new rom on my hd 2 and i forgot that i put a wrong sd, and i partioned my sd and now i lost everything, is there a way to recover all my files? i havent done anything to the sd since i partioned it!
edit: i did this in CWM recovery
Try google this testdisk-6.12-WIP. It can restore partition along with files in it. Or try some data recovery software,mostly they works
Sent from my blek krupuk
do you know any program that can recover all kind of files, because i need all my files
anyone? please?
Not gunna happen what do u think happens when you delete things from your trashcan
Sent from my LG-P999 using XDA App
i did the partion on the phone, i heared thats it possible to recover them if i havent written any new files
Try a program like Recurva I'm not sure if it works on flash memory though.
Malbadawi said:
i did the partion on the phone, i heared thats it possible to recover them if i havent written any new files
Click to expand...
Click to collapse
That is only applicable for magnetic disks. And also not if you deleted the whole damned partition, created it, and reformatted it again.
That alone is worse than writing a lot of files.
Consider your files lost. Next time back them up to somewhere.
i partioned it by cwm, and thought i had the wrong sd in.
Hi Malbadawi,
I would like to suggest you that go for Stellar Data Recovery Services & Software.
For my personal experience, when I had to recover files from hard disks or flash memory (usb key/SD), my best choice is GetDataBack (you will need FAT edition, not NTFS).
Just insert your sd in a card reader and follow the step by step tutorial. Do not attempt to reformat your card if your PC doesn't see that, the app will look into it at a lower level...
btw, a 100% recovery isn't always guaranteed, as you know, [email protected]!# happens
Yes, GetDataBack is a great program, try it instead of Stellar Data Recovery. But reformat card as said. Works fine for me.
Thanks all for replies i will try them when i get back home

Decrypt SD card after factory reset

Hello guys,
Im annoyed with my sensation, it was shutting down itself in my pocket every 10minutes so I decided to do a factory reset.
But I forgot that my SD card was encrypted, and now it says "Damaged SD card" when I put the card into the phone.
Do someone have the same problem ? or any idea to mount the partition on linux or whatever ?
I've already tried to set the same pin as before to lock/unlock the phone, but I haven't any prompt for password, it wants to format the card ...
Thanks for your help
underbreak said:
Hello guys,
Im annoyed with my sensation, it was shutting down itself in my pocket every 10minutes so I decided to do a factory reset.
But I forgot that my SD card was encrypted, and now it says "Damaged SD card" when I put the card into the phone.
Do someone have the same problem ? or any idea to mount the partition on linux or whatever ?
I've already tried to set the same pin as before to lock/unlock the phone, but I haven't any prompt for password, it wants to format the card ...
Thanks for your help
Click to expand...
Click to collapse
Hey, that's a really messed up problem.
I doubt you can make the phone read the contents of the SD Card.
However, what you could do is, format it via the computer & then use a recovery software (like Recover My Files) to get back all your important data.
kgs1992 said:
Hey, that's a really messed up problem.
I doubt you can make the phone read the contents of the SD Card.
However, what you could do is, format it via the computer & then use a recovery software (like Recover My Files) to get back all your important data.
Click to expand...
Click to collapse
This BLOWS. I just had my phone repaired and they factory reset it.. now I get this error. Man that SUCKS. I have one app (Car Data Manager) that may not be backed up automatically and last backup may be missing some recent data.
Getting same problem...

[Q] HELP! Goophone i5 with damaged SD card

I have a problem with a goophone i5. First I had problems with it not having a signal but that got solved. Now a second problem came up. I plugged the phone in the laptop, clicked on 'turn on usb', after a while I clicked the 'turn off usb' on the phone. It was off, I unplugged and then it gave a warning "not safely removed, sd damaged", while it was safely removed! Now I can't do anything with it like download apps to it etc. It keeps giving that memory is full. So I assume the 8GB is damaged. I have no idea how to fix it, since I searched already, but it's not like I can take the 8GB out, since it's not removable. Do you know a solution or can you help me? Thank you in advance. When I plug the phone the card is just unrecognisable, therefore I can't format it in anyway :crying:
-Loren
Goophone I5 Lite
pardolorev said:
I have a problem with a goophone i5. First I had problems with it not having a signal but that got solved. Now a second problem came up. I plugged the phone in the laptop, clicked on 'turn on usb', after a while I clicked the 'turn off usb' on the phone. It was off, I unplugged and then it gave a warning "not safely removed, sd damaged", while it was safely removed! Now I can't do anything with it like download apps to it etc. It keeps giving that memory is full. So I assume the 8GB is damaged. I have no idea how to fix it, since I searched already, but it's not like I can take the 8GB out, since it's not removable. Do you know a solution or can you help me? Thank you in advance. When I plug the phone the card is just unrecognisable, therefore I can't format it in anyway :crying:
-Loren
Click to expand...
Click to collapse
Hi mate!
You have there a problem! First of all goophone do not come with 8GB sd card storage. There are 2 different options: the 16GB and 32 GB so, first of all, try to see if you have a real goophone i5.
Then, there is a way to format the SD card. For that you must buy a Screw Driver to open it. After that take out the screws, pull up the display and you will see the sd card inside. Just unplug it, put it on a SD card Adapter and format it on your desktop.
It can give you SD card Damage for a few times, but ignore it and keep formating it until the warning disapears.
For the screw driver you just need to search on ebay. They are very cheap. So all you have to do is to buy one.
Hope this information helped you out.
Regards
Loren can I ask how you got a signal? I just have no service at top of screen. Driving me nuts,
Changed SDCARD
Hi everybody,
Please help me i have a problems with my phone.
I want change my sdcard because now the phone do not recognize my sdcard.
Do you have any instruction for how to open and change the sdcard?
Thanks you .
lychat said:
Hi everybody,
Please help me i have a problems with my phone.
I want change my sdcard because now the phone do not recognize my sdcard.
Do you have any instruction for how to open and change the sdcard?
Thanks you .
Click to expand...
Click to collapse
I`ve got the same problem as you but I don't know how open it...
If you find something, tell me please.
you can first try to re-flash the phone to the original ROM using SP Flash Tool...
Is there a trick to getting the glass to pull up? I've taken out the screws, and put the suction cup down near the home button, but when I pull the glass wants to separate from the bracket that holds it to the phone. There is a tearing sound, like adhesive giving away, and it's fighting me. I don't want to pull any harder for fear that I'm going to damage it.
The reason I'm doing this, is that my SD card has also died, and is no longer recognized by the phone, and I'm wanting to replace it.
AllanBjorklund said:
Is there a trick to getting the glass to pull up? I've taken out the screws, and put the suction cup down near the home button, but when I pull the glass wants to separate from the bracket that holds it to the phone. There is a tearing sound, like adhesive giving away, and it's fighting me. I don't want to pull any harder for fear that I'm going to damage it.
The reason I'm doing this, is that my SD card has also died, and is no longer recognized by the phone, and I'm wanting to replace it.
Click to expand...
Click to collapse
Can't this help? :got this from android website: ((((( I have been fighting this issue for 6 months, off and on. Used to think it was the SD Cards, but have concluded its got to be software. I used different methods to fix it, but over trial and error I think I found the easiest way.
Reboot into Recovery, go to advanced options. Select to mount via USB, then connect to a pc. May take a few times plugging in and out, till you get the sd card drive to appear on your pc. Once you get it, back out of usb mount. Disconnect the cord, and verify your sd card is mounted. I just go into the install a zip from sd card option, if I see files/folders I know its mounted. back up and select the restart device.
This method I stumbled on, in my efforts to just try and get my phone back. After I made the mistake of formating everything includeing the boot, and other internal components. Was pure luck, but it works. I know now it wasn't the format of the SD Card nor the sd card itself, cause I have tried several. Also used to think it was the file system, cause I used to get the cards working again by formating and then pasteing saved files/folders from an earlier back up. Also have factoy reset many times, that doesn't fix it, and reflashing a ROM sometimes does appear to work, but I think its because of restucture of the file system during that process. Anyway let me know if this helped you.))))
I have same problem with SD card, but I think it is not really broke but rather software problem.
I want to fix problem without removing screen or anything, can anyone help?
I have the Chinese recovery installed.
DaltonMaltese said:
Can't this help? :got this from android website: ((((( I have been fighting this issue for 6 months, off and on. Used to think it was the SD Cards, but have concluded its got to be software. I used different methods to fix it, but over trial and error I think I found the easiest way.
Reboot into Recovery, go to advanced options. Select to mount via USB, then connect to a pc. May take a few times plugging in and out, till you get the sd card drive to appear on your pc. Once you get it, back out of usb mount. Disconnect the cord, and verify your sd card is mounted. I just go into the install a zip from sd card option, if I see files/folders I know its mounted. back up and select the restart device.
This method I stumbled on, in my efforts to just try and get my phone back. After I made the mistake of formating everything includeing the boot, and other internal components. Was pure luck, but it works. I know now it wasn't the format of the SD Card nor the sd card itself, cause I have tried several. Also used to think it was the file system, cause I used to get the cards working again by formating and then pasteing saved files/folders from an earlier back up. Also have factoy reset many times, that doesn't fix it, and reflashing a ROM sometimes does appear to work, but I think its because of restucture of the file system during that process. Anyway let me know if this helped you.))))
Click to expand...
Click to collapse
Thanks for the suggestion. Unfortunately, it didn't help.
Got exactly the same problem.. and this is what I have found out so far
If you go to mnt folder using programs like root explorer or rom tool box you will notice 2 folder.. 1st called sdcard which is your internal card and sdcard2 which is the external card
under scard card there are some letters which indicate the permission level it has but under sdcard2 it only shows -----, I manually changed the permission for sdcard 2 (normally long click on the folder name and select permission from the menu) once I done that the external sdcard started to work fine, however when I reboot the phone the sdcard2 lose the permission again
Also, I contacted the guy who I bought the phone from (efit) who told me to open the phone and take the sdcard out and then put it in again and that should make it work, I managed to remove the screen off (not really sure but I think the 2 screws beside the lightning connector is for decoration only).. as you can see from the phone there is no way to access the sd card (unless I did something wrong here)
I contacted efit asking him for some instructions on how to open the phone but I couldn't find the sd card and now he is telling because I opened the phone myself I lost the warranty... what a scum bag !!!
tried the mount to usb thing but that didn't work..
hopefully will find a solution soon
Thanks for this, I almost opened my phone for nothing.
I went to a store to get it open but one of the screws would not come lose, so they didn't try further.
Stupid problem with SD, hope someone will find solution soon.
But you managed to get it working until reboot?
With my phone in mnt folder: sdcard has no permissions and sdcard2 has ---rwxr-x as permission.
What should I change there?
Thanks
ciao
alduleimi said:
Got exactly the same problem.. and this is what I have found out so far
If you go to mnt folder using programs like root explorer or rom tool box you will notice 2 folder.. 1st called sdcard which is your internal card and sdcard2 which is the external card
under scard card there are some letters which indicate the permission level it has but under sdcard2 it only shows -----, I manually changed the permission for sdcard 2 (normally long click on the folder name and select permission from the menu) once I done that the external sdcard started to work fine, however when I reboot the phone the sdcard2 lose the permission again
Also, I contacted the guy who I bought the phone from (efit) who told me to open the phone and take the sdcard out and then put it in again and that should make it work, I managed to remove the screen off (not really sure but I think the 2 screws beside the lightning connector is for decoration only).. as you can see from the phone there is no way to access the sd card (unless I did something wrong here)
I contacted efit asking him for some instructions on how to open the phone but I couldn't find the sd card and now he is telling because I opened the phone myself I lost the warranty... what a scum bag !!!
tried the mount to usb thing but that didn't work..
hopefully will find a solution soon
Click to expand...
Click to collapse
DaltonMaltese said:
Thanks for this, I almost opened my phone for nothing.
I went to a store to get it open but one of the screws would not come lose, so they didn't try further.
Stupid problem with SD, hope someone will find solution soon.
But you managed to get it working until reboot?
With my phone in mnt folder: sdcard has no permissions and sdcard2 has ---rwxr-x as permission.
What should I change there?
Thanks
ciao
Click to expand...
Click to collapse
Do you have manuxo rom or pure ICS installed on the phone because I've noticed that with manuxo rom sdcard2 have no permission but with pure ICS sdcard is the one with no permission.. which I thought it's a bit strange
I have asked before in this forum if anyone with working sdcard to share what permission they have but no one answered !
alduleimi said:
Do you have manuxo rom or pure ICS installed on the phone because I've noticed that with manuxo rom sdcard2 have no permission but with pure ICS sdcard is the one with no permission.. which I thought it's a bit strange
I have asked before in this forum if anyone with working sdcard to share what permission they have but no one answered !
Click to expand...
Click to collapse
I Installed the Manuxo rom v1.28, sd card problem happened week later.
I installed like viber, skype, whatsapp, facebook, soundcloud, simpsons tapped out, angry birds and all that stuff on phone, transferred to sd.
And just all of a sudden, when phone was lying there, it gave error, I rebooted and I lost everything..
But I can still see the fotos on sd card2 through file explorer. Weird stuff.
OK, let's wait for answers of other users I guess.
I also mailed to androidsale what to do, he said try to pull it out and try it a few times, maybe not good connected with sd slot pin, but I can't believe that because phone still finds SD in ROM TOOL lite.
Thanks for your time and effort in this problem!!
vnman said:
you can first try to re-flash the phone to the original ROM using SP Flash Tool...
Click to expand...
Click to collapse
Can you tell me how to do this?
Getting desperate...
Thanks
Hello, I have the same problem with my goophone i5 v88 I can't mount the sd card (16GB)
I have try to remove my screen but I have the same problem I can't found the sd card (just my sim card...)
Adb shell
you can connect the phone to pc and use adb available with mtk droid tools to force format the sdcard.
Adb shell
Fdisk (search google for how to use fdisk)
If the phone is rooted and has cwm you can format sdcard via cwm.
vnman said:
you can connect the phone to pc and use adb available with mtk droid tools to force format the sdcard.
Adb shell
Fdisk (search google for how to use fdisk)
If the phone is rooted and has cwm you can format sdcard via cwm.
Click to expand...
Click to collapse
Thank you very much for the response!!
But I am a noob and don''t know how to do it all, first adb is installed and made available.
Then I installed mtk droid tools. It gives this in info :Free space: system- 251M; data- 153M; sdcard2- 1G; C:\ 75544M
But I don't know how to format now.
Do I have to enter a command in the adb terminal?
Do I have to combine Fdisk and adb shell?
I's not rooted cwm with me, its the chinese recovery from Mayiaandjay from youtube.
Many thanx for the help, almost was going to use it as a picture frame
I do not have access to my PC right now but...
On the right of MTK Droid Tools there are 3 buttons "Root" "ADB Terminal" "Reboot"
Root the phone by pressing "Root", and follow instructions...
Pres "ADB Terminal" to enter Windows command shell, type "adb shell" (without the quotes) to enter the phone shell. Next type fdisk then "enter" and see what comes up...
type "mount" also to find out where your sdcard mounted...
Then search with Google for how to format sdcard...
vnman said:
I do not have access to my PC right now but...
On the right of MTK Droid Tools there are 3 buttons "Root" "ADB Terminal" "Reboot"
Root the phone by pressing "Root", and follow instructions...
Pres "ADB Terminal" to enter Windows command shell, type "adb shell" (without the quotes) to enter the phone shell. Next type fdisk then "enter" and see what comes up...
type "mount" also to find out where your sdcard mounted...
Then search with Google for how to format sdcard...
Click to expand...
Click to collapse
Ok, great, but I can't find the root Button on MTK :/ .
Guess it's alreay rooted..
I'm now in adb shell but where do I check mount usb.
Also my sdcard is not recognised by windows so how can I format?
Thanks and sorry for my noobness
DaltonMaltese said:
Ok, great, but I can't find the root Button on MTK :/ .
Guess it's alreay rooted..
I'm now in adb shell but where do I check mount usb.
Also my sdcard is not recognised by windows so how can I format?
Thanks and sorry for my noobness
Click to expand...
Click to collapse
This is where I got.:
How can I mount or unmount the SD Card using ADB?
The sdcard can be umounted by using the umount command.
unmount /mtn/sdcard/.android_secure
how can it be remounted again :
mount /mnt/sdcard/.android_secure
.
Type mount sdcard next to the "#" sign & press enter...
You will need to know the mount point also if you intend to mount the external card.
As an example:
su mount -o bind /mnt/emmc /sdcard/external_sd
.....................
Like this? And I need to write sdcard2 instead of sdcard I guess?
or this:
First, on your phone, go into Home -> Settings -> SD card & phone storage, then click on "Unmount SD card"
Then, in your shell, do the following.
Code:
adb shell
mkfs.vfat /dev/block//vold/179:1
Then go back to the phone and mount the SD card again. Of course, it would probably be easier to just click "Format SD card," rather than going through adb.
.....
Difficult, don't want to brick my phone..
Many thanks

Categories

Resources