Skip to content

Commit db4077f

Browse files
Update documentation
1 parent 779b515 commit db4077f

File tree

4 files changed

+25
-57
lines changed

4 files changed

+25
-57
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
magiskmodule/ViperIRS.tar.gz
33
magiskmodule/ViperVDC.tar.gz
44
magiskmodule/module.prop
5+
magiskmodule/README.md

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ A refined ViPER4Android installer.
44
This is an updated and enhanced `ViPER4Android FX 2.7` installer. \
55
It contains many useability enhancements and all the major fixes needed to run `ViPER4Android` on modern ROMs effortlessly.
66

7+
![GitHub Latest Release (by date)](https://img.shields.io/github/v/release/programminghoch10/ViPER4AndroidRepackaged?label=latest&logo=github&display_name=release)
8+
![GitHub Latest Release Date](https://img.shields.io/github/release-date/programminghoch10/ViPER4AndroidRepackaged?logo=github)
9+
10+
![GitHub Global Download Counter](https://img.shields.io/github/downloads/programminghoch10/Viper4AndroidRepackaged/total?logo=github)
11+
![GitHub Latest Download Counter](https://img.shields.io/github/downloads/programminghoch10/Viper4AndroidRepackaged/latest/total?logo=github)
12+
13+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/programminghoch10/ViPER4AndroidRepackaged/build.yml?logo=github%20actions&logoColor=white)
14+
![GitHub last commit](https://img.shields.io/github/last-commit/programminghoch10/ViPER4AndroidRepackaged?logo=git&logoColor=white)
15+
16+
![GitHub Repo stars](https://img.shields.io/github/stars/programminghoch10/ViPER4AndroidRepackaged?style=social)
17+
[![GitHub followers](https://img.shields.io/github/followers/programminghoch10?style=social)](https://github.com/programminghoch10)
18+
719
## Features
820

921
* **Install `ViPER4Android` in one go** \
@@ -17,7 +29,7 @@ It contains many useability enhancements and all the major fixes needed to run `
1729
* **`MagiskPolicy` included** \
1830
The necessary `SELinux` rules for running on modern Android ROMs are included, there is no need for [`Audio Compatibility Patch`](https://github.com/Magisk-Modules-Repo/acp) anymore.
1931
* **Enforce the law** \
20-
This installer does not require switching `SELinux` to `permissive` temporarily for installing the APK, which mostly helps with devices where `permissive` has disabled in the kernel.
32+
This installer does not require switching `SELinux` to `permissive` temporarily for installing the APK, which mostly helps with devices where `permissive` has been disabled in the kernel.
2133
* **Old folder gone legacy** \
2234
The old folder `ViPER4Android` in your personal files has been redundant for long time already, as all files have been moved to the new scoped storage location anyways.
2335
This installer doesn't depend on the old folder anymore, you can safely delete it and not have it clutter your files anymore.
@@ -48,11 +60,17 @@ It contains many useability enhancements and all the major fixes needed to run `
4860

4961
1. [Download the latest module ZIP from GitHub Releases](https://github.com/programminghoch10/ViPER4AndroidRepackaged/releases)
5062
1. Flash in [Magisk](https://github.com/topjohnwu/Magisk)/[Lygisk](https://github.com/programminghoch10/Lygisk)
51-
1. Reboot BEFORE opening the `ViPER4Android` app
63+
1. Reboot
64+
65+
The installer installs the `ViPER4Android` app for you. Don't install it yourself.
5266

53-
This mod is targeted at `LineageOS 19` / `Android 12`. \
54-
Any ROM similar or newer than `LineageOS 17` / `Android 10` should work. \
55-
With anything else you can still try it, but I can't guarantee anything there.
67+
This mod is targeted at `LineageOS 20`. \
68+
It has been tested to work on:
69+
* `LineageOS 16.0`
70+
* `LineageOS 17.1`
71+
* `LineageOS 18.1`
72+
* `LineageOS 19.1`
73+
* `LineageOS 20.0`
5674

5775
## Bugs and support
5876

compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ COMMITHASH=$(git log -1 --pretty=%h)
1212
VERSION=v$VERSIONCODE$CHANGES\($COMMITHASH\)
1313

1414
cp -f module.prop magiskmodule/module.prop
15+
cp -f README.md magiskmodule/README.md
1516
sed -i "s/VERSION/$VERSION/g" magiskmodule/module.prop
1617
sed -i "s/VCODE/$VERSIONCODE/g" magiskmodule/module.prop
1718
sed -i "s/REPACKAGEDSTRING/$REPACKAGEDSTRING/g" magiskmodule/module.prop

magiskmodule/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)