Unique in what way? Hopefully I didn't just give away any personal info. And I'll stop thread jacking...![]()
Unique in that mine says htcsomethingdifferent![]()
cat /proc/cmdline | sed "s/.*serialno=//" | cut -d" " -f1
Run that from the terminal as root (run su first).
Just run the first part like this:
cat /proc/cmdline
to get some other useful information.