Skip to content

Commit

Permalink
Change: Added NOTE about special parameters for USB debugging, for so…
Browse files Browse the repository at this point in the history
…me devices into doc files.
  • Loading branch information
henrichg committed Dec 27, 2024
1 parent d32ea52 commit 0668b71
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/airplane_mode_radios_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.</string>
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:
Expand Down
6 changes: 3 additions & 3 deletions docs/grant_g1_permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/install_apk_from_pc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions docs/wifi_scan_throttling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0668b71

Please sign in to comment.