Just saw you released a new alpha.
Any word regarding my issue and if you consider it could be caused by the fact I'm runing it on an iPhone ?
Hmm, I don't think your issue is caused by that. The image size for the iPhone and the iPod should be exactly the same. Even if they're not, the iPhone's shouldn't be SMALLER.
Do you consider your procedure to be working on iPhone ?
It'd work for jailbreak, but not for activation or enabling YouTube, etc. I have no expertise there, and I do not have an iPhone to test on.
Regarding my suggestion to integrate "activation" in your procedure, you could ask us to rename the xxxxxxxxxxxxxxxxxx.exe generated online to iactivate.exe (f.ex.), and run it when required, i.e:
rename lockdownd to lockdownd.1.1.1
issue killall lockdownd
run iactivate.exe (which we've generated online and renamed accordingly)
rename lockdownd.1.1.1 to lockdownd
issue killall lockdownd
ask us to reboot our activated phone
Easier said than done, I know !![]()
I've done some reading and it sounds like you need to overwrite the device's root certificate for activation. Then this website (https://ookoo.org/iphone/iasign.php) will be used to generate a server to accept activation requests from the iPhone.
Why does the lockdown daemon need to be changed? I understand it may need to be killed to effect the root certificate change, but that website doesn't seem to imply that it's uploading anything to the iPhone.
Anyway, I'm considering including activation into the process, but I do need to understand it completely first.