Saturday, February 5, 2011

Clear cydia cache



1. Connect & ssh to your iPhone and iPod Touch

2. Now go to /private/var/lib/apt/lists

3. Delete all the files in /root/private/var/lib/apt/lists/ except for the partial subfolder.

Do not delete Partial folder

and you done

Friday, February 4, 2011

Remove Cydia Sources through SSH

If you added a source that causes Cydia to crash, this is the thread for you. This will help you remove the buggy source you added.

You will need an ftp/sftp client. [WinSCP for Windows/Cyberduck for Mac]

1. SSH into your iPhone/iPod, hopefully you know how to do that.

2. Go to the root of your iPhone/iPod [/].

3. Navigate to /etc/apt/sources.list.d/cydia.list

4. Download the Cydia.list to your computer and open it using any text editor.

5. Delete the source you added. For example, "deb http://www.iphone.org.hk/apt/ ./" if this is the source you want to delete, simply delete that one line. NOT THE WHOLE DOCUMENT. Make sure you save the document as is. We are NOT adding any extensions.

6. Drag the saved document into the sources.list.d folder and replace the file.

7. Respring.

ALL DONE!


gp_win32_rc5.zip



And today is the big day the hacke for iphone 4.2.1
is OUTTTTTTTTTTT
gp_win32_rc5.zip

download it from


yes the site is crashing but it will back in minute

Wednesday, February 2, 2011

How to redirect ssh output Session into main screen terminal in iphone



first we need to install the pkg screen

1. apt-get install screen

2. then in the iphone terminal using mobile or root user we run : screen -S SessionName

3.now in the ssh Session using the same username we run : screen -x username/SessionName.

-- Troubleshoot

if you get some think like these after runing more than one Session :

error0327s-iPhone:~ mobile$ screen -x mobile/main
There are screens on:
2037.main (Private)
2043.main (Private)
There is no screen to be attached matching main.

you need to enter the full new SessionName -- >

error0327s-iPhone:~ mobile$ screen -x mobile/2037.main