diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/debloating-the-lg-q6-phone.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/debloating-the-lg-q6-phone.md b/content/posts/debloating-the-lg-q6-phone.md index 97b2e30..9dfe308 100644 --- a/content/posts/debloating-the-lg-q6-phone.md +++ b/content/posts/debloating-the-lg-q6-phone.md @@ -13,7 +13,7 @@ Without further ado, you'll want to install ADB tools: sudo pacman -S adb ``` -Then enable developer mode on your phone (Tap Build Number 7 times in About > Software). Connect up a USB cable to your phone and start the make sure your phone isn't `unauthorized`. I had to set my phone to Charding Mode only for it to appear authorized. +Then enable developer mode on your phone (Tap Build Number 7 times in About > Software). Connect up a USB cable to your phone and start the make sure your phone isn't `unauthorized`. I had to set my phone to Charging Mode only for it to appear authorized. ``` adb devices ``` |