r/Android • u/FragmentedChicken • 12h ago
r/Android • u/BcuzRacecar • 8h ago
One Year Into EU Ecodesign Rules, 80% of Smartphones Still Lack Required Repair Information
r/Android • u/BcuzRacecar • 9h ago
This is why MediaTek needed to release a fourth G99
r/Android • u/FragmentedChicken • 3h ago
Xiaomi 18 Fold is here with the Xring O3 SoC, a wide format, and a cherry red colorway
r/Android • u/BcuzRacecar • 9h ago
Samsung’s Ultra-Thin Smartphone Is a Marketing Gimmick—Galaxy Z Fold 8 Ultra Review
r/Android • u/DragonflyEven377 • 7h ago
Debloating a locked-bootloader Samsung in 2026, no root, no PC — full writeup
Spent an evening getting a shell on my Fold 8 and debloating it. Two things wasted my time that I haven't seen mentioned much, so posting in case it saves someone else the trouble.
**LADB and Shizuku conflict.** Half the guides out there tell you to grab LADB as your post-reboot Shizuku helper. Its own README says it's incompatible with Shizuku, they both want the same wireless debugging socket. Repo's archived too. Use aShell You instead, it's built to run through Shizuku.
Which leads to the second one:
**aShell and aShell You are two different apps.** aShell is by sunilpaulmathew, aShell You is by DP-Hridayan. Both real, both work, aShell You is the more actively maintained fork with more backends. But if you search "ashell" you get both and the names are close enough that you should check the source repo before installing.
**Bonus thing that confused me:** Shizuku's "Authorized applications" counter said 0 the entire time, including after everything was demonstrably working. Don't troubleshoot based on that number. Run `whoami` in your shell app. If it returns `shell` you're good, if it returns something like `u0_a783` that's the app's own UID and it isn't authorized.
If you get a UID, force stopping the shell app and reopening it fixed it for me. Seems like it can launch before Shizuku's service is ready and just quietly give up.
**One more:** if `pm list packages` throws `SecurityException: Shell does not have permission to access user 150`, nothing is broken. That's a Knox container (Secure Folder or work profile) and shell can't see into it. Add `--user 0` to your commands.
Also worth knowing that my Shizuku survived reboots without any intervention, which the docs say shouldn't happen on a non-rooted device. Apparently Android 13+ has a trusted-WiFi auto-start path. So test yours before assuming you need the WRITE_SECURE_SETTINGS workaround.
Wrote the whole thing up properly here if it's useful: https://github.com/heemsec/android-hardening-and-tooling/blob/main/Debloating%20Android%20with%20Shizuku
Stock Fold 8, locked bootloader, no PC needed for any of it.
r/Android • u/BcuzRacecar • 1d ago
WhatsApp ends Android 5 support Monday
r/Android • u/FragmentedChicken • 3h ago
Inside the Arm Mali G2-Ultra NX GPU: Delivering desktop-class mobile gameplay with AI-native graphics
r/Android • u/AtmanRising • 1d ago
Video First video I shot with the world's first Android phone back in 2009 [T-Mobile G1/HTC Dream]
r/Android • u/keombre8 • 1d ago
News [Dev] Google is killing access to AGP Internals
r/Android • u/IJagan • 22h ago
Huawei launches Mate XT 2 tri-fold two days before Apple’s foldable iPhone
r/Android • u/KiwiDistinct9998 • 7h ago
Do niche rugged Android phones deserve a place next to mainstream flagships?
Most Android talk is about Pixel, Samsung, OnePlus, etc. But 8849 TANK 5 are doing unusual things — huge batteries, eSIM, projectors, night vision, and heavyduty protection. Are these interesting alternatives for Android fans, or too specialized for daily use?
r/Android • u/Zestyclose_Prize_755 • 1d ago
Filtered - rule 2 LineageOS App Cloner Official Release
Hi Reddit,
I built a Linux shell script that clones LineageOS applications so they install alongside the default system ones. The clone gets its own package ID, and you can personalize its name and icon and sign it with your own key or the public Android debug key. The script runs from a local page in your default browser and works on any distribution and desktop environment.
Sixteen apps are currently supported :
- System Essentials : Dialer (phone), Contacts, Messaging, DeskClock, ExactCalculator.
- Media & Utility : Jelly (browser), Aperture (camera), Twelve (music player), Glimpse (gallery), Gallery2.
- Tools & Settings : Recorder, Camelot (PDF viewer), Etar (calendar), AudioFX (equaliser), Backgrounds (wallpapers), Profiles.
This project is published under GPL-3.0: https://codeberg.org/213YaZ786/lineage-app-cloner/
Feel free to use the repository's issue tracker to submit bug reports or to share your thoughts right here in this thread.
Peace be upon him who believes.
r/Android • u/mo_leahq • 1d ago
News Oppo Find X10 series confirmed to launch this month, design teased
r/Android • u/ControlCAD • 2d ago
Huawei nova 16s Pro goes global with 200MP RYYB camera, nova 16s joins it
r/Android • u/F7pu748 • 2d ago
News AnTuTu V12 public beta arrives with major changes to how phones are benchmarked
r/Android • u/welp_im_damned • 2d ago
News Motorola is back in the Wear OS game with the Moto Watch Ultra - Android Authority
r/Android • u/Ok-Egg-8734 • 1d ago
Smartwatch buzzing 3 times for the same WhatsApp message? I built a lightweight open-source fix (WANotify)
Hey everyone,
If you wear a smartwatch on Android (Honor, Amazfit, Huawei, Garmin, etc.), you're probably familiar with WhatsApp spamming your wrist: a single incoming text triggers multiple vibrations, often mixed with useless "X new messages" bundle summaries or alerts you already read.
The problem? WhatsApp constantly overwrites its notification slot on every chat update, causing companion apps (Honor Health, Zepp, Huawei Health) to misread these refreshes as brand-new incoming texts.
Instead of disabling wrist notifications entirely, I built WANotify—a lightweight open-source bridge app.
How it works:
- Uses Android's
NotificationListenerServiceto intercept WhatsApp alerts. - Parses the
MessagingStylepayload to filter out thread history and aggregate counters, isolating strictly the latest message leaf. - Employs an in-memory sliding-window cache with monotonic timestamp checks to drop ghost updates and rapid duplicate bursts.
- Routes sanitized messages to a silent system channel (
IMPORTANCE_MIN), keeping your phone completely quiet while your smartwatch delivers just one clean buzz. - Runs 100% locally with zero internet permissions, telemetry, or battery drain.
Quick Setup:
- Install the APK and grant Notification Access + ignore battery optimizations.
- In your smartwatch companion app (Honor Health, Zepp, etc.), disable notifications for WhatsApp and enable WANotify instead.
Source code and pre-built APKs are up on GitHub:
https://github.com/enesuzun2002/WANotify
Feedback and bug reports for specific watch models or companion apps are welcome!Smartwatch buzzing 3 times for the same WhatsApp message? I built a lightweight open-source fix (WANotify)
r/Android • u/BcuzRacecar • 3d ago
This Android phone has a detachable action camera, coming to the US for $999
r/Android • u/FragmentedChicken • 3d ago
Pixel Watch 5 Repairability Is in a League of Its Own - iFixit
r/Android • u/21stCenturyWizard • 3d ago
New wide foldable coming from Motorola
News Introducing enough Phone: a small smartphone with modern specifications.
r/Android • u/Reasonable-Way-4440 • 3d ago
Do you think Google is becoming more like Apple in their approach to Pixel and Android?
I have been looking at what they have been doing to both Pixel and Android and asking myself the same question for quite some time now...