From 8f833fffa837f54131e39f33482ed405edbc88cf Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Fri, 29 Oct 2021 16:59:55 +0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 55b68d5..5946688 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -79,7 +79,13 @@ - See [PR #129](https://github.com/LukeZGD/iOS-OTA-Downgrader/pull/129) for more details - For devices jailbroken with EtasonJB, there is no need to install "Stashing for #etasonJB" package, as stashing is already enabled - For devices jailbroken with daibutsu, add the system repo for future updates to the untether: https://dora2ios.github.io/repo/ -- For devices jailbroken with daibutsu and want to use Coolbooter Untetherer, [apply this fix/workaround](https://github.com/LukeZGD/iOS-OTA-Downgrader/issues/131#issuecomment-920022171) using Terminal (the commands need to be run as root) +- For devices jailbroken with daibutsu and want to use Coolbooter Untetherer, apply this fix/workaround using Terminal: + ``` + su + (enter password, default is 'alpine') + mkdir /taig + touch /taig/taig + ``` ## DFU Advanced Menu for 32-bit devices - For this section, A6/A6X refers to iPhone 5 and iPad 4 devices, while A5/A5X refers to the rest of the supported 32-bit devices.