I found a typo in Save-SHSH.vb line 214 There is two times `info_product = "iPhone1,1"` instead of `If Not info_product = "iPhone1,1" Or info_product = "iPhone1,2" Or info_product = "iPhone2,1"`
I found a typo in Save-SHSH.vb line 214
There is two times
info_product = "iPhone1,1"instead of
If Not info_product = "iPhone1,1" Or info_product = "iPhone1,2" Or info_product = "iPhone2,1"