this post was submitted on 24 Jul 2023
17 points (94.7% liked)

Android

17409 readers
151 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

πŸ”—Universal Link: [email protected]


πŸ’‘Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: [email protected]

For fresh communities, lemmy apps, and instance updates: [email protected]

πŸ’¬Matrix Chat

πŸ’¬Telegram channels / chats

πŸ“°Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 1 year ago
MODERATORS
 

sometimes, an app stores its images/files under a ton of directories, do you know a good android file manager that can quickly search it ?

top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 year ago (1 children)

I use JuiceSSH (well, I use it for ssh, but it can also open a shell on the local device, so...)

Open a local shell, then

cd /storage/emulated/0

then use "find", for example

find . -type f -iname "*.jpg" | more

[–] [email protected] 4 points 1 year ago
[–] [email protected] 5 points 1 year ago

Voidtools' Everything for Android would be cool indeed. But iirc androids filesystem already has a global database of files, no? So shouldn't any file manager be able to quickly find anything in there without walking the hierarchy?

[–] [email protected] 5 points 1 year ago
[–] [email protected] 4 points 1 year ago

thanks everyone for our ideas, in the past i've used dolphin (kde) with mtp support to search files, it works but you obviously need a linux box.

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

Blackberry used to have a "global device search" feature. I'd love something like that for Android.

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

MiXplorer. If you don't already use it theres a bit of a learning curve but I just ran a quick test & it found a file 6 directories deep in /android/data/... with no problems at all

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

MiXplorer is great! I've been using it for several years, and it always does everything I want and much more.

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

there is also ghost commander, looks nice at first glance

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

Material Files at least has a search that seems to work, but it doesn't clearly show all the result paths at once.

If you can mount the filesystem to your computer, you could use broot or anything you want from there.

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

You could accomplish this with Tasker if you wanted to dip your toes into some programming.

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

I use FX and it can search for filenames