Reply
Thread Tools
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#11
can in be implemented via a GUI like android's titanium backup. u can backup seperate apps and also the whole phone like backupmenu does.
 
Posts: 25 | Thanked: 14 times | Joined on May 2012
#12
Thank you, but I wouldn't be able to do that.

Can you? Do you know what commands I can run on the command line to backup an entire application and restore it on another phone?

I know this is borderline piracy, but Nokia isn't giving me any choice.
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#13
@lucm
hmmm...this post since 2010 and now we are 2012 and we have backupmenu it is better than this it will back up all the applications not the name list and you can restore them as long you got backupmenu application

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#14
Originally Posted by lucm View Post
Do you know what commands I can run on the command line to backup an entire application and restore it on another phone?
backup:
Code:
dpkg -L panorama | xargs tar czf panorama.tgz
restore:
Code:
cd /;tar xzf panorama.tgz
 

The Following 3 Users Say Thank You to zimon For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#15
backupmenu. It's the answer. Search for it. even more importantly, it won't only allow You to backup/restore some useless "app", but will also save Your a** many times, without need to reflash device, in case something gone wrong.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
Posts: 167 | Thanked: 204 times | Joined on Jul 2010
#16
No promises, but, if your friend downloaded a conventional .deb installer file then there's every chance it'll be cached in /var/cache/apt/archives on his/her phone.

If it is, then copying the deb file and installing it with dpkg -i <filename> should do the trick.
 

The Following User Says Thank You to magick777 For This Useful Post:
Posts: 167 | Thanked: 204 times | Joined on Jul 2010
#17
Ho-hum. A little bit of digging reveals that the file is available on the Nokia Ovi repository.


maemo:~# cat /etc/apt/sources.list.d/hildon-application-manager.list
deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
deb https://downloads.maemo.nokia.com/fremantle/ssu/203 ./
deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
deb http://repository.maemo.org/extras-devel fremantle free non-free
deb http://repository.maemo.org/community/ fremantle free non-free
deb http://repository.maemo.org/community-testing/ fremantle free non-free

maemo:~# apt-cache search panorama
panorama - Capture panoramic images on the go
morphoquickpanorama - Morpho QuickPanorama Free Trial
milkyway-wallpaper - The Milky Way panorama
hemsedal2008-wallpaper - Panorama from Hemsedal skicenter
rmz-helsinki-wallpaper - A panorama of Helsinki
rmz-senaatintori-wallpaper - A panorama of the Senaatintori, Helsinki
vj-wallpaper - A view on a tiny lake in spring time

maemo:~# apt-get install panorama
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
panorama
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 458kB of archives.
After this operation, 1102kB of additional disk space will be used.
Get:1 https://downloads.maemo.nokia.com ./ panorama 2.0.5 [458kB]
Fetched 458kB in 1s (253kB/s)
Selecting previously deselected package panorama.
(Reading database ... 33295 files and directories currently installed.)
Unpacking panorama (from .../panorama_2.0.5_armel.deb) ...
Setting up panorama (2.0.5) ...
maemo:~#


Configure the relevant repository and you should be all good to go...
 

The Following 2 Users Say Thank You to magick777 For This Useful Post:
Posts: 25 | Thanked: 14 times | Joined on May 2012
#18
Originally Posted by magick777 View Post
Ho-hum. A little bit of digging reveals that the file is available on the Nokia Ovi repository.
(...)
Yes! Your method works. I have Panorama now. Yay. Mark as SOLVED.

However, for the sake of information...

Originally Posted by magick777 View Post
No promises, but, if your friend downloaded a conventional .deb installer file then there's every chance it'll be cached in /var/cache/apt/archives on his/her phone. If it is, then copying the deb file and installing it with dpkg -i <filename> should do the trick.
No, we couldn't find it on my friend's phone, not in /var/cache/apt/archives. But I found it on MY phone, and I copied it to a safe place. Yay!


Originally Posted by Estel View Post
backupmenu. It's the answer. Search for it. even more importantly, it won't only allow You to backup/restore some useless "app", but will also save Your a** many times, without need to reflash device, in case something gone wrong.
I know backupmenu, I already have it, but it backs up EVERYTHING, doesn't it? That would turn my phone an exact replica of my friend's phone. Not what I want.

Originally Posted by zimon View Post
backup:
Code:
dpkg -L panorama | xargs tar czf panorama.tgz
restore:
Code:
cd /;tar xzf panorama.tgz
Interesting method, pretty much what I expected it would be like, but it doesn't work. The tarball just keeps growing, and growing, and growing... until it runs out of space. It created an 80-something MB tarball here. So I repeated the process piping the result to 'more' and there doesn't seem to be much there. Panorama was definitely not there. I have no idea what happened.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:09.