View Single Post
Old 07-27-2015, 09:23 AM   #448
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
I am not sure whether this is helpful but you can try.
In .adds\kbmenu\log\uptime.txt you will find something like
Code:
powering off at: 2015:07:027_12:53:47, after 0:00:03:53 uptime
The log file is only written when you power off the device, not when you only reboot it. If you want the log file to accumulate the information, instead of containing only the most recent, replace in .adds\kbmenu\onstart\poweroff.sh
Code:
... > $uptimelog
by
Code:
... >> $uptimelog

If you want to read the log file from KSM, select:
scripts > browse > browse kbmenu.msh > log > uptime.txt

If you want to see the current uptime, select:
scripts > tests > returntests.msh > show uptime.sh
Attached Files
File Type: zip KSM07_uptime.zip (1.7 KB, 190 views)

Last edited by tshering; 07-27-2015 at 09:26 AM.
tshering is offline   Reply With Quote