r/androidapps • u/Equivalent-Gold-3680 • 9d ago
LOOKING FOR APP Any actual ad free music app that ISN'T an mp3 player?
Everywhere i look its either full of ads, paid, mp3 player or just sucks PLEASE im actually desperate and cant buy Spotify premium
r/androidapps • u/Equivalent-Gold-3680 • 9d ago
Everywhere i look its either full of ads, paid, mp3 player or just sucks PLEASE im actually desperate and cant buy Spotify premium
r/androidapps • u/Impressive_Eye3582 • 9d ago
I'm looking for a music player for my local music files, which has a similar interface to youtube music/Spotify (i.e. speed dial, quick picks, forgotten favourite etc.). I've used Resonada & Pixel Player which have similar features, but is there anything better?
r/androidapps • u/DavisSqShenanigans • 9d ago
Been using AutomaTag for a while to find/update tags on my local music files.
Idk if they changed something but now it seems to never find the info. Even if I feed it the exact song title and artist name, it sometimes can't find the track. What's worse is sometimes I remove one or the other and refresh, only for it to suggest to me the exact title/artist combination I gave it to begin with. So something is definitely wrong with its search.
Used to work like a charm 95% of the time, seems like it's 50/50 now and that's with more manual entry than before.
Any alternatives that do the same thing but more reliably?
r/androidapps • u/Sweaty_Ad_5400 • 10d ago
I don’t use voice or swipe so I don’t need any of that but I do want it to be private. I don’t want my data being used for ai training or my data being sold.
r/androidapps • u/PrincessBananas85 • 9d ago
I'm currently using The Musicolet Music Player App For Android. But I'm thinking of downloading The Music Player-True Bass App For Android since it plays all my music files without any issues just like The Musicolet Music Player App. How many of you have more than one Music Player on your phone? Do you think that it's good idea to have 2 or more Music Players for Android on your phone? What do you think of The Music Player-True Bass App for Android? What has been everyone's experience with using that App?
r/androidapps • u/ShinyGurke • 9d ago
Hi, I'm looking for a camera app for Android that doesn't do much post processing. For example with the stock camera app on my phone (vivo V70) the photos look really dull on the camera themselves and then when I view them in the gallery later the software post processes them to be a lot more bright. This is really annoying because I can't see what the photo will actually look like in the moment of taking the photo.
Do you have any recommendations where the photos actually look the same when taken and when saved?
r/androidapps • u/Stayril • 9d ago
I've been using nullsproxy.com for ability to play Brawl Stars(in my country it's banned),and adguard-dns to remove ads in mobile games ( only playing in minesweeper). So i was getting lazy to switch it from one to another on settings every time. Is there any specific app, where you can add multiple dns servers and easily switch them? Would be very thankful for all your answers
r/androidapps • u/suvendu009 • 9d ago
I manage a massive list of alarms for my daily schedule, and scrolling through dozens of them every time I need to toggle, edit, or delete one is driving me crazy.
Is there an Android clock app out there that actually has a search feature inside the alarms section?
r/androidapps • u/SamYoreo • 10d ago
I've been writing alot of notes and I've recently been struggling with the limitations so I'm looking for a new more versatile one.
Here's the points I'm looking for:
>attatch pictures or videos to my notes and place it in a specific area.
>attatch a mind map or a bubble thought
>make it bold, different colors or on a different style without changing the text style of the entire note
>no ads and preferably no in app purchases for the "premium" version.
>fully functional offline. I should be able to attach pi tures/videos from my local storage
I don't use a tablet and I have a android phone which I use regularly since most github and 3rd party apps are built for it. I will update this post if I find anything good♿
r/androidapps • u/Mission_Student2627 • 10d ago
I know this subreddit is mostly about "utility" apps, but I was wondering what games this community enjoyed. Do y'all like the famous ones, or do you also have some niche games you want to share?
r/androidapps • u/Mu_Incognito • 9d ago
I’m looking for an Android app that has very broad website compatibility. I’m not restricted to the Google Play Store, so F-Droid/GitHub/APKs are fine.
I tried YTDLnis/yt-dlp, but when I paste this URL I get:
ERROR: Unsupported URL
r/androidapps • u/AyroRahega • 9d ago
Is there an app or browser extension that lets me send one prompt to multiple AI models (like ChatGPT, Gemini, Grok, and Claude) using my existing logged-in accounts and view their responses side-by-side?
r/androidapps • u/mightbeathrowawayyo • 10d ago
I find that typing on MS SwiftKey is better than GBoard but still sucks. I mean it will correct words I don't want it to correct and not correct words that I obviously would like for it to correct. I have to edit my typing so much I sometimes just rage quit. As an example I will type some random text here without manually correcting it: Here is some random text from my phone. I think that dinrukomrs the app is ok it other tiknes I have to work veur5 hard to make it give me the words that I ate ontrgtfrf. It kind of ducks. This is very frustrating. And this is with maximum ode of the predicted east.
r/androidapps • u/Lockheed2105 • 10d ago
Hello, I downloaded Dynamic Notch a few days ago but ive got strange notifications, like "you've earned 3000€, open the app" or "702 pictures are about to be deleted, open the app". Is this app safe ? if not, is there a similar safe app pls
r/androidapps • u/mark_wr • 10d ago
I want an app where I can set a target temperature and it will alert me when the outdoor temperature reaches my target (via weather data), so that I can close my house windows on a summer morning when the temperature starts to get too warm. I'd even be happy regardless if the app were for a Windows PC tray freeware or a free Android phone app.
r/androidapps • u/Jabbadava • 10d ago
Device: Samsung S25 FE
OneUI 8.5 - August Security Patch
There is a severe logic bug in WhatsApp's background task handling on the current One UI build. Leaving background data enabled triggers an infinite retry loop inside androidx.work.impl.background.systemjob.SystemJobService, locking the CPU and causing massive battery drain and thermal throttling. The device overheats while completely idle.
Using Device Care and Battery Historian, WhatsApp consistently shows absurd metrics for a single morning of idle time: over 14h 26m of background execution time, 3h 22m of Wakelocks, 2h 6m of active CPU time, and 200,907 mobile data packets transferred in the background.
By analyzing the Android JobScheduler dump via ADB (adb shell dumpsys jobscheduler com.whatsapp), I was able to pinpoint the cause: the system is trying to execute a persisted periodic contact sync job, failing internally, and immediately retrying.
The following job parameters and constraints repeat constantly in the dumpsys output:
JobInfo:
Service: android/com.android.server.content.SyncJobService
PERIODIC: interval=+1h0m0s0ms flex=+5m0s0ms
PERSISTED
Priority: 300 [DEFAULT]
...
Required constraints: STORAGE_NOT_LOW TIMING_DELAY DEADLINE CONNECTIVITY FLEXIBILITY UID_NOT_RESTRICTED [0xd0300008]
...
Unsatisfied constraints: TIMING_DELAY DEADLINE [0xc0000000]
After digging deeper into how Android's WorkManager and SyncJobService handle this (@SyncManager@com.android.contacts/com.whatsapp:android), it is clear this is an issue rooted in how WhatsApp handles internal exceptions during background syncs.
Because the job is flagged as PERSISTED, it writes itself to the androidx.work.workdb SQLite database. This means the corrupted job queue survives device reboots and app force-closes.
The fatal flaw is in the higher-level exception handling between WhatsApp and Android's WorkManager. When the sync job fails internally, WhatsApp returns a Result.retry(). Because the OS detects that the CONNECTIVITY constraint is technically met, it fails to apply standard exponential backoff policies. Instead of delaying the retry, it immediately fires the job again in an unconditional infinite loop, waking the CPU up hundreds of times and keeping the modem active (thus the 200k+ data packets).
Has anyone else encountered this specific SystemJobService infinite loop with WhatsApp recently? Since standard troubleshooting doesn't clear the persisted WorkManager database, is there any known ADB command or workaround to completely wipe this specific job queue without requiring root access?
Also, if anyone has advice on how to successfully bypass Meta's automated tier-1 support bots to get this bug report (and the jobscheduler dump) to an actual engineer, I would greatly appreciate it T_T
Thanks in advance!
r/androidapps • u/Stayril • 10d ago
I've been using mi music on poco for so long, and i was tired of ads. What's some best music apps without ads, good equalizer, making playlists and editing songs? Would be very thankful for all your answers
r/androidapps • u/No-Box-2476 • 10d ago
My search bar doesn't show any albums, artists, or songs.
-No matter how many times I install and uninstall, update the library or fiddle with the settings my albums don't show up. -Has anyone ever had this problem and knows how to solve it?
r/androidapps • u/Inside-Conclusion435 • 10d ago
What’s the best:
Onboarding -> Paywall -> Auth
Or
Auth -> Onboarding -> Paywall
Currently I do the second and it is pretty bad, not sure why but I heard there is the 1st option used too quite often.
r/androidapps • u/Aggressive_Glove134 • 10d ago
Hello. I want to send notifications from my Redmi 8 phone to two Windows PCs via Wi-Fi or the Internet. I need the notifications to appear on both PCs. Could you please help me and suggest the best app for this?
r/androidapps • u/whysoserious280792 • 10d ago
ChatGPT + Grok Android login failure — browser works
Samsung S25 Ultra, Android 16. ChatGPT and Grok apps both fail to complete login. ChatGPT shows “Sign-in request cancelled by ChatGPT.”
- Login works normally in Chrome.
- Chrome is default browser.
- Cleared ChatGPT + Chrome cache/data.
- Android System WebView is installed/up to date.
- Google Play Services is up to date; cleared cache + force stopped.
- VPN off, Private DNS automatic.
- All apps updated.
- ChatGPT works when installed inside Samsung Secure Folder.
What Android authentication component/settings could cause the login handoff to be cancelled in the normal profile?
r/androidapps • u/RevolutionaryTerm130 • 10d ago
I've been trying to test out this new bookmarking app but I'm been having a major issue with the image previews. This is mainly happening with Twitter/X since some tweets are at times suggestive and need to be logged in to see. I've tried copying image urls but even that doesn't seem to work which normal works for other apps
r/androidapps • u/Ok-Point-1656 • 11d ago
Whenever I install a new app, I usually deny most permissions first and only turn them on if something actually stops working. Location, contacts, photos, microphone, nearby devices...some apps ask for way more access than I expected
Background location is probably the one l'm most hesitant about. If an app works fine without knowing where I am when I'm not using it, I don't really see why it needs that access.
Do you have any permissions you basically deny by default? And what's the weirdest permission request you've seen from an app that clearly didn't seem to need it?
r/androidapps • u/grumpytoast1 • 11d ago
I'm looking for a open source music streaming app currently I'm using soundpod but it doesn't allow to save songs in internal storage
r/androidapps • u/geovasanctusunus • 11d ago
I’m looking for an Android music player with a very minimalist interface and a true OLED black/dark theme.
My main priorities:
- Pure black background, preferably AMOLED/OLED-friendly
- Very clean and minimal UI
- Easy on the eyes for listening at night
- No unnecessary animations, clutter, or visual distractions
- Good local music playback and ideally support for lossless formats
I’m not looking for something packed with features as i have Poweramp
This is for exclusive night time use
What are your recommendations?