Added a minimalistic README.
[amarok_sonynw.git] / README
blobcee7a1250f621a676b40dea7eb6e25c13281a541
1 I haven't touched this code for quite some time and I'm only publishing in hope that maybe it helps someone.
2 I'm pretty sure it used to work, though. I don't have hardware anymore, so I can't test.
4 Oh, by the way, to get the device key you need to do:
6 echo 00 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | xxd -r -p | sg_raw -s 20 /dev/sg2 a3 00 00 00 00 00 00 bc 00 14 30 00
7 sg_raw -r 18 -o sonydid /dev/sg2 a4 00 00 00 00 00 00 bc 00 12 3f 00
8 cat sonydid | tail -c16 > key
10 (obviously replace /dev/sg2 with appropriate device). 
11 You need to put the key file somewhere on the device; I forgot exactly where, examine the code to find out.
13 filesMeaning{,2}.txt files are found on the internets and copyright their original authors.
15 Everything else not indicated otherwise is most probably copyright by myself
16 (RafaƂ Rzepecki, <divided.mind@gmail.com>); assume GPL 3+.