r/Android 12h ago

GrapheneOS: In the longer term, we plan to add support for RCS including support for the standard end-to-end encryption (E2EE) via Messaging Layer Security (MLS).

Thumbnail grapheneos.social
Upvotes

r/Android 8h ago

One Year Into EU Ecodesign Rules, 80% of Smartphones Still Lack Required Repair Information

Thumbnail
repair.eu
Upvotes

r/Android 9h ago

This is why MediaTek needed to release a fourth G99

Thumbnail
notebookcheck.net
Upvotes

r/Android 3h ago

Xiaomi 18 Fold is here with the Xring O3 SoC, a wide format, and a cherry red colorway

Thumbnail
gsmarena.com
Upvotes

r/Android 9h ago

Samsung’s Ultra-Thin Smartphone Is a Marketing Gimmick—Galaxy Z Fold 8 Ultra Review

Thumbnail
notebookcheck.net
Upvotes

r/Android 7h ago

Debloating a locked-bootloader Samsung in 2026, no root, no PC — full writeup

Upvotes

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 1d ago

WhatsApp ends Android 5 support Monday

Thumbnail
notebookcheck.net
Upvotes

r/Android 3h ago

Inside the Arm Mali G2-Ultra NX GPU: Delivering desktop-class mobile gameplay with AI-native graphics

Thumbnail
newsroom.arm.com
Upvotes

r/Android 1d ago

Video First video I shot with the world's first Android phone back in 2009 [T-Mobile G1/HTC Dream]

Thumbnail
youtube.com
Upvotes

r/Android 1d ago

News [Dev] Google is killing access to AGP Internals

Thumbnail
developer.android.com
Upvotes

r/Android 22h ago

Huawei launches Mate XT 2 tri-fold two days before Apple’s foldable iPhone

Thumbnail
thenextweb.com
Upvotes

r/Android 7h ago

Do niche rugged Android phones deserve a place next to mainstream flagships?

Upvotes

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 1d ago

Review Google Pixel 11 Pro review

Thumbnail
gsmarena.com
Upvotes

r/Android 1d ago

Filtered - rule 2 LineageOS App Cloner Official Release

Upvotes

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 1d ago

News Oppo Find X10 series confirmed to launch this month, design teased

Thumbnail
gsmarena.com
Upvotes

r/Android 2d ago

Huawei nova 16s Pro goes global with 200MP RYYB camera, nova 16s joins it

Thumbnail
gsmarena.com
Upvotes

r/Android 2d ago

News AnTuTu V12 public beta arrives with major changes to how phones are benchmarked

Thumbnail
notebookcheck.net
Upvotes

r/Android 2d ago

News Motorola is back in the Wear OS game with the Moto Watch Ultra - Android Authority

Thumbnail
androidauthority.com
Upvotes

r/Android 1d ago

Smartwatch buzzing 3 times for the same WhatsApp message? I built a lightweight open-source fix (WANotify)

Upvotes

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 NotificationListenerService to intercept WhatsApp alerts.
  • Parses the MessagingStyle payload 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:

  1. Install the APK and grant Notification Access + ignore battery optimizations.
  2. 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 3d ago

This Android phone has a detachable action camera, coming to the US for $999

Thumbnail
9to5google.com
Upvotes

r/Android 3d ago

Pixel Watch 5 Repairability Is in a League of Its Own - iFixit

Thumbnail
youtube.com
Upvotes

r/Android 3d ago

New wide foldable coming from Motorola

Thumbnail
androidheadlines.com
Upvotes

r/Android 3d ago

News Introducing enough Phone: a small smartphone with modern specifications.

Thumbnail
enoughphone.com
Upvotes

r/Android 3d ago

Do you think Google is becoming more like Apple in their approach to Pixel and Android?

Upvotes

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...


r/Android 3d ago

Lenovo’s new Android tablets get 7 years of updates, flagship chips, and 4K displays

Thumbnail
9to5google.com
Upvotes