Oculess/README.md

67 lines
3.4 KiB
Markdown
Raw Normal View History

2021-01-21 23:54:03 +01:00
# Oculess
2021-10-13 22:45:27 +02:00
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R1657BK)
2021-04-08 17:36:32 +02:00
## Features
2021-10-07 19:15:06 +02:00
- (Temporarily/Partially) Remove Oculus / FaceBook account (only use for disabling updates and telemetry)
2021-10-04 11:45:51 +02:00
- (Fully) Log Out OF Oculus / FaceBook account (aka. Disable Oculus Companion)
2021-04-08 17:36:32 +02:00
- Disable telemetry
- Disable Updates
- (New) Enable Audio in Background
2021-04-08 17:36:32 +02:00
## Tutorial
2021-10-04 11:43:05 +02:00
### Full Account Logout + Disable Most FB Stuff (Disable Device Companion)
2021-10-13 22:46:13 +02:00
Text tutorial: https://basti564.github.io/Quest-Account-Logout/
2021-10-04 11:43:05 +02:00
Video tutorial: https://www.youtube.com/watch?v=vIwUvtxd2-U
2021-12-09 19:11:29 +01:00
1. Change your system theme to light mode
2. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
2021-12-09 19:15:21 +01:00
3. Click on "DISABLE COMPANION"
4. Click "OK"
5. Choose “Companion Server” from the List
6. Click “Deactivate this device admin app”
7. Restart your Quest
2021-10-04 11:43:05 +02:00
(If you want your account back just restart your Quest and connect with the Oculus Phone App)
2021-06-25 17:47:54 +02:00
### Disable Telemetry
2021-10-13 22:46:13 +02:00
Text tutorial: https://basti564.github.io/Disable-Telemetry/
2021-04-13 01:14:34 +02:00
Video tutorial: https://www.youtube.com/watch?v=ArXk_hob4RE
1. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
2021-10-04 11:45:51 +02:00
2. Follow the steps in [Remove Accounts](https://github.com/basti564/Oculess#remove-accounts-temporary) section first.
2021-04-08 17:36:32 +02:00
```diff
!Warning! You won't be able to remove this app without a factory reset after running the following command
```
3. Run this command (if you haven't before) ```adb shell dpm set-device-owner com.bos.oculess/.DevAdminReceiver```
2021-10-03 12:40:27 +02:00
4. Click on "TELEMETRY" in the app
5. Choose "DISABLE TELEMETRY"
### Disable Updates
1. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
2021-10-04 11:45:51 +02:00
2. Follow the steps in [Remove Accounts](https://github.com/basti564/Oculess#remove-accounts-temporary) section first.
```diff
!Warning! You won't be able to remove this app without a factory reset after running the following command
```
3. Run this command (if you haven't before) ```adb shell dpm set-device-owner com.bos.oculess/.DevAdminReceiver```
4. Click on "DISABLE UPDATES" in the app
2021-10-04 11:48:02 +02:00
2021-10-05 16:14:36 +02:00
### Remove Accounts (temporary)
Only use for to [disable telemetry](https://github.com/basti564/Oculess#disable-telemetry) and [updates](https://github.com/basti564/Oculess#disable-updates)
1. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
2. Click on "REMOVE ACCOUNT"
3. Click "OK"
4. Click on every account (typically only Oculus and Facebook)
5. Click “REMOVE ACCOUNT”
(Your accounts should return after like 5 minutes or a restart)
2022-02-17 14:24:56 +01:00
### Enable Background Audio (until reboot)
1. Follow steps 1-3 of "Disable Telemetry" to set device owner. This only needs to be done once.
2. Click on "ENABLE BACKGROUND AUDIO"
Apps will now be allowed to play audio in the background, and record audio as if they have been given microphone access.
Music will be paused when a game is quit. If this happens, you will have to reopen the music app and click play.
Note that apps might still be killed. You may need to reopen apps or click the button again if oculess is killed.
Setting applies to all apps until the next reboot.
2021-10-04 11:48:02 +02:00
## Screenshot
![Screenshot](https://user-images.githubusercontent.com/12588584/152667664-40db8b5b-1e93-4518-836f-e1de3782a07a.jpg)