Unable to write internal SD?! o_O - Android Q&A, Help & Troubleshooting

Hi all, there's something bothering me for long.
I have a tablet with internal SD (nand one) and an external SD.
Now I can read contents in internal SD but can't write it. I checked up with root explorer, finding the file sysytem is "read only". After toggling it to R/W, the storage can be written by root explorer but still can't by other apps.
Can anyone help me plz? A lot of thanks!
================ EDIT ================
p.s. When connected to PC as massive storage device, it can be read and written.
Sent from my W6HD using xda app-developers app

Because its internal memory of tablet like root memory of android phone..
So you can write it with root explorer only...
we all should be polite enough to press thanks for anyone who helped US.

AJ88 said:
Because its internal memory of tablet like root memory of android phone..
So you can write it with root explorer only...
we all should be polite enough to press thanks for anyone who helped US.
Click to expand...
Click to collapse
thanks but sorry, nah, I'm pretty sure the internal sd is not the root memory. when I download a file, it is meant to be saved in "Download" folder of the internal SD.

cdljl2005 said:
thanks but sorry, nah, I'm pretty sure the internal sd is not the root memory. when I download a file, it is meant to be saved in "Download" folder of the internal SD.
Click to expand...
Click to collapse
You are correct. What are the permissions of the files/folders on there?

Theonew said:
You are correct. What are the permissions of the files/folders on there?
Click to expand...
Click to collapse
The whole SDCARD folder is r/o...
I tried in terminal to mount it as r/w, but writing still fails.
then I tried connecting it to PC and formatting it FAT32... and the formatting failed!
Now i've got a tab without internal SD... guess I have to flash the system again...
Hope there's nothing wrong with the hardware.
Could you please gimme some advice? thanks!

cdljl2005 said:
The whole SDCARD folder is r/o...
I tried in terminal to mount it as r/w, but writing still fails.
then I tried connecting it to PC and formatting it FAT32... and the formatting failed!
Now i've got a tab without internal SD... guess I have to flash the system again...
Hope there's nothing wrong with the hardware.
Could you please gimme some advice? thanks!
Click to expand...
Click to collapse
Try a clean install of your ROM. If the problem still exists, try a different ROM. That should determine if its as software/hardware problem.

Theonew said:
Try a clean install of your ROM. If the problem still exists, try a different ROM. That should determine if its as software/hardware problem.
Click to expand...
Click to collapse
Yeah that's what I've decided to do...

Related

[APP] Root All to SD

Has anyone tried this app for Data2SD?
I stumbled upon this app while taking a stroll in the Market. And wanted to share it with y'all.
And, NO, I am not the dev of the app.
☞ The Dev is WindowsNT. ★
I would've tried it myself, but I already have Data2SD on my phone. It might help those who need Data2SD.
Root All to SD -
http://market.android.com/details?id=rappsd.v1
Sent From My Galaxy 3.
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
WindowsNT said:
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
Click to expand...
Click to collapse
Does it do all this automatically.. I mean is there any special script or kernel required..?
Sent from my GT-I5800 using XDA Premium App
1. You first use the "storage" menu to create a storage file (default 500MB) to be used as a partition. This partition is then automatically formatted to ext2 and mounted on the device startup.
2. From the "apps" menu you select an application and you have a list of the movable files.
3. You move/restore the files you wish.
Of course, don't do it for applications that start on boot, because the storage won't be mounted until the sd card is visible.
WindowsNT said:
1. You first use the "storage" menu to create a storage file (default 500MB) to be used as a partition. This partition is then automatically formatted to ext2 and mounted on the device startup.
2. From the "apps" menu you select an application and you have a list of the movable files.
3. You move/restore the files you wish.
Of course, don't do it for applications that start on boot, because the storage won't be mounted until the sd card is visible.
Click to expand...
Click to collapse
Is this only for 2.2 or can it be used for 2.1?
It can be used with 2.1 as it doesn't move the app itself (as the 2.2 system does), it moves the internal data in /data/data/<package>.
(requires root).
Glad to see the Dev himself here.
Hope many people benefit from this App.
Sent From My Galaxy 3.
Hell mate. I tried this with 500mb.
It stuck at 25mb which is like 5%
Then i formatted my sd card and tried with 50mb and again it stuck at 25mb.
Why is this problem occuring ? Also i have a 16gb sdhc which is class2
Hm, perhaps a problem with your SD card ?
Try this from shell:
dd if=/dev/zero of=/mnt/sdcard/rallsd/storage bs=1024 count=102400 (for 100MB).
this is similar to the command used by my app. If it also stucks, then it seems that there's an error with your SD card (chkdsk ?)
If it works, notify me and I 'll take a look.
WindowsNT said:
Hm, perhaps a problem with your SD card ?
Try this from shell:
dd if=/dev/zero of=/mnt/sdcard/rallsd/storage bs=1024 count=102400 (for 100MB).
this is similar to the command used by my app. If it also stucks, then it seems that there's an error with your SD card (chkdsk ?)
If it works, notify me and I 'll take a look.
Click to expand...
Click to collapse
This dint work too
Then, a storage card issue.
Perhaps a chkdsk would help.
hi,
i installed the app n also created the storage file of (1024) n it successfully finished,but it says that storage is not mounted n when i try to mount it, it says mount attempt n nothin happens.
please help.
sinahidden said:
hi,
i installed the app n also created the storage file of (1024) n it successfully finished,but it says that storage is not mounted n when i try to mount it, it says mount attempt n nothin happens.
please help.
Click to expand...
Click to collapse
I got the same issue also, thought it would be nice if the app was more transparent
SmallWalrus said:
I got the same issue also, thought it would be nice if the app was more transparent
Click to expand...
Click to collapse
Heh, reply to self, but I managed to work around the initial problem by simply deleting off the storage file, and creating a smaller (128mb) one
hi, i have 2 questions before ill give it a try.
is the app able to allocate free space from the sd card to create the partition
or do i have to wipe the sd completely before ?
will the app interfere in any way with already installed and normal moved apps ?
thanx in advanced, stavro
Doesn't work on my Archos 7ob eReader (Eclair 2.1). Once the second part created by Root All to SD, it doesn't recognize its job ! Worse, Windows can't at all read the SD Card.
WindowsNT said:
I 'm the dev.
I 'd be happy to answer any questions. The app simply creates and formats a storage in the SD, then links data from apps to that partition.
Click to expand...
Click to collapse
no answeres on my question ???
Sent from my HTC Wildfire using Tapatalk
in the meantime i am using link2sd on my rooted stock rom.
works perfect. i just had to create a second partition on my sd card
(no need to wipe the sd) and start the application. no "not enough memory" problems anymore
SmallWalrus said:
Heh, reply to self, but I managed to work around the initial problem by simply deleting off the storage file, and creating a smaller (128mb) one
Click to expand...
Click to collapse
i used 340mb and it work perfect!
Three questions
I have three questions:
1) How can I reduce size of allocated memory space (I have mount 2 GB but now I see that is to much for my needs)
2) What happens with files that are on mounted partition if I uninstall Root all to SD app? How can I move it back to the original place?
Thanks in advance!

need some help to restore my prime!

i rooted my prime and deleted some system apps.
now i want to update to .21 and is not possible (red triangle every time).
i factory restore my prime and unroot it and have the same result.
any1 knows how can i update my prime without unlock it and flash the stock rom?
thank you very much1
You can do a manual update. Search for this in the forum and you will find the guide.
Sent from my Optimus 2X using XDA
jason1993 said:
You can do a manual update. Search for this in the forum and you will find the guide.
Sent from my Optimus 2X using XDA
Click to expand...
Click to collapse
Unzip .21
Unzipped file will be another zip
Put that zip on the root of storage
Reboot
this is what i found but i would like to know what does it means by root storage and do i put the file in my micro sd card or internal storage?
thank you
K999rrl said:
Unzip .21
Unzipped file will be another zip
Put that zip on the root of storage
Reboot
this is what i found but i would like to know what does it means by root storage and do i put the file in my micro sd card or internal storage?
thank you
Click to expand...
Click to collapse
internal sdcard
K999rrl said:
this is what i found but i would like to know what does it means by root storage and do i put the file in my micro sd card or internal storage?
thank you
Click to expand...
Click to collapse
By root storage, it means not in a folder on the sdcard.
If you think of the sdcard as a folder with many sub-folders, then you do not want it in one of the sub-folders, but in the sdcard folder itself.
I hope that makes sense and hasn't confused you further.

[Q] Unable to Delete funny character file in Internal Storage

Hi everyone,
Few days back when I was in Sammy LSJ ROM, I noticed there is a file already created and I am experiencing difficulty to delete this file from the Internal Storage.
Location:
/sdcard/00/01/02/03/
Inside this path, there is a file with weird character name in 0 byte.
I already try to delete that file (also try with the folder 03) from:
>> Root Explorer --> unable to go inside folder 03
>> My Files (comes with the OS) --> only can see one file with 0 byte
>> ES Explorer --> found three files in it, all with 0 byte
None of it allows me to delete it. :crying:
I did try to remove it from Terminal Emulator with command “rm –rf /sdcard/00/01/02/03/” but not successful, since I have limited knowledge on linux command line. You may refer the screenshot that I have attach in here.
My Current OS in SGS2 : WanamLite v14.1 LSD – 4.1.2
Appreciate can someone guide me how to permanently remove it? :fingers-crossed:
Thank you.
Bump.... any help is highly appreciated. :fingers-crossed:
One sure way would be to backup needed data and then format /emmc (internal) or /sdcard (external) via cwm and re-install rom.
TheATHEiST said:
One sure way would be to backup needed data and then format /emmc (internal) or /sdcard (external) via cwm and re-install rom.
Click to expand...
Click to collapse
Thanks for the suggestion.
I format /emmc from CWM and check again my phone, unfortunately both folders and file remain there.
Torch internal SD
Sent from the little guy
gastonw said:
Torch internal SD
Sent from the little guy
Click to expand...
Click to collapse
Thanks for the response.
I'm sorry... would you please explain further on "torch Internal SD".... I'm confuse.
Your help is much appreciated.
"Set you sd card on fire"
Sent from the little guy
gastonw said:
"Set you sd card on fire"
Sent from the little guy
Click to expand...
Click to collapse
LOL... I definitely will do so if I have another spare phone!
Anyway... I'm looking forward to get rid of this problem. :fingers-crossed:
soyusa said:
LOL... I definitely will do so if I have another spare phone!
Anyway... I'm looking forward to get rid of this problem. :fingers-crossed:
Click to expand...
Click to collapse
So you've formatted int sd card and those files still there?
Sent from the little guy
gastonw said:
So you've formatted int sd card and those files still there?
Sent from the little guy
Click to expand...
Click to collapse
Yes...
I did backup all my files in Internal Storage to PC before format via CWM for emmc (Internal Storage).
That's one resilent folder than.
Sent from the little guy
gastonw said:
That's one resilent folder than.
Sent from the little guy
Click to expand...
Click to collapse
This mean I cannot delete it for good?
Yes you can, by torchin internal SD
Sent from the little guy
I have the exact same problem. But a corrupted file in android/obb, this file stays there after ive fornatted emmc. And on any rom. And cant be deleted.
Sent from my GT-I9100 using Tapatalk 2
celderic said:
I have the exact same problem. But a corrupted file in android/obb, this file stays there after ive fornatted emmc. And on any rom. And cant be deleted.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Rename folder and delete. I did it and i was luck:good:
celderic said:
I have the exact same problem. But a corrupted file in android/obb, this file stays there after ive fornatted emmc. And on any rom. And cant be deleted.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I'm out of idea how to delete it... the file cannot be deleted.
I guess I have to ignore it. :crying:
anang1979 said:
Rename folder and delete. I did it and i was luck:good:
Click to expand...
Click to collapse
This doesn't work for me
Rename the folder is not a problem, only after attempt to delete it this remain there.
Try this... It worked for me
soyusa said:
I'm out of idea how to delete it... the file cannot be deleted.
I guess I have to ignore it. :crying:
This doesn't work for me
Rename the folder is not a problem, only after attempt to delete it this remain there.
Click to expand...
Click to collapse
Connect your phone to a windows computer via mass transfer mode. Then right click on the internal SD card icon and go to properties and check disk for error. It happened with me. Some bad sector was built up. This process removed those files and my bad sector was also removed. You can also defragment your drive from here. I did mine.
I hope it helps...
Best of luck.
arcopidia said:
Connect your phone to a windows computer via mass transfer mode. Then right click on the internal SD card icon and go to properties and check disk for error. It happened with me. Some bad sector was built up. This process removed those files and my bad sector was also removed. You can also defragment your drive from here. I did mine.
I hope it helps...
Best of luck.
Click to expand...
Click to collapse
Thanks for the suggestion. :good:
Whenever I connect my phone to PC (USB mass storage), I shall see a pop up windows to perform check disk for the phone (Internal Storage).
So I choose "Automatically fix file system errors" and "Scan for and attempt recovery of bad sectors".
Then I remove the phone and reconnect back, it will prompt the same windows.
Using defragment from PC did not solve the problem as well.
At the end... I managed to solve my problem by formatting the Internal Storage from Windows:
- connect the phone as "USB mass storage"
- select full format from PC on Internal Storage
That's all... now the annoying folder 00 no longer appear.
**I'm not sure format from Windows will damage the partition in Phone's Internal Storage? I rebooted the phone and check again, the storage remain as 11.50GB, I guess should be all fine now.
And you didn't have to torch it after all.
+1
Sent from the little guy
soyusa said:
Thanks for the suggestion. :good:
Whenever I connect my phone to PC (USB mass storage), I shall see a pop up windows to perform check disk for the phone (Internal Storage).
So I choose "Automatically fix file system errors" and "Scan for and attempt recovery of bad sectors".
Then I remove the phone and reconnect back, it will prompt the same windows.
Using defragment from PC did not solve the problem as well.
At the end... I managed to solve my problem by formatting the Internal Storage from Windows:
- connect the phone as "USB mass storage"
- select full format from PC on Internal Storage
That's all... now the annoying folder 00 no longer appear.
**I'm not sure format from Windows will damage the partition in Phone's Internal Storage? I rebooted the phone and check again, the storage remain as 11.50GB, I guess should be all fine now.
Click to expand...
Click to collapse
Hi I have the same problem, what file system do you use when formatting from windows?

[Q] How to swap External SD card and Internal SD card in Android 4.4?

My Internal SD card has broken,and all swapping solutions are not work in android 4.4
obenzorro said:
My Internal SD card has broken,and all swapping solutions are not work in android 4.4
Click to expand...
Click to collapse
Have you tried formatting it to restore it first? It will delete everything on there, but will keep you an SD card
wkenworthy10 said:
Have you tried formatting it to restore it first? It will delete everything on there, but will keep you an SD card
Click to expand...
Click to collapse
I tried to formatting internal SD card in recovery mode,but it can't be mounted.
obenzorro said:
I tried to formatting internal SD card in recovery mode,but it can't be mounted.
Click to expand...
Click to collapse
There is hope. I can link all the files to you later because I'm busy now, but I can tell you the way. I'm assuming you already have Odin and all the stock .pda and .tar files. So first flash the .pit and .tar and then flash the .pit and a file called dbdata which should be everywhere if you look for it. The dbdata file should mount your system and fix that problem. Also make sure you have re-format checked. If I remember right just playing around with those helped me with the same problem. I think the dbdata didn't work the first few tries then I tried something else and it worked
Click to expand...
Click to collapse
Someone in another thread had close to the same problem, this method might wipe your sd, it might not I can't remember, but I don't think it should.
Here is where you can find all the stock files
Here is the dbdata file
EDIT: You should probably also know this will put you one pure-unrooted-straight from the factory-stock.
Did you solve your problem? Share it!!
wkenworthy10 said:
Someone in another thread had close to the same problem, this method might wipe your sd, it might not I can't remember, but I don't think it should.
Here is where you can find all the stock files
Here is the dbdata file
EDIT: You should probably also know this will put you one pure-unrooted-straight from the factory-stock.
Click to expand...
Click to collapse
I tried to flash JFD & dbdata.rfs(use odin3) without external SD card,it doesn't work.When it restart ,there is a error: Can't mount /dev/block/mmcblk0p1
I think my Internal SD card has broken,so the only way is swapping external and internal SD card. Now the question is i don't konw how to swap them in Android 4.4,all the old ways have failed.
In android 2.3~4.2 ,I swap them by edit /system/etc/vold.fstab
In android 4.3,vold.fstab has gone,I swap them by edit /system/build.prop
But in android 4.4, it also doesn't work
obenzorro said:
In android 2.3~4.2 ,I swap them by edit /system/etc/vold.fstab
In android 4.3,vold.fstab has gone,I swap them by edit /system/build.prop
But in android 4.4, it also doesn't work
Click to expand...
Click to collapse
can you point me to how you did the swap for 4.3. Thanks in advance!

Cant delete files from ext sd

Hello, its like the title, suddenly i cant delete files from ext sd, when i connect the phone to the pc i can, but not from the Es Explorer or stock explorer, im on Omega rom, really is my son phone, i dont know what he do.
Thanxs and sorry for my english
does it say its a read only system when you try to delete a file from there?
banjara said:
does it say its a read only system when you try to delete a file from there?
Click to expand...
Click to collapse
Thnaks for the answer,it just say cant delete the file,anyway, is the ext sd,no special permission requiere,isnt it?But i try to change all permission from ro to rw and got the same problem.
maxxxz said:
Thnaks for the answer,it just say cant delete the file,anyway, is the ext sd,no special permission requiere,isnt it?But i try to change all permission from ro to rw and got the same problem.
Click to expand...
Click to collapse
Had the same issue after flashing a new kernel. Had to mount my device as USB storage to my PC, backup the data and format the external card (make sure you don't format the internal one). That should solve your problem.
However, I faced the same issue after flashing a new kernel. Looking for an answer myself.

Categories

Resources