Some of you may meet different Cydia errors after jailbreak iDevices, 3uTools has already showed some tutorials related to Cydia errors on 3uTools official website, forums and blog. This tutorial aims to point out some problems that you may face with Cydia.
How to Fix Cydia Error “Could Not Open File /var/lib/dpkg/status” on iOS 10?
How to Solve All Sources in Cydia Are Empty After jailbreak?
How to Solve Cydia “I Wasn’t Able to Locate File For the Package...” Error?
How to Fix No Cydia App Icon After Jailbreaking iOS 10?
Except the tutorial above, you may also meet the following cydia problem:
* Finding the problem is easy
using these steps you can identify it:
1. Via SSH or Terminal on your device type:
Su
Alpine
apt-get update
2. Right now you should get the error message
Running the update command should fix your problem.
* Icon not visible fix
This error can appear if you have installed a new package and restarting Cydia doesn’t do the trick:
1. Via SSH go to /applications/cydia.app
2. Copy icon.png to your PC
3. Now delete icon.png from device
4. Respring and you should see a white icon for Cydia in Springboard
5. Copy back icon.png to /applications/cydia.app
6. Respring again.
* Package header error
This is a Cydia startup error where you are informed that there’s an error with package headers, this can be fixed like this:
1. Via SSH or Terminal on your device type:
su
alpine
dpkg –a configure
2. Respring
* Cydia crash on load
Fix 1:
1. Via SSH go to /var/lib/apt/lists/ folder
2. Delete all excluding partial folder
3. Reboot
Fix 2:
1. Via SSH go to root/private/ect/apt/sources.list.d
2. Remove all items except saurik.list
3. Reboot
* Adding a repo error
There are a couple of things that could create this kind of error:
1. Incorrect repo url or forgetting to add / at the end of the link
2. Repo is down
3. No network connection
* Source error
If you get an error bin/bzip2 this means that the source is problematic. Try removing it from cydia, if this doesn’t work try this fix:
1. Via SSH go to /etc/apt/sources.list.d
2. Backup cydia.list
3. Edit cydia.list and remove the line corresponding to the source
4. Reboot
* Cydia crash when or after Reloading Data
This situation occurs when or after Reloading Data and the fix is:
1. Via SSH or Terminal on your device type:
su
alpine
dpkg –configure –a
2. Reboot
Cache fix
Fix 1: Cyder it’s a good app and tool that can help you download and transfer packages and sources to your device and it also good on clearing cydia cache
Fix 2: Another solution to the cache problem is FixCydiaCache. This is a PC tool. In order to run this tool you will need to download and install on your device afc2add from Cydia. Run FixCydiaCache and connect your device to PC and click Fix My Cydia Cache!
* Ultimate solution to any problem
If you none of this worked for you or did not find the solution the only thing to do is to reinstall Cydia:
Fix 1:
1. Via SSH or Terminal on your device type:
su
alpine
apt-get remove cydia
apt-get install cydia
2. Reboot
Fix 2:
1.Download cydia from internet
2. Via SSH go to /var/mobile and copy here cydia.deb
3. Via SSH or Terminal on your device type:
su
alpine
dpkg -i cydia.deb
4. Reboot