Notices


Reply
Thread Tools
Posts: 122 | Thanked: 17 times | Joined on Jun 2010
#1
is there a way to export the apps that i have installed on my n900 to deb files or something so i dont have to re download them all when i reflash

Last edited by bman; 2010-07-22 at 04:10.
 
direx's Avatar
Posts: 102 | Thanked: 153 times | Joined on Feb 2010
#2
You can use the Backup tool that comes with Maemo 5 and backup the list of currently installed software.
After flashing you can restore the previously installed applications from the backup.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#3
Check /var/cache/apt/archives, that's one way.
Second method is to edit /home/user/.osso/hildon-application-manager
and change clean-after-install from 1 to 0 then check /home/user/MyDocs/.apt-archive-cache/ for the debs.
Third method (repacking the files into debs), is to download and install dpkg-repack from the SDK repos, however since docpurge purges the documents you'll get some problems while repacking.
 

The Following User Says Thank You to MohammadAG For This Useful Post:
Posts: 122 | Thanked: 17 times | Joined on Jun 2010
#4
is there a way to download them as deb files from the computer

cheers ill try those ideas when i get some spare time
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#5
Originally Posted by bman View Post
is there a way to download them as deb files from the computer

cheers ill try those ideas when i get some spare time
why do you want to download them as debs?

you get always the newest versions with app managers restore -function.....

if you have installed stuff from debs and you haven't spared those, just start searching for them already (and if it is warez, hope karma will avenge you...)
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 
Posts: 74 | Thanked: 23 times | Joined on Jan 2010 @ Germany
#6
The question was about a restore without a redownload
 
Posts: 20 | Thanked: 9 times | Joined on Dec 2009
#7
Wait for meego with rpm. Use repackage.
 
ossipena's Avatar
Posts: 3,159 | Thanked: 2,023 times | Joined on Feb 2008 @ Finland
#8
Originally Posted by Aydan View Post
The question was about a restore without a redownload
there is no sense doing it imo.
__________________
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search
 
Posts: 267 | Thanked: 183 times | Joined on Jan 2010 @ Campinas, SP, Brazil
#9
There is. As root. You have to have extras-devel enabled. Change to an empty directory with lots of free space, say /home/user/MyDocs/debbackup:

Code:
$ sudo gainroot
# apt-get install dpkg-repack
(...dpkg-repack installation...)
# cd /home/user/MyDocs/debbackup
# for package in $( dpkg -l | awk 'NR>5 {print $2}' ); do dpkg-repack $package; done
This is an advanced operation. Many packages are system packages and I don't know what will happen if you try to install them on a fresh flashed install. I'd advise to install only the application debs.
__________________
My nickname on freenode is ptl, that is, the consonants of my nickname here. Kind of a long story.
 

The Following 2 Users Say Thank You to Patola For This Useful Post:
Posts: 122 | Thanked: 17 times | Joined on Jun 2010
#10
thanks guys
warez... what paid for items are there that a free version cant do already??
also helps with sharing the apps between fones

Originally Posted by ossipena View Post
there is no sense doing it imo.
if i backup, flash then reinstall most of the apps i had straight away saves using the download limit, saves installing either all of the files if i didnt want some and then is a cleaner install than putting all back on
saves searching for the files and re downloading them one by one so the question is y wouldnt u?

Originally Posted by Patola View Post
There is. As root. You have to have extras-devel enabled. Change to an empty directory with lots of free space, say /home/user/MyDocs/debbackup:

Code:
$ sudo gainroot
# apt-get install dpkg-repack
(...dpkg-repack installation...)
# cd /home/user/MyDocs/debbackup
# for package in $( dpkg -l | awk 'NR>5 {print $2}' ); do dpkg-repack $package; done

This is an advanced operation. Many packages are system packages and I don't know what will happen if you try to install them on a fresh flashed install. I'd advise to install only the application debs.
i try to install and get error package missing "dpkg-dev"
and search through apps manager and dpkg-repack isnt displayed?
i have enabled extra-devel and extra-testing as i think its in extra testing as wasnt even found through x- term when just extra devel was enabled

Last edited by bman; 2010-07-02 at 11:16.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:35.