Äntligen är han borta! Jag sammanställer här en komplett guide hur man får bort Rick för oss som inte är så tekniska. (tar mig friheten att citera lite från guiderna i tråden)
Rick saboterade även SSH för mig så det gick inte att koppla in sig på telefonen via wifi överhuvudtaget.
1. Ladda ner MobileTerminal från Cyndia, som är precis som Terminal.app fast i telefonen.
2. Öppna Mobile terminal på din iphone så kommer det upp en text som säger.
iPhoneName: ~ Mobile$
skriv: login (och sen return)
login: root
passw: alpine
3. Enter each of the following commands followed by "return" to remove these files. (ett jädra pill, men det får man stå ut med, kommer det inte något felmeddelande efter du tryckt "return" så har du lyckats ta bort filen, /observera mellanslag efter rm)
rm /bin/poc-bbot
rm /bin/sshpass
rm /System/Library/LaunchDaemons/com.ikey.bbot.plist
rm /var/lock/bbot.lock
rm /var/log/youcanbeclosertogod.jpg
rm /var/mobile/Library/LockBackground.jpg
4. Reboot your iPhone.
5. Reinstall the SSH package from Cydia. (Om du vill kunna komma åt telefonen via wifi och dator i framtiden så måste SSH vara aktiverat)
6. BYT LÖSENORD (Men vad jag förstått så installerar man inte SSH, punkt 5 ovan så behöver man heller inte byta lösenord!, ...men man bör nog vara rätt säker på att SSH inte är aktiverat då annars kommer nog Rick tillbaka ganska snart)
Öppna Mobile terminal igen.
iPhoneName: ~ Mobile$
type: passwd
You’ll be prompted for the ‘old’ (current) password for the mobile user. Enter this as the old password: alpine
You’ll then be prompted to enter the new password – so just type in your desired new password. You will not see characters appearing on the screen as you type – that’s normal, not a concern.You’ll then be prompted to re-enter the new password. Do that. There’s no success message to say the password was changed – but if you’re returned to the prompt and do not get an error, the change was successful. And you’re done with change for the mobile account.
The second primary admin account for the iPhone is called root – so now you need to change that as well.
Type this to switch to the root user: login root
You’ll be prompted for the root user’s current password. Enter this: alpine
Type this to start the password change routine again: passwd
Enter the old password for root (it is ‘alpine’, same as for the mobile user) and enter your desired new password twice, just as you did for the mobile account