an strace is here: http://pastebin.ca/850430 I'm not sure how to interpret that... I have done some strace interpretation for an Operating Systems class once, but nothing this complex.
Nokia-770-36:/# strace /usr/sbin/dsmetest -l 1 execve("/usr/sbin/dsmetest", ["/usr/sbin/dsmetest", "-l", "1"], [/* 47 vars */]) = 0 .. .. .. brk(0) = 0x12000 brk(0x13000) = 0x13000 socket(PF_FILE, SOCK_STREAM, 0) = 3 connect(3, {sa_family=AF_FILE, path="/tmp/dsmesock"}, 112) = 0 fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 write(3, "\f\0\0\0\206\2\0\0\1\0\0\0", 12) = 12 write(1, "brightness reqyest sent!\n", 25brightness reqyest sent! ) = 25 close(3) = 0 _exit(0) = ?
write(3, "\f\0\0\0\206\2\0\0\1\0\0\0", 12) = 12
write(3, "\f\0\0\0\206\2\0\0\2\0\0\0", 12) = 12
write(3, "\x0c\x00\x00\x00\x86\x02\x00\x00\x02\x00\x00\x00", 12) = 12