The Following 3 Users Say Thank You to Schturman For This Useful Post: | ||
|
2013-06-07
, 05:03
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#6774
|
The Following User Says Thank You to Ancelad For This Useful Post: | ||
|
2013-06-07
, 06:01
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#6776
|
devel-su password cp -rf /home/user/MyDocs/icon-transparent.png /usr/share/themes/blanco/meegotouch/icons/icon-l-folder.png /sbin/initctl restart xsession/mthome
The Following 2 Users Say Thank You to Ancelad For This Useful Post: | ||
|
2013-06-07
, 13:07
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6777
|
qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get
RM696-21-3_PR_001:~# qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get displayName: Bob Marley muted: false startTime: 122880 state: 6 status: true 122906803168305 RM696-21-3_PR_001:~#
RM696-21-3_PR_001:~# qdbus com.nokia.CallUi.Context /com/nokia/CallUi/ActiveCall org.maemo.contextkit.Property.Get status: false 121922979285263 RM696-21-3_PR_001:~#
#!/bin/sh 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) if [ $Call == "6" ]; then if [ ! -f /var/lib/aegis/dpkg-journal ]; 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 [ $Call2 == "status" ]; then if [ ! -f /var/lib/aegis/dpkg-journal ]; 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 21600 done
The Following 2 Users Say Thank You to Schturman For This Useful Post: | ||
|
2013-06-07
, 20:07
|
Posts: 29 |
Thanked: 0 times |
Joined on Apr 2013
|
#6778
|
|
2013-06-07
, 20:16
|
Posts: 509 |
Thanked: 626 times |
Joined on Jul 2012
@ Mexico/Germany
|
#6779
|
|
2013-06-07
, 20:38
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#6780
|
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.
rm -fr /opt/N9QTweak
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
|
Checking Call status without mcetool !
1 - Dialing
3 - Call active (speaking)
4 - Hold call
5 - Call ended by other side
6 - Phone (call mode) not active
Here is a simple example how we can use it in script:
And I think this is a final version of auto-back1.sh script:
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.
Last edited by Schturman; 2013-06-06 at 23:54.