joel16 / VITAident

The first system/hardware identity tool for the PS VITA.
GNU General Public License v3.0
80 stars 11 forks source link

Dump CID #7

Closed chronoss09 closed 7 years ago

chronoss09 commented 7 years ago

Can you make a possibility to dump a CID in a .txt file ?

With the release of Enso, we need a CID to download the installer and it's the best way to take it in .txt file...

joel16 commented 7 years ago

Yes that's possible. I'll implement this and release it in a bit. However, this will be a part of the GUI version only since the original version is kept mainly for informational purposes.

joel16 commented 7 years ago

I have it ready but I need to ask, does enso require you to have the CID with leading zeros for example:

0000000102345669DEADBEEFRANDOMCRAP?

modz2014 commented 7 years ago

joel i have some question for you

CelesteBlue-dev commented 7 years ago

modz I watch you.

modz2014 commented 7 years ago

what does this mean snprintf(idps + (i 2), (2 16) - (i * 2) + 1, "%02X", CID[i]);

joel16 commented 7 years ago

It's basically printing out two digits of your CID (unsigned ints) onto a char array.. This isn't a support forum.

chronoss09 commented 7 years ago

For your question Joel16 : yes it does...

joel16 commented 7 years ago

Available in both GUI and original versions, see https://github.com/joel16/VITAident/releases/tag/0.7.3