Skip to content

Commit

Permalink
README.md: Add note about blank screen workaround on OnePlus firmware
Browse files Browse the repository at this point in the history
Issue: #8
Issue: #63
Issue: #100

Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
  • Loading branch information
chenxiaolong committed Jul 1, 2022
1 parent fc2713c commit 08189aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ As the name alludes, BCR intends to be a basic as possible. The project will hav

2. Install BCR as a system app.

**For devices rooted with Magisk**, simply flash the zip as a Magisk module from within the Magisk app.
* **For devices rooted with Magisk**, simply flash the zip as a Magisk module from within the Magisk app.
* **For OnePlus devices running the stock firmware (or custom firmware based on the stock firmware)**, also extract the `.apk` from the zip and install it manually before rebooting. This is necessary to work around a bug in the firmware where the app data directory does not get created, causing BCR to open up to a blank screen.

**For unrooted custom firmware**, the files from the `system/` folder in the zip will need to be baked into the system image (or otherwise made available on the actual `/system` volume).
* **For unrooted custom firmware**, the files from the `system/` folder in the zip will need to be baked into the system image (or otherwise made available on the actual `/system` volume).

3. Reboot and open BCR.

Expand Down Expand Up @@ -150,4 +151,4 @@ If you are interested in implementing a new feature and would like to see it inc

### License

BCR is licensed under GPLv3. Please see [`LICENSE`](./LICENSE) for the full license text.
BCR is licensed under GPLv3. Please see [`LICENSE`](./LICENSE) for the full license text.

0 comments on commit 08189aa

Please sign in to comment.