From 14a64cea927b9a22e7a1cba67e550351cf275e6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Rzepecki?= Date: Sat, 13 Mar 2010 18:44:21 +0100 Subject: [PATCH] Added a minimalistic README. --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index e69de29..cee7a12 100644 --- a/README +++ b/README @@ -0,0 +1,16 @@ +I haven't touched this code for quite some time and I'm only publishing in hope that maybe it helps someone. +I'm pretty sure it used to work, though. I don't have hardware anymore, so I can't test. + +Oh, by the way, to get the device key you need to do: + +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 +sg_raw -r 18 -o sonydid /dev/sg2 a4 00 00 00 00 00 00 bc 00 12 3f 00 +cat sonydid | tail -c16 > key + +(obviously replace /dev/sg2 with appropriate device). +You need to put the key file somewhere on the device; I forgot exactly where, examine the code to find out. + +filesMeaning{,2}.txt files are found on the internets and copyright their original authors. + +Everything else not indicated otherwise is most probably copyright by myself +(RafaƂ Rzepecki, ); assume GPL 3+. -- 2.11.4.GIT