From 57e83195b6dcc7b8aef9706d0d83b00f88767197 Mon Sep 17 00:00:00 2001 From: GP <97212092+wr3cckl3ss1@users.noreply.github.com> Date: Thu, 15 Jun 2023 02:51:04 -0500 Subject: [PATCH] Update README.md Remove old description. Updated to reflect new bypass and new hard AOSP patch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4013497..6ec81cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SMTShell -This tool allows most Samsung devices to achieve a `system` shell (UID 1000). It was patched in OneUI 5.1, but will work on Android 13 running OneUI 5.0 or older. It should work as far back and Android 9.0 (and maybe earlier). +This tool allows most Samsung devices to achieve a `system` shell (UID 1000). It should work as far back and Android 9.0 (and maybe earlier). New bypass was made available to get past One UI 5.1's patch but as of May 2023, new framework changes per AOSP, now prevent any type of downgrading past factory images. It also acts similar to Magisk or SuperSU, allowing apps to easily execute `system` commands via [SMTShell-API](https://github.com/BLuFeNiX/SMTShell-API/).