Don't forget "This file has already been downloaded, do you want to download it again?"
And the options are to cancel or download again but you can't open the already existing file from the prompt, so you might as well just download that fucking PDF for the fifth time since it's not as if you knew where the bloody thing's been downloaded anyway!
This is turning a generation of people tech illiterate. The young people I interact with are smart because they're all employed by a tech company and mentored by us dinosaurs, but I've heard some horror stories of the tech literacy of the average young person.
Android has ways for app devs to specify where files get saved. App devs just usually don't give a shit, because they want to write a single lowest common codebase for android and iOS.
me: /storage/emulated/0/Android/data/org.mozilla.firefox/files/Download or /storage/3564-3130/Android/data/org.mozilla.firefox/files/Download here I come!
It's the dumbest setup possible with how android handles saved files, and even worse by all the hoops to put files or look at files from specific folders on your phone due to all the permissions crap.
But the easiest way to find where something was saved is to open up "Files" which is "Files by Google" to be exact. It will whatever file you saved or modified right there in the "recent" section at the top so you can look at whatever goofball place it was actually saved to.
First android I ever had was a Galaxy S2. Goddammit that phone was so nice. I even bought a 2nd one when the first one died. But android file trees are way easier to navigate than iOS.
I feel like this meme only makes sense for people who don't know basic file system navigation...
Literally never had this problem, not once, starting at Android 2.3 when I got my first android phone. It's literally just files and folders, like any other OS.
Even when dealing with apps that don't have a way to check where a file is, any file manager app worth a damn, will have a way to easily find the most recently saved/modified files.
Most (all?) Iapps save images in /Pictures/[appname]
Photos taken with the camera are stored in a subfolder under/DCIM/ for example /DCMI/camera.
All my downloaded files end up in /Downloads/
The path to downloads is technically /storage/emulated/0/Downloads
But that doesn't really ever matter because /storage/emulated/0/ is treated as root in at least the two file explorers I have.
If I mount another storage device it will probably be mounted in some weird path, but too don't matter since file browsers will hide that.
The only time it matters for me is when using termux. The home directory has some weird ass path (/data/data/com.termux/files/home) when using termux which can make it annoying to transfer files. BUT Android storage gets mounted as ~/storage/emulated/0/. So transferring files from downloads to termux home, is as simple as cp ~/storage/emulated/0/downloads/file.txt ~/
Accessing the files from an app is very annoying and complicated, and that's if not completely restricted.
Would anyone know where wallpapers are stored? I took a picture with an older phone (Oneplus 6) and used it as such. I upgraded to Nothing Phone 1 and I am using it as wallpaper because it copied when migrating but I cannot find anywhere for the life of me!
It's pretty relatable. A lot of apps like to use their own folders, like my lemmy app.
If I download files from my banking app they get saved to root (sdcard), most others save to my Download folder. Then there is DCIM where I have photos, but Telegram does not care, for Signal I have to export each file to the file system seperately.
The worst thing though is that the files in Downloads/ are ordered A-Z by default. No idea if this is a LineageOS thing, but it drives me crazy.
You can usually see this as a notification - and tapping on that notification should open the file, wherever it is. As for the specific location, I'd expect it to be /storage/emulated/0/Download most of the times.