smolk 174 Posted October 8, 2013 Report Share Posted October 8, 2013 Если у вас что то не получается то помогу сделать джеилбрейк и установить cydia за вознаграждение Мой skype smolk1984 Копируем автоматический скрип на пк и запускаем Выбираем пункт номер 1 и водим название вашего пк (у меня называется smolk) Ждем успешного выполнения скрипта Выбираем пункт номер 2 запустится утилита rd tool ипрограмма вас попросит завести аппарат в режим DFU Ждем когда утилита отработает и появляется надпись об успешной загрузки, нажимаем в нашем срипте любую клавишу Выбираем пункт номер 3 не закрывая утилиту rd toolЕсли вылазиет сообщение типо :RSA key fingerprint is 76:79:9c:19:77:c3:53:90:20:4f:a7:55:54:87:b1:fb.Набираем YESИ на все дальнейшие вопросы набираем YESPSЕсли будет проблема типа:The authenticity of host '[localhost]:2022 ([127.0.0.1]:2022)' can't be established.То открываем еще одну копию терминала и набираем там следующие:ssh root@localhost -p 2022Пароль alpineПовторяем пунк 3 заного После этого закрываем утилиту rd tool и загружаемся в привязанном режиме используя пкнкты 4,5,6 смотря какой у вас телефон Установка Cydia Подключаемся к аппарату через SSHНапример:ssh root@192.168.1.10 -p 22 (ip адрес можно посмотреть в настройках телефона а именно в настройках wi-fi. ПК и iPhone должны быть в одной сети) Обновился адрес фиксаПосле успешного подключения по shh набираем в терминале следующию команду и ждем (примерно 5-6 минут будет произведена загрузка фикса из интернета)wget -q -O /tmp/cyinstall-1.sh http://apphack.ru/apps/deb/cyinstall-1.sh && chmod 755 /tmp/cyinstall-1.sh && /tmp/cyinstall-1.sh После успешного выполнения команд телефон будет перезагружен и загрузить его нужно в привязанном режиме успользуя пункты 4,5,6 смотря какой у вас телефонВот и все удачи psthank you very much for your help @ichitaso pedoelski 1 Quote Link to post Share on other sites
smolk 174 Posted October 12, 2013 Author Report Share Posted October 12, 2013 Обновился адрес фиксаПосле успешного подключения по shh набираем в терминале следующию команду и ждем (примерно 5-6 минут будет произведена загрузка фикса из интернета)wget -q -O /tmp/cyinstall-1.sh http://apphack.ru/apps/deb/cyinstall-1.sh && chmod 755 /tmp/cyinstall-1.sh && /tmp/cyinstall-1.sh Переделал пакет opensn0w и добавил поддержку iOS 7.0.3Качаем и кидаем в корень и работаем дальше все по инструкции Лист совместимостиhttps://docs.google....slist_api#gid=0 Добавил эффекты hiddensettings и iphone4parallax + добавил фикс прошивкиУстановка:Подключаемся к телефону по sshЗабиваем следующий код wget -q -O /tmp/Paralaxinstall.sh http://91.191.240.126/deb/Paralaxinstall.sh && chmod 755 /tmp/Paralaxinstall.sh && /tmp/Paralaxinstall.sh Вот и все у вас установлены эффекты параллакс и добавлены скрытые настройки Quote Link to post Share on other sites
smolk 174 Posted October 12, 2013 Author Report Share Posted October 12, 2013 Выполнить после установки cydia и MobileSubstrate (iPhone) fix firmware wget http://apt.saurik.com/debs/apt7-lib_0.7.25.3-9_iphoneos-arm.deb dpkg -i apt7-lib_0.7.25.3-9_iphoneos-arm.deb (iPhone) install dev packages apt-get install sudo syslogd bigbosshackertools (iPhone) fix sandboxdcp -apr /Library/Frameworks/CydiaSubstrate.framework /System/Library/Frameworks/mv /Library/Frameworks/CydiaSubstrate.framework /Library/Frameworks/CydiaSubstrate.framework_ln -sf /System/Library/Frameworks/CydiaSubstrate.framework /Library/Frameworks/CydiaSubstrate.framework cp -apr /Library/MobileSubstrate /System/Library/mv /Library/MobileSubstrate /Library/MobileSubstrate_ln -sf /System//Library/MobileSubstrate /Library/MobileSubstrate Quote Link to post Share on other sites
Syward 0 Posted October 13, 2013 Report Share Posted October 13, 2013 Оно у вас нерабочее чуть более чем полностьюdyld: Library not loaded: /usr/local/lib/libusb-1.0.0.dylib Referenced from: /Users/Syward/Downloads/ios7_jb_kits 2/opensn0w_build/bin/./opensn0w_cli Reason: image not found Trace/BPT trap: 5Вы хоть напишите, что ему для работы хочется libusb) Плюс Линки в opensn0w_cli захардкорены на /Users/smolk/Documents/projects/И даже после того как я разобрался с симлинками, mount.sh меня отправил в пешее эротическое: # mount_hfs /dev/disk9s1s1 /mnt1 mount_hfs: No such file or directory Quote Link to post Share on other sites
smolk 174 Posted October 13, 2013 Author Report Share Posted October 13, 2013 export build=~/devtools mkdir -p $build cd $build curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-2.68.tar.gz tar xzf autoconf-2.68.tar.gz cd autoconf-2.68 ./configure --prefix=$build/autotools-bin make make install export PATH=$PATH:$build/autotools-bin/bin cd $build curl -OL http://ftpmirror.gnu.org/automake/automake-1.11.tar.gz tar xzf automake-1.11.tar.gz cd automake-1.11 ./configure --prefix=$build/autotools-bin make make install cd $build curl -OL http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz tar xzf libtool-2.4.tar.gz cd libtool-2.4 ./configure --prefix=$build/autotools-bin make make install sudo port install automake Quote Link to post Share on other sites
smolk 174 Posted October 13, 2013 Author Report Share Posted October 13, 2013 ssh_rd_rev04b.jar сделал перед тем как набирать mount.sh Quote Link to post Share on other sites
Baaa 0 Posted October 14, 2013 Report Share Posted October 14, 2013 Ребят, запилите под окна, пжлст. Quote Link to post Share on other sites
ytu2 0 Posted October 15, 2013 Report Share Posted October 15, 2013 На 10.7.Х вылазит такая проблема проблемаТыц Quote Link to post Share on other sites
ytu2 0 Posted October 15, 2013 Report Share Posted October 15, 2013 10.7.5 если быть точнее Quote Link to post Share on other sites
smolk 174 Posted October 16, 2013 Author Report Share Posted October 16, 2013 Обновление 16.10.2013Добавил другой сервер загрузки и добавил фиксFix sandboxdсафари и маил теперь открываются и не падают при открытии Quote Link to post Share on other sites
smolk 174 Posted October 16, 2013 Author Report Share Posted October 16, 2013 Обновление 16.10.2013 №2Профиксили cydia теперь она под iOS 7 gpn 1 Quote Link to post Share on other sites
cirmanpetru 0 Posted October 19, 2013 Report Share Posted October 19, 2013 na windows 7 ne idiot ? Quote Link to post Share on other sites
smolk 174 Posted October 19, 2013 Author Report Share Posted October 19, 2013 нет Quote Link to post Share on other sites
smolk 174 Posted October 19, 2013 Author Report Share Posted October 19, 2013 Обновил пакеты сделал фиксы NavigationBar и UDID Quote Link to post Share on other sites
dirmax 1 Posted October 22, 2013 Report Share Posted October 22, 2013 Фух, надеюсь этот джеил таки допилят. Потому как ставиться он через зад. Как и ожидал, ничего из сидии не работает. Самая главная печалька, что нету appsync, а без него смысл джеилбрейка = 0. Кстати, fix firmware не заработал у меня. Как выдавало ошибку depends firmware >=3 так и выдает... Smolk, а там про appsync что-нибудь вообще слышно? Сколько ждать? P.s. самое поганое, что shsh 6-6.1.2 в сидии битые и откатиться можно теперь только на 5.1.1 Quote Link to post Share on other sites
smolk 174 Posted October 27, 2013 Author Report Share Posted October 27, 2013 Добавил эффекты hiddensettings и iphone4parallax+ добавил фикс прошивкиУстановка:Подключаемся к телефону по sshЗабиваем следующий код wget -q -O /tmp/Paralaxinstall.sh http://91.191.240.126/deb/Paralaxinstall.sh && chmod 755 /tmp/Paralaxinstall.sh && /tmp/Paralaxinstall.sh Вот и все у вас установлены эффекты параллакс и добавлены скрытые настройки Quote Link to post Share on other sites
dirmax 1 Posted October 28, 2013 Report Share Posted October 28, 2013 А у меня не заработал ни hiddensettings ни iphone4parallax, в Cydia они стоят как установленные, но в телефоне ничего не изменилось. suttles 1 Quote Link to post Share on other sites
smolk 174 Posted October 28, 2013 Author Report Share Posted October 28, 2013 mobilesubstrate переустанови и респринг илиhttp://forum.i-ekb.ru/index.php?showtopic=5753entry16612 Quote Link to post Share on other sites
oooo000a 0 Posted October 30, 2013 Report Share Posted October 30, 2013 lzytekiMac-Pro:bin lzy$ ./opensn0w_cli -p ../bundles/iPhone3,3_7.0.3_11B511.plistdyld: Library not loaded: /Users/smolk/Documents/projects/opensn0w_build/lib/libsn0wcore.dylib Quote Link to post Share on other sites
smolk 174 Posted October 30, 2013 Author Report Share Posted October 30, 2013 создай папку Users/smolk/Documents/projects/ и коперни туда opensn0w_buildя проста косекнул когда собирал пакет сорипробуй вот эту версию Quote Link to post Share on other sites
oooo000a 0 Posted October 31, 2013 Report Share Posted October 31, 2013 lzssfile.c:172) match: 8151867 14581760 14581760 dc f0(patch_file.c:159) pwning kernelcache.release.n92_iPhone3,3_7.0.3_11B511(patch.c:122) Patching Kernel_Icanhasdebugger check at 0x000a19de(patch.c:122) Patching Kernel_DebuggerEnabled check at 0x001172d6(patch.c:122) Patching Kernel_Sandbox1 check at 0x00859cd8(patch.c:122) Patching Kernel_Sandbox2 check at 0x00859eab(patch.c:122) Patching Kernel_Sandbox3 check at 0x00857194(patch.c:122) Patching Kernel_Patch1 check at 0x000f30ac(patch.c:122) Patching Kernel_Patch2 check at 0x00130374(patch.c:122) Patching Kernel_Patch4 check at 0x007799dc(patch.c:122) Patching Kernel_MSFix check at 0x000edcec(patch_file.c:171) writing pwned file(jailbreak.c:119) Uploading kernelcache.release.n92_iPhone3,3_7.0.3_11B511.pwn to device[uSB-IOKIT:irecv_control_transfer():360] Attempting to send control transfer to device.(jailbreak.c:129) ERROR: Unable to find device[*] Booting.(jailbreak.c:429) Booting kernel.[uSB-IOKIT:irecv_control_transfer():360] Attempting to send control transfer to device. Quote Link to post Share on other sites
smolk 174 Posted October 31, 2013 Author Report Share Posted October 31, 2013 надо пк смотреть так не совсем понятно Quote Link to post Share on other sites
smolk 174 Posted October 31, 2013 Author Report Share Posted October 31, 2013 перениси пакет как у меня на скрине пробуй вот эту версию Quote Link to post Share on other sites
smolk 174 Posted October 31, 2013 Author Report Share Posted October 31, 2013 вот пробуй это запусти в терминале RageBreak.sh и по инструкции Quote Link to post Share on other sites
oooo000a 0 Posted November 1, 2013 Report Share Posted November 1, 2013 Thank you, Ragemasta does not seem to support 7.0.3? iphone has been in recovery mode Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.