m1stadev / deleo

A Python CLI tool for downgrading i(Pad)OS devices.
MIT License
45 stars 4 forks source link

Gets stuck after running command #7

Open kixrd opened 3 months ago

kixrd commented 3 months ago

After i run the command it just gets stuck and seemingly does nothing.

image

m1stadev commented 3 months ago

do you have usbmuxd installed (and running)? also, your argument usage is incorrect (a second IPSW file/URL needs to be provided)

kixrd commented 3 months ago

yeah i do have usbmuxd running and I'll try again with the correct command again today

kixrd commented 3 months ago

yeah i tried restarting usbmuxd and used the correct command but it still wont work

m1stadev commented 3 months ago

can you send the command you're using & the log?

kixrd commented 3 months ago

Where would i find the log file?

The command is

deleo --ecid 133790091438202 -u -v -t blob.shsh2 16.6.1.ipsw latest.ipsw

btw it's an iPhone X upgrading from 15.4.1 to 16.6.1

m1stadev commented 2 months ago

Where would i find the log file?

it's just the output of the command (if there is any)

can you also run pymobiledevice3 usbmux list with the device connected & booted in normal mode and see if the device shows up?

kixrd commented 2 months ago

yeah there is no output after running the command (it just gets stuck) except when i press ctrl+c is says "Aborted!" This is also happening when i run pymobiledevice3 usbmux list

kixrd commented 2 months ago

actually wait nvm it does come up with something after waiting a few seconds

m1stadev commented 2 months ago

can you also run pymobiledevice3 usbmux list with the device connected & booted in normal mode and see if the device shows up?

you haven't answered the question

kixrd commented 2 months ago

Yeah it does show things about the device including the device name, udid etc.

(Btw sorry for the late replies my gh notifications wont work)

m1stadev commented 2 months ago

can you install the latest version from github (pip install -U git+https://github.com/m1stadev/deleo.git), and try restoring again?

kixrd commented 1 month ago

it now gives me this errror

image

kixrd commented 1 month ago

okay i reinstalled deleo and its getting stuck the same way it did before

kixrd commented 1 month ago

except this shows up when i press ctrl+c now

image

kixrd commented 1 month ago

Nvm i reinstalled deleo and its the same as before