Let's make a thread where people can post funny strings and comments found in code used for webOS.
I finally dumped out my tokens, and needed some hints on how to parse some values. Here's what I found in /sbin/trenchcoat (program that reads and writes the flash memory, and is the main driver when flashing a webOS device):
Interesting to note there isn't sudo on webOS.trenchcoat - used for flashing (storage, not body parts)
Need to run as root to modify filesystems. Use the sudo Luke.