Skip to content

Commit

Permalink
general maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Oct 16, 2024
1 parent dcd1f90 commit a3378dd
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 4 deletions.
38 changes: 37 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ Links should generally point to the original website, unless the original source
### Formatting
When formatting your submission, avoid cramming everything into a single paragraph. Separate the information into logical sections.

If necessary, you can use GitHub's Markdown Alerts to reduce the mental load. However, it's easy to overuse them and make the page extremely cluttered.
If necessary, you can use GitHub's Markdown Alerts to reduce the mental load. However, it's easy to overuse them and make the page extremely cluttered.

Avoid wrapping entire sentences in link blocks. Try to keep them short.

```patch
- ...and [Unisoc requires a bunch of extra steps to unlock for whatever reason][Unisoc Unlock]...
+ ...and Unisoc requires a bunch of [extra steps to unlock][Unisoc Unlock] for whatever reason...

```

The use of text formatting is not necessary and is generally used for "comedic" effect.

Expand All @@ -35,11 +43,39 @@ A company is considered "safe" if it follows the standard Android (or SOC) proce
### Brief History
If the company allowed unlocking in the past, or had different unlocking methods, it may be useful to devote a paragraph to a historical review.

### Guides

Brand Pages on the Wall may provide their own unlock instructions, but the instructions should be separated into a separate file and fully describe the process. A troubleshooting section is encouraged.

The generic unlock guide to base your own on can be found here: [generic-unlock.md](/misc/generic-unlock.md).

### Additional Info (Not related to unlocking)
The main focus of this list is bootloader unlocking, but other related topics may also be mentioned. It's best to mention them in one sentence and link to a source, rather than explaining them at length.

Related topics include, but are not limited to: rooting, custom operating systems, ADB.

### Links

Links to external resources should be formatted as Markdown reference links. Links to other pages on the Wall can be formatted using the regular `[Example](/brands/...)` syntax.

```
An [Example Link][example-link] in the middle.
*** <- Bottom of the page.
[example-link]:https:...
```

Or you can also do this:

```
An [Example Link] in the middle.
*** <- Bottom of the page.
[Example Link]:https:...
```

### Images
It's fine to use images in brand pages, but they should have descriptive alt text and be small. The smaller size can be achieved by converting your images to lossy `.webp`.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Bootloader Unlock: Wall of Shame](https://github.com/melontini/bootloader-unlock-wall-of-shame/assets/104443436/2b9dbf70-faf3-49ab-886b-d88f50c5dbe0)
![Banner. A lock and a key on fire on the left and the text 'Bootloader Unlock: Wall of Shame' on the right.](/misc/banner/banner.jpg)

Keeping track of companies that "care about your data 🥺"

Expand Down
2 changes: 1 addition & 1 deletion brands/google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Allows unlocking on almost any non-carrier locked device, but is also a pioneer in making rooting and custom ROMs painful with things like Safety Net and Play Integrity. With the latest feat being RCS messaging which requires DEVICE integrity to work. (To prevent "spam", of course)

Google is also one of the few OEMs to support custom AVB keys.
Google is also one of the few OEMs to support [custom AVB keys](/README.md#custom-avb-keys).

***
Authored by [melontini](https://github.com/melontini).
2 changes: 2 additions & 0 deletions brands/nothing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
Nothing Phones can be unlocked via fastboot without any codes. The only requirement is
to enable **OEM unlocking** in **Developer Options** settings page. This is the same procedure as on Google Pixel.

It is reported that Nothing phones support [custom AVB keys](/README.md#custom-avb-keys).

***
Authored by [konradmb](https://github.com/konradmb).
2 changes: 1 addition & 1 deletion brands/umidigi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Verdict **ℹ️ "Safe for now" :trollface:**

Umidigi phones are generally unlockable, however due to them being a budget-focused manufacturer, they use Unisoc SoCs, and [Unisoc requires a bunch of extra steps to unlock for whatever reason][Unisoc Unlock], and therefore I wouldn't consider them completely safe.
Umidigi phones are generally unlockable, however due to them being a budget-focused manufacturer, they use Unisoc SoCs, and Unisoc requires a bunch of [extra steps to unlock][Unisoc Unlock] for whatever reason, and therefore I wouldn't consider them completely safe.

MediaTek devices can follow the [**🔓️ Generic Unlock Guide**](/misc/generic-unlock.md).

Expand Down
Binary file added misc/banner/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added misc/banner/banner_hd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3378dd

Please sign in to comment.