Skip to content

Commit

Permalink
flasher: add S22 series and A13
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanu committed May 12, 2022
1 parent 68f8830 commit 47ea5e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ui_print() {
#---------------------------+----------------------------------------------------+------------------+
# Device | Model Number(s) | Regex |
#---------------------------+----------------------------------------------------+------------------+
# Galaxy S22 Series | S901B S906B S908B | S90[168]B |
# Galaxy S21 Series | G991B G996B G998B G991N G996N G998N | G99[168][BN] |
# Galaxy S20 Series | G980F G985F G981B G986B G988B | G98[01568][BF] |
# Galaxy S10 Series | G970F G973F G975F G977B G970N G973N G975N G977N | G97[0357][BFN] |
Expand All @@ -34,9 +35,10 @@ ui_print() {
# Galaxy Tab A 10.1 (2019) | T510 T515 | T51[05] |
# Galaxy F62/M62 | E625F M625F | [EM]625F |
# Galaxy F41/M21s | F415F | F415F |
# Galaxy A13 | A135F A136B | A13[56][BF] |
#---------------------------+----------------------------------------------------+------------------+

if echo $device | grep -E 'G99[168][BN]|G98[01568][BF]|G97[0357][BFN]|N98[0156][BF]|N97[0156][BFN]|A[12345]05F|M[23]15F|T51[05]|[EM]625F|F415F'; then
if echo $device | grep -E 'G99[168][BN]|G98[01568][BF]|G97[0357][BFN]|N98[0156][BF]|N97[0156][BFN]|A[12345]05F|M[23]15F|T51[05]|[EM]625F|F415F|S90[168]B|A13[56][BF]'; then
ui_print " "
ui_print "Bootlogo Warnings Patcher"
ui_print "Version: custom"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ I am not responsable for anything you do with your device, don't blame me or any
involved in this for your failures, you are the only one choosing to mess up with your device.
```
### Supported devices
- Galaxy S22 Series - S901B S906B S908B
- Galaxy S21 Series - G991B G996B G998B G991N G996N G998N
- Galaxy S20 Series - G980F G985F G981B G986B G988B
- Galaxy S10 Series - G970F G973F G975F G977B G970N G973N G975N G977N
Expand All @@ -21,6 +22,7 @@ involved in this for your failures, you are the only one choosing to mess up wit
- Galaxy Tab A 10.1 (2019) - T510 T515
- Galaxy F62/M62 - E625F M625F
- Galaxy F41/M21s - F415F
- Galaxy A13 - A135F A136B

### Instructions:
- Download TWRP_Bootlogo_patcher-*.zip from [releases](https://github.com/corsicanu/TWRP_Bootlogo_patcher/releases)
Expand Down

0 comments on commit 47ea5e8

Please sign in to comment.