From 26ef36a6784d94063cf81a11985c182935728dc6 Mon Sep 17 00:00:00 2001 From: will Date: Wed, 31 Aug 2022 10:01:59 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3758861..1305630 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can find the installation instructions for magisk [here](https://topjohnwu.g # Step 1: Preparing CDM -Connect to your android device via ADB, on the T95 this is enable by default over wifi. Other devices may vary. +Connect to your android device via ADB, on the T95 this is enabled by default over wifi. Other devices may vary. **To enable ADB / USB Debugging follow these steps** 1. Open your device's Settings and tap About phone or About tablet. @@ -44,8 +44,8 @@ Connect to your android device via ADB, on the T95 this is enable by default ove You may now connect to your device -`adb connect ` -or if using USB just use +`adb connect ` +or if using USB `adb devices` On your device you should receive a notificatoin to accept the adb connection, checkmark trust this device and then click allow. @@ -58,7 +58,7 @@ Change directory to where you extracted the file and enter the command `adb push Once it has been pushed open up a shell with `adb shell` -Move the server so it can be run ` mv /sdcard/fridaserver-15.1.17-android-arm /data/local/tmp/` +Move the server to the tmp directory ` mv /sdcard/fridaserver-15.1.17-android-arm /data/local/tmp/` You may get an error about chwon permission, this is negligible