From 687c3296d5011d629fc9011a0d8c9559f1646be1 Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 24 Sep 2021 11:46:06 +0200 Subject: [PATCH] add basic layout to the readme --- README.md | 26 +++++++++++++++++++++++++- tutorial.md | 0 2 files changed, 25 insertions(+), 1 deletion(-) delete mode 100644 tutorial.md diff --git a/README.md b/README.md index 32ac7df..f4d5ca7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ # oxygen-signature-spoofing -simple signature spoofing patch script , tutorial and prebuilt binaries for oneplus phones +this repo is meant as a simple starting point for patching signature spoofing on oxygen os + +# structure +## README.md +includes this structure, basic information and the how-to's + +## /bin +includes tools used to patch the jar + +## /build +default folder for builds to end up in, also includes prebuilt zips + +# how-to +## Android 5-9 + +## Android 10 +As far as I know, its not possible to patch the vdex files in OxygenOS 10. + +## Android 11 + + +# credits +this project was mostly inspired by https://gitlab.com/Nanolx/NanoDroid/-/issues/169 and most things here have been derived from that thread.
+base for the tutorial can be found here: https://forum.xda-developers.com/t/signature-spoofing-on-unsuported-android-11-r-roms.4214143/
+thanks to oF2pks for the oxygen-os-hook and the tool that makes it all possible https://gitlab.com/oF2pks/haystack/-/tree/11-attempt
diff --git a/tutorial.md b/tutorial.md deleted file mode 100644 index e69de29..0000000