View Single Post
Posts: 209 | Thanked: 31 times | Joined on Oct 2006
#8
Originally Posted by DryLand404 View Post
I'm not sure how to interpret this...

Nokia-N800-51:/# find -name "retutime" -print
./mnt/initfs/usr/bin/retutime
Nokia-N800-51:/# cd mnt
Nokia-N800-51:/mnt# cd initfs
Nokia-N800-51:/mnt/initfs# cd usr
Nokia-N800-51:/mnt/initfs/usr# cd bin
Nokia-N800-51:/mnt/initfs/usr/bin# cd retutime
-sh: cd: can't cd to retutime
Nokia-N800-51:/mnt/initfs/usr/bin# retutime
-sh: retutime: not found

Does this indicate there is no scheduled items?

some ducumentation is here.
http://maemo.org/platform/docs/api-b...tutime_8c.html
You are not executing the command! retutime a is binary not a directory.
And retutime is not listed in the standard bin directories... so you can't execute it with just typing "retutime".
Like I posted before, execute:
Code:
/mnt/initfs/usr/bin/retutime
OR change root to /mnt/initfs and execute "retutime" OR change directory to /mnt/initfs/usr/bin and execute "./retutime"

Then read the output of retutime and append the needed parameters!

HTH N770-Freak
 

The Following User Says Thank You to N770-Freak For This Useful Post: