![]() |
2012-05-14
, 14:45
|
Posts: 372 |
Thanked: 61 times |
Joined on Jan 2012
|
#11
|
![]() |
2012-05-14
, 19:23
|
Posts: 25 |
Thanked: 14 times |
Joined on May 2012
|
#12
|
![]() |
2012-05-14
, 19:47
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#13
|
![]() |
2012-05-14
, 20:02
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#14
|
Do you know what commands I can run on the command line to backup an entire application and restore it on another phone?
dpkg -L panorama | xargs tar czf panorama.tgz
cd /;tar xzf panorama.tgz
![]() |
2012-05-14
, 20:02
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#15
|
![]() |
2012-05-14
, 20:35
|
Posts: 167 |
Thanked: 204 times |
Joined on Jul 2010
|
#16
|
The Following User Says Thank You to magick777 For This Useful Post: | ||
![]() |
2012-05-14
, 20:44
|
Posts: 167 |
Thanked: 204 times |
Joined on Jul 2010
|
#17
|
![]() |
2012-05-15
, 20:42
|
Posts: 25 |
Thanked: 14 times |
Joined on May 2012
|
#18
|
Ho-hum. A little bit of digging reveals that the file is available on the Nokia Ovi repository.
(...)
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.
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.
backup:
restore:Code:dpkg -L panorama | xargs tar czf panorama.tgz
Code:cd /;tar xzf panorama.tgz