Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsett authored Mar 26, 2024
1 parent 0b578d9 commit ff395fc
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Quas - QUest ADB Scripts
QUest ADB Scripts - Quas
## Description of work and functional capabilities

#### Description of work:
### Description of work:
The Quas program is designed, in particular, to help solve problems with Meta Quest headsets, as well as to simplify the use of many standard commands and actions, both documented and not very. In fact, this is a multitool, a Swiss knife for enthusiasts and owners of Quest headsets.

The program is written in cmd with some inserts of scripts from other languages: JS, VSH, VBS, etc.
Expand All @@ -12,24 +11,24 @@ Packed into an exe file using Quick Batch File Compiler. Contains additional fre
The principle of working with the program is very simple: select a menu item and then follow either the prompts or the next item. Many options contain detailed instructions and explanations.
The program does not need to be installed, just run the quas.vX.X.X.exe file, wait a couple of seconds, and you can use it. You can also use some startup keys (see built-in help, item H). Each time Quas is started, it displays a table with the most important data on the Main screen.

### Functional capabilities:
* Update management: Allows you to turn off and on updates on the headset itself or the Oculus Home program.
* Sending a text string to the headset: Sending any text from the computer to the input field on the headset, for example, an address in a browser, a key to a VPN client, or a login/password in the corresponding fields.
* Show hidden settings: Display of hidden advanced settings on the headset.
Reboot into different modes and information about the current one: Reboot into Sideload modes (two options), Fastboot, Bootloader, Recovery, and standard Reboot. Also allows you to determine which mode the headset is in at the moment.
Creating screenshots of the headset display: Creating screenshots of the headset in three different variations: Single, Series of screenshots (each screenshot by pressing a key), and Automatic, with a certain interval. The interval between screenshots can be set manually.
Copying screenshots from the headset to the PC: Copying all the screenshots available on the headset to the PC in a folder on the Desktop.
Connecting the headset "ADB over Wi-Fi": In this mode, you can use ADB commands or the same Quas, without using a USB cable.
Reconnecting the headset "ADB over cable": Switching to using ADB over cable, for example, for copying large files.
Connecting the headset as a removable disk: In some cases, the PC does not connect the headset as a removable disk. The option allows you to forcibly resolve this issue.
Fixing the OpenSSL SHA Crash Bug error: On Intel processors, starting with the 10th generation, there is a bug due to which many games on some versions of the Unreal Engine crash or do not start. This option fixes the bug.
Restarting the Oculus service on the PC: Sometimes it is necessary to restart all services, and to avoid running around the Windows settings, you can use this option.
#### Functional capabilities:
* **Update management:** Allows you to turn off and on updates on the headset itself or the Oculus Home program.
* **Sending a text string to the headset:** Sending any text from the computer to the input field on the headset, for example, an address in a browser, a key to a VPN client, or a login/password in the corresponding fields.
* **Show hidden settings:** Display of hidden advanced settings on the headset.
* **Reboot into different modes and information about the current one:** Reboot into Sideload modes (two options), Fastboot, Bootloader, Recovery, and standard Reboot. Also allows you to determine which mode the headset is in at the moment.
* **Creating screenshots of the headset display:** Creating screenshots of the headset in three different variations: Single, Series of screenshots (each screenshot by pressing a key), and Automatic, with a certain interval. The interval between screenshots can be set manually.
* **Copying screenshots from the headset to the PC:** Copying all the screenshots available on the headset to the PC in a folder on the Desktop.
* **Connecting the headset "ADB over Wi-Fi":** In this mode, you can use ADB commands or the same Quas, without using a USB cable.
* **Reconnecting the headset "ADB over cable":** Switching to using ADB over cable, for example, for copying large files.
* **Connecting the headset as a removable disk:** In some cases, the PC does not connect the headset as a removable disk. The option allows you to forcibly resolve this issue.
* **Fixing the OpenSSL SHA Crash Bug error:** On Intel processors, starting with the 10th generation, there is a bug due to which many games on some versions of the Unreal Engine crash or do not start. This option fixes the bug.
* **Restarting the Oculus service on the PC:** Sometimes it is necessary to restart all services, and to avoid running around the Windows settings, you can use this option.

Solutions to various problems with the shell, dark screen, etc:
Restart the headset shell: Solves the problem of the dark screen
Restart the headset shell (second option): Alternative option to the previous item
Wi-Fi management on the headset: Disables and enables Wi-Fi on the headset
Force start of the headset home environment: Allows you to exit the Home (Virtual) environment in case of a dark screen.
#### Solutions to various problems with the shell, dark screen, etc:
* **Restart the headset shell:** Solves the problem of the dark screen
* **Restart the headset shell (second option):** Alternative option to the previous item
* **Wi-Fi management on the headset:** Disables and enables Wi-Fi on the headset
* **Force start of the headset home environment:** Allows you to exit the Home (Virtual) environment in case of a dark screen.
Security System Management: Disables and enables the security system (temporarily)
Proximity sensor management: Disables and enables the proximity sensor
Fix the volume button restart problem (remove KeyMapper): Removes the KeyMapper program, which cannot be removed in the usual way.
Expand Down

0 comments on commit ff395fc

Please sign in to comment.