From 5deac9f1ab2bd833ad664bc3386ac1e8998cecb3 Mon Sep 17 00:00:00 2001 From: "Matias N. Goldberg" Date: Fri, 5 Apr 2024 15:38:06 -0300 Subject: [PATCH] Add FAQ and link to example project --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 16a5ae6..b265f4c 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,21 @@ Arm64 Please create an issue if support for anything else is desired. +### FAQ + +#### Is there an example project? + +There is a simple bare-bones project [AdrenoToolsTest](https://github.com/darksylinc/AdrenoToolsTest) demonstrating how to get libadrenotools working. + +#### How do I use this to update the drivers on my phone? Where's the apk? + +You don't. This library is **not** for installing into Android and is **not** for end users. +This library is aimed at other developers. + +Each individual app must explicitly make use of libadrenotools in order to load custom drivers into an app / game. + +#### How do I use this library to make \ use newer drivers? + +See previous question. It's up to the game developer to add support & use this library. + +You could contact them to so they add support for it; but that's out of our power. \ No newline at end of file