this post was submitted on 15 Apr 2025
1114 points (98.2% liked)
Technology
69299 readers
3886 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They have a howto on their support page
https://www.fairphone.com/en/bootloader-unlocking-code-for-fairphone/
And i just tested it, you get the unlock code immediately.
Oh, nice. That was my question. I wish it didn't require a code at all, but at least you don't have to wait a week like some other manufacturers. Thanks!
I don't understand why this requires a code rather than a toggle in developer settings like a Pixel. That doesn't seem like openness and a commitment to treating users fairly since they could change their policy at any time.
I've read that it's because fairphone has to pay a fee for each unlocked device, but it sounds a little weird so no idea if that's real.
but, it can be worked around if you don't want to get logged. the system just wants a 200 OK response from the server, I think through HTTP (not S), so you can set up an MITM proxy or custom DNS and web server to always give this response without using their website. that's what I did too.
you can read more here: https://forum.fairphone.com/t/oem-unlock-input-verify-code/56231
edit: and also here: https://forum.fairphone.com/t/unlocking-bootloader-offline/95573
and the connection is actually HTTPS, but does not validate it against a globally trusted root certificate, so it can easily be served by a local server and a self signed cert
The posts seem to suggest that Google is charging them a fee in that case, but that would be a little surprising given Pixels have a no-fuss unlock, and Google permits third parties to redistribute its proprietary add-ons to Android free of charge for installation by end users.
In any case, you've convinced me this probably isn't Fairphone being evil, though some sort of public explanation would be nice.