a

LukeeGD 2024-11-24 14:04:36 +08:00
parent a35c251c31
commit b4673b28f2
2 changed files with 4 additions and 4 deletions

@ -8,7 +8,7 @@ The baseband that will be used for custom IPSW restores in Legacy iOS Kit will v
- Baseband update is disabled for all restores, except when updating to latest iOS 9.3.5/6
- **iPhone 4S, 5, 5C, iPad 4, mini 1**:
- iOS 9.3.6/10.3.4 baseband will be used for all restores, except when the disable-bbupdate or dead-bb flag is enabled. For more details regarding flags, go to [Troubleshooting#script-argumentsflags](Troubleshooting#script-argumentsflags)
- Warning: The "disable-bbupdate" flag does not always work in preserving baseband functionality. There is a chance of non-working baseband after the restore, so this option is considered as unreliable. Please do not enable this flag and use the latest baseband. Baseband version is useless on these devices anyway.
- Warning: The "disable-bbupdate" flag does not always work in preserving baseband functionality. There is a chance of non-working baseband after the restore, so this option is considered as unreliable. Please do not enable this flag and use the latest baseband. Baseband version is pointless on these devices anyway.
- **A7 devices**:
- (except iPad4,6) iOS 10.3.3 SEP and baseband will be used for 10.x restores
- Latest iOS 12.x SEP and baseband will be used for all other restores

@ -21,7 +21,7 @@
- In NoDevice mode, your only options are to Save OTA Blobs, and Create Custom IPSW for 32-bit devices.
- Example of usage with argument: `./restore.sh --no-color --entry-device`
- The script accepts multiple arguments
- Warning: The "disable-bbupdate" flag does not always work in preserving baseband functionality. There is a chance of non-working baseband after the restore, so this option is considered as unreliable. Please do not enable this flag and use the latest baseband. Baseband version is useless on these devices anyway.
- Warning: The "disable-bbupdate" flag does not always work in preserving baseband functionality. There is a chance of non-working baseband after the restore, so this option is considered as unreliable. Please do not enable this flag and use the latest baseband. Baseband version is pointless on these devices anyway.
- All other options (full output of `--help`):
```