-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is supposed to happen after tapping "Jailbreak" #36
Comments
iPhone 6. I get these. I prepared bootstrap.tar with Cydia-8.4r3-Raw + OpenSSH + OpenSSL with /sbin/reboot edited. |
i think your jb should work . if you use the zcat i don'tthink it will be extract in root but in /a/* |
@qfdk I made bootstrap.tar without removing Cydia.app and cydia app appeared on springboard. By the way, my iPhone had been bricked so I had to upgrade mine to 9.1. |
If you don't remove the patched installd from the bootstrap the device will get bricked. |
@mstg I retry to do that but it doest work en iPhone 5S
|
@kot2002's log seems correct. to start ssh you need to swap /sbin/reboot (remember to +x the file!) with a file that loads the OpenSSH launchdeamon .plist. |
@qfdk that logs means failure. i have no clue why that'd be the case since that part of the exploit always had >50% reliability in my tests. |
A tip for debugging: idevicesyslog tells you a lot about issues such as non-working SSH. Also to clear the whole zcat mess up: that was supposed to be a Remember code signatures have been bypassed (and dyldmagic has run) when you get this output:
Kernel exploit success implies a bunch of kernel pointers logged as per @kot2002
|
yes, each time i use my script
OR
Thx anyway |
I believe there may be a specific per-device offset involved, and that's the cause of the issue. |
if Cydia can't be touched, what is the point of putting it in the bootstrap tar ? how can we get a Cydia version that works ? Thanks for all the help |
@kpwn If you have some free time could you help me to do that things? |
can anyone please upload some working bootstrap.tar / tgz please? |
@ericcastro did you manage to get hold of a bootstrap? I am looking for one as well :-/ |
nope as i haven't gotten a response. @qfdk and @kpwn would you mind providing us a working bootstrap tar ? I can't figure out what is wrong from the logs I get so the only thing I can think of is that my bootstrap tar isn't properly formed despite having carefully read every single detail in each of your comments... |
@ericcastro Je ne suis pas sur si mon bootstrap marche... Normalement ça doit marcher, car le code Yalu a un bug sur 5S je ne peux pas le tester. |
Hello, so I've gone through the whole process and the only place it seems to be going wrong is here: zcat: can't stat: ./data/bootstrap.tgz (./data/bootstrap.tgz.Z): No such file or directory When tapping Jailbreak the first time I got a blue screen, the second time a black one. Thanks |
merci qfdk je vais essayer, mais est-ce que t'as réussi à le faire marcher sur quelque device ? moi j'ai un iphone 5 |
nope, it doesn't work. after tapping "Jailbreak" I get this black screen for a few seconds, and I get this in the syslog:
which doesn't look good to me, but as I cannot be sure whether this is normal or not, I will still run a "idevidediagnostics restart", and once phone reboots, I try connecting via SSH and it won't work. to whoever made this jailbreak, it needs tons of work. success rate seems to be 1% as I haven't seen any other person than @kpwn be successful with it. |
voir ton log d'abord , kot2002 a réussi à 6 mais son bootstrap n'est pas bon , si le code ne passe pas le fichier bootstrap sera rien:/ |
@ericcastro @russspooner Did you find ANY working bootstrap.tgz? |
nope. I gave up on this a while ago since nobody seems to be able to provide a confirmed-working bootstrap.tgz and for the ones I try I have very little understanding on the problem |
@ericcastro i made one but can't test -- jailbreak just crashes kernel, does'n "0wn" it |
Hey, I dont mean to be a free loader but i have no idea how to build a bootstrap. Would you mind uploading it and sending it to me? If not its cool. Thanks |
bootstrap file will be untared to root. So you just need to extract 'payload' from debs you want to install |
I prepared my bootstrap.tgz with Cydia and openssh, removed patcyh files, and fixed the zcat error using gzcat instead, since OSX doesn't seem to like zcat
Trying this on an iPhone 5 (so, 32 bit), I get this on the syslog, and the black screen goes back to SpringBoard. The syslog messages make me think the jailbreak script is not succeeding, but I'll let the experts give me any hints ?
Thanks
here's kjc_jb.log
The text was updated successfully, but these errors were encountered: