Skip to content

Commit

Permalink
updated readme to reflect changes in v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
basti564 committed Oct 3, 2021
1 parent 998cce9 commit 3e70300
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,45 @@

## Features
- Remove Oculus / FaceBook account
- Disable Oculus Companion
- Disable telemetry
- Disable Updates

## Tutorial

### Remove Account
Video tutorial: https://www.youtube.com/watch?v=vIwUvtxd2-U
### Remove Accounts
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"
2. Click on "REMOVE ACCOUNT"
3. Click "OK"
4. Choose “Companion Server” from the List
5. Click “Deactivate this device admin app
6. Restart your Quest
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)

### Disable Telemetry
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
2. Follow the steps in [Remove Accounts](https://github.com/basti564/Oculess#remove-accounts) section first and repeat step 1.
```diff
!Warning! You won't be able to remove this app without a factory reset after running the following command
```
2. Run this command ```adb shell dpm set-device-owner com.bos.oculess/.DevAdminReceiver```
3. If the command doesn't work do the [Remove Account](https://github.com/basti564/Oculess#remove-account) section first and repeat step 1.
3. Run this command (if you haven't before) ```adb shell dpm set-device-owner com.bos.oculess/.DevAdminReceiver```
4. Click on "DISABLE 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
2. Follow the steps in [Remove Accounts](https://github.com/basti564/Oculess#remove-accounts) section first and repeat step 1.
```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”
6. Restart your Quest

0 comments on commit 3e70300

Please sign in to comment.