备份Cydia Apps的方法

1.)Back up Packages

Step 1: 在iPhone执行MobileTerminal
Step 2: 输入以下指令:dpkg –get-selections >installed-apps.txt
Step 3: 之前的command line会将installed-apps.txt诸存在/var/mobile。之后透个SSH在计算机储存这个file

2.)重新安装你的Packages

当更新到新的iOS,将会重新jailbreak和在Cydia安装 MobileTerminal。以下系指引:

Step 1: SSH入部iPhone,接着复制“installed-apps.txt”入/var/mobile.
Step 2: 在MobileTerminal输入以下指令
su
alpine (which is the default password. Type your password if you changed it)
dpkg –set-selections <installed-apps.txt
apt-get dselect-upgrade

当遇到任何问题,输入apt-get dselect-fix-missing-upgrade

Cydia 会自动重新安装所有packages.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注