Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6781
Originally Posted by chilango View Post
Hy Schturmann,

i have the problem that removing billboard and meecast, i can change the color on LockScreen and LPS into blue (F-2 #0000FF).
Installing Billboard the color of the clock is back in white.
Some solutions?
Try to activate the same tweak after installation of billboard. Or do it manually...
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6782
[QUOTE=lacro;1350372]
Originally Posted by Schturman View Post
lacro, sorry.. I really don't know what the problem and why you can't install n9qt.. For now, as far as i know you only one with this problem..
You sure dev. mode and installation from other sources is activated ?


Thanks Schturman, I'm afraid yes, both dev mode and installation from other sources are activated.
Can you post again your output from installation ?
You sure you wrote the correct path to the file ?
By mistake I wrote incorrect path and I got the same error like you posted some time ago... Check it again.
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6783
And again Coderus helped me to get it work correctly when script run from "conf" file. Also with notifications !!!
This is a final version of auto-back1.sh file:
Code:
#!/bin/sh

source /tmp/session_bus_address.user
while true
do
Call=$(qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get | sed -n 4p | cut -d ':' -f2 | cut -d ' ' -f2)
Call2=$(qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get | sed -n 1p | cut -d ':' -f1 | awk '{print $1}')
GPS=$(qdbus com.nokia.positioningd.context /org/maemo/contextkit/Location/SatPositioningState org.maemo.contextkit.Property.Get | sed -n 1p)
Dpkg=$(ps aux | grep dpkg | grep journal | cut -d '-' -f2)

   if [ $Call2 == "status" ]; then
     if [ $Dpkg ==  ]; then
        if [ $GPS == "off" ]; then
        bash /opt/N9QTweak/Autowall/auto-back2.sh >/dev/null
        else
dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:1000 uint32:0 string:'x-nokia.internet' string:'' string:'GPS is active now !
Waiting to another circle...' string:'' string:'/usr/share/icons/hicolor/64x64/apps/auto-back-on64.png' uint32:0 > /dev/null
        fi
        else
dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:1000 uint32:0 string:'x-nokia.internet' string:'' string:'Phone in installation process !
Waiting to another circle...' string:'' string:'/usr/share/icons/hicolor/64x64/apps/auto-back-on64.png' uint32:0 > /dev/null
     fi
     else
   if [ $Call == "6" ]; then
     if [ $Dpkg ==  ]; then
        if [ $GPS == "off" ]; then
        bash /opt/N9QTweak/Autowall/auto-back2.sh >/dev/null
        else
dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:1000 uint32:0 string:'x-nokia.internet' string:'' string:'GPS is active now !
Waiting to another circle...' string:'' string:'/usr/share/icons/hicolor/64x64/apps/auto-back-on64.png' uint32:0 > /dev/null
        fi
        else
dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:1000 uint32:0 string:'x-nokia.internet' string:'' string:'Phone in installation process !
Waiting to another circle...' string:'' string:'/usr/share/icons/hicolor/64x64/apps/auto-back-on64.png' uint32:0 > /dev/null
     fi
     else
dbus-send --print-reply --dest=com.meego.core.MNotificationManager /notificationmanager com.meego.core.MNotificationManager.addNotification uint32:1000 uint32:0 string:'x-nokia.internet' string:'' string:'Phone is active now !
Waiting to another circle...' string:'' string:'/usr/share/icons/hicolor/64x64/apps/auto-back-on64.png' uint32:0 > /dev/null
    fi
   fi
sleep 10800
done
But before run it we need add one line to the auto-back2.sh and full refresh:
Code:
/sbin/initctl restart xsession/group-nw-apps
because, sometimes after this refresh/auto-background changer, if you will run this command:
Code:
qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get
You can get this output:
Code:
RM696-21-3_PR_001:~# qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get
Service 'com.nokia.CallUi.Context' does not exist.
RM696-21-3_PR_001:~#
instead this one:
Code:
RM696-21-3_PR_001:~# qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get
status: false
56945198521960
RM696-21-3_PR_001:~#
In this case script not understand what to do, because it not get correct output from "dbus" command and think the phone is busy and will NOT change your background
If I have time this evening, I will repackage the latest version.

Last edited by Schturman; 2013-06-08 at 16:00.
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6784
Ok, version 9.7.5 updated !!! Update via tweak UU

For those who played with /opt/N9QTweak/Autowall/auto-back1.sh file, please restore the original content BEFORE updating, with YOUR sleep time:
Code:
#!/bin/sh

while true
do
    bash /opt/N9QTweak/Autowall/auto-back2.sh >/dev/null
    sleep 10800
done
 

The Following 5 Users Say Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#6785
I updated my Background_themes. Now it also include Quick launch bar background images in all themes. Also added 4 Sailfish themes (3 i created )...
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
Posts: 649 | Thanked: 762 times | Joined on Mar 2012 @ Ohio
#6786
Originally Posted by Ancelad View Post
OMG, I love my desktop <3
Does anyone know where to change the size of the icons on the folder icon? The transparent folder looks great, but it would look even better if the 4 smaller icons were a little larger. Possible?
 
Ta76eem's Avatar
Posts: 157 | Thanked: 36 times | Joined on Mar 2013
#6787
Will you add superHexagon ?

Working now :
http://wiki.maemo.org/Apkenv/Game_Compatibility
__________________
it is ok to go Sailing
but it is Forbidden to leave MeeGo on shore
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6788
Originally Posted by imaginaryenemy View Post
Does anyone know where to change the size of the icons on the folder icon? The transparent folder looks great, but it would look even better if the 4 smaller icons were a little larger. Possible?
http://talk.maemo.org/showpost.php?p...84&postcount=2
 

The Following User Says Thank You to MK99 For This Useful Post:
Posts: 649 | Thanked: 762 times | Joined on Mar 2012 @ Ohio
#6789
Thank you. I changed the 2.6mm to 3mm and now my deice can't unlock after reboot. Before I R&D to fix it, do you know why? Based on the normal icon size, even with the .5mm spacing, 3mm should not have been a problem.
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#6790
You did something wrong.
This working fine on me:
small-icon-size: 3mm 3mm;
small-icon-spacing: 0.5mm;
 
Reply

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:56.