Code Monkey home page Code Monkey logo

Comments (6)

Brayan-Villa avatar Brayan-Villa commented on June 4, 2024 1

Estoy ejecutando iOS 15.6
La configuración de la placa es N71map
Creo que los SHSH son clave para lograr esto, siga estas instrucciones:
Utilice SSHRD_Script para crear sus img4 y bootee el dispositivo con normalidad.
Abra el puerto 2222 22 con iproxy

Utilice los siguientes comandos:

Darwin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no -p2222 root@localhost 'cat /dev/rdisk1' | dd of=dump.raw bs=256 count=$((0x4000))

Darwin/img4tool --convert -s dumped.shsh dump.raw

Abra el SHSH correspondiente a su CPID de la carpeta shsh, y reemplaze el contenido de ApImg4Ticket con el contenido ApImg4Ticket de dumped.shsh y generator

Normalmente python3 no funciona para ejecutar pyimg4, así que edite el archivo palera1n.sh con este comando:
cat palera1n.sh | sed 's/python3/python/g' &>palera.tmp; mv palera.tmp palera1n.sh; chmod +x palera1n.sh

Y finalmente intente ejecutar ./palera1n.sh SSHRD_Script/shsh/0x$(irecovery -q | grep -w ECID | awk '{printf $NF}').shsh --dfu (iOS Version)

from palera1n.

itsnebulalol avatar itsnebulalol commented on June 4, 2024 1

Im going to throw this in google translate and hope for the best:

I am running iOS 15.6
Board configuration is N71map
I think SHSH's are key to achieving this, follow these instructions:
Use SSHRD_Script to create your img4 and boot the device normally.
Open port 2222 22 with iproxy

Use the following commands:

Darwin/sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no -p2222 root@localhost 'cat /dev/rdisk1' | dd of=dump.raw bs=256 count=$((0x4000))

Darwin/img4tool --convert -s dumped.shsh dump.raw

Open the SHSH corresponding to your CPID from the shsh folder, and replace the content of ApImg4Ticket with the ApImg4Ticket content of dumped.shsh and generator

Normally python3 doesn't work to run pyimg4, so edit the palera1n.sh file with this command:
cat | palera1n.sh | sed 's/python3/python/g' &>palera.tmp; mv palera.tmp palera1n.sh; chmod +x palera1n.sh

And finally try running ./palera1n.sh SSHRD_Script/shsh/0x$(irecovery -q | grep -w ECID | awk '{printf $NF}').shsh (iOS Version)

from palera1n.

 avatar commented on June 4, 2024

I have a lot of questions for you since I am working on a version of palera1n also

  1. are you running 15.6.0 or 15.6.1?
  2. which board config is your 6s, N71AP or N71mAP?
  3. did you dump your onboard blobs first with SSHRD_Script and use that for palera1n, or did you use the blobs that were off the tsssaver website?
  4. which macos version are you on?
  5. can you upload a zip of the revision of palera1n you are using in testing?

from palera1n.

Brayan-Villa avatar Brayan-Villa commented on June 4, 2024

i edit the commands:

cat palera1n.sh | sed 's/python3/python/g' &>palera.tmp; mv palera.tmp palera1n.sh; chmod +x palera1n.sh

Y finalmente intente ejecutar ./palera1n.sh SSHRD_Script/shsh/0x$(irecovery -q | grep -w ECID | awk '{printf $NF}').shsh --dfu (iOS Version)

from palera1n.

Brayan-Villa avatar Brayan-Villa commented on June 4, 2024

pogoinstaller.TXT

@itsnebulalol

from palera1n.

itsnebulalol avatar itsnebulalol commented on June 4, 2024

thank you!

from palera1n.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.