-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamping the Android section #390
Conversation
✔️ Deploy Preview for privacyguides ready! 🔨 Explore the source changes: 403b4e0 🔍 Inspect the deploy log: https://app.netlify.com/sites/privacyguides/deploys/61bfd28cd147dd00081f0be6 😎 Browse the preview: https://deploy-preview-390--privacyguides.netlify.app |
Some notes:
|
Right I will add a note for this |
I'd note that the version of Orbot available on their F-Droid repo and Google
Play is often out-of-date.
The latest version from GitHub, currently 16.5.2, has many performance,
reliability, security, and arguable privacy improvements.
https://github.com/guardianproject/orbot/releases
edit: also I don't think it was ever confirmed, but I'd recommend isolate destination addresses when using the app vpn mode.
edit2:
also perhaps recommend the order of use for an app be vpn mode first, then socks5, then http.
an app using http proxy won't route dns through tor iirc
|
That was the intension lmao |
If we recommend people to buy preloaded GrapheneOS phones, we should add some explanation on how to verify the device's integrity. |
Maybe add similar explanation about rooting as here: I really like this as it also shows why you probably do not need it. It's a common misconception that you need root to uninstall system apps f.x. |
In the device shopping section we might need to add recommendation to pay in cash. This prevents the IMEI number to be linked to you. This obviously also requires you not to use a phone plan linked to you. |
I like it! Thank you @TommyTran732 for this page among others.
You are raising the bar, hopefully the communities will realize it.
|
In practice though I'm pretty sure most countries require drivers license/details when activating a SIM card though don't they? Its also worth noting a SIM card keeps a record of every IMEI it has come in contact with and regularly transmits that. |
https://www.comparitech.com/blog/vpn-privacy/sim-card-registration-laws/ and yes it does. So you shouldn't use the same sim card in a new phone. |
I think that would be highly dependant on the threat model (do you wanna be anonymous or do you just wanna private with your data) Plus its a general phone recommendation thing, not an Android thing, so i think we're fine eithout mentioning it |
Oh by the way we will have an iOS section at some point too, and hopefully with the same kind of content (here are some apps to use, which iphones are acceptable, what you should avoid doing, blah blah) |
Here is the status of that: https://gitlab.com/divested-mobile/firmware-empty/-/blob/master/STATUS |
@SkewedZeppelin So I noticed LineageOS added the toggles for data and wifi connection in the application information area for each app. I just wanna confirm - Divest also inherits the same settings, right? |
Indeed. |
Please add this as a note regarding Pixels: I've seen too many people in chat rooms end up with Verizon models that they couldn't unlock. |
Is this a standard thing? Or are there other IMEIs that don't start with 35 that also can't be unlocked? |
collections/_evergreen/android.html
Outdated
@@ -101,6 +101,8 @@ <h5><strong>Android Permissions</strong></h5> | |||
<h5><strong>Android Device Shopping</strong></h5> | |||
<p>Google Pixels are known to have good security and properly support <a href="https://source.android.com/security/verifiedboot">verified boot</a>. Some other phones such as the Fairphone and Oneplus devices do also support custom Android verified boot (AVB) key enrollment however, there have been issues with their older models. In the past they were using <a href="https://social.coop/@dazinism/105346943304083054">test keys</a> or not doing proper verification, making verified boot on those devices useless.</p> | |||
|
|||
<p>Avoid buying phones from mobile network operators. Often these have a <strong>locked bootloader</strong> that does not support <a href="https://source.android.com/devices/bootloader/locking_unlocking">OEM unlocking</a>. These phone variants will prevent you from installing any kind of alternative Android distribution. That includes any phones from purchased from Verizon, Telus, Rogers, EE etc.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 35xxx IMEI is the easiest way to discern them. Sellers are often happy to list the devices as carrier unlocked and not know/label what true carrier it came from.
The 35xxx only applies to Google Pixels.
Also protip: some eBay sellers will label their devices and they will blur out the IMEI on the label, but there is usually barcode that you can still scan and determine the IMEI from.
The label is generated by a popular phone testing software many sellers happen to use.
Edit:
An example:
https://www.ebay.com/itm/304255408859
The barcode says the IMEI starts with 35803 despite being labels "carrier unlocked", it is highly likely to be Verizon or Telus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be careful generally buying any phones from ebay, especially Pixels. Is there any good reason/market where you can't buy a Pixel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where else would you buy them?
New in box from Google? that requires a Google account
New in box from Best Buy? That requires $300+.
Not everyone can afford these devices, one of the primary reasons I made DivestOS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't buy a secondhand phone from ebay, possible the complete IMEI might even be blacklisted if it was stolen, or the IMEI might have been involved in some criminal offending.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, most of the bigger sellers actually buy them from the carriers or the carrier warranty partnerships.
I've bought at least 3 dozen phones off of eBay and never has one been blocked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give it one final check, but it looks good to me!
Nit:
These are two difference things, needs an |
Done. |
Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
Migrating Android into it's own navbar item using the new format.
Closes: #79
Link: https://deploy-preview-390--privacyguides.netlify.app/android/