Reply
Thread Tools
Posts: 88 | Thanked: 14 times | Joined on Apr 2012
#1
i'm planning to reflash the phone and i'm wondering if there are any apps that would make a backup of currently installed apps to restore them after flashing, something like titanium backup/mybackup pro in android to backup the packages, or like in n900/ubuntu (http://talk.maemo.org/showthread.php?t=64648) at least a list of installed packages
 
Posts: 88 | Thanked: 14 times | Joined on Apr 2012
#2
nothing?really?
 
Posts: 1,463 | Thanked: 1,916 times | Joined on Feb 2008 @ Edmonton, AB
#3
well the built in backup app is there, it tries to download your apps again at least.
__________________
 

The Following 2 Users Say Thank You to Creamy Goodness For This Useful Post:
Posts: 88 | Thanked: 14 times | Joined on Apr 2012
#4
thank you, i've never used it before, will give a try
 
Posts: 21 | Thanked: 2 times | Joined on Feb 2010
#5
Originally Posted by skyleth View Post
i'm planning to reflash the phone and i'm wondering if there are any apps that would make a backup of currently installed apps to restore them after flashing, something like titanium backup/mybackup pro in android to backup the packages, or like in n900/ubuntu (http://talk.maemo.org/showthread.php?t=64648) at least a list of installed packages
I totally agree, we should not have to re-download all the apps after each time we re-flash our devices.
Some of the purchased apps from Ovi Store have a limit of downloads and when you exceed the limit you have to re-purchase the app again...eek:
I hope that one of the great developers of this wonderful community will come up with such app.
I would pay for it
 
Posts: 123 | Thanked: 457 times | Joined on Feb 2012
#6
You can use

osa --get packagename > packagename.deb

or, as root,

apt-get -d install --reinstall packagename

to download the debian packages of Store applications locally. In the first case the package will be in packagename.deb and in the second case in /var/cache/apt/archives/packagename_version_armel.packagename. You can then move the packages to /home/user/MyDocs and then backup them as you wish. Use pkgmgr install-file -f packagename.deb to reinstall the packages.

Note that this is NOT the same as reinstalling them from the Store though. In this case the installation source is not the Store and thus some security credentials may be missing, potentially leading in misbehaving apps. Also, the applications won't get automatic updates from the Store because they were installed from local debian packages. Most applications will work though and it's often better to have at least some version of the application available than repaying for the application because the download count (a really stupid idea!) was exceeded.
 

The Following 3 Users Say Thank You to Vesuri For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#7
We need backupmenu ported from N900!
 

The Following User Says Thank You to F2thaK For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#8
Originally Posted by Vesuri View Post
You can use

osa --get packagename > packagename.deb

or, as root,

apt-get -d install --reinstall packagename

to download the debian packages of Store applications locally. In the first case the package will be in packagename.deb and in the second case in /var/cache/apt/archives/packagename_version_armel.packagename. You can then move the packages to /home/user/MyDocs and then backup them as you wish. Use pkgmgr install-file -f packagename.deb to reinstall the packages.

Note that this is NOT the same as reinstalling them from the Store though. In this case the installation source is not the Store and thus some security credentials may be missing, potentially leading in misbehaving apps. Also, the applications won't get automatic updates from the Store because they were installed from local debian packages. Most applications will work though and it's often better to have at least some version of the application available than repaying for the application because the download count (a really stupid idea!) was exceeded.
This is exactly what I did...
1. I downloaded all my app
2. I created a simple script
Code:
#!/bin/sh

dpkg -i /home/user/MyDocs/Downloads/n9-qtweakmy_8.4*
cd /home/user/MyDocs/Programs/Entertainment
dpkg -i audio* cute* dict* fbr* easy* imgr* mpl* kmpl* reco* sket* sleep* trans*
cd /home/user/MyDocs/Programs/Internet
dpkg -i opera* titan*
cd /home/user/MyDocs/Programs/GPS
dpkg -i geeps* waze*
cd /home/user/MyDocs/Programs/Games
dpkg -i airat* battle* samur* sovie* gtrac* angry* unrav*
cd /home/user/MyDocs/Programs/System
dpkg -i auto* speaker* batt* callrec* drop* fileb* organ* profile* rest* screenca* screensh* toggle* aegis* org.formeego* txpad*
3. And I just run one command as root:
Code:
sh /path/to/my/script.sh
5 minutes and all my apps installed This is a very fast way to restore all your apps..
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#9
Originally Posted by F2thaK View Post
We need backupmenu ported from N900!
Yes, we do. Unfortunately, my impression is that someone felt that it was just not needed for the N9, so the developer's request for an N9 was rejected. If what I said is true, I would be happy to donate some money to help get him an N9.
__________________
All I want is 40 acres, a mule, and Xterm.
 
Posts: 301 | Thanked: 275 times | Joined on Dec 2010
#10
and if a store app is not more available for free you can't restore it after a flas or not Ota-update. Happens to me and the worried is that it shows always an update of this app in my account. Response of Nokia : sorry can't help you.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:36.