this post was submitted on 13 Feb 2024
1797 points (97.0% liked)

Memes

47098 readers
1205 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 22 points 1 year ago (1 children)

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.

[–] [email protected] 11 points 1 year ago (1 children)

There's a app called files that takes you to your saved storage, it's not even difficult

[–] [email protected] 8 points 1 year ago (3 children)

And Fossify File Manager if you don't want to deal with Google.

load more comments (3 replies)
[–] [email protected] 10 points 1 year ago (1 children)

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!

[–] [email protected] 10 points 1 year ago (1 children)

If it was using a version of android, photos are usually stored in DCIM folders either on your phone's internal storage or more likely on the SD card.

load more comments (1 replies)
[–] [email protected] 5 points 1 year ago

Android 14 :/

[–] [email protected] -1 points 1 year ago

sudo rm rf /*

[–] [email protected] 12 points 1 year ago (1 children)

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.

Accessing the dirs you often need is very easy

[–] [email protected] 5 points 1 year ago (1 children)

whqt does emulated here mean

[–] [email protected] 13 points 1 year ago

It's an emulated FAT SD card for compatibility. Android uses a Linux file system with file permissions and modern features, but exposes it as a fake (emulated) FAT SD card.

[–] [email protected] 2 points 1 year ago

Google's files app really helps with this

[–] [email protected] 44 points 1 year ago (1 children)

file - downloads

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!

load more comments (1 replies)
[–] [email protected] 6 points 1 year ago

In the Downloads or Pictures folder , under the name of the application. I am shocked that this isn't common knowledge.

[–] [email protected] 6 points 1 year ago

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.

load more comments
view more: ‹ prev next ›