Skip to content

Commit

Permalink
flasher: add Galaxy Tab A 10.1 (2019) support
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanu committed Mar 3, 2021
1 parent e1ebaa9 commit 71110dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ui_print() {
# A105F/FN A205F/FN A305F/FN A405F/FN A505F/FN A[12345]05F
# M215F M315F M[23]15F
# G980F G985F G981B G986B G988B G98[01568][BF]
if echo $device | grep -E 'G97[0357][BFN]|N97[0156][FNQ]|A[12345]05F|M[23]15F|G98[01568][BF]'; then
# T510 T515 T51[05]
if echo $device | grep -E 'G97[0357][BFN]|N97[0156][FNQ]|A[12345]05F|M[23]15F|G98[01568][BF]|T51[05]'; then
ui_print " "
ui_print "Bootlogo Warnings Patcher"
ui_print "Version: custom"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All the files here are pulled from official firmwares of the devices mentioned.
- Galaxy Note 10 Series - N970F N975F N976B N971N N976N
- Galaxy A\*0 Series - A105F/FN A205F/FN A305F/FN A405F/FN A505F/FN
- Galaxy M\*1 Series - M215F M315F
- Galaxy Tab A 10.1 (2019) - T510 T515

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

0 comments on commit 71110dc

Please sign in to comment.