Speed up Cydia
Tuesday, April 06, 2010
Posted by skygoat76 in tutorials
here is a little tip to increase speed navigation in Cydia.
Instead of loading all information of a package, it simply loads the description.
Required :
- a jailbroken iPhone.
- Cydia.
- Know how to connect with SSH or iFile.
- Connect with SSH and go to /Applications/Cydia.app/
- It is recommended to backup Cydia.app
- Transfer the file package.js on your desktop.
- Open package.js avec Wordpad or dreamweaver.
- Find the line « var depiction = package.depiction; » (line 208)
- Modify to « var depiction = null; »
- Save and trasnfer then replace the file package.js in /Applications/Cydia.app/
- Start Cydia.
It will permit to avoid the long loading data at start of Cydia.
Of course, you need to refresh sometimes to see the new packages !