From 510a327958e1670ac26ad1165efd71ab83b459dc Mon Sep 17 00:00:00 2001 From: FriendlyNeighborhoodShane Date: Mon, 5 Jul 2021 13:26:07 +0530 Subject: [PATCH] install.md: add running npem from adb --- install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.md b/install.md index 2c5f1cb..136d0fa 100644 --- a/install.md +++ b/install.md @@ -109,9 +109,8 @@ To test network location, enable high accuracy location, and then use satstat (f If it doesn't, there's a problem with UNLP. ##### Permission troubles with microG and gang -In a terminal app (like Termux) write these 2 commands, accept root request and reboot: +Run this command from any terminal app (like Termux) after `su`, or from a computer after `adb shell`, and then reboot: ``` -su; npem; ```