Where are apps stored? - Captivate Q&A, Help & Troubleshooting

I'm running Cognition 2.2B7. I'm curious where can I turn apps2sd on or off? When I go under manage applications, it shows one app, Angry Birds, is installed on the SD card. Where on the SD card is this app stored? In root explorer I dont see any angry birds folder under /sdcard. I also have a real external SD card installed and dont see anything under /sdcard/external_sd.
Mostly just curious. Thanks!

Bump.
Nobody knows? or wants to answer?

it's in data/app (you'll need roots explorer and be root to access).
If you're not root than use Astro file manager.
Open Astro click on Settings button>Tools>Application Manager/Backup.
Back up what ever app you want, you can find those backup apps in
sdcard\backups\apps

Related

Installing Applications from SD Card

I have a Nook color, but my wifi isnt working on it for the moment, no worries.
I want to install applcations but from my SD Card, i have them all set up but do i need a special program to install them??
Thanks
anyone? help
I have pushed apps to the SD card & use Astro File Mgr to install.
Astro lets you "explore" the folders & when you locate the apk clicking on it will lead you to the option to install the app.
Cheers,
kev
Yeah you need a file manger program like ASTRO. That way you can access the file from the SD card. Once you're in the file manager, just click on the program .apk and then install
Thank you :d

[Q] How to View SD Card Content from Vivid?

How does one view the content of the SD Card from the Vivid device itself?
I can connect the Vivid to my PC via USB cable and view the SD Card as a separate drive on the PC, but cannot see how to view the SD Card content from within the device.
Suggestions? TIA.
Get a file explorer app from the marketplace. Try Astro.
Sent from my HTC PH39100 using xda premium
DUTCH Van Atlanta said:
How does one view the content of the SD Card from the Vivid device itself?
I can connect the Vivid to my PC via USB cable and view the SD Card as a separate drive on the PC, but cannot see how to view the SD Card content from within the device.
Suggestions? TIA.
Click to expand...
Click to collapse
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard. That is the 8.83 GB user portion internal memory portion of the "16 GB" internal memory. Also, I have a folder called sdcard2. It's the 32 GB micro SD card I installed.
Interestingly, there is also a folder in the root directory called mnt. Under it is a folder called sdcard. It is the same as the sdcard under the root directory. Under mnt/sdcard is ext_sd. That is the 32 GB external SD card. I don't know if this duplicate listing is the work of the file manager app, or if it is the Android OS, but I am able to find files and copy files from one place to another.
With me making no changes for applications and data during application installations (I'm not sure I can), all of the apps I have installed have gone into the other portion of internal memory. The data seems to be going into the user portion of internal memory. When I installed the external SD card, I copied music files to it from my PC. The music player found them with no problem. Also, once the card was installed, photos I took were placed on the external SD card instead of internal memory.
brucegil said:
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard.
Click to expand...
Click to collapse
How does one access the root directory? Is that what the file manager app does?
(New to Android, and still in the learning phase.)
DUTCH Van Atlanta said:
How does one access the root directory? Is that what the file manager app does?
(New to Android, and still in the learning phase.)
Click to expand...
Click to collapse
Don't feel alone. I just came from several years on the old Windows Mobile. In the file manager, I click on the Up icon until it won't go any further. You will see only a '/' in the address/location bar near the top. You will likely see folders such as acct, app-cache, config, sys, sysytem, etc., as well as mnt, sdcard and sdcard2. Tap on the sdcard2 folder icon, and you will see any folders you have on your external SD card.
In Astro, you can specifiy where the program opens when it starts. It can be the root directry, the exteranl SD card or any other location.
By the way, the other poster likes Astro. It comes with other tools. The "free" version has ads, but it might have a paid version. And it does come with an Exit button, something missing from a lot of Android apps.
brucegil said:
Don't feel alone. I just came from several years on the old Windows Mobile. In the file manager, I click on the Up icon until it won't go any further. You will see only a '/' in the address/location bar near the top. You will likely see folders such as acct, app-cache, config, sys, sysytem, etc., as well as mnt, sdcard and sdcard2. Tap on the sdcard2 folder icon, and you will see any folders you have on your external SD card.
In Astro, you can specifiy where the program opens when it starts. It can be the root directry, the exteranl SD card or any other location.
By the way, the other poster likes Astro. It comes with other tools. The "free" version has ads, but it might have a paid version. And it does come with an Exit button, something missing from a lot of Android apps.
Click to expand...
Click to collapse
Thanks much!
brucegil said:
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard. That is the 8.83 GB user portion internal memory portion of the "16 GB" internal memory. Also, I have a folder called sdcard2. It's the 32 GB micro SD card I installed.
Interestingly, there is also a folder in the root directory called mnt. Under it is a folder called sdcard. It is the same as the sdcard under the root directory. Under mnt/sdcard is ext_sd. That is the 32 GB external SD card. I don't know if this duplicate listing is the work of the file manager app, or if it is the Android OS, but I am able to find files and copy files from one place to another.
With me making no changes for applications and data during application installations (I'm not sure I can), all of the apps I have installed have gone into the other portion of internal memory. The data seems to be going into the user portion of internal memory. When I installed the external SD card, I copied music files to it from my PC. The music player found them with no problem. Also, once the card was installed, photos I took were placed on the external SD card instead of internal memory.
Click to expand...
Click to collapse
/sdcard is a symlink to /mnt/sdcard/ its the same thing, just a 'shortcut' to the actual mounted partition located in /mnt
/sdcard2 is a symlink to /mnt/ext_sd/ same thing, just a 'shortcut'
the actual ROOT system is inaccessible unless you have root access and an app that can see it, like root explorer, or es file manager. there are probably a few others that can get into the actual root of the filesystem.
Pirateghost said:
/sdcard is a symlink to /mnt/sdcard/ its the same thing, just a 'shortcut' to the actual mounted partition located in /mnt
/sdcard2 is a symlink to /mnt/ext_sd/ same thing, just a 'shortcut'
the actual ROOT system is inaccessible unless you have root access and an app that can see it, like root explorer, or es file manager. there are probably a few others that can get into the actual root of the filesystem.
Click to expand...
Click to collapse
Thanks for the explanation. What I meant by "root" was the top level of the file system, e.g. C:\ on a Windows PC. "Root" apparently has a different meaning in the Android OS.
ES File Manager was the other highly rated file manager, along with Astro when I searched for "file manager" in the Market.
brucegil said:
Thanks for the explanation. What I meant by "root" was the top level of the file system, e.g. C:\ on a Windows PC. "Root" apparently has a different meaning in the Android OS.
ES File Manager was the other highly rated file manager, along with Astro when I searched for "file manager" in the Market.
Click to expand...
Click to collapse
root in linux and subsequently, android, has an entirely different meaning.
in a sense, you have it right. / in linux/android is the root of the filesystem, equivalent to C:\ in windows pcs.
without having root (superuser access) on linux/android, you cant see the / or most of the directories below it. the general user only has direct access to storage, like /sdcard, /sdcard2 (also referred to as ext_sd, or sd_ext)
brucegil said:
First, you need to get a file manager application from the market. There are many of them, mostly free or low cost. I'm not crazy about Astro, the one I downloaded, but it works. Look at some others.
On my Vivid in the root directory is a folder called sdcard. That is the 8.83 GB user portion internal memory portion of the "16 GB" internal memory. Also, I have a folder called sdcard2. It's the 32 GB micro SD card I installed.
Interestingly, there is also a folder in the root directory called mnt. Under it is a folder called sdcard. It is the same as the sdcard under the root directory. Under mnt/sdcard is ext_sd. That is the 32 GB external SD card. I don't know if this duplicate listing is the work of the file manager app, or if it is the Android OS, but I am able to find files and copy files from one place to another.
With me making no changes for applications and data during application installations (I'm not sure I can), all of the apps I have installed have gone into the other portion of internal memory. The data seems to be going into the user portion of internal memory. When I installed the external SD card, I copied music files to it from my PC. The music player found them with no problem. Also, once the card was installed, photos I took were placed on the external SD card instead of internal memory.
Click to expand...
Click to collapse
I was wondering about this, can we Not access the rest of this 16GB ...what happened to the other 8GB...?
I too just made the Jump from WM 6.5 (<-- nightmare), so I have no clue how a lot of things work too. ;P hehe I'm a noob again ;P
StrangeShadow said:
I was wondering about this, can we Not access the rest of this 16GB ...what happened to the other 8GB...?
I too just made the Jump from WM 6.5 (<-- nightmare), so I have no clue how a lot of things work too. ;P hehe I'm a noob again ;P
Click to expand...
Click to collapse
the phone is marketed as having 16gb of onboard storage, but in reality, 1gb is dedicated to the ROM, aka /system
4gb is dedicated to /data which handles app installs and the like.
the remaining is storage for you to use.
be lucky you have all that. my other HTC phones all just had a mere 2gb or 4gb TOTAL storage (all allocated to /system and /data), which required you to have an SDCard just to be able to take pics or put music/movies/ringtones on it....
Pirateghost said:
the phone is marketed as having 16gb of onboard storage, but in reality, 1gb is dedicated to the ROM, aka /system
4gb is dedicated to /data which handles app installs and the like.
the remaining is storage for you to use.
be lucky you have all that. my other HTC phones all just had a mere 2gb or 4gb TOTAL storage (all allocated to /system and /data), which required you to have an SDCard just to be able to take pics or put music/movies/ringtones on it....
Click to expand...
Click to collapse
Wow! Yeah I figured at least a Gig for the Rom. The rest is pretty nuts though, any way we can see a detailed breakdown on our phone? Didn't expect it to be so much.
Can we install apps on the sd card, like some WM apps?

SD Card Access

Hello. I have a HTC Hero with no phone service that I want to give my child for use as MP3 player, etc. I'm trying to figure out how to access the SD card to install a file manager and other apps.
Any assistance will be much appreciated.
When you plug it into usb, you should be able to drag down the notification menu and select mount as a usb drive.
oh yes of course. what i'm asking is seeing the contents of the sd card without it being plugged into the computer so i can install apps. i don't have a file manager on the phone. can the phone otherwise read the card?
jmc55 said:
oh yes of course. what i'm asking is seeing the contents of the sd card without it being plugged into the computer so i can install apps. i don't have a file manager on the phone. can the phone otherwise read the card?
Click to expand...
Click to collapse
Install ES Files Manager from the market, it'll let you browse the sd card.
Shelnutt2 said:
Install ES Files Manager from the market, it'll let you browse the sd card.
Click to expand...
Click to collapse
the phone has no service. we're using it just as a mp3 player and hopefully to play games.

After CM9 Rom installation my EX SD Card folder is empty????

Hey
I just flashed paranoid android last night and for some odd reason I cannot locate none of of my files on my ex SD card. I was told in cm9 they change the pathway to emn or something like that but that's no where to be found? I never formatted a thing when I flashed the from so very weird that its vanished. Under storage I see SD card down below and it says Mount SD card so but you can't click on it or anything so what has happened.
When I tried to do restore with TB it could not find my folder as it was installed on ex SD. Now in storage it shows USB storage right at the bottom and this is where my ex SD should be i imagine but underneath this is says mount SD card!
Any help would be great.
Thanx
I dont know about your issue with TB, but you can find your files using Astro File Manager.
Open Astro, click "Up" and mount emmc insted of SDcard.
Hope it helps.
Fruitcaked said:
I dont know about your issue with TB, but you can find your files using Astro File Manager.
Open Astro, click "Up" and mount emmc insted of SDcard.
Hope it helps.
Click to expand...
Click to collapse
I used to use astro and I now can see my SD card as u said....do u know if this is just a issue with cm9 as I liked using es exploror...
Is it best to just use astro as es is a root exploror.
Cheers
islandmixed said:
I used to use astro and I now can see my SD card as u said....do u know if this is just a issue with cm9 as I liked using es exploror...
Is it best to just use astro as es is a root exploror.
Cheers
Click to expand...
Click to collapse
It's not an issue, CM mounts SD card as emmc only. you can disable root access option in ES and it will then just act as file explorer
jeetu1981 said:
It's not an issue, CM mounts SD card as emmc only. you can disable root access option in ES and it will then just act as file explorer
Click to expand...
Click to collapse
iam confused jeetu! lol
i cannot find my external sd card in es exploror, so since CM mounts EX SD as emmc what do i need to do to display this? their is no emmc folder listed. now before i flashed this cm9 rom, ES folder could display my ex sd card fine.
So a root exploror and file exploror are the same then? should i just stick with astro as i can see my ex sd card under emmc.
my issue with this, was when i tried to restore my TB backup, i could not find my files as its backed up on my ex sd card. thats why iam irritated by it, or does that have nothing to do with it! lol
islandmixed said:
iam confused jeetu! lol
i cannot find my external sd card in es exploror, so since CM mounts EX SD as emmc what do i need to do to display this? their is no emmc folder listed. now before i flashed this cm9 rom, ES folder could display my ex sd card fine.
So a root exploror and file exploror are the same then? should i just stick with astro as i can see my ex sd card under emmc.
my issue with this, was when i tried to restore my TB backup, i could not find my files as its backed up on my ex sd card. thats why iam irritated by it, or does that have nothing to do with it! lol
Click to expand...
Click to collapse
Can you check in setting> storage if you SD is mounted? Root explorer can do everything that a normal file explorer can do, it is just an advanced file explorer with root access. Just having root explorer is enough. Can you find SD in root explorer or some other file manager?
Edit- Got it, go to TB preferences and click "backup folder location" and then hit "detect" It will then detect your backup folder and then click "use current folder", that's it.
Hey
Yes in astro I can find that emmc file and all my files are present. Its just ES I don't see it at all or no option for me to enable it. I'll rather just have one root explorer.
In storage it lists my SD card and below it' it says mount SD' insert a SD card for mounting So I guess its unmounted?
I used backup pro for my apps but I really don't think it worked as well but if it gives me issues. I'll just have to delete apps again and maybe use TB
Sent from my GT-N7000 using XDA
islandmixed said:
Hey
Yes in astro I can find that emmc file and all my files are present. Its just ES I don't see it at all or no option for me to enable it. I'll rather just have one root explorer.
In storage it lists my SD card and below it' it says mount SD' insert a SD card for mounting So I guess its unmounted?
I used backup pro for my apps but I really don't think it worked as well but if it gives me issues. I'll just have to delete apps again and maybe use TB
Sent from my GT-N7000 using XDA
Click to expand...
Click to collapse
Yes, if your card is not mounted then obviously it's unmounted , re-insert your card and see if that helps, if not then you may have to format it. I have faced this issue several times after flashing custom roms (specially CM based)
Check this - http://forum.xda-developers.com/showthread.php?t=1060230 post #5 in particular
islandmixed said:
Hey
Yes in astro I can find that emmc file and all my files are present. Its just ES I don't see it at all or no option for me to enable it. I'll rather just have one root explorer.
In storage it lists my SD card and below it' it says mount SD' insert a SD card for mounting So I guess its unmounted?
I used backup pro for my apps but I really don't think it worked as well but if it gives me issues. I'll just have to delete apps again and maybe use TB
Sent from my GT-N7000 using XDA
Click to expand...
Click to collapse
Hello again,
I tried ES to see if i could help you and its basically the same as Astro. Click on favorites -> Phone Icon -> emmc. After that u'll find it in history.
Cheers
Fruitcaked said:
Hello again,
I tried ES to see if i could help you and its basically the same as Astro. Click on favorites -> Phone Icon -> emmc. After that u'll find it in history.
Cheers
Click to expand...
Click to collapse
Right, but his SD card is not even mounted and that's the main problem here.
jeetu1981 said:
Right, but his SD card is not even mounted and that's the main problem here.
Click to expand...
Click to collapse
Well, I may be new to this, but if he can see his external sd card and the files in Astro it must be mounted?
Try this...
https://play.google.com/store/apps/details?id=pl.qbanin.binder&feature=search_result
go to mnt/emmc
Its there using root explorer.
And you can use icsbinder from playstore to bind it to sdcard/extsdcard
Just check first two options in icsbinder and reboot.
Sent from my GT-N7000 using Xparent ICS Tapatalk 2
Hey guys....that worked in favourites in ES explorer so I will keep ES lol so thanks for that Mr.
So when I click favourites in ES it goes to emmc and my files are displayed...so weird but I guess its working.
Since I rooted its been one thing after another lol
Thanks all
Sent from my GT-N7000 using XDA

[Q] Apps not moving to sd card even after root

I have rooted my z1 on kitkat, but even after using the sd fix my apps data and app dont move to sd card. There is also no any option to move them. Apps like moveToSd etc on google play shows incompatiblity..
I play big size game like nfs asphalt8 dungeon etc.. and I am not able to get free space on my internal sd..
Plz help.. what to do and how to do.
Root do not implement the option to move apps to sd. sd fix it's a fix to be able to write to sd and not to move apps to sd. And yes, there is no option to move them, nowhere.
You have to use Folder Mount App. It's the best way to move data and folders to SD.

Categories

Resources