[Q] App folders not visable in file manager - G3 Q&A, Help & Troubleshooting

Hi there !
Where can i find installed apps folders in file manager
I'm trying - storage/emulated/0 and nothing there
Many thnx

/data/data but you have to be rooted to look in there. If you are not rooted, you will not be able to go there no matter what you do. The default file manager will not go there, so first root, then you have some options:
adb shell and then do "su -" after you've rooted and installed SuperSU. Then you can cd /data/data and do ls to your hearts content.
Install Root Explorer and you can explore outside of the internal and external SD cards. You'll be able to go to /data/data.
Install ES File Explorer and do the same as Root Explorer.
So, until you root, you're out of luck.
/data/data is where the app data is stored unless you tell it to store it on the SD card (internal SD card). Then, the data itself is stored in /sdcard/Android/data.
The actual application itself is installed in /data/app if I remember correctly. That will require root.
Also, I would avoid doing any changes in those directories. You can bugger your app up to where you'll have to re-install it and that wouldn't be good.

Thanx for your elaborated answer !!
iBolski said:
/data/data but you have to be rooted to look in there. If you are not rooted, you will not be able to go there no matter what you do. The default file manager will not go there, so first root, then you have some options:
adb shell and then do "su -" after you've rooted and installed SuperSU. Then you can cd /data/data and do ls to your hearts content.
Install Root Explorer and you can explore outside of the internal and external SD cards. You'll be able to go to /data/data.
Install ES File Explorer and do the same as Root Explorer.
So, until you root, you're out of luck.
/data/data is where the app data is stored unless you tell it to store it on the SD card (internal SD card). Then, the data itself is stored in /sdcard/Android/data.
The actual application itself is installed in /data/app if I remember correctly. That will require root.
Also, I would avoid doing any changes in those directories. You can bugger your app up to where you'll have to re-install it and that wouldn't be good.
Click to expand...
Click to collapse

Related

[Q] A2SD+ Forcing to system memory

hi im using LeeDrOiD_V2.1a_A2SD , is there any way to force apps to be run from the system memory instead of the sdcard, as far as i can tell it automatically goes to the sdcard?
would prefer to use the system memory for security software such as wavesecure?
thanks
John
Yes to run it from the system partition so it can not be removed the regular way, you just have to move the apk file from /sd-ext/app/ to /system/app/
This can be done using adb commands when in recovery or by applying the s-off hack and use an app like root explorer.
thanks
the apk file was in the folder /system/sd/app
and root explorer let me enable r/w access in it, without enabling s-off
i'm hoping i did it right
:-0
thanks again
John
Well you might be able to do it this way without s-off but it is not actually on the system partition. It depends on what Rom you are using.
But are you able to uninstall it using the settings menu?
it still gives me the option to uninstall yes, but at this point i just wanted to get it running off the phones memory, rather than off the sd card
thanks
John
ok it turns out root explorer didn't copy them over, so i copied them over with adb commands , and wavesecure doesn't show up as uninstallable
ta
John
jcat00uk said:
ok it turns out root explorer didn't copy them over, so i copied them over with adb commands , and wavesecure doesn't show up as uninstallable
ta
John
Click to expand...
Click to collapse
yeah, most of the programs out there (like root explorer) won't throw out an error if they can'y mount it as R/W... because HTC was clever enough to hide that it can't be mounted RW without S-off

Root/ superuser/ managing system

Hi,
i have Rooted my desire using standard unrevoked 321,
confirmed working in adbshell.
Installed superuser and Root explorer
Granted Root explorer rights in superuser
Went in to the root explorer.
Went to my desired location to delete in this case ringtone files to clear valuable space. System/media/ blabla
enabled r/w and deleted the files i wanted.
Now i come to the point that when i either press back and disable r/w or just exit the explorer in all my desire resets and the ringtones are back in place.
It seems that i dont get full control even though i have this confirmed using the Su and id command in sdb shell
Any clearafication would be much apreciated.
Regards
kevincombo said:
Hi,
i have Rooted my desire using standard unrevoked 321,
confirmed working in adbshell.
Installed superuser and Root explorer
Granted Root explorer rights in superuser
Went in to the root explorer.
Went to my desired location to delete in this case ringtone files to clear valuable space. System/media/ blabla
enabled r/w and deleted the files i wanted.
Now i come to the point that when i either press back and disable r/w or just exit the explorer in all my desire resets and the ringtones are back in place.
It seems that i dont get full control even though i have this confirmed using the Su and id command in sdb shell
Any clearafication would be much apreciated.
Regards
Click to expand...
Click to collapse
You need to have S-OFF in order to delete those files that come with the phone.
Check this http://alpharev.shadowchild.nl/ and http://forum.xda-developers.com/showthread.php?t=794314
Once you do this it should not be a problem at all to perform what you want to.
And the alpharev method is reliable and fast
clearing files in any /system/ directory wont give you any space anyway!!! only files in the /data/ directories will
You might also like to try cache for root users. It deletes all cache files
Thans for that. Im going to tinker around with these options
sent mobile

[Q] How to acces phone instead of SD card storage?

Hi guys.
I wonder how I can access the phone storage space through windows explorer, I only seem to be able to get access to the SD card when I plug the usb in?
(running CM7)
I don't think its possible. To access phone storage space use ADB. If you are familiar with linux commands, use ADB and enter ADB shell. From here you can play by all linux rules and by obtaining su, you can pretty much do anything
why don't you try dropbox?
I remember there is kind of root explorer for windows. I can't locate it now but you may do a search for it.
Nietzschean said:
Hi guys.
I wonder how I can access the phone storage space through windows explorer, I only seem to be able to get access to the SD card when I plug the usb in?
(running CM7)
Click to expand...
Click to collapse
I think you can through ADB,
adb shell
su
cd sdcard
ls
now you can see your files in your SDcard...
if I have misunderstanded youe meaning????
I'm a chinese vegetablebird....and my english is very.....
maybe he wants to have the access to the phone memory through usb?
He can now view and edit files on his sdcard.
I can put mp3's on my sd card, I don't know how to store them on my phone
Nietzschean said:
I can put mp3's on my sd card, I don't know how to store them on my phone
Click to expand...
Click to collapse
If your phone is rooted you can copy files from the memory card to the phone's memory with a file explorer which has root privileges (Root Explorer, Yaffs Explorer, etc.). But I think it doesn't make any sense, because if you want to listen to those mp3 songs, your music player doesn't have direct access to phone's memory.
I prefer ADB shell or Terminal Emulator just because it's funner that way but the obviously easier route is to use a file explorer with root privelages. I like to feel like a geek and do it the hard way
I just don't get what the point is of having 1.5gb of storage space on the phone if you can't acces it?
Try droidexplorer , search for it ..
The point of 1.5GB phone storage is for you to install apps from the martket or other side loading apps. Accessing to SDcard for other media contents is more likely logical indeed.
But if you want to put mp3 into your phone internal storage, then this is another not so logic as you can have it in your SDcard with still the phone apps can access it rather easily.
However... if you have a short mp3 ringtones and want them to be in the phone internal storage. This one is considered making sense. Well you can do it by using root explorer to copy/move your mp3 ringtones to your phone internal storage.
Steps required:
1) rooted defy
2) root explorer installed and working properly
3) have your ringtones ready in your SDcard.
4) launch root explorer and make sure you're under read/write full access
5) copy/move your ringtones to system/media/... ringtones,notifications,alarms (depending which of your choice) and give them access right as per the default tones settings.
6) You need to delete internal sound .db in data/data/com.android.provider.media/databases.
7) exit and restart your phone. This restart required for the phone to recreate the database you deleted to the latest updated one according to the intenal storage contents.
8) Check your phone ringtones in settings for the existance of your newly installed ringtones..
Note: And of course you can still access your phone internal storage thru your root explorer app. It's more like it practical than for you to find a PC and get adb shell to gain access to your phone internal storage.

[Q] Delete folders from root\sdcard\Android\data\ using root explorer

I have some superfluous folders from long-since-deleted apps in root\sdcard\Android\data\ that i'd like to clean up. one of them is massively large.
I'm on AOKP build 31, rooted, and using an up-to-date copy of Root Explorer (w/ super user) but the delete command fails. Mounting and deleting the folders using Windows makes them disappear from windows, but they don't disappear from root explorer (And the space they were gobbling up doesn't free up in android either)
I have a feeling these folders are resisting deletion while android is running because they're "in use" (even though they shouldn't be, since the apps themselves are long since deleted) Is it possible to mount my sd card to my PC from CWM recovery/bootloader and delete them that way?
Am I doing something dumb?
Try rmdir -R /sdcard/*foldername* in terminal emulator
Sent from my Galaxy Nexus using XDA
You'll find the same folders in /data/media and you should be able to delete them from there...
danger-rat said:
You'll find the same folders in /data/media and you should be able to delete them from there...
Click to expand...
Click to collapse
Thank you! That did the trick. I had no idea the file structure was put together that way (fairly incomprehensible, actually)

Root Explorer Error

I just unlocked, rooted and restored all files in my nexus. I went into root Explorer to delete unwanted files and am getting a delete failed error every time I try to delete a file. Also my screen shots are no longer saving it says storage is in use. Anybody experience anything like this after rooting?
Sent from my Galaxy Nexus
Marcg23 said:
I just unlocked, rooted and restored all files in my nexus. I went into root Explorer to delete unwanted files and am getting a delete failed error every time I try to delete a file. Also my screen shots are no longer saving it says storage is in use. Anybody experience anything like this after rooting?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Are you trying to delete system files? Do you have SU installed? Are you clicking the R/W option. More details please.....
Several people have reported the issue with screen shot, to fix it they've had to rename the pictures folder(Seems like the folder is read only).
Swiftkey'ed on my CM9 Galaxy Nexus
No system files just old pictures, music files and other misc. It is set as r/w, also I am getting a few apps saying I need storage available that is writable. Something has to be up with the internal storage not allowing me to access or write to it.
Sent from my Galaxy Nexus
Well I am able to take screen shots by renaming he folder. However, I am still unable to write anything to my sdcard or modify files through root Explorer or any other file manager app.
Sent from my Galaxy Nexus
Root explorer - How to text edit
Hi All,
I have a problem with my root explorer. I am not able to open a file to edit. If i long press on a file , i dont get any option to open/edit the file.
i was supposed to edit gps.conf file under /system/etc but unable to do so from root explorer.
PS: i mount r/w from the root explorer every time i try..
Please help.
If you have any directories/files that you can't modify or delete, then boot into CWM recovery, plug in the USB cable, go into adb shell. Also make sure that /data is mounted in the CWM mounts menu. Then:
cd /data/media
chown -R media_rw.media_rw *
root explorer delete failed
danger-rat said:
If you have any directories/files that you can't modify or delete, then boot into CWM recovery, plug in the USB cable, go into adb shell. Also make sure that /data is mounted in the CWM mounts menu. Then:
cd /data/media
chown -R media_rw.media_rw *
Click to expand...
Click to collapse
i'm having this crazy "delete failed" error every time i try to delete any file in sdcart, external, and root directory (copy-paste, root, permissions works fine )
i tried to delete any remains of root explorer with es file explorer ((which works fine btw so its not a problem of partitions i think), re installed the program again but its the same . Flashed the rom from the beginning with a full wipe but its the same
this error happened first when i updated from blackmart alpha to some rootexplorer v.99. I uninstalled that but it left this error
Any idea what is causing that
I'm very curious and would appreciate it
thanks
I found a way to delete the files you suggest using Root Explorer. Go into /data/media/<navigate to the directory that you want to delete files>.. make sure the folder is mounted as r/w and delete the files you want to delete. This is how I bypassed the delete failed issue in Root Explorer...
rester555 said:
I found a way to delete the files you suggest using Root Explorer. Go into /data/media/<navigate to the directory that you want to delete files>.. make sure the folder is mounted as r/w and delete the files you want to delete. This is how I bypassed the delete failed issue in Root Explorer...
Click to expand...
Click to collapse
^^^^ this
Thank you rester, this worked for me too. Was pulling my hair out.

Categories

Resources