I think that this method is very difficult it needs users that are familiar with SSH and terminal commands, you can make a backup list using dpkg. To make a backup list of your installed sources and packages:
- Go into Cydia and install the APT 0.6 Transitional OR APT 0.7 HTTPS package.
- Pull the/private/etc/apt/sources.list.d/cydia.list file, which contains your custom sources.
- SSH in to your device and run the following command: dpkg --get-selections > cydia-apps
[dpkg][space][-][-][get][-][selections][space][>][space][>][cydia-apps] This will create a file called cydia-apps
in your root folder /private/var/root/(and you can then download this file to save your installed apps).
- Restore to your desired version, jailbreak, open Cydia, and install OpenSSH and APT 0.6 Transitional
- SSH into your phone.
- Copy the cydia.list file you saved in step 2 to /private/etc/apt/sources.list.d/ and copy the cydia-apps file to /private/var/root
- Next you need to run these commands from the ssh terminal:
apt-get updateAnd when prompted Do you want to continue [Y/n], hit Y.
dpkg –-set-selections < cydia-apps
apt-get dselect-upgrade
[source]
[MODIFIED VERSION]
Backup:
- Follow step 1 & 2.
- Use i-FunBox to SSH your device [Quick Toolbox tab] and follow step 3.
- Follow all steps in the original solution above.
No comments:
Post a Comment