[Q] CM10 External SD Card Not Showing - LG Optimus 2x

Hi, I updated my phone with the CM10 nightlies and all is working great so far! I'm still getting used to of the new way of mounting the storage partitions, as now the phone uses primarily the internal storage card, which is better for me.
The problem is, that on some apps I'm having trouble using my SD card.
When I navigate to /storage, most apps don't show up anything (neither sdcard0 nor scard1), but navigating to /sdcard does take me to /storage/sdcard0. This happens even if the app has root access.
Is there any way to change this, or create a link(like /sdcard -> /storage/sdcard0 to /extsdcard -> /storage/sdcard1)
This is what I see on Titanium Backup:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

try es file explorer

Try changing the permissions on /storage
I initially had same issue but resolved it by the said method.
Sent from my SGH-I897 using xda premium

I've tried changing permissions to Read Write and Execute for all three groups to Storage but still got no luck. System doesn't allow me to change permissions to sdcard1 directly.
Apollo and Titanium still can't access the external sd. Any other ideas?

aragorn7 said:
Try changing the permissions on /storage
I initially had same issue but resolved it by the said method.
Sent from my SGH-I897 using xda premium
Click to expand...
Click to collapse
This seems to have done it for me. I enabled full read permissions and only owner write, I left execute as is (all checked) and now Titanium can write and read to my external sd, so no more storage woes for me!
Thanks!

gallery still doesn't work, despite using the refered permission setup. Medscape still doesn't work too. Both tell me there isn't a external sd ...

lionheartpl said:
gallery still doesn't work, despite using the refered permission setup. Medscape still doesn't work too. Both tell me there isn't a external sd ...
Click to expand...
Click to collapse
It might be that those apps are looking for the external sd in the wrong (old) symlinks. See if the following will help you
aragorn7 said:
If you need the /emmc symbolic link, you can create your own in the terminal:
Code:
su
mount -o remount,rw /
ln -s /storage/sdcard1 /emmc
mount -o remount,ro /
Click to expand...
Click to collapse
Sent from my SGH-I897 using xda premium

FINALLY A SOLUTION!
I recalled reading a RC's post that skipping CM7 could cause issues. Actually, he mentions it in the CM10 launch thread, first post.
So I re-installed a stock ROM, installed CM7 wiped data/cache, installed CM10 wiped dalvik, fixed permissions and now it all runs great!
Let's hope it lasts! If it doesn't all try your idea Aragorn.
Thanks a bunch

if you go to the settings > general settings > advanced > access mode and change it to root access mode it will let you go into your external sd card without having to edit in shortcuts hope it works for everyone :victory:

Related

need help with linux swap issues !!!!!

i did the partition, and for some reasons, i exchanged my phone for a new one but after i rooted my phone and flash the cyan rom, and when the phone starts up, the error messages pop up, i think its about the weather widget and calendar widget, saying it's not responding whether to force close or wait. But this is the new phone and fresh new rom i just installed. So I think those programs were still in my sd second partition. My question is, how do i format the 2nd partition or uninstall the apps ? i tried to master reset, but didnt work, and if i plug the usb cord into the computer, i can only see the primary partition but not the secondary one. So now, i cant remove the apps that i installed before, and those error messages pop out everytime when i turn on my phone.
Hope someone here can help me with this
its not ur linux swap part., ur apps are at ext
to clean up ur ext2/3/4
recovery -> alt+x
# mount -o rw /dev/block/mmcblk0p2 /system/sd
# rm -rf /system/sd/*
# reboot recovery
use search next time
oh...but i deleted the partitions and formatted the sd in my computer by right clicking my computer/manage/disk management, then choose the sd card, and i can see it is devided into 3 partitions 1 is 500mb, and one is 373mb and one is 91mb, i deleted one of the partition then 3 partitions merged into one, then i formatted it. But in my phone, it still has the "SD card secondary" section. So should i re partition my sd again like b4 ? and if i dont want to, how do i make the "SD card secondary" go away ?
is this a troll or is he serious?
how do i make the "SD card secondary" go away ?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. There is a Q&A thread. Ask your questions there.
2. There is a sticky guide on that Q&A thread that explains this.
3. Search next time.
This is your first warning.

Help, low on space on newly flashed g1

I have just recently flashed my old G1 to the following
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have only 9 apps installed and I keep getting the 'low on space' message. I can't even update my current apps without getting this message. Any suggestions.
Another question I have is how can I install the Google Talk app? Thanks
Sent from my GT-P6800 using xda premium
well how much space do those apps take? are you putting them on sd? sdext? internal memory? you can use cmtd if you want more room for apps in iternal, you can partition sd card to put apps in ext3 or ext4 if you'd like. you can move them to the fat32 partition but they would be much slower
as for gtalk, just google search "googletalk.apk download" push it with adb or use a file explorer to download it to your phone
Sent from my HTC Vision using xda premium
demkantor said:
well how much space do those apps take? are you putting them on sd? sdext? internal memory? you can use cmtd if you want more room for apps in iternal, you can partition sd card to put apps in ext3 or ext4 if you'd like. you can move them to the fat32 partition but they would be much slower
as for gtalk, just google search "googletalk.apk download" push it with adb or use a file explorer to download it to your phone
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
thanks for the .apk now i just need to figure out how to partition th sd card
ps. i decided to try out CM5, so far it is a lot faster than the rom i had originally flashed. will keep an eye on memory issues.
you have amonra recovery right? back up exerything from sd card to pc, boot to recovery choose partition sd, choose 512mb and no swap, the rest fat32 (this would be my preference but do as you please) wait until finnished, change ext2 to ext3... wait (you can stop here but I prefer ext4)
now put what you want back on sdcard. I beleieve your rom has the ability to automaticly move apps to ext, check in settings... if not that you may have to enable it via terminal
Sent from my HTC Vision using xda premium
demkantor said:
you have amonra recovery right? back up exerything from sd card to pc, boot to recovery choose partition sd, choose 512mb and no swap, the rest fat32 (this would be my preference but do as you please) wait until finnished, change ext2 to ext3... wait (you can stop here but I prefer ext4)
now put what you want back on sdcard. I beleieve your rom has the ability to automaticly move apps to ext, check in settings... if not that you may have to enable it via terminal
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
thank you for the quick tutorial, with cm5 i now have 40.9mb of phone storage(after installing facebook) and 1.77gb on external card. i dont see installing many other apps as this will be a backup phone to my current Galaxy Tab P6800, plus i also have a Galaxy S phone to use as back up as well.

[Q] Really confused about mount points and device names

I'm really really confused about some concepts of the Android OS mounting system.
What is the "/emmc" path? Is it the internal memory mount point or the external?
What does "/sdcard" represent?
Why are they different when the device is in recovery mode than normal?
Please someone shed some light here.
Thanks.
Different Roms use different mount points. For example internal sd is mounted as /sdcard0 in cm10.1 and external sd as /sdcard1.
Samsung prefers /sdcard as internal and /emmc as external. Please someone correct me if I'm wrong.
About the recoveries I don't know. I had a rom which exchanged to internal and external cards in recovery but I don't think that's relevant here
/emmc is embedded multimedia card, so this must be the internal,
/sdcard i believe is also the internal, as it is formatted with a few partitions, space for the /system (ROM) space for the recovery and space for the apps.
i believe they are different in recovery because in recovery it will show its correct name and path (mainly for developers) where as under settings it just shows sdcard because thats what the user will see, and not everyone knows the correct terminology for this so its easier to understand.
then again...what do i know ?? im just making this $hit up lol
Ok.
Let me ask it this way.
How one can know which mount point stands for which hardware entity?
NoobSibot said:
Ok.
Let me ask it this way.
How one can know which mount point stands for which hardware entity?
Click to expand...
Click to collapse
I fail to see why this is different than your previous question ?
Anyways, now you've made me confused too !
For example I'm using Slimbean 4.2.1 beta 1 right now and here's what I found out:
First up, root explorer says the external sdcard is mounted as /extSdCard and the internal (the available internal memory w//o the system partition as azzledazzle pointed out as /sdcard.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
But, Solid explorer says that these two are just links to /sdcard1 for external and /sdcard0 for internal.
As you can see, both are links to /sdcard1 (for external) and /sdcard0 (for internal) respectively. Going to /storage and longpressing on SD card bring it up as mounted under /sdcard1
OI file manager also shows the same results (but unfortunately not the linking part, just that /extSdCard and /storage/sdcard1 are the same place & /sdcard and /storage/sdcard0 are the same.)
The /extSdCard serves no purpose (I think) as MX player ignores it totally.(Don't go for the highlighted fairy tail, there's a folder sdcard1 down the list !)
CWMR uses the /sdcard for external and /emmc for internal.How that comes to be, I've no idea...bcoz according to Root explorer there is no partition such as /emmc although there is /sdcard ,which incidentally, links to internal sdcard as shown above.
I dunno how to take screenshots in CWMR so I can't post the screenshots.(Is that even possible ? I mean, taking screenshots while in CWMR ?)
Can anybody else help us out ?
I really appreciate your input. What I meant by my question was to have concrete way to know what device is mounted where per each ROM.
So according to you there is no organized system in mounting each memory and it's a total mess!
NoobSibot said:
I really appreciate your input. What I meant by my question was to have concrete way to know what device is mounted where per each ROM.
So according to you there is no organized system in mounting each memory and it's a total mess!
Click to expand...
Click to collapse
Wait, I just downloaded a Touchwiz ROM.Let me see if there are any differences.....
Okay, now I'm running Slimwizz(or something like that)
Anyways, here is what I got
AnTek Explorer
No /extSdCard present.
/storage/sdcard0------->Internal
/storage/extSdCard---->External
CWMR gives the same results i.e.
/emmc----->Internal
/sdcard---->External
So I gues it can be safely assumed that CWMR is giving consistent results and hence is right ?
Still doesn't explain what use does the /extSdCard link does in AOSP roms.
some kernels have it swapped, be carefull wiping those.

[Q] Files dissapear from internat SD card after reboot

Hi all
I'm trying to replace the stock ROM on a i9000T variant, specifically tried to install CM10.1
It doesn't work, and I have 2 weird symptoms:
1. I can't really clear data\factory reset. For some reason some of the information on the device (several apps) stay installed even after clearing everything several times, and flashing a stock ROM using Heimdall.
2. Whenever a copy a ROM ZIP file on the internal SD card, whether using normal USB copy or ADB push - the file disappears after a reboot.
Do someone know these problems?
Thanks
It seems I am unable to uninstall user apps as well. The seem to uninstall, but come back after restarting the phone...
mokagi said:
It seems I am unable to uninstall user apps as well. The seem to uninstall, but come back after restarting the phone...
Click to expand...
Click to collapse
This would indicate your Internal SD card is failing , you may need to use External SD card, to act as the Internal Sd card for phone to function. Look at My Android Solutions, link below for
[ 13 & 14] Problem:-Getting this when you try to Boot...
E: format_volume: rfs format failed on /dev/block/mmcblk0p1. or
E: format_volume: rfs format failed on /dev/block/mmcblk0p2 or
Internal SD card unknown or
Internal SD card Unavailable or
Internal SD card cannot be mounted
Check this out!You , YES! you are an " Android ". Not your phone but U.
You Must watch this documentary concerning your privacy Terms & Conditions we had agreed to, by using a PC or Smartphone
How to say Thank you? If you find any post helpful on XDA, please click on the Thanks button
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you are using XDA App or Tapatalk, long press on the post and select :good: Thanks Its easier to give "Feedback" in this manner than make an additional post.​

[Solved] Storage problem - "Storage space running out"

I have a huge problem with my storage, I dont own a SD card just internal storage.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
When I click on notification "Storage space running out" it says:
/system (400MB / 1.48GB)
/data (12.25GB / 12.26GB)
/cache (64.59MB / 378MB)
Is there any way that I can see where is my space wasted? There is just no way my data is 12 GB.. please help!
I tried:
- cache wipe - not working.
Solution: here
ex0rt said:
I have a huge problem with my storage, I dont own a SD card just internal storage.
When I click on notification "Storage space running out" it says:
/system (400MB / 1.48GB)
/data (12.25GB / 12.26GB)
/cache (64.59MB / 378MB)
Is there any way that I can see where is my space wasted? There is just no way my data is 12 GB.. please help!
I tried:
- cache wipe - not working.
Click to expand...
Click to collapse
delete everything in data/media EXCEPT 0, if you're on 4.2.2 or higher version of android. if you're on lower, ONLY delete 0.
Flying_Bear said:
delete everything in data/media EXCEPT 0, if you're on 4.2.2 or higher version of android. if you're on lower, ONLY delete 0.
Click to expand...
Click to collapse
Thank you so much!!
Edit: I've flashed ROM again, but device is not booting (still on LG boot screen), gonna wait some more then report if everything is fine or not
Booted but no service, hope thats not a problem and I will get signal after while.
ex0rt said:
Thank you so much!!
Edit: I've flashed ROM again, but device is not booting (still on LG boot screen), gonna wait some more then report if everything is fine or not
Click to expand...
Click to collapse
i hope you didnt delete some essential stuff x.x
anyway, the explanation of problem - stock 4.1.2 sd card mount point is data/media, it was changed in android 4.2.2 to data/media/0, leading to people transferring from stock rom to custom 4.2.2 rom to having double data for every app that needs it (basically every app that i know of).
anyway, if you're still bootlooping, do the wipe data/factory reset in cwm. you'll boot for sure, now just restore stuff with titanium backup or whatever backup system you have in place.
edit2:
for some people, custom roms have problem with RIL. try rebooting a few times, you should get network connection. if the problem is too annoying for you, check out a tutorial i wrote to replace CM RIL with EPRJ RIL in any custom rom, that should fix any connection problems that are caused by RIL issues.
Flying_Bear said:
i hope you didnt delete some essential stuff x.x
anyway, the explanation of problem - stock 4.1.2 sd card mount point is data/media, it was changed in android 4.2.2 to data/media/0, leading to people transferring from stock rom to custom 4.2.2 rom to having double data for every app that needs it (basically every app that i know of).
anyway, if you're still bootlooping, do the wipe data/factory reset in cwm. you'll boot for sure, now just restore stuff with titanium backup or whatever backup system you have in place.
edit2:
for some people, custom roms have problem with RIL. try rebooting a few times, you should get network connection. if the problem is too annoying for you, check out a tutorial i wrote to replace CM RIL with EPRJ RIL in any custom rom, that should fix any connection problems that are caused by RIL issues.
Click to expand...
Click to collapse
I reflashed rom and wiped cache couple of times, so everything works now. Thank you much for help and great explanation!

Categories

Resources