Quote:
Originally Posted by sykosoft
I recommend a hash (perhaps CRC, it's the right length) of something unique such as the IMEI or MAC address of bluetooth or wifi. That way, it's guaranteed to be unique, and is will be preserved across hard resets (the hash will always be the same and can always be regenerated).
Michael
|
yeah, probably the best way. We can probably use the Mac address from the Wifi, since that i actually get from nand and it cannot be wiped. Good idea on that one.