Problem with roms - T-Mobile LG G2x

Once I install a rom, (phoenixblood/eaglesblood are ones so that ive used so far) I lose functionality of the internal storage as in I cannot use astro file manager to go internal storage. I don't have a micro sd card. ive tried another file manager which shows my mnt/sdcard as blank. I can easily access my storage through cwm when installing zips. Is there a way to fix this?
edit: now on eaglesblood I can access astro without crashing how ever my /mnt/sdcard is empty when it isnt on stock rom. In storage settings it says the info for addiditional storage (/mnt/emmc) is unavailable when on stock rom it shows the total and available space. also when i start astro and go into the directory it says error creating external cache which should help explain why this is happening

They have external as priority for storage you can navigate to it from ::mnt/emmc also look for a "flash mount change" or something close in the Dev section probably a few pages back.
Sent from my LG-P999 using xda premium

I found it here http://forum.xda-developers.com/showthread.php?t=1144553
which one should I install right now i am using eagleblood

Not positive to tell you the truth personally I'd flash mount internal as primary and external as secondary and for ext4 file system that's all I know lol.
Sent from my LG-P999 using xda premium

Related

[Q] Missing Internal SD

Hey sorry if this is posted somewhere else but I dont know where to look and I looked on google for you guys who want to post that google thing.
Anyways, after installing roms from CM7 or even eagle, my internal sd card does not show up in file or root explorer. Its shown in the storage sections but not where i can access the information on there from the phone's file system.
When i restore back to stock (but rooted) rom its back to normal!
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Thanks but how do I use it for normal everyday stuff? I guess i cant with CM7?
Sure you can, just move stuff from sdcard to mnt/emmc with root explorer. I know its a pain and one of the reasons I started a request thread to see if there was a way to bind/combine both partitions into 1 so we'd all have more internal space for installing apps/games.
Sent from my LG-P999 using xda premium
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
jetbruceli said:
Hey thanks for the insight, I will just keep my reg ota with root until a much better version comes out.
Click to expand...
Click to collapse
Do you use an external sdcard with your g2x, or do you use only the internal? There is a potentially easy solution if you want to use CM7 and keep the internal card as your primary. I'll tell you how step by step, but depending on if you use an external card and what you use it for, more or less steps will be involved. So I'll wait for your answer so I can give you the right response.
Sent from my LG-P999 using XDA App
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
jetbruceli said:
Well I have a 32 gb SD installed but like having the internal for apps and clockwork roms
sent from my anti IPhone device
Click to expand...
Click to collapse
I personally prefer to keep my backups and personal data on an external/removable sdcard. Its safer that way in case anything happens to the phones internal memory, all my documents and backups are safe and I can put my sdcard into my computer or another phone to retrieve it. Also, I'd much rather have 32gb of storage for all that rather than the 5gb you'll have with the internal card.
That said, its personal preference and always good to have options. Here's how I have mine setup with CM7 (I'll explain how to achieve the setup you want in a moment):
- My external removable card is mounted at /mnt/sdcard. This is the default setup of CM7.
- My internal sdcard (emmc) is mounted at /mnt/sdcard/_OtherSD. CM7 default is to mount it at /mnt/emmc, which means if I have photos, music and movies stored there they wont show up in some of my apps. By having it mounted to a directory inside my /mnt/sdcard directory, any app that looks at my external sdcard will also see what's stored on the internal sdcard. This is similar to the stock setup, except that with stock the external card is mounted as /mnt/sdcard/_ExternalSD.
But if you want the internal to be your primary sdcard then here are a couple of fixes for you. The quickest fix is this:
- Go to Settings > Cyanogenmod settings > Application
- Select "Use internal storage"
- Reboot phone
- Now your internal card will be mounted at /mnt/sdcard and your external card at /mnt/emmc
- This makes your internal card your main sdcard but leaves you external card mostly unusable because of its mount point.
So if you are like me and you like for things to be labeled properly and usable then continue reading. This works with CM7 (it wont work with stock), and I also recommend having root explorer (from the Market). My instructions will be specific to root explorer, although you can use any root text editor you want. You will need to edit 2 files (/system/build.prop and /system/etc/vold.fstab):
- Using root explorer navigate to your /system directory.
- At the top of the screen select "Mount R/W"
- Scroll down and find the /system/build.prop file. Long-press on it and select to open in text editor.
- Scroll about halfway down the file and find the section that says "
# Mount the internal SD card, too
- Where it says "ro.additionalmounts=" specify a directory by typing its full path. I use /mnt/sdcard/_OtherSD. This is the mount point you will use in the vold.fstab file (which you'll edit in a moment)
- The very next line says "ro.vold.switchablepair=" .. These are the mount points that get swapped when you enable that setting in CM7. Change the options to match the mount points you will want to use. So for me it says "/mnt/sdcard,/mnt/sdcard/_OtherSD" ... of course no quotation marks.
- Select Menu > Save & Exit. One nice feature of root explorer is that it automatically saves your original file as a backup in case there are any problems.
- Now navigate to /system/etc
- Make sure the directory is still mounted as R/W, scroll down and open the file /system/etc/vold.fstab. This file specifies where both the external and internal sdcards are actually mounted. Each drive/device has its own entry.
- Find the line that starts with dev_mount emmc /mnt/emmc" and change it to match the mount point you created in the build.prop file. So for me I change it to "dev_mount emmc /mnt/sdcard/_OtherSD"
- Select Menu > Save & Exit
- Reboot phone
Now when you use the CM7 settings option to use internal storage, it will swap them but still keep one mounted within the other so any music, pics, videos you have will be usable by all your apps.
****PLEASE NOTE**** -- These changes will be overwritten if you flash a new nightly.
Sent from my LG-P999 using XDA App
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
jetbruceli said:
Thanks a million! I will try just having access is good.
I have root explorer and I use file expert.
You said ur on cm7? Or are u on a custom version like eagle? I keep flipping between reg stock, cm7, miui and eagle. Just can't tell which is the best for everyday use.
But really thanks for all the info!
sent from my anti IPhone device
Click to expand...
Click to collapse
Just plain CM7. I think I'm using nightly 144. The method should be the same or similar on other cm7-based roms. It just won't work on stock-based roms because the changes to the files get overwritten when you reboot.
Sent from my LG-P999 using XDA App
d12unk13astard said:
Its there, just hidden and named emmc. This is why root explorer is a must own app, it allows to see tons of hidden files you would otherwise not see. I'm sure there's other free apps that can do the same but root explorer has saved me from so many headaches it was an instant buy in market.
The 1 major gripe I ever had with this phone was the way they partitioned the internal storage, whoever decided that was a complete moron!
Edit:
Look under mnt/emmc with root explorer
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I wonder what would happen if the phone was physically repartitioned ... I don't know enough of how Android works to know what effects that would have. Obviously the disk is just a disk and you can create whatever partition sizes you want. Is the OS designed to look for a certain number of partitions and partition sizes on each phone? Or will it just use what's there?
Sent from my LG-P999 using XDA App
JaiaV said:
I've been trying to edit the vold.stab etc on my phone forever trying to get that to work and I haven't gotten it figured out (still a Linux noob, probably always will be). I realize most people seem to prefer the already available options to remount it inside the external SD card or vice versa, but honestly I really just want it combined with the internal memory. Others say that is pointless because 1.5GB should be plenty of space, but honestly if I were to install all the apps on my Transformer onto my phone, my phone would almost immediately run out of internal space.
Click to expand...
Click to collapse
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
d12unk13astard said:
I found an app that has made the 1.5gb internal storage manageable, look in the market for link2sd. Basicly it allows you to move any app/game to the extra partition on your sdcard(I made a 4gb partition) I'm amazed how stable it runs! After trying numerous apps2sd programs and them being unstable plus running out of internal space too quickly, link2sd is a godsend! It allows even dalvik cache moving to SD extra and batch selecting/deselecting for ultra quick installs. I can't reccommend this app enough for people having internal storage space problems.
As for the internal SD card being combined with the 1.5gb storage I put up a request thread on it hoping a Dev would know how to.. until that happens tho link2sd has made me proud.
http://forum.xda-developers.com/showthread.php?t=1265540
Internal storage partition
Some of the asshats on that thread made me laugh with their ignorance.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
JaiaV said:
I can move apps to external storage by default with CM7. This is not the solution I am looking for , but thank you for trying.
Click to expand...
Click to collapse
The difference between apps2sd which your using and link2sd which i'm using is that with apps2sd your internal memory will run out much faster then if using link2sd which can also move dalvikcache to sd ext. I've already moved 300 apps/games to sd ext with link2sd and still have over 1gb of internal storage, try doing that with apps2sd
Edit: forgot to mention link2sd is a free app in market.

[Q] Internal storage (non-sd card) of the G2x - how big it is?

Hi
I am coming from the Vibrant. There, I never used my own SD CARD. I always used the phone's storage. It was always fine.
But now I just flashed to CM and when I wanted to take a pic, it said "please insert SD card before ...."
huh? does the G2x doesn't have enough space - even for ONE picture?
I am sure I am missing something here
Thank you!!!
benyben123 said:
Hi
I am coming from the Vibrant. There, I never used my own SD CARD. I always used the phone's storage. It was always fine.
But now I just flashed to CM and when I wanted to take a pic, it said "please insert SD card before ...."
huh? does the G2x doesn't have enough space - even for ONE picture?
I am sure I am missing something here
Thank you!!!
Click to expand...
Click to collapse
Internal memory is 8gb but free space is roughly 5.2 gbs.
You need to have an external SD card with the way cm7 is formatted the internal SD card is mounted as mnt/emmc.
Not sure if you can change your download folder to mnt/emmc as I never have tried.
There is I believe if I recall correctly a flash that changes the internal memory card from emmc to reg browse the threads in dev you'll surely find it there
Sent from my LG-P999 using XDA App
There's an option in cyanogenmod settings>application
That does that for you. Called use internal storage or something. Tap it and reboot.
Sent from my LG-P999 using xda premium
cyanogenmod settings -> application -> use internal storage
check this, reboot, and the internal storage should be mounted on /sdcard and /mnt/sdcard, while external sd card (if exists) will be mounted on /mnt/emmc
There is a 2GB for apps if I am not mistaken.
Sent from my LG-P999 using xda premium
roughly 1.5gb for apps, with link2sd that 1.5gb is very generous since only some cache files are stored on internal and everything else being linked to the ext partition on sdcard. I have over 450+ apps/games on my phone atm using link2sd and reccomend it to anyone else who also likes installing tons of apps.
Sent from my LG-P999 using xda premium

[TWEAK][MOD][FIX][CM7] sdcard Switcharoo!

CyanogenMod 7 sdcard Switcharoo tweak/mod/fix!
When i first got CM7 on my Infuse I immediately came across an annoying problem (at least for me). Like all AT&T customers, my phone came with an external SD card with 2gb of storage and the phone itself has 16gb of internal storage. So i noticed that by default, my 2gb external sdcard was the mnt/sdcard directory that all my apps use and mnt\emmc was my internal 16gb. For me that sucked because all my Titanium Backups were in my internal sdcard and I coudnt move it to my external because of memory insufficiency. So i decided i would mod the ROM to switch these sdcard directories and have 16gb instead of 2gb in my mnt\sdcard directory.
So, to make this simpler for me and you, suppose:
----------------------------
Internal sdcard (16gb) = A
External sdcard (2gb) = B
----------------------------
A is by default in mnt\emmc
B is by default in mnt\sdcard
----------------------------
The problem with the above statements is that 2gb is not enough to make it my default sdcard. Apps like Titanium Backup, Dropbox, Camera and tons of others (like games) always store things in mnt\sdcard and they can rarely be configured to store elsewhere (at least to my knowledge).
So to solve the problem i edited the mnt\system\etc\vold.fstab file. This file just contains some random gibberish about where the sdcards mount to. So i switched the mounting directories of the two sdcards A and B. So far all i had to do is copy over the apps stored in my external to the new external mount (mnt\emmc).
So in short the only thing this changes is: (the before and after pic)
Before:
mnt\emmc is internal 16gb
mnt\sdcard is external 2gb
After:
mnt\emmc is external 2gb
mnt\sdcard is internal 16gb
Now, if lets say you had your apps stored in A and used my tweak. You would have to copy your apps over to B because thats the new A. Confusing i know...im trying. lol
So here is the procedure:
0. Download the attachment below and unzip it in your phone somewhere
1. Make sure you have root explorer or similar app
2. Using your explorer app mount mnt\system\ R/W
3. Navigate to vold.fstab file in mnt\system\etc
4. Rename the file to vold.fstab.bak (to keep it backed up)
5. Now find the directory where you downloaded and put my new vold.fstab file
6. Copy my new vold.fstab file to mnt\system\etc and paste
7. Reboot phone.
If you encounter difficulties, then undo the process by first deleting my modded vold.fstab and then renaming your old vold.fstab.bak to vold.fstab and then rebooting.
Also, Keep in mind that this is for CM7 users. Don't use it if you don't know what CM7 is or don't use CM7 port. Cheers, hope this helps someone.
A much easier solution:
Go to Settings -> CyanogenMod settings -> Application
Uncheck "Use internal storage"
Reboot.
PVD04 said:
A much easier solution:
Go to Settings -> CyanogenMod settings -> Application
Uncheck "Use internal storage"
Reboot.
Click to expand...
Click to collapse
No, i understand what you are saying. But you, like others dont get what im after. i dont care where my apps go. i want my mnt\sdcard to be 16gb not 2gb. end of story.
Mohammad_Adib said:
No, i understand what you are saying. But you, like others dont get what im after. i dont care where my apps go. i want my mnt\sdcard to be 16gb not 2gb. end of story.
Click to expand...
Click to collapse
I understand exactly what you are after. Unchecking "Use internal storage" mounts the internal storage as mnt\sdcard. There is no reason to do it any other way.
My /mnt/sdcard is the internal memory and my 4GB microsd is my external storage been like that from stock and I have all of my important stuff on the external for obvious reasons. Don't know why you would need this am I missing something?
Infused with Android DNA
PVD04 said:
I understand exactly what you are after. Unchecking "Use internal storage" mounts the internal storage as mnt\sdcard. There is no reason to do it any other way.
Click to expand...
Click to collapse
This is exactly right - unchecking internal storage does exactly what your tweak does.
I have a 16 gig SD internal and external and I prefer using external which is default, when my phone had to be redone due to bad flash, I loss everything on my internal. Even if I checked something wrong it still feels safer using external last I checked 16gig cards are like 25 bux. I want 32gig next. Sounds to me like a poor attempt to get status here. Try on a group less educated then xda. I feel offended by this trick.
Sent from my SGH-I997 using xda premium
This might be useless for CM7 users but what about MIUI users, don't CM7 and MIUI use the same kernel?
Sent from my SGH-I997 using xda premium
i just got a 16gb external card to replace the OEM supplied 2gb sdcard.
Also Titanium allows you to change the backup folder location.
Cool. thanks for telling me. but that never worked for me. so this did and i dont care how u guys do it as long as the results are the same.
I thought that emmc was the external memory card? Because I have a 16 GB external and CM7 reads it as EMMC
Sent from my SAMSUNG-SGH-I997 using xda premium
Cm7 switchs external and internal so it is like every phone since not all phones have 16gb internal. I don't really use internal.
Sent from my SGH-I997 using xda premium

[Q] What's the deal with the SD Card Mount (NOT) issue on MIUI ROM?

Why is it not working right?
I mean - when i open Gallery or anything that needs the SD card, I get an error message, as if I don't have an SD CARD.
Can't install my new Keyboard (it looks for an SD Card). Can't take pictures. All my data is not recognized by this rom (wallpapers, pics I took with my older rom, and so on).
I don't have or ever use an external SD card! But I never had this issue (although it happened with CM7 once as well, but I don't remember how I fixed it(
HELP. Please! I love this ROM and would like to keep it (MIUI)
ANYONE ???
Miui and cm7 rely on external not internal SEARCH around for the swap of sdcard mount points it has been discussed often enough to find easily.
Sent from my LG-P999 using xda premium
mt3g said:
Miui and cm7 rely on external not internal SEARCH around for the swap of sdcard mount points it has been discussed often enough to find easily.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
Thanks for your response!!!
I have found this:
http://forum.xda-developers.com/showthread.php?t=1144553&highlight=swap+sdcard+mount+points
1. Althoug I am not sure if I what I am suppose to choose is to make Internal Secondary or to make External Secondary???
2. Also, I have NO IDEA what the poster means when he says this:
"Instructions after flashing!
Create a folder called "_InternalSD" or "_ExternalSD" on the root of your SD Card. Fixed double underscore made it 1 now so its _InternalSD the same goes for _ExternalSD version"
Sorry, I am retarded when it comes to this
you want to make external secondary...
and the root of your sdcard means "not in any folders".
Does anyone still have the file that makes external secondary (for miui) ?
The download link is broken :/

Could my internal storage be dead?

Suddenly, from last week onwards, my internal storage seems to be having some problems.
It stopped working last week and is showing some very strange issues.
Under Settings > Storage, it only lists 1.45 GB of total space instead of the 8 GB it's supposed to.
Nothing gets mounted to /mnt/emmc
Using adb shell, nothing related to the internal storage appears when using the mount command.
Under CWM, I cannot mount /emmc
I've tried reflashing CWM and ROMs using NVFlash and still the same problem persists.
Every time I start Cyanogen Mod, the little "SD card is safe to remove" comes up
When I try to mount /mnt/emmc from Cyanogen Mod, it just brings up this message again.
Any opinions?
Thanks.
EDIT: It works now, I did a nandroid restore of the stock WIND firmware and that freed up /emmc... I don't know why this happened when all of my other efforts did nothing.
/emmc/ is your sdcard, not internal flash.
I've had CM7 corrupt my drive. Had to format and start over.
Sent from my LG-P999 using xda app-developers app
My Sandisk 8 GB class 10 microSD card become corrupted. Most files were OK but some jpg and a backup were unable to be read. When read/transfer/copy was attempted of the faulty files it locked up my computer. I tried various programs to fix and/or retrieve those files and tried a CHKDSK repair but those also locked up my computer so I saved whatever I could and did a full reformat, not the quick one, which completed without a problem and appears to work in the phone without any problem (yet?). You should do the same.
I lost my emmc early this year, think from flashing the wrong kernel. Couldn't find a way to recover. Will start doing more frequent external SD card backups.
Another odd thing I have is going into car mode even though I froze it with Titanium backup. Comes and goes with flashing different stuff. Recently flashed Mazout's on 2.3.4 and working good. But occasional BSOD that requires a battery pull and wipe Dalvik.
Sent from my LG-P999 using xda premium
redmonke255 said:
/emmc/ is your sdcard, not internal flash.
I've had CM7 corrupt my drive. Had to format and start over.
Sent from my LG-P999 using xda app-developers app
Click to expand...
Click to collapse
...Except no.
When my SD card was removed the problem persisted. Missing 5+ GB.
My SD card is 4GB... How could I be missing more than the capacity of my SD card?
/emmc/ is the internal SD card... the way this ROM manages internal storage. It is configurable in CyMod.
/emmc/ is my internal flash in this case, no doubts.
For anyone who is curious, be careful with mount commands as they will make recovery from this difficult and may be the cause of the problem.

Categories

Resources