Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rugk/fp3-unlock
FP3 'verify code' generator
https://github.com/rugk/fp3-unlock
android fairphone fairphone3 fp3
Last synced: 2 months ago
JSON representation
FP3 'verify code' generator
- Host: GitHub
- URL: https://github.com/rugk/fp3-unlock
- Owner: rugk
- License: other
- Created: 2020-02-10T23:31:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T00:12:06.000Z (almost 5 years ago)
- Last Synced: 2024-10-08T06:22:34.544Z (3 months ago)
- Topics: android, fairphone, fairphone3, fp3
- Language: HTML
- Homepage: https://rugk.github.io/fp3-unlock/
- Size: 14.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FP3 unlock
Generates the FP3 verify code for bootloader unlocking locally in your browser (the private way™). See [the Fairphone forum post](https://forum.fairphone.com/t/oem-unlock-input-verify-code/56231?u=rugk).
## Mirrors
If you don't trust this here, the same code should be mirrored at:
* GitHub: https://rugk.github.io/fp3-unlock/
* GitLab: https://rugk.gitlab.io/fp3-unlock/
* Neocities: https://rugk.neocities.org/fp3-unlock/ (updated manually)You can also check that no network connections are made or just download the single HTML file and open it locally.
## Alternatives
* PHP: https://gist.github.com/z3ntu/9c09120bb44c6dd9fe163931a1478ea9
* Perl: https://gist.github.com/benlorenz/ad403df4f974eb39ed6fda474b267790## Credits
Most credits go to [@_tmp](https://forum.fairphone.com/t/oem-unlock-input-verify-code/56231/11?u=rugk) for reverse-engineering the code and implementing it in Perl and to [@z3ntu](https://forum.fairphone.com/t/oem-unlock-input-verify-code/56231/17?u=rugk) in the Fairphone forum for the PHP port.