解决 ios 刷机:错误代码 6

iOS
36 0

macOS:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install automake autoconf libtool pkg-config
git clone https://github.com/tihmstar/libirecovery && cd ./libirecovery && bash autogen.sh && make install

执行:

irecovery -n 

或者

irecovery -s

最后 false 改成 true:

setenv auto-boot true
saveenv
reboot

更多错误代码:https://support.apple.com/zh-cn/HT204770

更新 2018-12-24
评论 ( 0 )
私信
pic
code
pre