The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-06-05
, 17:18
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#6742
|
Using username "root". BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash) Enter 'help' for a list of built-in commands. RM696-21-3_PR_001:~# /sbin/mcetool --status | grep Call | awk '{print $4}' GConf key /system/osso/dsm/display/display_blank_timeout should have type: 2, but has type: 1 none RM696-21-3_PR_001:~#
|
2013-06-05
, 17:18
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6743
|
Still no luck with the 9.7.5 installation.
Dialog message,
Installation failed.
|
2013-06-05
, 17:25
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6744
|
What this mean?
Code:Using username "root". BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash) Enter 'help' for a list of built-in commands. RM696-21-3_PR_001:~# /sbin/mcetool --status | grep Call | awk '{print $4}' GConf key /system/osso/dsm/display/display_blank_timeout should have type: 2, but has type: 1 none RM696-21-3_PR_001:~#
|
2013-06-05
, 17:28
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#6745
|
go to setting-device-display.
Change display timeout to another number, save and exit. Go again and change to your preferred number, save and exit.
Run : /sbin/mcetool --status and post output.
/sbin/mcetool --status | grep Display | awk '{print $3}'
|
2013-06-05
, 17:48
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6746
|
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-06-05
, 19:02
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6747
|
ps aux | grep pkgmgrd | awk '{print $3}' | head -1 | cut -d '/' -f2
|
2013-06-05
, 22:43
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6748
|
ps aux | grep dpkg | grep journal | cut -d '-' -f2
|
2013-06-05
, 22:44
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6749
|
ps aux | grep dpkg | grep journal | cut -d '-' -f2
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-06-06
, 05:24
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#6750
|
#!/bin/sh while true do Display=$(/sbin/mcetool --status | grep Display | awk '{print $3}') Call=$(/sbin/mcetool --status | grep Call | awk '{print $4}') Dpkg=$(ps aux | grep dpkg | grep journal | cut -d '-' -f2) if [ $Display == "off" ] then if [ $Call == "none" ] then if [ $Dpkg == ] then bash /opt/N9QTweak/Autowall/auto-back2.sh >/dev/null fi fi fi sleep 200 done
The Following User Says Thank You to MK99 For This Useful Post: | ||
Tags |
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh |
Thread Tools | |
|
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.