Internal memory cannot be accessed - Galaxy Tab Q&A, Help & Troubleshooting

Hi friends I'm using Sgt p1000 aokp #40 build everything is great when I connected my tab to PC both internal as well as external memories popped up and I got accessed both
But I recently done some procedure for identication of external memory through file manage it follows
''create emmc.sh on sdcard
open emmc.sh
copy thus command busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
to emmc .sh
save it
open script manager.. you can download on playstore
choose emmc.sh
klik boot,, then run it.,
done''
This worked fine now I can detect my external SD on phone through file managers but couldn't access my internal memory(inbuilt) memory when I connect to PC...plz help....
Sent from my Galaxy Tab (CM10) using xda Premium
Sent from my GT-P1000 using xda app-developers app

http://db.tt/xw8e5EXD
download that..
Sent from my GT-P1000 using xda app-developers app

not working dude.....any other way??

sagargiet said:
not working dude.....any other way??
Click to expand...
Click to collapse
YOU ARE ON AOKP BUILD#40...ARE U KIDDING ME?????ALL THIS TIME I WAS THINKING THAT U WERE ON CM10.....emmc(external sdcard) works fine in AOKP build#40(it's already mounted)......(you can find it here....mnt/emmc)There is already a folder named emmc in the root of your directory and the external card is mounted to it......
Those busybox lines now mounted your ext sd card to (sdcard/emmc) and hence you can't get it mounted on to your pc
Click to expand...
Click to collapse
Disable the running script...uninstall smanager.....and u should be fine.....
you can find all your external card content in the root of the directory.......A folder named emmc...

But I didn't find it on astro file man before this script manager process.. how to stop the script plz reply
Sent from my GT-P1000 using xda app-developers app

sagargiet said:
But I didn't find it on astro file man before this script manager process.. how to stop the script plz reply
Sent from my GT-P1000 using xda app-developers app
Click to expand...
Click to collapse
1.Open smanager and then click the menu button>>>>>>click on list option>>>>>>>(there u will find emmc script file)click on it>>>>>Disable boot and superuser by clicking on them>>>>>>and then save it>>>>>>reboot>>>>and it's done.....
To find your external card content>>>>>open root explorer>>>>>>go to emmc folder which is in the root of our sdcard....no need to open sdcard folder....

Done now I can access my both ads on PC but cannot find external SD contents in the emmc folder in root...using es file explorer.
Sent from my GT-P1000 using xda app-developers app

Related

exeternal sd card path

hey guys.
I want to use easy mp3 downloader to install music to my ext sd card but the folder for the external sd card is in /
and the app only downloads to the internal sd card so i cant get the path to it.
Anyone ever have this problem or find a way past it?
contact the dev and have them add support for the ext-sd i believe would be the only way unless you opened the .apk and modified it yourself
I'm sure there is a way to change mount points. Tweet and ask Hash. He actually responds very well on Twitter. Or google Android remount sdcard.
Sent from my XT862 using XDA
MrObvious said:
I'm sure there is a way to change mount points. Tweet and ask Hash. He actually responds very well on Twitter. Or google Android remount sdcard.
Sent from my XT862 using XDA
Click to expand...
Click to collapse
could anyone link me to his twitter?
@hashcode0f
Sent from my XT862 using XDA

[Q] android_secure location on external_sd

I don't know if the following is unique to my cappy.
the .android_secure folder is mounted on the external_sd. it's mounted ro, with d---- permissions.
no x, so no reading contents, but when copied via adb, the contents are all there. So, a second question- how to move it back to usb storage (aka sdcard)?
I am running Corn 7.06 GB. mostly stock, rooted.
Thanks.
Sent from my SAMSUNG-SGH-I897 using xda app-developers app
Hmm... "copy" and "paste"?
directory permissions only d without x, so copy wont do.
even so, I am not sure that there isn't a piece of code somewhere wont see or place the folder in usb storage. guess I could remount as read write, copy it, shut down and how it boots. as it is, when I unmount the sd card and remove, then reboot, many of the apps wont run. it used to be that these sdcard apps were placed on the internal sdcard, aka usb storage. I've been using tibu pro to move the apps to 'sdcard'. maybe tibu is responsible?
Sent from my SAMSUNG-SGH-I897 using xda app-developers app

[SD-EXT] Script to mount SD-EXT at boot

Many people have it but those who don't, need it badly
Very Big Thanks to Fire rat for sharing his knowledge with us
Here is his thread:-
http://forum.xda-developers.com/showthread.php?t=679572
What does it do?
If you have any second partition of SD Card
(ext2, ext3, ext4), it makes a directory SD-EXT in the root of mobile and mounts it at every boot.
NOTE: It is not a script for moving any Data or App from Internal memory to EXT Partition, it just creates that directory.
Its for those who are not using(or even using) any script for moving data to next partition and want to just make a prominent directory of SD-EXT.
For eg, if someone is using Link2SD, then the second partition is mounted as /data/sdext2 and not as /sd-ext
So they can't, well, do a lot of things.
Required:-
*Custom ROM with init.d support
*Busybox(not sure if compulsary, but it would be better to have it)
*Root Explorer
*Patience
*Mind
Method:-
1. Download the file in the attachment. Extract it.
2. Go to Root Explorer.
3. Copy the file (03mountsd) you just downloaded.
4. Go to /system/etc/init.d (There is also a shortcut- /etc in root of phone, both are same, NO PROBLEM)
5. Select Mount as R/W.
6. Make backup of your 03mountsd(some files for mounting SD Card may be different from 03mountsd, so you have to use common sense and choose the script which is used for mounting SD Card) [In special condition, there may be no script for mount the SD Card Partition, if so, skip thus step]
7. Paste the downloaded file in there.
8. Set Permissions. Every block must be ticked
Tick means X here
Read Write Execute
...X........X..........X......
...X........X..........X......
...X........X..........X......
9. Reboot
If correctly and successfully done, you will see SD-EXT directory in root of your phone after reboot
If it is not seen, reboot your phone
If again, check again if you had pasted it properly
If again, Download SManagerAds
Select to browse as root
Browse to /system/etc/init.d
And click on 03mountsd and click on (android skull with crossbones)[Root] icon and (blue gear)[Boot] icon and click save and Reboot.
Download
View attachment SD-EXT.zip
Regards
IamAreebJamal
Hmm good post but corn mode script solves this all .
If i helped you there is a tiny button in lower left side (thanks) click it
debsattam said:
Hmm good post but corn mode script solves this all .
If i helped you there is a tiny button in lower left side (thanks) click it
Click to expand...
Click to collapse
Cronmod doesn't work for me and many other users
And also for those who don't want to use scripts for transferring the data
i think this is the same method that i use and lost my IMEI number
marchellei said:
i think this is the same method that i use and lost my IMEI number
Click to expand...
Click to collapse
No; I am using it and I have IMEI
iamareebjamal said:
No; I am using it and I have IMEI
Click to expand...
Click to collapse
is this better than cronmod?
marchellei said:
is this better than cronmod?
Click to expand...
Click to collapse
I told you bro that it does not move any apk or data to sd-ext
This looks like it might solve a problem for me because I'm running both Titanium Backup and Link2SD and wanted to use TB to move app data to my ext2 partition.
Unfortunately I'm still using a stock ROM, so there isn't an init.d available to modify. However, I am using SManagerAds to run a V6 Supercharger script at boot. Does the 03mountsd script need to be in init.d?
Updated
Can anyone explain. ME the 6th step
And where can I find 03mountsd????
Thank you
Sent from my GT-S5830i using xda premium
I already have this sd- ext on my root. I am not using an scrpts. I just partioned my SD card and using Link2SD to move apps to sd
Sent from my GT-S5830i using xda premium
Can anyone explain it
rahulnandwani said:
Can anyone explain it
Click to expand...
Click to collapse
?????????????????????????
Sent from my GT-S5830i using xda premium
rahulnandwani said:
?????????????????????????
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Nobody??????
Sent from my GT-S5830i using xda premium
iamareebjamal said:
Many people have it but those who don't, need it badly
Very Big Thanks to Fire rat for sharing his knowledge with us
Here is his thread:-
http://forum.xda-developers.com/showthread.php?t=679572
What does it do?
If you have any second partition of SD Card
(ext2, ext3, ext4), it makes a directory SD-EXT in the root of mobile and mounts it at every boot.
NOTE: It is not a script for moving any Data or App from Internal memory to EXT Partition, it just creates that directory.
Its for those who are not using(or even using) any script for moving data to next partition and want to just make a prominent directory of SD-EXT.
For eg, if someone is using Link2SD, then the second partition is mounted as /data/sdext2 and not as /sd-ext
So they can't, well, do a lot of things.
Required:-
*Custom ROM with init.d support
*Busybox(not sure if compulsary, but it would be better to have it)
*Root Explorer
*Patience
*Mind
Method:-
1. Download the file in the attachment. Extract it.
2. Go to Root Explorer.
3. Copy the file (03mountsd) you just downloaded.
4. Go to /system/etc/init.d (There is also a shortcut- /etc in root of phone, both are same, NO PROBLEM)
5. Select Mount as R/W.
6. Make backup of your 03mountsd(some files for mounting SD Card may be different from 03mountsd, so you have to use common sense and choose the script which is used for mounting SD Card) [In special condition, there may be no script for mount the SD Card Partition, if so, skip thus step]
7. Paste the downloaded file in there.
8. Set Permissions. Every block must be ticked
Tick means X here
Read Write Execute
...X........X..........X......
...X........X..........X......
...X........X..........X......
9. Reboot
If correctly and successfully done, you will see SD-EXT directory in root of your phone after reboot
If it is not seen, reboot your phone
If again, check again if you had pasted it properly
If again, Download SManagerAds
Select to browse as root
Browse to /system/etc/init.d
And click on 03mountsd and click on (android skull with crossbones)[Root] icon and (blue gear)[Boot] icon and click save and Reboot.
Download
View attachment 1453784
Regards
IamAreebJamal
Click to expand...
Click to collapse
Thanks dude it work's a treat on my HDC A9300 MTK6575 I had to download the .apk to get it to take but at last a striaght forward look at my partition :victory: Now if I can get TWRP to automaticly make a back it up all would be perfect. :good:
I will spread the news Thanks again.
rahulnandwani said:
Nobody??????
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Sorry bro, this thread got out from my subscribed thread
And I forgot about it
Well, the script is in SD-EXT. zip file attached below.
Could something like this work for this situation?
http://forum.xda-developers.com/showthread.php?t=2227471
Mind of sharing some knowledge?
rahulnandwani said:
Nobody??????
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Basicly, for what I read in the script, it's for mounting the sd-ext partition with appropriate permissions, now what I don't really get is, why would I need that?
Compatibility issues with certain apps?
El_Dark said:
Basicly, for what I read in the script, it's for mounting the sd-ext partition with appropriate permissions, now what I don't really get is, why would I need that?
Compatibility issues with certain apps?
Click to expand...
Click to collapse
I wanted just my sd-ext partition to be present at every boot
At that time, no data2sd or cronmod was working for our mobile
Can u help me !!
i used ungaze script and second partion not mounting as internal memory.
After every reboot the internal memory get back to default state.
as stated in trouble shooting i remove my sd in recovery mode and mounted sd ext by reinserting the sd and it works like charm.
but it cant be done in normal sytem reboot. so anybody please help me in this issue.
Thanks in advance for your helps.
============================================================================================
Hit THANKS if i helped You in this issue
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WANT TO MAKE YOUR GALAXY Y AS A HIGH END DEVICE WITH 1.2GHZ , 1 GB INTERNAL STORAGE , HD GAMING , LAGGLESS
GO THE BELOW LINK
EMPOWER YOUR GALAXY Y
Click here

[Q] Xperia V - move application to micro SD

I have alerte from my V that the memory is almost full
I would like to know how can i move applicatiobn to the micro SD because the only option that i have in the menu "application" is to move from phone to internal storage
Someone have the solution to really use complementary memory or are we limited to the 4gb included into the phone for application ?
Thanks in advance
Use Link2SD. It can move applications to the SD card
Thank you but it doesnt work.
Infact android consider the second part of internal memory as a sd card and don t see the real card to move the application
The V have 3 memories :
Memory of phone
Internal memory
Sd card
The solution should be to invers the internal memoory and the sd card but how ?
Use directory bind. Works perfectly in mine.
Sent from my LT29i using Tapatalk 2
Thanks i m looking forward an easy method to root my phone and i will try it
works good with directory bind.
I have some problem with directory bind.
The default is sdcard/ext scard. I supposed this is gears towards Samsung devices.
How do we do it in V?.
Or any other apps that does the same?
Sent from my LT25i using xda app-developers app
I'm on JB with locked bootloader, how to root, can anyone help?
blackcat510 said:
I'm on JB with locked bootloader, how to root, can anyone help?
Click to expand...
Click to collapse
1. Use the search button and read.
2. Post in the correct threads.
gregbradley said:
1. Use the search button and read.
2. Post in the correct threads.
Click to expand...
Click to collapse
Ok, I know xda rules, just a side question
To OP: I've found this http://forum.xda-developers.com/showthread.php?t=1716166, can you test it as I'm not rooted
wednesday13 said:
Use directory bind. Works perfectly in mine.
Sent from my LT29i using Tapatalk 2
Click to expand...
Click to collapse
can u share your setting on V sir?
bcoz im confused to setup directory bind
thx b4
yes, i sent from my phone using Xda Premium, so what?
Click to expand...
Click to collapse
andrasandhi said:
can u share your setting on V sir?
bcoz im confused to setup directory bind
thx b4
Click to expand...
Click to collapse
Just enter source from ext_card and target to sdcard. Works perfectly. Btw, I let directory bind do the transfer (check transfer files)
Sent from my LT29i using Tapatalk 2
wednesday13 said:
Just enter source from ext_card and target to sdcard. Works perfectly. Btw, I let directory bind do the transfer (check transfer files)
Sent from my LT29i using Tapatalk 2
Click to expand...
Click to collapse
Thanks, will try it when I get home,
Before I try to sdcard1 and everything just crash.
Sent from my LT25i using xda app-developers app
does anyone have problem saving the data into the sdcard when directory bind active ?
i mean , when you copy , for example music, from PC to sdcard through USB cable ,, the copied files unseen in sdcard ...
this only happen when i activate directory bind ,
sony_84 said:
does anyone have problem saving the data into the sdcard when directory bind active ?
i mean , when you copy , for example music, from PC to sdcard through USB cable ,, the copied files unseen in sdcard ...
this only happen when i activate directory bind ,
Click to expand...
Click to collapse
you must unmount all folders before connect to pc man

Please help, what happened to all my storage?

I've been noticing that I have no storage on my one so I cleaned it out causethe section called 'other' says it's using 18 gb so I deleted the nandroid backup I had and now other still says 12 GB it's using and I don't know what else it is. I've cleaned apps, music and my download folder but still that 'other' anyone have any ideas?
Sent from my HTC One using xda app-developers app
Browse through ES File explorer, or any other explorer. You may have a 0 folder which is sitting in /data/0 maybe..
after upgrading I found I had this odd 12 gig file sitting on the root of my sdcard. i deleted it and everything's running fine
No data/0 folder, is there an app that can tell me what the folder is?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Personally all data are used by CWM when you do a backup.
For see and download it, I used Rom Manager.
Fifane
playboypaul said:
No data/0 folder, is there an app that can tell me what the folder is?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
It has to do with how 4.3 and 4.2.2 Roms use the sd card vs 4.1.2. If you manually upgraded to 4.3, the symlinks to your sd card were not created, so you are not seeing music, etc.
I'm on a train right now, so can't point you to the correct threads that talk about this, but search for android 4.2.2 and sd card, emulated, legacy, /data/0 .
Sent from my HTC One using Tapatalk 4
Uve got astro and root browser. My data/0 folder is empty and my HTC one has no lib.dir file that I can find. I've been deleting stuff and still over 12Gb in "other" I'm also using disk usage and no luck. Arrrggh frustrating
Sent from my HTC One using xda app-developers app
playboypaul said:
Uve got astro and root browser. My data/0 folder is empty and my HTC one has no lib.dir file that I can find. I've been deleting stuff and still over 12Gb in "other" I'm also using disk usage and no luck. Arrrggh frustrating
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
how about you check /data/media
history:
4.1.2: sdcard = /data/media
4.2.2+: sdcard = /data/media/0
but nandroids usually are still in /data/media/clockworkmod or /data/media/TWRP
you need a root-enabled browser to view files&folders in /data/media
SD card data is empty,media folder is empty. I am rooted not sure what u mean by root enabled browser but I enabled hidden folders in astro and root browser and deleted bunch of stuff from the cache folder but there's still a lot in there that I cannot delete. After all the new deletes my 'other' is still at over 12GB. It was at 18GB till I erased my clockworkmod backup but this only came about after doing a backup before flashing a rom.
If I had any hair I'd b pulling it out about now
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
playboypaul said:
media folder is empty
Click to expand...
Click to collapse
that's cause the file explorer is not in ROOT mode
Umm no idea there was a root mode I'll look. Nothing indicating a root mode with astro at least only enable hidden files
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
playboypaul said:
Umm no idea there was a root mode I'll look. Nothing indicating a root mode with astro at least only enable hidden files
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
get ES File Explorer (free app), then enable Root Explorer (screenshot attached)
Got it and its enabled but under sdcard/data is empty
Sdcard/ media is empty except for 1 ringtone
Sdcard/clockworkmod has an empty backup folder and a download folder
I don't seem to have a structure that goes
SD/data/media/0
In the data folder there is nothing
I do see a sd/0 which has a bunch of folders which looks same as under sdcard. I've looked in the sd/0/data=nothing
Sd/0/media=nothing
Sd/0/clockworkmod= nothing
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
playboypaul said:
Got it and its enabled but under sdcard/data is empty
Sdcard/ media is empty except for 1 ringtone
Sdcard/clockworkmod has an empty backup folder and a download folder
I don't seem to have a structure that goes
SD/data/media/0
In the data folder there is nothing
I do see a sd/0 which has a bunch of folders which looks same as under sdcard. I've looked in the sd/0/data=nothing
Sd/0/media=nothing
Sd/0/clockworkmod= nothing
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
not sdcard/....
go all the way back to /
then to /data/media
OK I got there, there's lots there.
I checked the same files though and Nada. 0, clockwokmod and the data and media files in this directory are empty also
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
I notice in that directory there's a folder called backup that's got a lot of stuff in it. Would b safe to delete all I wonder. Folder is called com.Google.android
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
playboypaul said:
OK I got there, there's lots there.
I checked the same files though and Nada. 0, clockwokmod and the data and media files in this directory are empty also
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
why not run the "SD Card Analyst" (ES Explorer, see first line of screenshot i posted) in /data/media and see whats taking up space.
Shows file 0 is 6.80GB , obb is 4.18 GB then the DCIM folder is 2.65 GB
Can I delete the obb folder and the 0?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Would I be in trouble if I delete the whole '0' folder?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Got 'other' down to 8.67 GB but still to much, before the backup I made and flashing it was only at 2GB
Sent from my SAMSUNG-SGH-I747 using xda app-developers app

Categories

Resources