From 67d44daa98fa2eeb49a9c0d072d52db1fc0d342c Mon Sep 17 00:00:00 2001 From: Lam <4841220+khlam@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:35:09 -0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5fae2ae..19137f3 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,21 @@ Running these adb commands is equilivent to using [Package Disabler Pro+ (Play S # Instructions The following instructions assumes you are familiar with using a command-line interface. -1. On your phone, enable Android's "Developer Options" -2. In "Developer Options", turn on "USB Debugging" -3. On your computer, download [Android SDK Platform-Tools](https://developer.android.com/studio/releases/platform-tools) for your OS. -4. Extract [Android SDK Platform-Tools](https://developer.android.com/studio/releases/platform-tools) and start a command-prompt/shell session in the extracted folder's directory. -5. Connect your Samsung Android phone to your computer with USB debugging enabled. Verify that adb sees your device and the daemon is running with the following command +1. (Recommended for stability) Backup, update, and factory reset your phone. +2. On your phone, enable Android's "Developer Options" +3. In "Developer Options", turn on "USB Debugging" +4. On your computer, download [Android SDK Platform-Tools](https://developer.android.com/studio/releases/platform-tools) for your OS. +5. Extract [Android SDK Platform-Tools](https://developer.android.com/studio/releases/platform-tools) and start a command-prompt/shell session in the extracted folder's directory. +6. Connect your Samsung Android phone to your computer with USB debugging enabled. Verify that adb sees your device and the daemon is running with the following command - `adb devices` - You should see the device name listed as a "device". - At this point your device should prompt you to accept USB debugging from your computer. Tap "Allow". -6. Enter your device's shell with the following command +7. Enter your device's shell with the following command - `adb shell` -7. Once in the device's shell, copy and paste all desired commands from [commands.txt](./commands.txt) to remove the package. +8. Once in the device's shell, copy and paste all desired commands from [commands.txt](./commands.txt) to remove the package. # Other Once in your device's shell, you can use the following command to list installed packages by name.