salvare ciò che si scarica da cydia su hd

sì… sono contorto… lo so.
ma mi piacerebbe sapere se si può salvare quello che si scarica da cydia per poi, eventualmente, reinstallarlo in un secondo momento senza connessione internet.
chiedo questo x’ a casa non ho wifi e quindi le prove delle app scaricate da cydia le posso fare solo sul mio iphone, mentre mi piacerebbe farle direttamente su ipod.
se potessi salvare quello che scarico quando pigio il tasto install su un hd esterno, sarebbe meraviglioso: in tal modo potrei spostare tutto su ipod e provare lì :w00t:
qualche anima pia sa se si può fare una cosa del genere?
grasssssssssssie in anticipo!!! :wub:

se nn sbaglio nn é possibile…ancora…però aspetta altri commenti.

oki… grassie! :slight_smile:

non non si puo, l’unico modo per crearti un backup è usare aptbackup

oppure… visto che aptbackup ti fa partire il gioco solo dopo un restore, fare questa magia (che non ho però personalmente ancora provato)

How to backup your iPhone regularly via SSH using rsync (Updated) How to avoid all third party apps crashing on your iPhone 2.0.x
Aug 28
How to re-install all your Cydia packages in one run (after an upgrade or restore) - updated
Firmware 2.x, iPhone, iPhone 2G, iPhone 3G Add comments

I found a nice user entry on a german iPhone forum giving some examples how to quickly restore all Cydia applications after a full iPhone firmware upgrade or a restore. No more searching around in Cydia for all the packages you had installed before. A few preparational steps and you could save a lot of time later on.

Create and backup a list of all your Cydia installed packages:

(1) Login via SSH into your iPhone (check old posts to know how to do that)

(2) Create a list of all your via Cydia installed packages by using this command:
dpkg -l | grep ^ii | awk ‘{print $2}’ > /private/var/mobile/Media/installed.txt

(3) Copy the file “installed.txt” to your computer using SFTP or e.g. DiskAid.

Thats it. Now you can safely resotre or upgrade you phone. Make sure, Cydia is installed by using QuckPwn or PwnageTool.

Re-install all packages:

(1) Make sure you install OpenSSH with Cydia. Open Cydia, search for the OpenSSH package and install it. Then install all Repositories you had installed before: Open Cydia, go to “Sections” and open up “Repositories” and choose all you used before. Otherwise Cydia will not find all packages to restore.

(2) Copy the file “installed.txt” back to your device using using SFTP or DiskAid.

(3) Login into your iPhone using root:

ssh -l root (IP-number of your iPhone)

(4) This was edited and updated, so only new packages will be installed. Enter:
dpkg -l | grep ^ii | awk ‘{print $2}’ > /private/var/mobile/Media/installed-new.txt
then
diff /private/var/mobile/Media/installed-new.txt /private/var/mobile/Media/installed.txt | grep ^> | awk ‘{print $2}’ > /private/var/mobile/Media/installed-todo.txt
then
apt-get install cat /private/var/mobile/Media/installed-todo.txt

(5) You will not see all installed applications, because the iPhone did not re-spring. So the easiest solution would be a “reboot” –> reboot now!

That should be all :slight_smile:

fonte: qui

però rimane il mio problema di salvare in locale prima dell’install :crying: