|
|
2013-12-30
, 22:34
|
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#202
|
stop timenow.conf killall timenowd start proximityd start timenow.conf
| The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
|
|
2013-12-30
, 22:54
|
|
|
Posts: 130 |
Thanked: 132 times |
Joined on Jan 2013
@ India
|
#203
|
|
|
2013-12-31
, 01:05
|
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#204
|
| The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
|
|
2013-12-31
, 04:41
|
|
Posts: 159 |
Thanked: 217 times |
Joined on Oct 2011
|
#205
|
start on started hildon-desktop
stop on stopped hal
#stop on stopped dbus
respawn
respawn limit 15 3
script
exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd"
end script
Setting up timenow (0.0.12) ... initctl: Job not changed: timenow.conf
| The Following 2 Users Say Thank You to Kossuth For This Useful Post: | ||
|
|
2013-12-31
, 04:57
|
|
Posts: 76 |
Thanked: 44 times |
Joined on Apr 2011
@ India
|
#206
|
I guess I got what it is. Could a brave soul change sleep 2 to sleep 10 in /etc/event.d/timenow.conf and report back?
| The Following User Says Thank You to kraker_abhy For This Useful Post: | ||
|
|
2013-12-31
, 07:52
|
|
|
Posts: 130 |
Thanked: 132 times |
Joined on Jan 2013
@ India
|
#207
|
I guess I got what it is. Could a brave soul change sleep 2 to sleep 10 in /etc/event.d/timenow.conf and report back?
start on started hildon-desktop
stop on stopped hal
#stop on stopped dbus
respawn
respawn limit 15 3
sleep 10
script
exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd"
end script
| The Following User Says Thank You to Sohil876 For This Useful Post: | ||
|
|
2013-12-31
, 10:16
|
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#208
|


start on started proximityd
stop on stopped hal
respawn
respawn limit 15 3
script
sleep 10
exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd"
end script
post-stop script
# clean up
killall timenowd
end script
exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd 2>/home/user/.timenow/timenow.log"
| The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
|
|
2013-12-31
, 11:03
|
|
|
Posts: 130 |
Thanked: 132 times |
Joined on Jan 2013
@ India
|
#209
|
wow! I got a bunch of supporting users
please set timenow.conf as follows:
and then reboot.Code:start on started proximityd stop on stopped hal respawn respawn limit 15 3 script sleep 10 exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd" end script post-stop script # clean up killall timenowd end script
It works for me like that. If it works for other people too, I will push the change to extras-devel. I'm asking because apparently the boot procedure is different for each phone and no solution is universal.
if it fails please change the exec line to
and post contents of timenow.log directly after bootCode:exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd 2>/home/user/.timenow/timenow.log"
start on started proximityd
stop on stopped hal
respawn
respawn limit 15 3
script
sleep 10
exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd 2>/home/user/.timenow/timenow.log"
end script
post-stop script
# clean up
killall timenowd
end script
|
|
2013-12-31
, 11:33
|
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#210
|
/bin/sh: /opt/timenowd/bin/powerbutton: Permission denied
| The Following User Says Thank You to qwazix For This Useful Post: | ||