Downloaded files not appearing in folder... - Galaxy S 4 Q&A, Help & Troubleshooting

Hi, I have a stock S4 LTE running 4.3
Im having a frustrating problem where when I download large jpgs (13mb or so), I can open them from download manager (which loads the gallery app) but the files dont appear in the gallery itself, nor in root explorer or es file explorer etc. I can see other downloads in there, just seems to be the large jpgs (at least all I noticed is missing).
Searching online seems to always get a response of clearing the gallery/download cache and rebooting, but it doesnt seem to work for me. I even wondered if it was a Knox thing, but I dont think so (?).
Any help appreciated! Its not that I desperately need the files, more that I have no way of deleting and im sure they are eating space.
R
Sent from my GT-I9505 using xda app-developers app

mrjester said:
Hi, I have a stock S4 LTE running 4.3
Im having a frustrating problem where when I download large jpgs (13mb or so), I can open them from download manager (which loads the gallery app) but the files dont appear in the gallery itself, nor in root explorer or es file explorer etc. I can see other downloads in there, just seems to be the large jpgs (at least all I noticed is missing).
Searching online seems to always get a response of clearing the gallery/download cache and rebooting, but it doesnt seem to work for me. I even wondered if it was a Knox thing, but I dont think so (?).
Any help appreciated! Its not that I desperately need the files, more that I have no way of deleting and im sure they are eating space.
R
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
Go to Store, install Ghost Commander (most likely some other explorers can do the job, but I don't know them).
then, go to the root of the internal sdcard, press the menu button -> location -> search, input *.jpg. Optional, you can set the "bigger than" parameter or the "after, before| values. Repeat for *.jpeg pattern. If nothing will show up, use the asterisks as *.* and bigger than value as 12MB, smaller than SOMETHING.
If nothing will be found - repeat for the external SD.

Thanks!! Feel a bit stupid actually. The app had its own folder called 'download' so the files were hiding there, not in the root download.
Thanks again
Sent from my GT-I9505 using xda app-developers app

Related

Gallery Problems

The picture folders take forever to load when I open gallery, does anyone else get this? seems slow creating previews of the pictures
i have the same issue
I went back to di18 and that problem was no more
Sent from my SPH-D700 using XDA App
only remedy I found was back out of the gallery, and re-enter it. It loads normal speed then
I had success a while back deleting all of my thumbnails, early on, in fixing this problem. (Thumbnails are regenerated upon launching after this). Id also check that u have the latest version of the galley that we're using. Check out the development section, and most of the roms there have that version that I haven't had probs with. I don't know what you're running (dk28.. cw3 ext4..?) If so, I'm usng the version in the Truly Epic rom, and also have used Quantum rom's.
Btw, I have a TON of image files on my sd. If you have certain directories that u don't want to appear in the gallery, u can manage them with a .nomedia file. Ask if u have questions about it.
Sent from my SPH-D700 using Tapatalk
Exactly delete your android folder on the root of your sd card. It still re generate on the next boot and your gallery will be fixed.
Sent from my SPH-D700 using Tapatalk
I use a alternative picture app, "QuickPic", it's so much faster then the stock gallery app.
Thanks for the tip guys, that fixed my problem
Sent from my SPH-D700 using XDA App
decalex said:
I had success a while back deleting all of my thumbnails, early on, in fixing this problem. (Thumbnails are regenerated upon launching after this). Id also check that u have the latest version of the galley that we're using. Check out the development section, and most of the roms there have that version that I haven't had probs with. I don't know what you're running (dk28.. cw3 ext4..?) If so, I'm usng the version in the Truly Epic rom, and also have used Quantum rom's.
Btw, I have a TON of image files on my sd. If you have certain directories that u don't want to appear in the gallery, u can manage them with a .nomedia file. Ask if u have questions about it.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Just rename the folder to x.nomedia?
I just put a bunch of stuff on my phone in different folders, but photosafe and videosafe need licenses to hide things so this would be a good thing to hide them from my less-tech savvy gf and allow me to actually take the security lock off lol
Sent from my SPH-D700 using XDA App
A_Flying_Fox said:
Just rename the folder to x.nomedia?
I just put a bunch of stuff on my phone in different folders, but photosafe and videosafe need licenses to hide things so this would be a good thing to hide them from my less-tech savvy gf and allow me to actually take the security lock off lol
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
hehe - in response to the first part:
no - don't rename the folder to that. basically, the .nomedia is a file the GOES into a directory that you don't want the media scanner to scan.
The .nomedia file basically says, "move along! nothin to see here!".
So, a .nomedia file would have to be in EACH of the directories you don't want to show up. Keep in mind.. this won't hide them, and in regards to ur gf... a .nomedia file won't have any affect on the history that a media player might keep... so keep that in mind
To create the nomedia file, you can either find one on your sd somewhere, and copy it (pasting into desired folders)
or
open Notepad on ur computer, save the blank file as "nomedia.txt"
Copy it to your SD, in Astro, rename it to .nomedia (with no extension). and you're set.

Where are the installed apps stored on the NC running from eMMC?

Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
votinh said:
Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
Click to expand...
Click to collapse
If you have a SD card installed, it depends on the app. There is a setting in CM settings for applications to by default it set to automatic. In that case, the app chooses where it wants to install. You can change it to card or internal. I believe there is also an internal partition that mimics SD so they may be going there. I don't have mine with me to look right now. Perhaps someone can provide more detail.
If you're just looking for the apk, I usually get the path via package manager in terminal.
Open terminal (or adb shell) then enter the following command
pm list packages
This will show a list of packages for the system installed. They are usually named com.android.application.name (that an example) or similar, so its easy to find which one you want. After you find the appropriate package you can use the following command to find where it is location
pm path com.android.application.name
It should spit out the path and you can find it via file manager or anything else.
I'm sure there is an easier way to do it, but that usually works for me.
Big thanks to both patruns and biohazrd for your quick response.
@patruns,
I tend to use my NC w/o an uSD card, so no, I don't have it installed.
Yes, I am aware of the "application" setting and I did set it to "internal" from the default "automatic".
I keep thinking they were stored under /system/app but apparently not.
If you do have time, pls help with the answer. TIA
@bio,
Never think of that way. I'll definitely try it out, hopefully I can learn something new.
Thanks, m8
votinh said:
Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
Click to expand...
Click to collapse
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
At least, that's what the sizes and mod times on the files would indicate, and the only obvious jarfiles I can find are from Apparatus (in /sdcard/Apparatus) and in /system/framework.
If you're looking for app config info and minor storage, that's in /data/data, in a stylized tree that (I suspect) lets the app manager find and clear an app's data and cache when you tell it to, and in /sdcard for some apps.
I'm having a hard time making things put their data in /emmc, but the default music player finds .mp3 files in /emmc/My Files/Music automagically.
The app framework hides much of this inside abstracted APIs, so the app itself may not actually know where its files are. Try getting a filename out of the Music app...
stolenmoment said:
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
Click to expand...
Click to collapse
.apk files are what I am looking for. I'll look into the /data/app folder.
You meant, I won't be able to get those .apk files from the /data/app folder after installed since they gets over-written?
Thanks stolenmoment
I found .apk files in 2 locations:
mnt/asec & system/app
stolenmoment said:
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
At least, that's what the sizes and mod times on the files would indicate, and the only obvious jarfiles I can find are from Apparatus (in /sdcard/Apparatus) and in /system/framework.
If you're looking for app config info and minor storage, that's in /data/data, in a stylized tree that (I suspect) lets the app manager find and clear an app's data and cache when you tell it to, and in /sdcard for some apps.
I'm having a hard time making things put their data in /emmc, but the default music player finds .mp3 files in /emmc/My Files/Music automagically.
The app framework hides much of this inside abstracted APIs, so the app itself may not actually know where its files are. Try getting a filename out of the Music app...
Click to expand...
Click to collapse
/data folder is empty. Nothing in there.
/sdcard/download. I don't have an external uSD installed so /sdcard is empty.
I don't even know where those downloaded apps stored.
patruns said:
I found .apk files in 2 locations:
mnt/asec & system/app
Click to expand...
Click to collapse
/mnt/asec is empty and nothing in there.
/system/app has a lot of .apk files but all of them are the built-in apps, not the manually downloaded apps.
Maybe stolen was right as they got over-written after installed.
I did what biohazrd instructed and sure enough, all the .apk files (packages actually) are indicated storing under /data/app, which exactly what stolen has said earlier.
How come I see NOTHING there. I'm sure I am not blind as I tried both Astro Manager and built-in File Manager.
Are you sure you gave the file manager root permissions? You can usually find this in settings.
---
- Sent from my LG Optimus V using Tapatalk
votinh said:
I did what biohazrd instructed and sure enough, all the .apk files (packages actually) are indicated storing under /data/app, which exactly what stolen has said earlier.
How come I see NOTHING there. I'm sure I am not blind as I tried both Astro Manager and built-in File Manager.
Click to expand...
Click to collapse
Astro doesn't do root access. For the best filesystem digging, buy Root Explorer. Yes, it's a paid app, but it was the first app I bought; this is why.
Astro claims that /data is empty for me too, but Root Explorer shows me everything.
Sent from my NookColor using XDA Premium App
votinh said:
/data folder is empty. Nothing in there.
/sdcard/download. I don't have an external uSD installed so /sdcard is empty.
I don't even know where those downloaded apps stored.
Click to expand...
Click to collapse
Look in /emmc/download; that's the /media NC partition and is supposed to be treated like an SD card.
If you get Root Explorer, do a find for apk and see what turns up. The .dex files are dalvik "object" files, but they contain the apk filename they were compiled from, so they'll show up in the search results.
Sent from my NookColor using XDA Premium App
stolenmoment said:
Astro doesn't do root access. For the best filesystem digging, buy Root Explorer. Yes, it's a paid app, but it was the first app I bought; this is why.
Astro claims that /data is empty for me too, but Root Explorer shows me everything.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
That may be it.
Will do
Thanks m8
stolenmoment said:
Look in /emmc/download; that's the /media NC partition and is supposed to be treated like an SD card.
If you get Root Explorer, do a find for apk and see what turns up. The .dex files are dalvik "object" files, but they contain the apk filename they were compiled from, so they'll show up in the search results.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
I don't have my NC with me now but I swear to Buddha that I don't have "download" folder under eMMC. Only .LOST (directory?) and some of my own self-created folders.
Anyway, will take a look at it again.
Until I get the Root app, I rest my case here.
Big thanks to all
votinh said:
Until I get the Root app, I rest my case here.
Big thanks to all
Click to expand...
Click to collapse
I'm going to assume you want to pull the apks off the device?
biohazrd51 said:
I'm going to assume you want to pull the apks off the device?
Click to expand...
Click to collapse
Yes, m8, that's what I intend to do.
In some case, when I boot off the uSD (both CM7 and Honeycomb), some apps were not available on Market for some reason, so I try to get those apk files that currently installed on my NC eMMC for sideloading them later on the uSD boot-off.
votinh said:
Yes, m8, that's what I intend to do.
In some case, when I boot off the uSD (both CM7 and Honeycomb), some apps were not available on Market for some reason, so I try to get those apk files that currently installed on my NC eMMC for sideloading them later on the uSD boot-off.
Click to expand...
Click to collapse
Well, there are a few ways to get around that.
1) Use adb to copy the .apk off the device.
adb pull /data/app/nameofapplication.apk c:\locationyouwanttocopyto
Use the push command to send it to it/another device.
http://developer.android.com/guide/developing/tools/adb.html
2) Another way to get around the new market device restrictions is to uninstall the Market updates OR find an old gapps zip file and sideload vending.apk. Either one of these will revert the market back to old where devices restrictions weren't there.
I know either of these methods will work in CM7. I haven't touched HC so I'm not sure.
Thanks again, bio
Will definitely try it out.
votinh said:
I don't have my NC with me now but I swear to Buddha that I don't have "download" folder under eMMC.
Click to expand...
Click to collapse
I humbly apologize for being wrong. I don't have one, either...
Do you have the Downloads app? Does it show any files? You can download things w/o the SD in, right?
I took out my SD and it remembers the downloads, but can't find them.. I'm gonna reboot and play around.
Sent from my NookColor using XDA Premium App

***For People Suffering with Gallery/Music Issues***

If you're having trouble with missing photos/music in CM9/10 just lately... here is what I did and it seemed to resolve the issues I was having
It seems that the Rom Manager update is causing the issue by putting a bad .nomedia file on the sdcard.
How I solved it
1. Get a file explorer and go to the root of both sdcards and see if there is a .nomedia file there and delete it
2. Then go to /android/data on both sdcards and see if there is one there and if so delete those too
3. Then go to Settings and then Apps and uninstall the updates to Rom Manager (we can't uninstall Rom Manager as it comes preinstalled in CM9/10)
4. Whilst in Apps go to all apps and clear data in Media Storage (this will also change your ringtones back to default)
5. Reboot phone
6. Once rebooted you will notice that if you go to gallery you will have no pics at all, just give it a few minutes or maybe longer depending on how many pictures/music you have on your phone and they should reappear after a while. Mine did....
This has worked for me twice now :laugh: Let me know if it works for you....
Wow, this is exactly what I am trying so hard looking for the solution for days! All my galleries and music players was messing up, and now it solved thank to you!
Greatly appreciated
istpet elizabeth
thanx alot.... i guess .nomedia was the main problem
Thanks a lot for this fix. Got my camera pictures back but not the pictures from the apps and other music and videos.
Sent from my GT-N7000
thanks for the solution.
Not working ..i dont have nomedia in both locations.. infact my extsdcard is in the system root and not in mnt/.. im using jellycore 1.3 with hydracore 4.1..
sgsabhi275 said:
Not working ..i dont have nomedia in both locations.. infact my extsdcard is in the system root and not in mnt/.. im using jellycore 1.3 with hydracore 4.1..
Click to expand...
Click to collapse
Do you have your file explorer configured to show hidden files?

[Q] Cannot delete some folders

So I have a few folders which cannot be deleted. ES file explorer just says xxx cannot be deleted. I can rename the folder but not move or delete. I'm guessing there is a problem with one of the files in the folder but there are loads.
I origionally rooted the nexus 7 so I could use sixaxis but found too much lag compared with plugging in the controller so decided to return to a stock image. I did an app+data+sd card backup with nexus tools and it was after doing this I have had this problem. (also most of my games which I backed up lost their saves - wheres my water, dead trigger + others is this normal for these games?)
Any advice much appreciated
(oh since applying the stock image I no longer have root)
Could be a file permissions problem, try rooting your device again then changing permissions on the files to give yourself full read/write access to these files.
If this doesn't work you could try deleting them through the command line, but this would also require you to root your device again.
Hope I helped.
Hi thanks for your suggestion. I completely forgot I posted this. Anyway I rooted my device using the toolkit and all worked well. But I still cannot delete many folders and files and also some apps don't seem to be able to save properly.
Does anyone have any ideas on what could be wrong? Apart from this the system is stable and I would rather not do a fresh install because of all the games I have (long downloads and I have had problems backing up and restoring saves in the past) is there a way to just set all the files and folders on my phone to read / write (es file explorer reports these files have the required permissions but maybe setting them might do something)
Sent from my Nexus 7 using xda app-developers app

[Q] Problem with download icon in All apps screen (alway empty)

I have a problem, when I hit the download icon (all apps) on my nexus 7, it is always empty.
I check in my download folder and there is 9 files for 66 meg.
I check with parameter, storage, and I have 66 meg, when I hit the storage, its open download, and still empty????
What is the problem?
To solve the problem I create an shortcut with es explorer to the folder download, but I would like that my download (original) icon to work.
Help, is this a bug, or I am the only one?
My nexus is in French, (telechargement) but I try in English and it is the same problem (download)
Where is this setting for the download?
Are you going to Settings > Apps > Downloaded, and seeing nothing listed there? I have 52 apps listed there. If you go to the 'All' tab, do you see all your apps including the ones you downloaded or installed from the Play market?
I believe hes going to the Apps list form the home screen and licking on the Download app that in theory wold show any items he has downloaded in his browser.
knitler said:
I believe hes going to the Apps list form the home screen and licking on the Download app that in theory wold show any items he has downloaded in his browser.
Click to expand...
Click to collapse
Yes this is it.
And in parameter, storage, there is 66 mg, in download, but when I hit download, the open window tell me there is nothing.
I am not able to see my download made with my browser.
Also, I try loaderdroid and I can see only folders. I have in download folder apk, pdf, files that I cannot see except with es explorer.
I try loaderandroid, and it is the same, files are not visible in the download folder.
This is going crazy.
I try to change download folder in loaderandroid, and I can see only folders, no content, no files, in any folder!!!!!
I have es explorer, and root browser lite, with these I am able to see files in folder!!!!! with any extension.
What is the problem??????
I just remove es explorer, and root browser lite, thinking that there was maybe a conflict. No luck, without those apps I am not able to see my download......
HELP
Ok now I can confirm that my Downloads icon in All apps screen is not working.
I have apk, pdf, .rar in the /sdcard/download/ folder, and I am not able to see them with the Downloads icon in All apps.
Only way to see them is with es explorer or root browser lite.
Is there a way to reinstall this Download manager apps????
Same problem with loaderandroid. (also not able to see any files, only folders)
How are you loading the files on? Perhaps you are putting them in another downloads folder?
knitler said:
How are you loading the files on? Perhaps you are putting them in another downloads folder?
Click to expand...
Click to collapse
No they are in the good folder. Problem is look like the files are hide for any download manager.
Like I said, no problem with es explorer or root browser lite
I try removing es explorer and rootbrowser lite, and Avast, and still not able to see file in Downloads apps, and Loaderandroid.
But I need to access those files, and without a file managers like es explorer, there is no way to access them except with Downloads from all apps screen, that in my case do not work......
The downloads app isn't meant to show the contents of your downloads folder. It only shows the files you download from your browser.
I'm not sure if it gets cleared automatically at any point, never tested it.
Its the same thing as the downloads tab in chrome on a desktop PC.
Sent from my Nexus 7 using xda app-developers app
strafe_dog said:
The downloads app isn't meant to show the contents of your downloads folder. It only shows the files you download from your browser.
I'm not sure if it gets cleared automatically at any point, never tested it.
Its the same thing as the downloads tab in chrome on a desktop PC.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
This.
Sent from my EVO using xda app-developers app
strafe_dog said:
The downloads app isn't meant to show the contents of your downloads folder. It only shows the files you download from your browser.
I'm not sure if it gets cleared automatically at any point, never tested it.
Its the same thing as the downloads tab in chrome on a desktop PC.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Ok with which apps you can see your files already downloaded from your browser? I use firefox, dolphin, and chrome, and I cannot see the files, except with es explorer, an add-on apps. Same problems with loaderandroid a download manager.
Lachaine said:
Ok with which apps you can see your files already downloaded from your browser? I use firefox, dolphin, and chrome, and I cannot see the files, except with es explorer, an add-on apps. Same problems with loaderandroid a download manager.
Click to expand...
Click to collapse
Chrome downloads appear in there for me. Haven't used other browsers.
I use es file explorer anyway coz I don't leave stuff in my download folder.
Sent from my Nexus 7 using xda app-developers app

Categories

Resources