Update README.md
This commit is contained in:
parent
d8ee879b9a
commit
26ef36a678
|
@ -30,7 +30,7 @@ You can find the installation instructions for magisk [here](https://topjohnwu.g
|
||||||
|
|
||||||
# Step 1: Preparing CDM
|
# 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**
|
**To enable ADB / USB Debugging follow these steps**
|
||||||
1. Open your device's Settings and tap About phone or About tablet.
|
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
|
You may now connect to your device
|
||||||
|
|
||||||
`adb connect <box-ip-address>`
|
`adb connect <device-ip-address>`
|
||||||
or if using USB just use
|
or if using USB
|
||||||
`adb devices`
|
`adb devices`
|
||||||
|
|
||||||
On your device you should receive a notificatoin to accept the adb connection, checkmark trust this device and then click allow.
|
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`
|
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
|
You may get an error about chwon permission, this is negligible
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue