Mention system app installation workaround
[xposed-ouya-plain-purchases.git] / README.rst
1 ********************
2 OUYA plain purchases
3 ********************
4
5 Xposed__ module that deactivates encryption on the OUYA Android gaming console.
6
7 Its goal is that purchase requests get sent plain-text to the
8 `discover store server`__,
9 and the server may reply with plain text purchase receipts.
10
11 Works by patching ``javax.crypto.Cipher::doFinal(byte[])`` to return
12 the input without encryption/decryption.
13
14 It needs to be `installed as system application`__ to prevent
15 Final Fantasy III from crashing.
16
17 __ https://repo.xposed.info/module/de.robv.android.xposed.installer
18 __ http://cweiske.de/ouya-store-api-docs.htm
19 __ http://cweiske.de/tagebuch/ouya-final-fantasy3.htm#howto
20
21
22 Development hints
23 =================
24 - Version number can be changed in ``xposed-ouya-plain-purchases/build.gradle``