From 4d0e8775cba00d4a2e0f500a0110ebceeaab01f8 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 1 Jul 2015 17:13:04 +0900 Subject: [PATCH] Add a FAQ about how to remove STF from a device. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 55b62a50..8405715f 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,27 @@ Below are the most common errors that do require manual intervention. * A device that should be online is not showing up in the list or is showing up as disconnected - See [troubleshooting](#troubleshooting). +### How do I uninstall STF from my device? + +When you unplug your device, all STF utilities except STFService stop running automatically. It doesn't do any harm to force stop or uninstall it. + +To uninstall the STFService, run the following command: + +```bash +adb uninstall jp.co.cyberagent.stf +``` + +You may also wish to remove our support binaries, although as mentioned before they won't run unless the device is actually connected to STF. You can do this as follows: + +```bash +adb shell rm /data/local/tmp/minicap \ + /data/local/tmp/minicap.so \ + /data/local/tmp/minitouch \ + /data/local/tmp/minirev +``` + +Your device is now clean. + ## Troubleshooting ### I plugged in a new device but it's not showing up in the list.