Reply
Thread Tools
Posts: 130 | Thanked: 120 times | Joined on Feb 2012 @ Vienna, Austria
#4461
Originally Posted by Schturman View Post
tried reboot ? Dev mode activated, installation from other source activated ? Which version installed before ?
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'?

Last edited by dommau; 2012-11-02 at 23:05.
 
Posts: 36 | Thanked: 1 time | Joined on Dec 2011 @ Lahore, PK
#4462
as compare to xperia S the incoming volume (at full) of Legend N9 is very Low

is there any tweak that increase volume of incoming call ?
 
Posts: 130 | Thanked: 120 times | Joined on Feb 2012 @ Vienna, Austria
#4463
Originally Posted by haider378 View Post
as compare to xperia S the incoming volume (at full) of Legend N9 is very Low

is there any tweak that increase volume of incoming call ?
try tweak S
 

The Following User Says Thank You to dommau For This Useful 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:
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#4465
Originally Posted by Schturman View Post
Yep it's normal. You been run it from phone, not via ssh
I also have some problem when i testing scripts via ssh. This is a reason, that N9QT need to be run only from phone
I tried to run it via ssh through terminal in order to catch messages from terminal, as wrote thedead1440 in a previous post, because I cannot always copy long output manually

PS: The bash package, either with N9QTweak or terminal, at the end of installation, showed me an error with a kind of man.gz package , but for me the important thing is that it works

Last edited by death_jax; 2012-11-03 at 00:14.
 

The Following User Says Thank You to death_jax For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4466
Originally Posted by death_jax View Post
I tried to run it via ssh through terminal in order to catch messages from terminal, as wrote thedead1440 in a previous post, because I cannot always copy long output manually

PS: The bash package, either with N9QTweak or terminal, at the end of installation, showed me an error with a kind of man.gz package , but for me the important thing is that it works
"man.gz package" - it normal.. I also got this always...
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#4467
Originally Posted by death_jax View Post
I tried to run it via ssh through terminal in order to catch messages from terminal, as wrote thedead1440 in a previous post, because I cannot always copy long output manually
death_jax,

If you want to run via ssh, on your pc you run /opt/N9QTweak/N9QT not START and it works


I've been using it via SSH for a real long time...This is the reason I can update the wiki; imaging checking on your phone each option (44 tweaks + all the options and sub-options) then updating the wiki? It would kill me before I can finish the updating Via ssh its easier to see the changes and update the wiki

When you update a new version of N9QT, run it once on your phone for it to download the PDF after that just use /opt/N9QTweak/N9QT via ssh...Till you don't open on your phone, you won't get the pdf download menu as the phone uses START while via ssh we use N9QT...


On that note, wiki updated to v9.3.9

Last edited by thedead1440; 2012-11-03 at 06:03.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
death_jax's Avatar
Posts: 326 | Thanked: 122 times | Joined on Sep 2012 @ Italy
#4468
Originally Posted by Schturman View Post
"man.gz package" - it normal.. I also got this always...
Yes sure, for this reason I wrote that the installation finished flawlessy

Originally Posted by thedead1440 View Post
death_jax,

If you want to run via ssh, on your pc you run /opt/N9QTweak/N9QT not START and it works


I've been using it via SSH for a real long time...This is the reason I can update the wiki; imaging checking on your phone each option (44 tweaks + all the options and sub-options) then updating the wiki? It would kill me before I can finish the updating Via ssh its easier to see the changes and update the wiki

When you update a new version of N9QT, run it once on your phone for it to download the PDF after that just use /opt/N9QTweak/N9QT via ssh...Till you don't open on your phone, you won't get the pdf download menu as the phone uses START while via ssh we use N9QT...


On that note, wiki updated to v9.3.9
Me too noticed that N9QT script worked, but how could I try bash installation without trying to run START script?
Obvioulsly I mean that in case of error I should copy bash installation errors manually, for this reason I tried to run it via ssh.
But luckily bash installation went well
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#4469
Schturman,

One more mod for Tweak W...

Change colours for statusbar components ...

File:

Code:
/usr/share/themes/base/meegotouch/sysuid/style/statusar
ea.css

For clock colour:

Code:
MLabelStyle#StatusAreaLandscapeClockLabel {
    font: $FONT_SMALL;
    color: #FFFFFF;


MLabelStyle#StatusAreaPortraitClockLabel {
    font: $FONT_SMALL;
    color: #FFFFFF;

Changing colour of statusbar background (if you only want to change colour not the texture this is easier than Tweak W-9):

Code:
MWidgetStyle#StatusBarLandscapeWidget {
    background-color: #000000;


MWidgetStyle#StatusBarPortraitWidget {
    background-color: #000000;

Status indicator:

Code:
MLabelStyle#StatusIndicatorLabel {
    font: $FONT_SMALL;
    color: #FFFFFF;

MLabelStyle#StatusIndicatorLabelLandscape {
    font: $FONT_SMALL;
    color: #FFFFFF;


MLabelStyle#StatusIndicatorLabelPortrait {
    font: $FONT_SMALL;
    color: #FFFFFF;

For Limited service:

Code:
MLabelStyle#StatusIndicatorLabelLimitedService {
    font: $FONT_FAMILY normal 1.4mm;
    color: #FFFFFF;

MLabelStyle#StatusIndicatorLabelLandscapeLimitedService {
    font: $FONT_FAMILY normal 1.4mm;
    color: #FFFFFF;

MLabelStyle#StatusIndicatorLabelPortraitLimitedService {
    font: $FONT_FAMILY normal 1.4mm;
    color: #FFFFFF;

Last edited by thedead1440; 2012-11-03 at 11:41.
 

The Following 5 Users Say Thank You to thedead1440 For This Useful Post:
Posts: 22 | Thanked: 9 times | Joined on May 2012 @ Accra, Ghana
#4470
This is what it says when installing option 3 of Tweak T “chown: /home/user/.status-menu/: No such file or directory
mkdir: can't create directory '/home/user/.status-menu': Permission denied
cp: can't create '/home/user/.status-menu/': Is a directory
cp: can't create '/home/user/.status-menu/': Is a directory
cp: can't create '/home/user/.status-menu/': Is a directory
chown: /home/user/.status-menu/: No such file or directory”
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


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