Android - Reddit
1.28K subscribers
16 photos
1 video
34.7K links
Stay up-to-date with everything Android!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
A curated list of F-Droid apps

Hi there, folks,

A new Android user here. I have never owned an Android device until now for various reasons. Someone gifted me an entry-level Samsung device, and me being me, I shelved it for a few days even without opening the box, but then it dawned on me that a gift should be appreciated and enjoyed and not shelved to gather dust, so that's where it all began. The device, a Samsung Galaxy F06 5G, obviously doesn't have any custom ROM support, and I didn't want to go down the rooting route, so I used the good ol' ADB method to debloat it by creating a Bash script and then hunted for FLOSS alternatives for the things I nuked. My needs are limited, so finding the apps was an easy-peasy job, and then I shared the script and the FLOSS apps I installed with a few friends, and their enthusiasm and encouragement made me think about creating a general-purpose list of open-source apps available via F-Droid or a compatible repo, and with great pleasure, I share with you guys the complete list, which as of now contains 108 apps, and like all such lists, I'm sure it's biased and opinionated, but I like to think that I have done a good job.

I request you guys to take a look at the list and debloat script, and I hope that they will be of use to a soul or two.

https://github.com/hakerdefo/Robota-Liberated

https://gist.github.com/hakerdefo/1abd9bdca5f1a1c34370a20083f68d08


https://redd.it/1sknoag
@reddit_android
Daily Superthread (Apr 14 2026) - Your daily thread for questions, device recommendations and general discussions!

Note 1. You can search for previous daily threads.

Note 2. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

Please post your questions here. Feel free to use this thread for general questions/discussion as well.

https://redd.it/1sl6mjp
@reddit_android
Made a robust folders transfer app for Android via ADB, just transferred 500+ GB of files

Just sharing a Python app I developed with agentic AI (not vibe coded, I am a very experienced OSS Python and Android dev) to transfer large files/folders recursively robustly via ADB (over USB or WiFi depending on what your phone supports): https://github.com/lrq3000/arft

The app supports auto retrying, resuming on interruption, atomic operations (ie, corrupted files will get rollbacked and redownloaded on next run), checking based on file size, checking on checksum, and can be used for incremental updates. It also works if you have already downloaded partially a folder and want to update it with new files (ie, a new incremental backup) or if you want to check whether all your files are not corrupted.

It's a commandline app for now but if someone is interested I may make a simple GUI and a pyInstaller binary.


It's opensource under MIT License like almost everything I make.

For the technically inclined, ADB is used here instead of other protocols because it is both the fastest and the most reliable compared to MTP (the protocol for standard Android file transfer over USB - which is notoriously buggy with large files or large folders, so you end up having to break down your transfer manually into very small chunks of a couple GB at once, here arft is set up and forget it, it takes care of retrying and everything), FTP (much slower as it is bounded to LAN speed but it supports any filesize theoretically), bluetooth (same), http (worst of all in my own tests).

Alternatives include adb-bettersync and ADB Explorer but they are less focused or fail on the task of copying a big folder/file.

I am posting here as this is a very common issue and somehow I was surprised that as of 2026 I did not find any other (opensourced) reliable solution for large folders/files transfer on Android.

https://redd.it/1slh1fh
@reddit_android
Daily Superthread (Apr 15 2026) - Your daily thread for questions, device recommendations and general discussions!

Note 1. You can search for previous daily threads.

Note 2. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

Please post your questions here. Feel free to use this thread for general questions/discussion as well.

https://redd.it/1sm40km
@reddit_android
Not the popular ones, but these Galaxy features are useful

I’ve been playing around with Audio Eraser and it’s surprisingly useful — you can clean up background noise in videos after filming. Like wind, people talking, random sounds — it just isolates your voice way better. Super helpful if you film outside or in busy places.

Also tried Auto Trim and it’s lowkey underrated. It takes a long video and automatically cuts it into short highlight clips. I tested it on a random 2–3 min clip and it pulled out the most “usable” moments without me doing anything.

Not the flashy features everyone talks about, but honestly these are the ones I keep using.

I’ve had a chance to try some of these features early, so just sharing what stood out.

https://redd.it/1smqovq
@reddit_android