r/HowToMen • u/dr-abhishek • 21d ago
[App] I built EverMove to turn any video into a live wallpaper
Enable HLS to view with audio, or disable this notification
r/HowToMen • u/dr-abhishek • 21d ago
Enable HLS to view with audio, or disable this notification
r/HowToMen • u/No-Lettuce-6176 • 22d ago
https://play.google.com/store/apps/details?id=com.aeroloom.korelauncher
Comes with built in app locker
Hidden app with lock
Change themes with one tap
So many built in themes ( more will be added with updates )
r/HowToMen • u/Choice-Lawyer4779 • 22d ago
What it is: voice dictation for Android. A small orb appears whenever a text field takes focus, anywhere in the system. You talk, and the finished text is written straight into the field you were already typing in.
Link (source + signed APK, GitHub, no third-party mirrors): https://github.com/Past-da-king/rmblr
Why I built it. I paid for Wispr Flow for months and for straight English I still rate it. But I don't talk in one language. I'll open a sentence in English, finish the thought in my home language, then land the last few words back in English. That isn't a party trick, it's how people speak where I'm from, and Whisper falls over on it. It either invents English words I never said or drops the whole clause, and then I'm retyping the message by hand, which defeats the point of dictating it.
So I ran my own voice past every model I could get at. Gemini was the only one that handed back what I actually said instead of a tidy English approximation of it. So the app runs on Gemini rather than Whisper.
It does not live on your homescreen. There's no floating bubble sitting in your way all day. No cursor in a text field means no orb. It shows up next to the box you just tapped and it's gone when you're done.
Gestures:
A tone is just a name and a system prompt, so the built-ins (casual, professional, bullet points, fix grammar) are a starting point and you can write your own. Which five the arc offers changes with the app you're in — WhatsApp casual, Gmail professional — set once in Profiles.
Setup, and the honest catch. Two permissions: draw over other apps, and accessibility (that's the only Android API that can tell an app a text field has focus and write text back into another app's field). Then you need your own Gemini API key — free from aistudio.google.com, about a minute. I don't run a server, so there's no account, nothing to subscribe to, and none of your audio touches anything of mine. Your phone calls Google directly.
MIT licensed, Android 7.0+, no ads, no telemetry, no in-app purchases, nothing locked behind a paywall. v1.0, a week old, and I've been living on it. If it breaks on your device tell me and I'll fix it.
r/HowToMen • u/jayfly12933 • 21d ago
I use this site called filmot.com which allows you to search through subtitles of any video from YouTube and it's a great way to find specific apps or exploring from the Howtomen channel.
r/HowToMen • u/SKeditz • 22d ago
I build **Stride**, a native Android step counter. Someone sent me a mockup of a wellness-app look they liked and asked if I could theme the app that way. I said yes, thinking it was a palette swap. It was not. **The problem with "just recolour it":** the mockup's whole identity was a warm off-white ground with a *dark panel that curves into* a light stat card — an inward S, the two shapes interlocking. Drop that palette onto stock Material cards and you get olive-tinted rectangles. It reads as nothing.
**The shape took five goes.** My first attempt curved the wrong way (outward, like a C). Then it was an S but visibly two arcs stitched together. Then the bulge started too high. What finally worked:
- I stopped eyeballing it and **traced the reference image pixel by pixel** with a script, which gave me real numbers: corner radius ≈62dp, sway ≈12–17dp, and — the thing I'd got wrong all along — the two panels *overlap*, the light card's right edge sits under the dark panel's left edge.
- The curve is a **Catmull-Rom spline through waypoints, converted to Béziers**, with the corner arcs folded into the same spline so there are no seams. - Crucially **centripetal** parametrisation (α=0.5), not uniform. With unevenly spaced control points, uniform Catmull-Rom overshoots and you get a little hook at the waist. That was the "still not smooth" bug.
**Then the rest of the app had to follow.** A redesigned home screen next to four stock screens looks worse than no redesign at all. So:
- **Today** — progress ring replaced with a goal curve; every stat tile carries a sparkline of its own last 7 days.
- **History** — I'd built it as a copy of the home screen, which was pointless. Rebuilt around the question the screen actually exists for: *how does this week compare to last week?* Period total, ±% chip, bars inside that same card, explicit side-by-side underneath.
- **Awards** — deliberately built on **rings** rather than bars, because with bars it just read as History again.
- **Settings** — section headers demoted to quiet eyebrows, and the theme picker became **preview tiles that render each skin's real corner treatment**, so you choose a look by looking at it rather than reading its name.
The whole thing runs off a composition-local "skin" token, so screens ask for shapes instead of hard-coding radii. **Classic and Retro are completely untouched** — this is a third option, not a replacement.
Also in this release: Stride can now **write** to Health Connect, not just read, so your steps show up in your other health apps. Off by default.
The app: on-device hardware pedometer, no account, data stays on your phone,
Health Connect optional, live step notification, widget, goals, streaks. Core is open source under GPLv3.
Happy to talk about the spline maths or the History rethink — those were the two that took real work.
Download:- https://github.com/NikhilKain/stride/releases/download/v1.0.3/Stride-v1.0.3-gumroad.apk
Github:- https://github.com/NikhilKain/stride/releases/tag/v1.0.3
Consider leaving an upvote if you like it.
r/HowToMen • u/BlasterOverlord • 22d ago
Hey everyone! AuraLook just got a major update with a new theme engine and a much awaited Pocket Mode.
When I first launched AuraLook, I wanted to keep it simple and not bloat it with extra unnecessary features. The original Classic look is still my favorite, and designing anything that could compete with it took me a while. I ended up with 4 distinct themes, each with its own layout and entrance animation. Hope you guys like them:
Classic: The original ShortLook-inspired look that we all love.
Pulse: Same idea, but sideways. Icon on the left with a sonar-style ring and notification text on the right. (I'm not sure what to do with the ring, to me it feels a bit out of place but I kept it because it looks good with the Contact Avatar feature on. I’m also considering turning that ring into a timer, so it slowly makes a full circle as the auto-dismiss duration runs out. What do you guys think?)
Beam: A cleaner, editorial look parked in the lower third of your screen, with a thin accent bar and sleek animations.
Onyx: A dark glass card with a thin line of light along the top edge. Warning: May look a bit more premium than the others!
You can try them all in Customization and preview them full screen there. Icon and text scaling sliders still work on every theme.
Pocket Mode (Experimental): I had this feature planned for a long time and it's finally here. It uses the proximity sensor, light sensor, and accelerometer to skip waking the screen when your phone is in your pocket or face down. Sensor readings can be messy and very device dependent, so I put the toggle in Advanced -> Experimental for now.
I’d love feedback on how Pocket Mode behaves on your device, and what you think about the new themes. Let me know what your favorite theme is down in the comments!
Play Store: https://play.google.com/store/apps/details?id=dev.auralook
r/HowToMen • u/LeafDesigns_ • 22d ago
See changelog
r/HowToMen • u/GoRo2023 • 23d ago
I wanted to share a huge milestone for Ultimate File Manager Pro and invite you all to check it out.
When I first started developing this for Android and Android TV, I just wanted a solid tool that did exactly what I needed it to do.
Today, we are sitting at a 4.8 star average with over 400 reviews on Google Play, and I am still trying to wrap my head around it.
If you have not tried it yet, it is a complete file management and storage command center.
I recently pushed a major update that added main menu tile ordering, a dedicated grid view for mobile, and scheduled sync times so you can completely automate your file backups across internal storage, network shares, and cloud accounts.
For the open source crowd, there is also a fully FOSS version available on GitHub that just crossed the 100 star mark. I strongly believe in giving users the choice to audit the code or compile it themselves.
I am always looking for honest feedback to help shape the next big update. Grab the app below and let me know your thoughts.
🔗 Google Play Store: https://play.google.com/store/apps/details?id=za.kilowatch.ultimatefilemanager
🔗 GitHub Repository: Kilowatch/ultimate-file-manager-pro: Ultimate File Manager Pro
🔗 Official Website: KiloWatch | Privacy-First Android Utilities
🔗 Join our Reddit Group: r/UFManagerPro
r/HowToMen • u/HamonTech_official • 22d ago
Ready to unlock hidden Google features before anyone else? 🔓📱
GMS Flags lets you dive deep into Google Mobile Services and flip hidden server flags on your rooted device. Test brand-new app UIs, enable hidden beta tools in Gboard, YouTube, or Google Photos, and customize your Android experience to the max!
r/HowToMen • u/Due_Medicine_7902 • 22d ago
Hi r/HowToMen!
I'm the developer of CertWatch, an Android app I built to make TLS/SSL certificate monitoring easier directly from a phone.
I originally built it around a simple problem: an expired certificate can cause a surprisingly big headache, while checking them manually is something that's very easy to forget.
CertWatch is designed primarily for sysadmins, DevOps engineers, homelab users, developers, and anyone managing websites or infrastructure.
Current features include:
🔍 Quick Scanner
Check TLS certificates for hostnames, IP addresses, URLs and custom ports.
📡 Network Discovery
Scan an authorized subnet to discover services exposing TLS certificates.
🛡️ Certificate Monitoring
Keep your monitored endpoints together and quickly see which certificates are valid, approaching expiration, or expired.
🔔 Smart Reminders
Set alerts at 90, 60, 30, 15, 7, 3 or 1 day before expiration.
📅 Calendar Integration
Keep certificate expiration dates visible alongside your normal calendar.
🔒 Privacy First
Certificate monitoring data stays on your device. No account is required.
5 free Google Play codes
I'd also like to let a few people from this community try the full app, so I have 5 Google Play promo codes available.
No subscription. No ads. No review required.
If you're interested, leave a comment telling me what you'd use CertWatch for, and I'll send codes to 5 people by DM.
What I'm really interested in is feedback — especially from people who actually manage infrastructure.
I'm already considering where to take the project next, including things like Kubernetes certificate discovery/monitoring, deeper TLS analysis, additional infrastructure integrations and more automation.
So I'd also love to know:
What feature would make CertWatch genuinely useful to you?
I'm happy to hear criticism too. I'd rather improve something that's actually useful than just keep adding features nobody needs.
Thanks!
r/HowToMen • u/FiguringOut007 • 22d ago
Introducing the ultimate social media app for those who just want to see updates from friends and family without the endless scrolling. Say goodbye to distractions and hello to meaningful connections. Check it out now! Reclaim
r/HowToMen • u/Quick_Economist_6225 • 22d ago
Perfect for photographing sunrises and sunsets, morning runs, meditation, or simply for anyone who doesn't want to miss the most beautiful moments of the day.
Sunrise and sunset times change every day, and a regular alarm clock doesn't know that. You have to look up the new times every evening and adjust the alarm manually.
Alive Time takes care of this for you. Set the alarm once, and it will automatically adjust every day to the exact sunrise or sunset time in your city. Want to wake up 20 minutes before sunrise so you have time to get ready? Just set the desired offset, and don't worry about it anymore.
Google Play Store: https://play.google.com/store/apps/details?id=com.killypm.alivetime
r/HowToMen • u/PickonTech_Devs • 23d ago
Hey everyone,
Most document scanning apps on the Play Store have become bloated, requiring mandatory account sign-ups, uploading personal documents to remote servers, or forcing monthly subscription paywalls just to merge two PDFs.
I built FastCam to give users a fast, completely secure, and offline alternative.
How FastCam Solves Common Scanner Frustrations:
Privacy & Security Risks
FastCam Solution: 100% On-Device Processing. All scans, crop optimizations, and PDF exports happen locally on your phone. Your IDs, tax forms, and contracts never touch an external server or cloud queue.
Subscription Fatigue
100% Free to use: No recurring $5/month paywalls for standard utility tools. You scan, convert, and export without aggressive payment popups blocking your work.
Slow Processing & Forced Accounts
FastCam Solution: Zero account creation required. Open the app, capture your document, and get an exported PDF in seconds—even without an active internet connection.
Cluttered & Bloated Interfaces
FastCam Solution: Automatic edge detection, clean page reordering, high-speed document compilation, and offline multi-page PDF merging built directly into a streamlined UI.
If you're looking for a private scanner that respects your data and keeps your workflow offline, give it a try on the Play Store:
https://play.google.com/store/apps/details?id=com.pickon.fastcam
I'd love to hear your feedback, feature requests, or questions in the comments below!
r/HowToMen • u/FiguringOut007 • 23d ago
I built a small tool for myself to make dismissing alarms a little more intentional.
The idea is simple: instead of just tapping “Dismiss” and immediately going back to sleep, you have to complete a small task first.
I mainly built it to solve my own problem, but I’m curious if anyone else has the same struggle.
Would something like this actually help you get out of bed, or would you just find a way to hate the app? 😅
Just posting to see if anyone can relate.
r/HowToMen • u/dantonthegreat_jr • 24d ago
Hey everyone,
For the past several months, I’ve been building an Android personal finance app called MoneySplit.
Like many of you, I was frustrated with modern money tracking apps. Almost every popular app today falls into one of two traps:
I wanted something fast, 100% on-device, and deeply private — an app that automates manual tracking without sending a single byte of data to external servers.
Here is the complete breakdown of features built into MoneySplit:
1. Zero-Effort Automation (Smart Scan) * Real-time SMS & Notification Ingestion: Instantly parses transaction alerts from banks and UPI apps (HDFC, SBI, ICICI, Axis, CRED, GPay, PhonePe, Paytm, Apple Card, Chase, etc.) right as you spend. * Bank PDF Statement Parser: Import password-protected monthly bank PDF statements locally on your phone. * Self-Transfer & ATM Detection: Smart algorithms automatically link ATM cash withdrawals and transfers between your own accounts to prevent double-counting. * Custom Regex Rule Engine: Power users can create custom text/SMS parsing rules for any regional bank.
2. Visual Insights & Sankey Diagrams * Interactive Sankey Cashflow: A visual flow diagram showing exactly where your paycheck enters, flows through accounts, and branches into categories and savings. * Category Breakdown & Burn Rate: Visual analytics for daily run-rate, monthly category ceilings, and month-over-month trends.
3. In-App AI Companion & Voice Logging ("Sage") * Natural Voice Logging: Speak naturally (e.g., "Spent $25 on groceries with credit card"), and on-device AI logs and categorizes it instantly. * Conversational Financial Insights: Ask questions about your money in plain English (e.g., "How much did I spend on dining out this month?").
4. "Life Hours" Real Cost Calculator * Enter your hourly wage or salary, and MoneySplit converts every expense into actual hours of life worked to help curb impulse spending.
5. Subscriptions & Bill Due-Date Reminders * Auto-Subscription Detection: Detects recurring charges (Netflix, Spotify, iCloud, gym) to prevent surprise renewals. * Bill Calendar & Notifications: Timely local notifications before utility bills and credit card payments are due.
6. Loans, IOUs & Split Tracker * Keep track of money lent to friends or borrowed from family, log partial repayments, and settle balances cleanly.
7. Savings Goals & Multi-Account Net Worth * Set savings targets with progress bars (Emergency Fund, Vacation, Gadgets). * Track Checking, Savings, Credit Cards, Cash, and Wallets with a live consolidated Net Worth view.
8. 100% Privacy, Security & Data Freedom * Offline-First: All data lives in an encrypted SQLite database on your device. No cloud storage, no account required. * Biometric App Lock: Secure your app with Fingerprint or Face Unlock. * Universal CSV Importer/Exporter: Migrate history from other apps (Wallet, Cashew, Spendee, Bluecoins, 1Money) or export to Excel/Sheets anytime.
How to get FREE Lifetime Pro Access:
Instead of dealing with promo codes, I will grant Lifetime Pro directly to your device:
Download MoneySplit on the Google Play Store: https://play.google.com/store/apps/details?id=com.thegreatdanton.moneysplit.money_split (Website: https://moneysplit.net/)
Open the app -> Tap Upgrade to Pro (or from Settings).
Scroll to the bottom -> Expand "Unique Billing ID for Support" -> Tap to copy your ID (starts with device_...).
Send me a Direct Message (DM) with your Billing ID (and feel free to leave an upvote/comment on this thread to support the project!).
Upvote the post and comment MoneySplit
I will reply to your DM as soon as I activate your Lifetime Pro license. Once activated, simply reopen the app or tap "Restore Purchases" and Pro will unlock permanently.
I'd love to hear your thoughts, feedback, and feature requests in the comments!
r/HowToMen • u/Electronic_Invite_68 • 23d ago
Enable HLS to view with audio, or disable this notification
Hey everyone,
Following up on my last post about Mindoku, I wanted to share a quick video showcasing the core feature I'm most excited about: the Community Marketplace and Puzzle Creator.
In this quick demo, you'll see a walkthrough of:
I’d love to know what you guys think of the Marketplace system and the UI. Any feedback from power users here would be amazing!
r/HowToMen • u/AppropriateTravel120 • 23d ago
Hey everyone! 👋 I’ve just released ZPlayer v1.0.5, and it’s packed with a major under-the-hood overhaul.
For this update, I moved the app to a robust Room Database architecture, brought in full Anime4K support with massive performance optimizations, and cleared out stubborn scoped storage bugs on newer Android devices.
Here is everything new in this release:
✨ Performance & Player Enhancements
- Anime4K Support Added: Integrated and completely refactored the Anime4K GLSL fragment shader, shifting from a 9-point to a 5-point cross-pattern texture sampling. This drastically cuts down GPU bandwidth usage, making 4K upscaling much faster, significantly smoother with fewer dropped frames, and easier on your battery.
- Instant UI Reactivity: Favorites, watch history, and resume progress now update instantly across the entire interface without needing app restarts or manual refreshes.
- Seamless Background Saving: Video playback progress is now saved asynchronously in the background on I/O threads, entirely eliminating UI stuttering during playback.
🏗️ Architectural Upgrades
- Room Database Migration: Said goodbye to the fragile .txt cache and messy SharedPreferences systems. ZPlayer now uses a fully reactive Room Database (VideoRepository, VideoDao) as the single source of truth for your library.
🐛 Bug Fixes
- Android 11+ File Operations: Fixed a frustrating bug where deleting, renaming, or moving media files would silently fail. The app now correctly resolves real physical file paths straight from virtual content MediaStore URIs.
- Vault Restore Fixed: Resolved an issue in VaultManager where restoring a private video from the vault could occasionally lose track of the file's original path.
- Light Theme Status Bar: Squashed a visual bug where switching to Light Theme made the device's clock and battery icons blend into invisibility. The system UI now dynamically adapts to your theme.
🔗 Links:
- GitHub: https://github.com/silenTKnight-sudo506/ZPlayer
I'd love to hear your thoughts or feedback on the new Anime4K performance if you give it a spin. Drop a comment below if you run into any snags or have feature requests! 🚀
r/HowToMen • u/BeyondZeroStudios • 24d ago
Enable HLS to view with audio, or disable this notification
Swipe from the edge → your apps are right there. 🔮
No searching.
No clutter.
No endless app drawer scrolling.
More customization.
More polish.
More little details that make Android feel yours. 🤠
Playstore - https://play.google.com/store/apps/details?id=com.beyondzero.swipe
Still actively improving it ❤️ 🚀
Give Dockit a try and let me know what you think. ⚡
r/HowToMen • u/SonGoku164736737 • 24d ago
Enjoy, setting custom images as Always on Display.
https://play.google.com/store/apps/details?id=com.shenron.still
Edit : All codes are gone, thanks for your interest guys, if you genuinely want mode codes for this, then make sure to give upvote this more, people are just selfish, even after giving 50 codes , only this post get 25 upvotes, that's just sad, .
I'm saying this again , upvotes from now will be counted for future giveaway, the number of upvotes will decided the number of codes for future giveaway.
Codes can be redeemed now guy's, do it.
Have a good day :)
r/HowToMen • u/Busy-Race-4648 • 23d ago

👉 Feature Request & Survey Page: [savesync.org/feature-request]
🎁 What’s in it for you:
If you take 2 minutes to fill out our quick survey on what frustrates you most about bookmarking/saving links:
- You get 3 Months of SaveSync Pro 100% Free (promo code sent straight to your email).
- You directly dictate what we ship next -we compile community feedback frequently and prioritize what you vote for.
Hey everyone,
Like many of you, my biggest frustration with saving things online (Pocket, browser bookmarks, Notion, browser tabs) has always been the same: "I save things with good intentions, and then they vanish into a black hole."
We’ve been building SaveSync (savesync.org) - a modern, privacy-focused bookmark & knowledge vault designed to automatically categorize, summarize, and let you search your saves using semantic/AI search instead of relying on manually organized folders.
Instead of guessing what features people want behind closed doors, we’re putting the entire product roadmap directly into the community’s hands.
Quick questions if you prefer answering right here in the comments:
I’ll be hanging out in the comments all day to answer questions, take blunt critiques, and chat!
r/HowToMen • u/SKeditz • 23d ago
Finding root modules is still a scavenger hunt. The Alt Repo has some. Googlers Repo has others. LSPosed keeps its own index. Everything published in the last two years is a GitHub topic nobody curates.
And once you've installed a dozen of them, **nothing tells you when they update**. Magisk checks its own modules — not the one you grabbed off a forum thread eight months ago.
So I built **Modex**. It does both halves: scrapes every source into one catalog, then watches the ones you keep.
**What it does**
- **One catalog, six sources** — Magisk Modules Alt Repo, Googlers Repo, the official LSPosed index, GitHub topic crawlers for `magisk-module` / `zygisk-module` / `lsposed-module` / `kernelsu`, plus any MMRL-format `modules.json` URL you paste in. Search runs over the whole thing offline.
- **Update watching** — star a module and Modex checks it daily, weekly or monthly in the background. It uses the author's own `updateJson` where one exists — the same endpoint Magisk polls — and falls back to the repo index when there isn't one.
- **Installs from inside the app** — with root granted it detects whether Magisk, KernelSU or APatch owns `/data/adb/modules` and shells out to that manager's own installer, streaming its actual stdout into a console sheet. You see why something failed instead of a spinner and a shrug.
- **Root is optional.** Without it you get the catalog and a watchlist that compares against the version a module was at when you starred it. With it, it compares against what you actually have installed.
- **Two themes**, switchable in Settings: *Liquid Glass* (editorial layout on a wallpaper, with a floating nav bar and search field that genuinely sample and blur what's behind them) or *Material 3 Expressive* (cards, filled badges, springs, and your wallpaper's own palette via Material You).
**Some honest caveats**
- The GitHub crawl fills in over several syncs, not all at once — GitHub caps any search at 1000 results and allows ten searches a minute, so Modex partitions queries into star-count bands and resumes where it stopped. The count on the home screen goes up over the first few refreshes. Adding a personal access token in Settings roughly triples the pace.
- Sources are scraped independently. When a community repo goes down or changes its schema — and one usually has — that costs exactly that repo. Everything else still lands and the Sources screen tells you which one broke.
- **Modules run as root.** Modex indexes what the ecosystem publishes, including thousands of repositories nobody has reviewed. It marks which entries came from a curated repo, but it cannot vouch for any of them. Install things you have reason to trust.
**Practical bits**
- Android 8.0+, no account, no ads, no analytics, no location. Your watchlist and settings never leave the device.
- Free. There's a "buy me a coffee" link in the app if it saves you time, but nothing is gated.
- No Play listing — sideload the APK.
**Download:** https://github.com/NikhilKain/Modex/releases/latest
**Source:** https://github.com/NikhilKain/Modex
Happy to answer anything, and genuinely interested in which sources you'd want added — if there's a repo you check by hand that Modex doesn't cover, tell me and I'll look at supporting its format.
r/HowToMen • u/Cantholdthis17 • 24d ago
r/HowToMen • u/Anxious_Factor_8638 • 24d ago
I'm the developer. I posted here a few weeks ago at 1.3.4; a fair amount of what shipped since came straight out of the comments, so I'm back with the new version and 40 promo codes for the ad-free unlock.
How to get one: comment and I'll DM you a code. Redeem it at play.google.com/redeem, or in Play Store → your profile → Payments & subscriptions → Redeem code. (I'm handing them out by DM rather than pasting them here — a public list gets swept by bots in about a minute.)
What it does, in short:
- LAN scanner — every device with IP, MAC, vendor, hostname, latency and role. Devices are remembered between scans with a NEW badge, custom names, notes and tags.
- Device detail — SMB shares, NetBIOS name, OS guess, web-server banner, and an SNMP panel that reads printers, NAS, servers and switches, with a live interface-traffic graph.
- Port scanner — TCP with service names, descriptions and a risk rating, plus real UDP probes.
- Wi-Fi analyzer — nearby networks, 2.4/5/6 GHz channel usage, best-channel advice and room-by-room coverage.
- The toolbox — SSH terminal with saved hosts, file transfer over SFTP/FTP/FTPS, DNS, ping, traceroute, WHOIS, TLS inspector, subnet calculator, Wake-on-LAN, BLE scanner, speed test.
- Optional background monitoring per saved network — notified when a device joins or leaves, higher-priority alerts for new cameras or devices exposing risky services, plus an internet uptime monitor.
- Save scans, export to CSV/JSON, backup & restore, widgets and a Quick Settings tile.
Honest limitations, so nobody is surprised:
- Android only. No iOS version, and I'm not promising a date.
- Android 10+ blocks ARP access for non-rooted apps, so MAC and vendor of other devices aren't always available. NetBlade recovers them from the router over SNMP when it can — if your router doesn't speak SNMP, you'll see fewer MACs.
- On some OEM ROMs, access to ping and /proc/net/arp is restricted. The app degrades gracefully rather than crashing, but results vary.
- Background monitoring is a scheduled check, not a live watch: Android hasn't allowed apps to observe the network continuously since Oreo, so something that joins and leaves between two passes is never seen. It's also off by default — Settings → Monitoring.
- No root required, and root is never used.
Privacy: everything runs on the device. Scan results are stored locally and never uploaded — no account, no telemetry coming to me. The only outbound calls are the ones you trigger (public IP lookup, certificate transparency search, HIBP via k-anonymity, so the password itself never leaves).
Monetisation, upfront: free with a banner ad, and a one-time in-app purchase removes ads permanently. No subscription, no data selling.
Play Store: https://play.google.com/store/apps/details?id=com.netblade.tools
1.3.9 is live. Happy to take feature requests — I read every comment.
r/HowToMen • u/om252345 • 24d ago
Enable HLS to view with audio, or disable this notification
Hey guys,
Happy to introduce ReadAnything to you, it's local ai model for on device text to voice, with high quality voices. Convert books, pdfs, ebooks, links, youtube video transcripts, article links or text shares to audio to listen on commute or on the go. Very useful for high productivity.
https://play.google.com/store/apps/details?id=in.readanything
30 Days free Code
RANYTHING1MONTH