User talk:IDG

From WebOS Internals
Revision as of 18:31, 19 May 2010 by PEEf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Awesome! Maybe include a link to your backup script? I'll be happy to provide hosting if you don't have anything else handy.

I wanted to upload the perl scripts to extract the token blob to a directory and build the token blob from a directory and one to update the token blob inside the NVRAM partition, but the wiki does not like perl scripts. I will upload them somewhere and provide links as soon as possibile. Yet, the format of the NVRAM area and the Tokens blob are very simple, so the code is trivial.

There's also the "token" command that palm uses (/sbin/tokens):

root@palm-webos-device:/var/home/root# tokens -h

tokens - used for listing and editing tokens

Options:
  --help                 Print this help output
  --list                 List all tokens in the system
  --remove <token>       Remove the given token from the system
  --mount                Mount the tokens into the filesystem
  --device <dev>         Use the specified device path

I guess I should probably add this to the Wiki as well.