Code Monkey home page Code Monkey logo

Comments (21)

itsnebulalol avatar itsnebulalol commented on May 23, 2024

This isn't very helpful, can you show the output? Most likely it's your internet. Also, please use something other than Kali (it probably will have other issues), thanks.

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

ERROR: No device found!
ERROR: No device found!
ERROR: No device found!
Hello, on !
[*] Switching device into recovery mode...
ERROR: No device found!
ERROR: No UDID specified
Usage: ideviceenterrecovery [OPTIONS] UDID

Makes a device with the supplied UDID enter recovery mode immediately.

OPTIONS:
-d, --debug enable communication debugging
-h, --help prints usage information
-v, --version prints version information

Homepage: https://libimobiledevice.org
Bug Reports: https://github.com/libimobiledevice/libimobiledevice/issues

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Is your device connected in normal mode?

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

No, it's in dfu mode.

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

You should read the readme, if you want to start from DFU mode, you add --dfu <your ios version here> to the end of the command.

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Again, please read the readme. Your command should be ./palera1n.sh --dfu 15.0.2

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

I tried it
[*] Getting device info...
/home/kali/Downloads/palera1n/binaries/Linux/irecovery: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /home/kali/Downloads/palera1n/binaries/Linux/irecovery) /home/kali/Downloads/palera1n/binaries/Linux/irecovery: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /home/kali/Downloads/palera1n/binaries/Linux/irecovery)
/home/kali/Downloads/palera1n/binaries/Linux/irecovery: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/kali/Downloads/palera1n/binaries/Linux/irecovery)
jq: error (at :1): Cannot index number with string "firmwares"
parse error: Invalid numeric literal at line 1, column 9

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Can you try and replace binaries/Linux/irecovery with this binary in the zip?

irecovery.zip

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

..

./palera1n.sh --dfu 15.0.2

palera1n | Version 1.0.0
Written by Nebula | Some code and ramdisk from Nathan | Patching commands and help from Mineek | Loader app by Amy

[*] Getting device info...
/home/kali/Downloads/palera1n/binaries/Linux/irecovery: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
/home/kali/Downloads/palera1n/binaries/Linux/irecovery: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
/home/kali/Downloads/palera1n/binaries/Linux/irecovery: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
jq: error (at :1): Cannot index number with string "firmwares"
parse error: Invalid numeric literal at line 1, column 9

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Install libreadline7:

curl -sLO http://ftp.us.debian.org/debian/pool/main/r/readline/libreadline7_7.0-5_amd64.deb
sudo apt install ./libreadline7_7.0-5_amd64.deb

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

After installing libreadline7

./palera1n.sh --dfu 15.0.2

palera1n | Version 1.0.0
Written by Nebula | Some code and ramdisk from Nathan | Patching commands and help from Mineek | Loader app by Amy

[] Getting device info...
[
] Creating ramdisk

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

It's... creating the ramdisk. Unless it went back to the prompt

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

it went back to the prompt

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Can you please add --debug to the end of the command and show me the whole log

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

└─# ./palera1n.sh --dfu 15.0.2 --debug
palera1n | Version 1.0.0
Written by Nebula | Some code and ramdisk from Nathan | Patching commands and help from Mineek | Loader app by Amy

[] Getting device info...
[
] Creating ramdisk
gzip: other/ramdisk.tar already exists; do you wish to overwrite (y or n)? n
not overwritten
[-] An error occurred

┌──(root㉿kali)-[/home/kali/Downloads/palera1n]
└─# ./palera1n.sh --dfu 15.0.2 --debug
palera1n | Version 1.0.0
Written by Nebula | Some code and ramdisk from Nathan | Patching commands and help from Mineek | Loader app by Amy

[] Getting device info...
[
] Creating ramdisk
gzip: other/ramdisk.tar already exists; do you wish to overwrite (y or n)? y
[*] Getting device info... this may take a second
Segmentation fault
[-] An error occurred

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Can you try and replace binaries/Linux/irecovery with this binary in the zip?

irecovery.zip

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

palera1n | Version 1.0.0
Written by Nebula | Some code and ramdisk from Nathan | Patching commands and help from Mineek | Loader app by Amy

[] Getting device info...
[
] Creating ramdisk
[*] Getting device info... this may take a second
Segmentation fault
[-] An error occurred

Still not working
Pc keep giving sound of plugged in and out four or five times.

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Can you reclone the repo and try again

from palera1n.

MohamedTm7 avatar MohamedTm7 commented on May 23, 2024

I'm sorry but still not working...

from palera1n.

itsnebulalol avatar itsnebulalol commented on May 23, 2024

Are you on arm64..? It doesn't segfault for anyone else, maybe use Ubuntu 22.04 instead of Kali as I said before.

from palera1n.

masckmaster2007 avatar masckmaster2007 commented on May 23, 2024

Using Ubuntu 22.04, the custom irecovery and i get this #136

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.