commit 6e62237fdbaaf3cbf2e93f110994765b85693ebb parent 22fdb4ee4a3543120385b6233d7803c7176af10b Author: breadcat <peter@minskio.co.uk> Date: Mon, 26 Oct 2020 16:30:31 +0000 Typo Diffstat:
M | content/posts/debloating-the-lg-q6-phone.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 ```