update force reboot comment
This commit is contained in:
parent
f1dc4dd2c3
commit
31d72c6e0c
1 changed files with 12 additions and 4 deletions
|
|
@ -733,10 +733,18 @@ if [ true ]; then
|
||||||
|
|
||||||
remote_cmd "/usr/sbin/nvram auto-boot=false"
|
remote_cmd "/usr/sbin/nvram auto-boot=false"
|
||||||
remote_cmd "/sbin/reboot"
|
remote_cmd "/sbin/reboot"
|
||||||
|
sleep 12
|
||||||
|
if [ "$(get_device_mode)" = "dfu" ]; then
|
||||||
|
echo "device in false dfu mode. please force reboot and try to put it on dfu mode by precing button."
|
||||||
|
read -p "click enter if you got force reboot the iphone"
|
||||||
|
"$dir"/gaster pwn
|
||||||
|
else
|
||||||
_wait recovery
|
_wait recovery
|
||||||
sleep 4
|
sleep 4
|
||||||
_dfuhelper "$cpid"
|
_dfuhelper "$cpid"
|
||||||
sleep 3
|
sleep 3
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "Patchimg some boot files..."
|
echo "Patchimg some boot files..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue