diff --git a/docs/airplane_mode_radios_config.md b/docs/airplane_mode_radios_config.md index 900ae59581..62da371f68 100644 --- a/docs/airplane_mode_radios_config.md +++ b/docs/airplane_mode_radios_config.md @@ -15,6 +15,12 @@ Configure your device: 1. On your device, go into Settings > About > Software Information and click on Build Number 7 times. This will unlock and display Developer Options in Settings. 2. Go into Settings > Developer Options and enable USB Debugging. +NOTE: +- For some devices must be in Developer options enabled: +- Xiaomi: "USB debugging (Security settings)". +- Oppo, OnePlus: "Disable permission monitoring". +- Maybe similar option exists in another devices. + ##### To get, which radios are configured for airplane mode: On your PC, open a Command Prompt (Windows), or Terminal (Linux, OSX). Navigate to the folder where you extracted your adb files, and EXACTLY execute the following command: diff --git a/docs/grant_g1_permission.md b/docs/grant_g1_permission.md index 7cf5103927..2fab9991c9 100644 --- a/docs/grant_g1_permission.md +++ b/docs/grant_g1_permission.md @@ -21,9 +21,9 @@ If you do not have adb installed on your PC: 4. After successful execution, all profile parameters marked with (G1) will be enabled. NOTE: -For some devices must be in Developer options enabled: -- Xiaomi: "USB debuging (Security settings)" -- Oppo: "Disable permission monitoring". +- For some devices must be in Developer options enabled: +- Xiaomi: "USB debugging (Security settings)". +- Oppo, OnePlus: "Disable permission monitoring". - Maybe similar option exists in another devices. Without this grant not working. diff --git a/docs/install_apk_from_pc.md b/docs/install_apk_from_pc.md index 57e9c01f29..8cc06a2963 100644 --- a/docs/install_apk_from_pc.md +++ b/docs/install_apk_from_pc.md @@ -27,3 +27,8 @@ If you do not have adb installed on your PC: 5. After successful execution, PhoneProfilePlus will be installed in device. +NOTE: +- For some devices must be in Developer options enabled: +- Xiaomi: "USB debugging (Security settings)". +- Oppo, OnePlus: "Disable permission monitoring". +- Maybe similar option exists in another devices. diff --git a/docs/wifi_scan_throttling.md b/docs/wifi_scan_throttling.md index 1dc8534b4d..bc2ca5c691 100644 --- a/docs/wifi_scan_throttling.md +++ b/docs/wifi_scan_throttling.md @@ -17,3 +17,9 @@ If you do not have adb installed on your PC: 3. On your PC, open a Command Prompt (Windows), or Terminal (Linux, OSX). Navigate to the folder where you extracted your adb files, and EXACTLY execute the following command: `adb shell settings put global wifi_scan_throttle_enabled 0` + +NOTE: +- For some devices must be in Developer options enabled: +- Xiaomi: "USB debugging (Security settings)". +- Oppo, OnePlus: "Disable permission monitoring". +- Maybe similar option exists in another devices.