Code Monkey home page Code Monkey logo

Comments (15)

ElliesSurviving avatar ElliesSurviving commented on June 16, 2024

fakefs creation is broken on iOS 16.x on the latest palera1n, please use rootless

from palera1n.

LoSei2 avatar LoSei2 commented on June 16, 2024

I'm having the same problem but I'm using A11. I've tried using rootless and booting into pongoos and it turns on like normal. Nothing has changed or there will be any additional apps. Please give me some advice. Thank you.

from palera1n.

khcrysalis avatar khcrysalis commented on June 16, 2024

I'm having the same problem but I'm using A11. I've tried using rootless and booting into pongoos and it turns on like normal. Nothing has changed or there will be any additional apps. Please give me some advice. Thank you.

If you're jailbroken you should be able to run this and get into the iPhone:

ssh [email protected] -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "ProxyCommand=inetcat 44"

Password: alpine

After getting into the phone you should be able to run this

uicache -fp /cores/binpack/Applications/palera1nLoader.app

Though if not, I would recommend sending any panic logs if possible from Settings > Privacy > Analytics & Improvements > Analytics Data

from palera1n.

LoSei2 avatar LoSei2 commented on June 16, 2024

ฉันมีปัญหาเดียวกัน แต่ฉันใช้ A11 ฉันได้ลองใช้ rootless และบูตเป็น pongoos และมันก็เปิดเหมือนปกติ ไม่มีอะไรเปลี่ยนแปลงหรือจะมีแอพเพิ่มเติมใด ๆ ขอคําแนะนําหน่อยครับ ขอบคุณ

หากคุณเจลเบรคคุณควรจะสามารถเรียกใช้สิ่งนี้และเข้าสู่ iPhone:

ssh [email protected] -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "ProxyCommand=inetcat 44"

รหัสผ่าน: alpine

หลังจากเข้าสู่โทรศัพท์คุณควรจะสามารถเรียกใช้สิ่งนี้ได้

uicache -fp /cores/binpack/Applications/palera1nLoader.app

แม้ว่าถ้าไม่ฉันขอแนะนําให้ส่งบันทึกความตื่นตระหนกถ้าเป็นไปได้จาก Settings > Privacy > Analytics & Improvements > Analytics Data

Thank you for your help. I've never used linux before. Can I use those commands in the terminal on linux?

from palera1n.

hg13bs avatar hg13bs commented on June 16, 2024

@LoSei2 first command yea, the 2nd command is after you get to the phone's shell

from palera1n.

LoSei2 avatar LoSei2 commented on June 16, 2024

Screenshot_2024-05-27_12-01-05

I'm not sure if I do this or not. Please explain this in more detail. I am a newbie

from palera1n.

wynwxst avatar wynwxst commented on June 16, 2024

Screenshot_2024-05-27_12-01-05

I'm not sure if I do this or not. Please explain this in more detail. I am a newbie

There no need for the ip iirc you just type ssh [email protected] -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "ProxyCommand=inetcat 44" when your device is connected in.
Source:
image
from: https://palera.in/

from palera1n.

khcrysalis avatar khcrysalis commented on June 16, 2024

I'm not sure if I do this or not. Please explain this in more detail. I am a newbie

For linux I would recommend getting libimobiledevice from here: https://static.palera.in/tools/libimobiledevice-static-linux.tar.zst

Then doing

mkdir libimobiledevice && tar --use-compress-program=unzstd -xvf Downloads/libimobiledevice-static-linux.tar.zst -C libimobiledevice/

This would get you the necessary files needed specifically [inetcat] for what we're doing

After that you can do this command:

ssh [email protected] -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "ProxyCommand=libimobiledevice/inetcat 44"

This would open a shell on your phone, if it does work it would mean you're jailbroken.

from palera1n.

khcrysalis avatar khcrysalis commented on June 16, 2024

Also, please do not change any of the commands I send, unless specifically told to change

from palera1n.

LoSei2 avatar LoSei2 commented on June 16, 2024

rootless on palen1x I will use command Where can I get such information? So when is the command used? Is the command the same?

from palera1n.

LoSei2 avatar LoSei2 commented on June 16, 2024

Screenshot_2024-05-28_16-17-09

it show this ...

from palera1n.

wynwxst avatar wynwxst commented on June 16, 2024

Screenshot_2024-05-28_16-17-09

it show this ...

You need to get libimobiledevice from the link Samara recommended, or through your own installation
Example using Samara's link:

mkdir libimobiledevice
curl https://static.palera.in/tools/libimobiledevice-static-linux.tar.zst -o libimobiledevice.tar.zst
tar --zstd -xvf ./libimobiledevice.tar.zst # you will need zstd installed for this using 'sudo apt install zstd'
cd ..
ssh [email protected] -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "ProxyCommand=./libimobiledevice/inetcat 44"

from palera1n.

khcrysalis avatar khcrysalis commented on June 16, 2024

rootless on palen1x I will use command Where can I get such information? So when is the command used? Is the command the same?

I sent the commands you would need, also palen1x already has an SSH option available through the main menu. Not sure if this is related as your screenshots show that you not using palen1x.

from palera1n.

khcrysalis avatar khcrysalis commented on June 16, 2024

FYI: this is only to check if you're actually jailbroken, I don't exactly know if theres any other problems as you're not being that specific.

from palera1n.

khcrysalis avatar khcrysalis commented on June 16, 2024

I would also recommend you create a new issue as this isn't originally your issue either.

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.