File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,15 +88,11 @@ def main():
8888
8989 print (f"[green]Done! Your blob has been saved to { str (ecid )} .blob.shsh2[/green]" )
9090 if 0x8020 <= int (pyimg4 .get_value_from_im4m (im4m , "CHIP" )) < 0x8900 :
91- print ("[yellow]Note: Your device is probably an A12+ device.[/yellow]" )
9291 print (
93- "[yellow]If you updated to your current version using the Settings app over-the-air, you cannot use this blob, even with a jailbreak[/yellow]"
94- )
95- print (
96- "[yellow]Refer to https://ios.cfw.guide/saving-blobs/#ota-onboard-blobs for more information.[/yellow]"
97- )
98- print (
99- "[yellow]Determine your blob type with https://verify.shsh.host or https://tsssaver.1conan.com/check or img4tool.[/yellow]"
92+ """[yellow][bold]Note:[/bold] Your device is probably an A12+ device.
93+ If you updated to your current version using the Settings app over-the-air, you [bold]cannot[/bold] use this blob, even with a jailbreak.
94+ Refer to https://ios.cfw.guide/saving-blobs/#ota-onboard-blobs for more information.
95+ Determine your blob type with https://verify.shsh.host or https://tsssaver.1conan.com/check or img4tool.[/yellow]"""
10096 )
10197 return 0
10298
You can’t perform that action at this time.
0 commit comments