2021-01-21 23:54:03 +01:00
|
|
|
# Oculess
|
2021-01-21 23:59:14 +01:00
|
|
|
|
2021-04-08 17:36:32 +02:00
|
|
|
## Features
|
|
|
|
- Remove Oculus / FaceBook account
|
2021-10-03 03:28:57 +02:00
|
|
|
- Disable Oculus Companion
|
2021-04-08 17:36:32 +02:00
|
|
|
- Disable telemetry
|
2021-10-03 03:28:57 +02:00
|
|
|
- Disable Updates
|
2021-04-08 17:36:32 +02:00
|
|
|
|
|
|
|
## Tutorial
|
|
|
|
|
2021-10-03 03:28:57 +02:00
|
|
|
### Remove Accounts
|
2021-06-12 22:12:33 +02:00
|
|
|
1. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
|
2021-10-03 03:28:57 +02:00
|
|
|
2. Click on "REMOVE ACCOUNT"
|
2021-06-12 22:12:33 +02:00
|
|
|
3. Click "OK"
|
2021-10-03 03:28:57 +02:00
|
|
|
4. Click on every account (typically only Oculus and Facebook)
|
|
|
|
5. Click “REMOVE ACCOUNT”
|
|
|
|
(If you want your accounts back just restart your Quest and connect with the Oculus Phone App)
|
2021-04-08 17:36:32 +02:00
|
|
|
|
2021-06-25 17:47:54 +02:00
|
|
|
### Disable Telemetry
|
2021-04-13 01:14:34 +02:00
|
|
|
Video tutorial: https://www.youtube.com/watch?v=ArXk_hob4RE
|
2021-06-12 22:12:33 +02:00
|
|
|
1. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
|
2021-10-03 12:39:26 +02:00
|
|
|
2. Follow the steps in [Remove Accounts](https://github.com/basti564/Oculess#remove-accounts) 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
|
|
|
|
```
|
2021-10-03 03:28:57 +02:00
|
|
|
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
|
2021-06-12 22:12:33 +02:00
|
|
|
5. Choose "DISABLE TELEMETRY"
|
2021-10-03 03:28:57 +02:00
|
|
|
|
|
|
|
### 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-03 12:39:26 +02:00
|
|
|
2. Follow the steps in [Remove Accounts](https://github.com/basti564/Oculess#remove-accounts) section first.
|
2021-10-03 03:28:57 +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```
|
|
|
|
4. Click on "DISABLE UPDATES" in the app
|
|
|
|
|
|
|
|
### Disable Device Companion
|
|
|
|
Video tutorial: https://www.youtube.com/watch?v=vIwUvtxd2-U
|
|
|
|
1. Download and install the latest apk of from the [releases tab](https://github.com/basti564/Oculess/releases/) on your Quest
|
|
|
|
2. Click on "DISABLE COMPANION"
|
|
|
|
3. Click "OK"
|
|
|
|
4. Choose “Companion Server” from the List
|
|
|
|
5. Click “Deactivate this device admin app”
|
2021-10-03 12:39:26 +02:00
|
|
|
6. Restart your Quest
|