View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4464
Originally Posted by dommau View Post
dev mode & other sources activated, after reboot, updating from 9.3.7.
i reflashed the phone recently and restored the tweaks from RR and reinstalled my apps via X. maybe this influenced it?

edit: before it gives the output posted above, it says:
rm: remove '/var/lib/dpkg/lock'?
Maybe...
I will explain how work X and RR...
Tweak X - can create .deb files for USER, for SYSTEM app or for ALL apps.
ALL apps wil be saved in
/home/user/MyDocs/BackDeb/All
For install ALL apps from tweak X it use this directory with command:
Code:
dpkg -i /home/user/MyDocs/BackDeb/All/* 
Tweak RR - is more complicated:
1. Backup option - It will create a small script with command for install ALL apps from: /home/user/MyDocs/BackDeb/All
2. Now it will create backup of ALL tweaked files
3. It will create script with names of packages that installed from N9QT like inception, wget, python, unzip etc...
4. Restore option - here you need to choose what you had installed before Open mode or Inception, It also important !
4. Restore start from installation of packages that located in: /home/user/MyDocs/BackDeb/All via command:
Code:
dpkg -i /home/user/MyDocs/BackDeb/All/* 
That mean, before you run restore option from tweak RR, I recomend to edit the first small script:
/home/user/MyDocs/.N9QTweakedBackup/appinstaller.sh
and
Instead line:
Code:
dpkg -i /home/user/MyDocs/BackDeb/All/*
write path to your apps or if you prefer it will be installed from this location, I recomend do selection in this folder. Just go to:
/home/user/MyDocs/BackDeb/All and remove all apps that you don't know what is this (dependencies etc..). Leave only apps that you installed. Also I recomend remove from this folder Inception package and all applets that you installed from tweak T. Inception included in second script and applets you can reapply from tweak T after restore RR.

You DON'T need to run tweak X after restoring Tweak RR !!! Maybe this did sabothage to your phone..

Also, for example I don't use backup for apps from tweak X, I catched original app with "Catch apps" icon from tweak O.
Now, all my apps located in different folders and for tweak RR I just edited the first script (/home/user/MyDocs/.N9QTweakedBackup/appinstaller.sh) and instead one command, I wrote a few command (dpkg -i) to the different folders, where is my apps located..
For dependencies Tweak RR run command:
Code:
apt-get install -f -y
at the end of the process..

This restore option from tweak RR is very easy and fastes to restore tweaked phone.
Look my post here: http://talk.maemo.org/showpost.php?p...postcount=3919
Hope it will help
 

The Following 2 Users Say Thank You to Schturman For This Useful Post: