View Single Post
Sohil876's Avatar
Posts: 130 | Thanked: 132 times | Joined on Jan 2013 @ India
#209
Originally Posted by qwazix View Post
wow! I got a bunch of supporting users

please set timenow.conf as follows:

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
and then reboot.

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
Code:
exec su user -c "run-standalone.sh /opt/timenowd/bin/timenowd 2>/home/user/.timenow/timenow.log"
and post contents of timenow.log directly after boot
My timenow.conf file:-
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 2>/home/user/.timenow/timenow.log"

end script

post-stop script
    # clean up
    killall timenowd
end script
Its still like before for me, it does not show lockscreen when uncovered but it does blanks display if covered when lockscreen is active. Ive attached the log file.
Attached Files
File Type: zip timenow_log.zip (471 Bytes, 54 views)

Last edited by Sohil876; 2013-12-31 at 11:09.
 

The Following 2 Users Say Thank You to Sohil876 For This Useful Post: