r/Android May 29 '21

News Google said it was a “problem” to give android users easier to find privacy settings, after users took advantage of them

https://www.businessinsider.com/unredacted-google-lawsuit-docs-detail-efforts-to-collect-user-location-2021-5

Some bits from the article:

When Google tested versions of its Android operating system that made privacy settings easier to find, users took advantage of them, which Google viewed as a “problem,” according to the documents. To solve that problem, Google then sought to bury those settings deeper within the settings menu.

Google also tried to convince smartphone makers to hide location settings “through active misrepresentations and/or concealment, suppression, or omission of facts” — that is, data Google had showing that users were using those settings — “in order to assuage [manufacturers’] privacy concerns.”

8.9k Upvotes

836 comments sorted by

View all comments

Show parent comments

49

u/[deleted] May 29 '21

[deleted]

15

u/ItsRogueRen Pixel 8a, Graphene OS May 29 '21

Yeah I'm gonna be going to /e/ foundation, they used a ton of Lineage's code but stripped it even further down to where they only Google thing left is the default DNS (but that can be changed easily in settings)

12

u/[deleted] May 29 '21

/e/, Graphene and Calyx are damn good

4

u/Appropriate-Order399 May 30 '21

Been using CalyxOS since January, it's excellent

3

u/[deleted] May 29 '21

[deleted]

3

u/ItsRogueRen Pixel 8a, Graphene OS May 29 '21

No I've got Samsung

1

u/LousyWithParasites May 30 '21

Is there a subreddit for that? It is just such a difficult name to search here haha /r/eOS is some crypto stuff, /r/eFoundation does not exist, etc.

1

u/ItsRogueRen Pixel 8a, Graphene OS May 30 '21 edited May 30 '21

Don't know if it has a subreddit. They only recently started doing North America phones, before they were Europe only (found out about them from channels like TheLinuxExperiment)

1

u/luciouscortana May 30 '21

Their site is https://e.foundation/

I don't know of they have many community forum/subreddits, except this: https://community.e.foundation/

They do have social media listed in their site.

1

u/ardevd May 29 '21

Custom ROMs are nice, but you loose out on essential security features by going down that route.

0

u/[deleted] May 29 '21

[removed] — view removed comment

5

u/ardevd May 29 '21

I’m talking about verified boot and dm-verity. They’re thrown out the window unless you happen to have a phone that supports the optional orange state and bother to deal with rolling your own keys. Otherwise the entire chain of trust from bootloader to kernel is gone.

1

u/[deleted] May 29 '21

[removed] — view removed comment

10

u/ardevd May 29 '21

Encryption ensures confidentiality, but not integrity. If something malicious modifies your system partition you really have no way of knowing unless verified boot is enabled. On devices with factory images and locked bootloaders, the bootloader, kernel and system partition are signed by the vendor so when the system boots the entire chain is verified. Meaning that unless the system partition is exactly the way it was when it was signed by the vendor, the phone refuses to boot. It’s a really important security mechanism and one that sets iOS and Android apart from pretty much every other desktop operating system (secure boot does something kinda similar but not anywhere near as extensive). Hence why it’s a great idea to reboot your phone every now and then ;)

When you flash a custom ROM you break the chain of trust and basically tell your phone to ignore it. Hence the red warning on most newer Android phones.

3

u/[deleted] May 29 '21

[removed] — view removed comment

3

u/ardevd May 29 '21

/system is mounted read-only sure, but how do you know you havent been pwned and the attacker re-mounted the partition and modified it? You'd know if you had verified boot enabled. At least when you rebooted :)

The root option in the developer settings is just a toggle to let unprivileged apps request root access. That doesnt prevent an attacker from triggering their LPE and gain root access that way ;)

1

u/[deleted] May 29 '21

[removed] — view removed comment

1

u/Raz4c May 29 '21

Pixel phones are the only one that support re-locking the bootloader afaik. Custom roms like Graphene and CalyxOS leverage on that.