Howto fix the “edit home screen” loop for iPhone
Yes i’m one of those idiots who changed his password using passwd and my iphone got stuck in the infinite loop of “edit home screen”.
Fortunately for me i still had SSH access and i refused to restore my iPhone.
What you need to do to get out of the loop is restore the original password.
This can be done by editing the content of /etc/master.passwd en /etc/passwd
The content of /etc/master.passwd should be:
##
# User Database
#
# Note that this file is consulted when the system is running in single-user
# mode. At other times this information is handled by lookupd. By default,
# lookupd gets information from NetInfo, so this file will not be consulted
# unless you have changed lookupd's configuration.
##
nobody:*:-2:-2::0:0:Unprivileged User:/var/empty:/usr/bin/false
root:/smx7MYTQIi2M:0:0::0:0:System Administrator:/var/root:/bin/sh
mobile:/smx7MYTQIi2M:501:501::0:0:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1::0:0:System Services:/var/root:/usr/bin/false
unknown:*:99:99::0:0:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
and the content of passwd should be:
#
# 4.3BSD-compatable User Database
#
# Note that this file is not consulted for login.
# It only exisits for compatability with 4.3BSD utilities.
#
# This file is automatically re-written by various system utilities.
# Do not edit this file. Changes will be lost.
#
nobody:*:-2:-2:Unprivileged User:/:/usr/bin/false
root:*:0:0:System Administrator:/var/root:/bin/sh
mobile:*:501:501:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1:System Services:/var/root:/usr/bin/false
unknown:*:99:99:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
Either replace them with pico/vi/whatever or use winscp, yummyFTP(mac) or FUGU(mac)
after that reboot your iphone (just type reboot in the commandline) and you get one last “edit home screen” message.
Download a zip with the passwd files
Changing the password
So what if you do want to change the password.
Well since the passwd binary is not working (this causes the error above) we need to do things manually.
Note that i don’t now what will happen with a firmware upgrade / reset and so on. My advice is to use bossprefs to disable SSH when you don’t need it. It saves you a lot of trouble and things can’t go wrong.
With the following perl script you can change the password has. You need to run this on your own unix/mac computer.
perl -e 'print crypt("<PASSWORD>", "MM");'
Where
It should output something like: MM7OSdLyidopY
Now open /etc/master.passwd and change the hash for root to the new hash:
##
# User Database
#
# Note that this file is consulted when the system is running in single-user
# mode. At other times this information is handled by lookupd. By default,
# lookupd gets information from NetInfo, so this file will not be consulted
# unless you have changed lookupd's configuration.
##
nobody:*:-2:-2::0:0:Unprivileged User:/var/empty:/usr/bin/false
root:/smx7MYTQIi2M:0:0::0:0:System Administrator:/var/root:/bin/sh
mobile:/smx7MYTQIi2M:501:501::0:0:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1::0:0:System Services:/var/root:/usr/bin/false
unknown:*:99:99::0:0:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
It should now look something like this:
##
# User Database
#
# Note that this file is consulted when the system is running in single-user
# mode. At other times this information is handled by lookupd. By default,
# lookupd gets information from NetInfo, so this file will not be consulted
# unless you have changed lookupd's configuration.
##
nobody:*:-2:-2::0:0:Unprivileged User:/var/empty:/usr/bin/false
root:MM7OSdLyidopY:0:0::0:0:System Administrator:/var/root:/bin/sh
mobile:/smx7MYTQIi2M:501:501::0:0:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1::0:0:System Services:/var/root:/usr/bin/false
unknown:*:99:99::0:0:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
If you don’t have perl installed you can go to this website to generate a hash for your password:
http://iphone.simbunch.com/crypt.php


139 Comments
comments rss [?] | trackback uri [?]Thanks a lot, this worked out great for me !!!
vi modification not worked, copying files worked, thanks
Great to hear i could help!
Ah! That saved me a lot of trouble! Thanks a million!
Hi - that’s excellent. I worked for me too. What concerns me however, is that this implies we can’t change the default root user password.
Is that correct? Doesn’t sound too secure to me!
Cheers,
Richard
You can change the password, i’ll update the post with the right information.
Robert, you are truly a god amongst men. I bow, grovel, and chant “I’m not worthy, I’m not worthy”.
Bro ,,U saved my 700 $ …hehehehehee
I tried this, but instead of typing “reboot” I powered off my iPod touch and then started it up again. The infinite home screen continued, and the default password of “alpine” isn’t working. I also tried “dottie” but that isn’t working. Do these files make a different default password, or did I just totally trash my iPod touch? I’d very much appreciate some help. Thank you very much in advance for your time!
Hello!
well i think i did something realy stupid,
i did access the ftp and i did get the master.passwd file, i downloaded it to my computer, and then i edited the file to
##
# User Database
#
# Note that this file is consulted when the system is running in single-user
# mode. At other times this information is handled by lookupd. By default,
# lookupd gets information from NetInfo, so this file will not be consulted
# unless you have changed lookupd’s configuration.
##
nobody:*:-2:-2::0:0:Unprivileged User:/var/empty:/usr/bin/false
root:MM7OSdLyidopY:0:0::0:0:System Administrator:/var/root:/bin/sh
mobile:/smx7MYTQIi2M:501:501::0:0:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1::0:0:System Services:/var/root:/usr/bin/false
unknown:*:99:99::0:0:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
NOW the iphone started upp, but i only get to the white apple,
i can acces the ftp but the password is wrong, its now alpine or dottie
PLEASE HELP!
actually, THE MASTER PASSWD FILE IS NOW
#
# 4.3BSD-compatable User Database
#
# Note that this file is not consulted for login.
# It only exisits for compatability with 4.3BSD utilities.
#
# This file is automatically re-written by various system utilities.
# Do not edit this file. Changes will be lost.
#
nobody:*:-2:-2:Unprivileged User:/:/usr/bin/false
root:*:0:0:System Administrator:/var/root:/bin/sh
mobile:*:501:501:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1:System Services:/var/root:/usr/bin/false
unknown:*:99:99:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
ok, sorry for spaming…
But what i did was to replace the master.passwd file with this contents:
#
# 4.3BSD-compatable User Database
#
# Note that this file is not consulted for login.
# It only exisits for compatability with 4.3BSD utilities.
#
# This file is automatically re-written by various system utilities.
# Do not edit this file. Changes will be lost.
#
nobody:*:-2:-2:Unprivileged User:/:/usr/bin/false
root:*:0:0:System Administrator:/var/root:/bin/sh
mobile:*:501:501:Mobile User:/var/mobile:/bin/sh
daemon:*:1:1:System Services:/var/root:/usr/bin/false
unknown:*:99:99:Unknown User:/var/empty:/usr/bin/false
_securityd:*:64:64::0:0:securityd:/var/empty:/usr/bin/false
Now i can reach the phone via ftp, but no passwords work…
so i cant change or edit the master.passwd file anymore.
but will it be possible to find the password so i can log in to the ftp on the iphone?
Please help me :) just bought the iphone, and i was verry tired when i did this stupid misstake,
please mail me @ glenn@interpro.nu if have any ideas! If you know how to i will reward you!!
@Mindle Hastings
Try downloading the therminal app with installer.app
You can change the password file with it.
Else you could always restore your ipod with itunes.
@Glenn
Root needs a password, setting it to empty does not work indeed.
If you still only have an apple logo, try restoring your iPhone. It should still work.
Else hold the home and power button for at least 25 seconds and try to connect it to iTunes.
Thanks you saved my life! :)
Hey bedankt!!!! Dit werkte echt goed.
And for the non dutch: Thanks!!!! it worked great.
[...] Josep, show me the way fixing without re-install all [...]
Hi,
Hopy you can help me the problem was I did uninstall the openssh and I’m having this loop; is there a way to make my iphone work again;
Thanks in Advance
Tess
Robert , You are the man, i Hats-off to you, you saved my beloved Iphone, Muuuuuuuuuuuuuuh
Thanks a lot! You saved another life :)
It seems `passwd` utility rewrites /etc/passwd in the master.passwd format.
That corruption causes SpringBoard to stop working (perhaps by securityd?) and enters an infinite loop.
I guess another solution would be to remove the fifth through seventh columns after using `passwd`.
For example,
nobody:*:-2:-2::0:0:Unprivileged User:/var/empty:/usr/bin/false
to
nobody:*:-2:-2:Unprivileged User:/:/usr/bin/false
Maybe we should also replace the password to `*’.
Anyway thanks again for your life-saving post.
Happy Hacking iPhone/iPod touch!
-J
Thanks Man… That a lifesaving post…..This worked on my iphone
netj의 생각…
iPod touch jailbreak 시켜주고 root, mobile 사용자 암호 바꿨다가 무한 재부팅하는 벽돌로 만들 뻔했다 ㅠ passwd 명령이 /etc/passwd를 이상하게 만드는게 원인이었다….
Tahnks man
Fantastic. Your blog saved my day (or even week or month!!!) Following your advice, it worked perfect. Thanks a million!
Man, one more. Thanks a lot.
Robert, U da man! Saved my iPhone. Thanks.
Robert, my Iphone version is 1.1.4 (4A102) and after applying your tips it worked perfect, thanks. Now I just tried to connect using ftp again but the original passwords “alpine” for root as “dottie” for mobile don’t work, is there any any change on them? Thanks again!
If you have installer.app installed, you could download the terminal app (vterm or something like that) to change the password like i wrote at the end of my post.
Hello,
I have the problem of “edit home screen” loop after I change the password of root to mine (using the command passwd root ….. my very stupid). Unfortunately, I disabled the ssh and network before it started to loop. So, I cannot have access to the iphone (1.1.4) via ssh of winscp. Could you please guide me how to solve the loop problem without loosing my data.
Thank you in advance.
–Prachya
Tks a lot! You really save me!
Dude, I love you! Thank you so much!
Thanks a lot Robert, you just saved my iPhone from being thrown out of the window…
Many thanks, you just saved me a lot of trouble!
In the brink of restoring through itunes i found your site…
Thanks! Thanks! Thanks!
I was following some instructions and skipped ahead and just ran the passwd command since I am familiar with unix. Guess im not the only one who made this mistake..
Thanks for the solution.
thanks a lot ….. i replce both file using winscp
Copying over the files worked on 1.1.4 after I changed the root password and my phone kept restarting …
My sleep/wake button stop working after dropping it once so putting my phone is recovery mode was not possible!
thank you so much!!!!!
Sometimes I really hate apple I can’t believe they would leave a hole like this open. Granted I guess your not supposed to jailbreak it.
THANKS A TON!
man!! you just save me!! you are a expert
Thank you, scp’ing the two files worked perfectly.
This howto did the trick for me! I changed the root password and changed it back to the default ‘alpine’ but I still entered the “edit home screen” endless loop :(. Thanx a lot for this superb webpage!
[...] and, if you happen to have gotten stuck in that loop, fix the issue! It’s all detailed on this page at matsimitsu.nl, for which I was immensely [...]
Worked for me! You saved my day!
You are my life saver !!!
Hey man
i used the guide and it worked :)
But now i dont know what my password is ?
can somone please help
best regards
Christian
@ previous comment. the password should be alpine.
To all others, thanks for commenting!!
i have tried that but i dident work..
can it have something to do with I just copy pasted the filecontent in to master.passwd and passwd
Not really, if you have copied the entire content the password of root should be alpine.
ok. i copied all the content. But i cant ssh ore winscp to my Iphone. It wint let me login..
du you have an idea what to do ?
Thanks
Try rebooting or starting ssh with bossprefs.
i have just tried both but i did not work…
If you have installer.app, download the terminal app and try connecting locally then change the password like it shows at the end of the post.
THANKS! You saved me a ton of work! REALLY appreciate it!
thanks so much! … (btw: ste packaging should definitely update their openssh faq – it’s why i did this passwd root thing at all). you saved me :)
You are a hero Robert. Thanks a million and if you ever come to Dublin I will buy you a pint of Guinness for your help!!
[...] richtige Passwortdateien (/etc/passwd und /etc/master.passwd) findet man zum Beispiel hier in diesem Blogbeitrag, man kann sie einfacher halber auch auf das Gerät kopieren, wenn man [...]
@Brian: I’ll remember that when i’m around ;)
Yesterday when I was changing the password in my IPhone. In the middle of the work I lost the ssh session with the IPhone and now I can’t ssh login to the IPhone using the old root IPhone password (alpine). And also I can’t see the file “/etc/master.paswrd” from a IPhone terminal because I need root permission for that.
ANY IDEA PLEAS!!! WHAT CAN i DO NOW???
Thanks a lot in advance,
Gustavo
Robert,
I made this silly mistake of changing the root password which screwed up the iphone.. it was just restarting and showing the “edit” screen. Your password file and WinSCP method saved my iphone life and I highly appreciate your support provided here. Thanks a billion !!
[...] “passwd” in der Konsole sollte man tunlichst vermeiden, da man dann in einem “Home Screen Edit Loop” landet. Die Anleitung zur Passwortänderung in vorigem Link funktioniert aber auch [...]
[...] con passwd… non e’ farina del mio sacco ma qui potete trovare info e spiegazione della soluzione Howto fix the “edit home screen” loop for iPhone | Personal weblog of Robert Beekman [...]
Phew ! - Fantastic, Thanks so much…
Hi Robert, Thank you for your guide on resolving Edit home screen problem. It resolved the prob but i made a mistake(my stupidity) creating /etc/master.passwd file. i put following line for “root”
root:MM7OSdLyidopY:0:0::0:0:System Administrator:/var/root:/bin/sh
and rebooted Iphone. Now i’m not able to connect neither root nor mobile. terminal app on iphone works fine as mobile user but not root.
by any chance , do you have decrypted value for “MM7OSdLyidopY” salt - MM ??
Thanks a lot for all your help.
Thanks
Sm
When I was modifying /etc/master.passwd, i made a mistake for “root” entry. I entered incorrectly as
root:MM7OSdLyidopY:0:0::0:0:System Administrator:/var/root:/bin/sh
and rebooted the Iphone. It’s working fine now. but I’m not able to ssh as root. alpine or dottie r not working. I don’t know what is the decrypted value for “MM7OSdLyidopY”
Can someone help me decrypted value for “MM7OSdLyidopY” . I really appreciate your help.
thanks
smadhira
@Smadhira If you have installer.app try downloading the terminal application vterm. then try to change the master.passwd file trough that to the correct value.
Downloaded the terminal application vterm but it is running as user “mobile” and mobile user doesn’t have update permissions for file master.passwd. I tried “su - root” but it prompts for passwd.
You Rock!!!
[...] Howto fix the “edit home screen” loop for iPhone | Personal weblog of Robert Beekman root jelszo valtozasa utani infinite loop kikapcsolasa (tags: iphone ssh jailbreak passwd root password passwords reboot touch ipod itouch) [...]
Thank you. Transfering the two files worked perfectly.
You just save my iPhone’s live! Thanks.
Thank you. You saved me a lot of time!
Robert, Thanks your help. Actually got an itouch because i found out i could jailbreak it.. then ¨broke¨ it the next day. (i was stuck w/o your post) ;) Thanks again.
Thanks also for posting the zipped files. piece of cake. ;)
this may help anyone new to linux: to write the files Robert has so graciously provided: in your terminal in the directory where you extracted roberts files…
whoever@whatever# scp master.passwd root@192.168.X.XXX:/etc (where 192.168.X.XXX is the ipod) system responds:
root@192.168.X.XXX´s password: (enter whatever you changed it to that created the problem)
master.passwd 100% 682 0.7KB/s 00:00
do the same thing with the passwd only file.
my ipod then rebooted itself…. and all is/was well.
your new root password is the original: alpine
Thanks again Robert!!
Saved me as well. I was in NYC for the weekend, and read in a local paper of people “scanning” wi-fi spots for iphone/pods with the default of alpine and stealing personal information, thus i changed pw’s and got screwed by loop, but not only did you fix it, but helped me change it too! ty.
Thank you!! I followed some other blog post that said to simply use the passwd command and you know what happened. I was able to fix this using your instructions. Wasn’t looking forward to a restore..
Excellent Boss
Change the root password, had issues, changed it back, still looping, came across this helpful tip, AWESOME, no restore, just tears of joy!
Robert, you have truly saved my ass, thank you so so so SO much!! For some reason my iPhone wasn’t even able to reboot after I altered my password using OpenSSH so I would not have had the option of rebooting even if I had wanted to!
As an addition to your post: Windows Vista users will find it easier to replace the password files using PSFTP. For some reason WinSCP did not work for me in Vista.
[...] http://blog.matsimitsu.nl/english/183/howto-fix-the-edit-home-screen-loop-for-iphone [...]
I tried this and got out of the “loop”, but had to recover the IPT. After I did, I found what I think is a much better solution. Simply install the Cydia package. It replaces most of the broken BSD userland stuff with better sorted out Debian-style stuff, including the ‘passwd’ binary. I am not bashing BSD…I use FreeBSD on my servers, not Linux, but this is just better sorted out.
Yes, I am one of those idiots too! Thank you so much for posting a solution!
Fiuuuuu ! Thanks a lot dude! U saved my nerves !!
Hi Robert,
I’ve copied your script at the top and got out of the loop, thanks! However, I’m reading through your posts about downloading the vterm app to change the password.
I cannot find that “vterm” app in the installer, any other way to change the password back to default so i could access via SSH again?
hi robert. thanks for your post. very much appreciated.
i had the same refreshing problem as well. so i was able to upload the versions of master.passwd and passwd file that you supplied with the supposed default password of “alpine”. but now when i try to ssh into it i cant log in. so now i can’t replace any of the files. i tried to use mobiletextedit to change them around, but that doesn’t allow me to save the files. i also tried to use terminalv but it asks me for a login right away. tried using “alpine” there and that didn’t work either. i see a few people have this problem. any suggestions?
i’d like to avoid restoring the ipod if possible
thanks
@counterhype: if you accedentally copied the second password file, the password should be: (including the <>).
Work like a charm… Thankx!!!
@robert regarding your post, what is the password you meant to type?
I believe I accidentally copied the second pw file too. I cannot ssh to my phone with the default password, and cannot access the dir structure through vterm
thanks
@clrk the password should then literally be “” (without the quotes offcourse)
when i did the master.passwd i copied the line like this : root:smx7MYTQIi2M:0:0::0:0:System Administrator:/var/root:/bin/sh
i missed the / now i can’t login…
Lifesaver. Thank you.
thank you
THANK YOU!!!!!!!
I SFTP’d with Transmit using my new password and edited the files with TextMate.
You saved me the hassle of a restore - thank you very much, my man.
dude … you are a life-saver!
This worked like a charm!!!
Thank you a lot,
from one more idiot.
Ok, so I did the 1st step with the help of a friend but somehow screwed up & didn’t do the 2nd step (the content of passwd). I rebooted, am still in the loop, and cannot ssh back in as neither “alpine”, “dottie”, nor ” ” work. I am completely stumped and at a standstill. What can I do now?
Thank you so much for the posting saved me lots of time and effort.
God bless you for helping me fix my passwd issue. And to hell with the bastards that suggested I change the iTouch root password without any word of caution!!!
ok, i modified /etc/master.passwd and i was going to modify the other file, but i lost connection by ssh and the iphone freeze, i tried to restart the iphone and then the black screen with the white apple stucked forever… !!! please advice.
i am from Mexico, thanks for all, worked fine, Good Job!!! you have a nice day, bye
@goldenz i think you need to send the phone back for repairs, but you could google, maybe there is a magic solution. It went fine with mine so i didn’t look further :)
This helped me too, just another idea, if you can’t connect via SSH or FTP and you can’t switch off your ipod you could try holding Home + Switch Off button till your Ipod restarts! Now drop it (if you continue it will do a restore) and the loop will start again, but you sould have wifi and ssh and ftp connection (if you have them installed, i.e. I needed to install FTP as it wasn’t installed with the package) :)
Just want to thank all of you for the testimonies. Followed all instructions and now all is well. Just want to mention that I was indeed using firmware 1.1.4 and I had the BSD and OpenSSH packages already installed on the phone. If all fails, there’s always restore as mentioned earlier. However, when I explored that solution, my PC did not pick up the USB. Had to hold Home + Switch Off button down for awhile until the USB icon appeared on the Phone…but I didn’t do it! Changed the passwd files instead. Cheers
Linux users most likely already know how to deal with SFTP transfers, but if you’re a newbie, just for the record I used FileZilla on Ubuntu 7.10 to access the iPhone. Easy to install with the Synaptic Package Manager. Nice GUI, just drag and drop the passwd files after modifying them…and media files later.
I have the same problem, but never in my case the acessei via SSH. What can I do?
Tenho o mesmo problema, mas no meu caso nunca o acessei via SSH. O que posso fazer ??
I know heaps of people have already said it, but I just wanted to add my thanks to the list! I completely stuffed my iPhone messing about with things I don’t understand and was in panic mode until I found this post. Thanks again and I’ve learnt my lesson not to play with SSH!
THIS POST SAVED MY DAY!
THANK YOU VERY MUCH
Your method locked my iPod also. It set the password to something other than what was planned, and thereby locked it. I had to restore it to get it working.
Thx worked like a charm…almost lost all hope befor i found your post…thx!!!
Umnh.. I tried replacing the root hash with the default and it didn’t fix the infinite loop. I then downloaded your .zip file, logged in via ssh, cd’d to /etc/, mv’d master.passwd and passwd to .bakups, and scp’d the zipped contents and now the phone sits at the white apple screen, no scp, no ssh, no access, and the phone isn’t recognized by ituned.. any suggestions?
Sorry for the spam and the above typo I obviously had meant “itunes”. After some research I found it should be possible to reboot the iphone into recovery mode and restore it from a backup, but I haven’t been able to get itunes to recognize the iphone yet, even in recovery mode. I realized the mistake I made (a very stupid one at that) I copied the master.passwd and passwd files from the __MACOSX subdirectory of the zip archive. I am not quite sure why those were included and it is my own fault for not checking the contents of the files but I am hoping the original poster might be able to shed some light on what they were for and possibly offer some advice on how to restore it from this point. Thanks in advance :)
Problem solved: I figured it out on my own. I am posting this for anyone else that happens to brick their iphone (get it stuck at the white apple). Note that these instructions are for users with the Windows platform: 1) Hold the top power button and the bottom home button on the phone. The phone will appear to power down, do not release the buttons yet. Keep them held in until you see the iTunes logo and a usb cable icon. 2) Manually launch iTunes, it should detect an iPhone in “restore” mode. 3) Check your user account’s documents and setting’s folder (different depending on environment)\Application Data\Apple Computer\iTunes\iPhone Software Updates\ for the firmware version of your liking (I don’t trust version 2.0 yet, so I used 1.1.4) The file will end with restore.ispw and include the firmware version in the filename. If you do not have a restore.ispw file on your machine, google and download one. 4) In iTunes, hold the “shift” key and click “restore”. This will open a window allowing you to navigate to the restore.ispw file you downloaded/located. Navigate to it and select it (and optionally check the read-only option at the bottom of the window). This will restore the phone to default with the version you chose. 5) If you have a backup sync of your iPhone, you will now be able to restore your backup 6) Re-JailBreak your phone with the method of your liking. I had no problems with ZiPhone. 7) Reinstall your apps and you’re good to go. NOTE: I do not think it is possible to truly “brick” an iPhone after the research I’ve done. Do not try contacting Apple, they will not help. As of the time of this posting I do not trust firmware version 2.0 because I’ve heard Apple has went above and beyond to insure that your phone will be bricked. Until the third-party developers have successfully confirmed that there are no issues and you see enough positive feedback about their applications I will personally stick to an older version of the firmware. I hope this will help any users with my problem.
all hail this guy
https://help.ubuntu.com/community/PortableDevices/iPhone made me change the password but fortunately i found your solution. Thanks man!
Thanks so much !!
i was almost prepared to reformat the system.
but now, all my files still exisit.
Thanks again
THANK YOU SO MUCH
Dude, I have a problem… did what you said to do.. but still the endless loop. And now when I try to reconnect with ssh to do it again, it says password wrong. Tried both alpine and the one I set up… any suggestions? :)
Thanks a million. It works. Phew, I have my iphone back.
uff… saved !! thx !!
Sweet. It saved my day!
Man, I don’t know who you are but you definitely ROCK! :) The thought of putting 1.1.4 again with all the apps and music was terrifying enough. Thanks for saving me of that hassle. :)
Oh my god I fucking love you. You just saved my life. fuck
[...] otras soluciones un poco más complejas: ver acá y acá [...]
You ROCK!.. and for all those who got disconnected from the SSH following a passwd, just like me.. take it easy.. the iphone would most likely be WiFi enabled and after some time (10 mins in my case) could get connected to my wifi network. From then on I could use FTP to replace the password files and I am a happy soul since then.
Thanks again. I will try to change the password now.. But strongly recommend that the earlier post be corrected.
Cheers
This post help to fix this problem.
http://www.iclarified.com/entry/index.php?enid=957
But, all data will be losted.
Good luck !
Fabio
Thanks alot for a great guide!
neither “alpine” or “dottie” or ” ” works. Whenever i try to log, i cant get pass the password prompt because no of the above password works. What should i do?
hi rob, what uncrypt word is: MM7OSdLyidopY ?
i copy the word and paste in /etc/master.password, reboot and cant access using password: alpine, please help!!!
Does anybody now what do i have to do if the itunes logo appears on my screen ?
and it doesnt allowd me to see the home screen ?
DOES ANYBODY NOWS WHAT DO I HAVE TO DO IF WHEN I TURN ON MY IPHONE A CABLE AND THE ITUNES LOGO APPEARS AND IT DOESNT ALLOWD ME TO GO TO THE HOME SCREEN, IT ONLY ALLOWDS EMERGENCY CALLS?
PLEASE , IF SOMEONE HAS GONE THROUGH THAT HELP ME
Thanks! This works.
[...] di root tramite il comando "passwd" e dicono anche come risolvere il problema qui: (Howto fix the “edit home screen” loop for iPhone | Personal weblog of Robert Beekman Per il mio iPhone era nuovo, ancora imballato… [...]
guys… i have the ipod touch and m stuck with the same stuffs…. but the thing is now.. i cannot connect to my ipod using the winscp or ssh .. or putty… it is stuck in the infinite loop… my itunes doesnt seem to read the it is connected to the computer.. then i thought of restoring it but it doesnt go into restore mode.. help!!! someone!!!! plz….
Hi, friends!
Thank you for this forum. I have underlied a lot of useful infomation for me.
I have a question: can i ssppaamm in this topic ny sites to ads they?
Sorry, if I made the mistake, when asked this question.
Thank’s.
THANKS YOUR MADE MY DAY !! THANK GOD I DONT HAVE TO REINSTALL !!! VERY HAPPY
Dude, I felt like i was performing a major heart surgery…thanks to your instructions…the patient has survived!
CAN YOU TELL ME THE PASSWORD TO ACCESS THE ITOUCH FORM SSH. I HAVE TRIED THE alpine,IT does work.
THANKS A LOT
Thank you SO MUCH man, you just saved my evening :)
I copied / pasted your text with nano and it worked right away!
Dude, awesome! Tks a lot!!!!!!!!!!!!!! I was already considering to buy a new iPhone…
hi,
MODEL: IPHONE 2G 8G
My problem is the iphone was stuck on EDIT HOME SCREEN
http://img.photobucket.com/albums/v468/millmaker/DSC01630.jpg
You cannot press DISMISS, but the slide to UNLOCK is working
I try RESTORING it, but whenevr I finished JAILBREAK it goes back again like that. I also tried restore but without JAILBREAK, it stays on EMERGENCY CALLS ONLY,with the USB andITUNES IMAGE.
[...] on the EDIT HOME SCREEN window. I have searched for some solutions on the net, I found this : Howto fix the “edit home screen” loop for iPhone | Personal weblog of Robert Beekman, but the problem is I cannot access my phone to go to SSH mode, I cannot connect it to WIFI, [...]
Submit your comment
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>