Skip to content

Commit

Permalink
flasher: add support for S20 family
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanu authored Jan 21, 2021
1 parent 27d7c86 commit c4ec4d1
Showing 1 changed file with 2 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 @@ -26,7 +26,8 @@ ui_print() {
# N970F N975F N976B N971N N976N N97[0156][FN]
# A105F/FN A205F/FN A305F/FN A405F/FN A505F/FN A[12345]05F
# M215F M315F M[23]15F
if echo $device | grep -E 'G97[0357][BFN]|N97[0156][FNQ]|A[12345]05F|M215F'; then
# 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
ui_print " "
ui_print "Bootlogo Warnings Patcher"
ui_print "Version: custom"
Expand Down

0 comments on commit c4ec4d1

Please sign in to comment.