this post was submitted on 04 Jan 2024
136 points (94.2% liked)

Android

26849 readers
128 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 1 year ago
MODERATORS
 

To celebrate a particular movie's nominations for the Golden Globes next Sunday, Jan 7, we are hosting our very own Golden Lemmy award for Best Android Device on !android@lemmy.world.

Rules are simple, tell us about your favorite Android phone from 2023 in the top level comment, and the device with the most up votes wins the esteemed and coveted Golden Lemmy Award, along with 1 Lemmy Silver.

Our regular discussion will resume in 2 weeks.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] FutileRecipe@lemmy.world 33 points 6 months ago (1 children)

Pixel 8 Pro. Google's current flagship device, arguably the most secure device on the market, and is first to include Memory Tagging Extension (MTE). As such, it is supported by GrapheneOS, which I highly recommend due to the increased security and control over your own phone (starting with sandboxing the Play Store if you use it, and not giving Google full system privileges like stock/OEM OS does).

When fully integrated into the compiler and each heap allocator, MTE enforces a form of memory safety. It detects memory corruption as it happens. 4 bit tags limit it to probabilistic detection for the general case, but deterministic guarantees are possible via reserving tags.

In hardened_malloc, we deterministically prevent sequential overflows by excluding adjacent tags. We exclude a tag reserved for free tag and the previous tag used for the previous allocation in the slot to help with use-after-free detection alongside FIFO and random quarantines.

https://nitter.net/GrapheneOS/status/1716945639198880037

[โ€“] brayd@discuss.tchncs.de 4 points 6 months ago

I fully agree. GrapheneOS also just received an update which allows to use Android Auto. The only thing I know of that's not working under GrapheneOS is therefore Google Pay which is okay for me. This software combined with the Hardware is awesome.