this post was submitted on 28 May 2025
1886 points (98.6% liked)

memes

15293 readers
5451 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] disguy_ovahea@lemmy.world 7 points 1 week ago (5 children)

For real? Never used Android, but isn’t it built on Linux? It doesn’t use the same path /home/username/Downloads?

[–] dual_sport_dork@lemmy.world 22 points 1 week ago (1 children)

It does not, but on all of the Android devices I've used there's simply a "downloads" folder in the root location (or what is exposed to the user as root location, anyway) where downloads go by default. From web browsers, at least.

The problem is that where things are saved is more or less up to the developer of the app in question, and sometimes they make some very nonsensical choices. The app could create a folder for itself in root, or it could create a folder for itself in "documents," or it could simply park things in one of the preexisting userspace folders. Or it could bury the file it just created in /Android/data/com.appname.fd6bca3/files/0/dl/, and it sure as shit won't tell you nor give you the option to put it anywhere else.

[–] real_squids@sopuli.xyz 4 points 1 week ago* (last edited 1 week ago) (1 children)

Get a file explorer. Mine has a "recent" tab where all the new stuff is. I can also move or copy files easily. Vanilla explorer is not very good but it does have the basics covered. It is annoying not to have a system-wide download dialog though.

I suspect part of why google's app is subpar is to promote their cloud storage.

[–] dual_sport_dork@lemmy.world 9 points 1 week ago (1 children)

I use Root Explorer.

A shocking number of Android devices ship without a file browser installed from the vendor at all. If you want one you have to install it yourself. This is baffling to me.

[–] real_squids@sopuli.xyz 2 points 1 week ago

That's fucked, the more android progresses the less usable it becomes it seems. Even budget 2.3 phones had it built-in afaik

[–] wildbus8979@sh.itjust.works 14 points 1 week ago (2 children)

It's built on a , by now very modified and incompatible, Linux kernel. But not a GNU userland at all.

[–] Rin@lemm.ee 3 points 1 week ago

Yeah, fuck Android. PostmarketOS is my new best friend.

[–] lichtmetzger@discuss.tchncs.de 1 points 1 week ago* (last edited 1 week ago)

It’s built on a , by now very modified and incompatible, Linux kernel.

Which is also forked again by various phone manufacturers that make their own modifications on top of it.

[–] nul9o9@lemmy.dbzer0.com 11 points 1 week ago (1 children)

Don't know what this meme is about.

Everything I download is in my downloads folder. Good luck finding the downloads folder path in IOS.

[–] disguy_ovahea@lemmy.world 9 points 1 week ago* (last edited 1 week ago)

That was a problem for years. Apple didn’t make the Files app to navigate the filesystem until 2017. It’s fine now, but it was absurd for sure.

[–] stonedtemplepilot@lemmy.world 4 points 1 week ago

It's basically a jvm that runs on the Linux kernel.

[–] tauren@lemm.ee 2 points 1 week ago

It doesn’t use the same path /home/username/Downloads?

Same as what? That isn't a default path for anything in Linux either. It's a convention that browser follows though, on Windows and Mac too.