Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
remtrik authored Nov 17, 2024
1 parent c76232a commit 2d72be8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 52 deletions.
11 changes: 0 additions & 11 deletions build_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,6 @@ SHRP_FLASH := <0|1>
# OPTIONAL FLAGS # Stuff which highly depends on your device and / or personal preferences #
################## #########################################################################

# SHRP padding flag (for rounded corner devices only)
# You have to change these values according to your device's roundness.
Default (for RIGHT): 20
SHRP_STATUSBAR_RIGHT_PADDING := <1-XXX>
# Default (for LEFT): 20
SHRP_STATUSBAR_LEFT_PADDING := <1-XXX>

# For notch devices
# Default (if not set): N/A
SHRP_NOTCH := true

# SHRP Express, enables on-the-fly theme patching (also persistent) + persistent lock
# Default (if not set): N/A
SHRP_EXPRESS := true
Expand Down
1 change: 1 addition & 0 deletions contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Get in contact with us though one of the following options.
## SHRP Reborn Team

- rxuglr (Lead dev)
- hraj9258

## Special thanks

Expand Down
5 changes: 0 additions & 5 deletions downloads.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
All SHRP Reborn builds are available on [Sourceforge](https://sourceforge.net/projects/shrp-reborn/files/).

Also you can check device list from [here](https://skyhawkreborn.github.io/Devices.html).

[![Download SHRP Reborn](https://img.shields.io/sourceforge/dm/shrp-reborn.svg)](https://sourceforge.net/projects/shrp-reborn/files/latest/download)
[![Download SHRP Reborn](https://img.shields.io/sourceforge/dw/shrp-reborn.svg)](https://sourceforge.net/projects/shrp-reborn/files/latest/download)
[![Download SHRP Reborn](https://img.shields.io/sourceforge/dd/shrp-reborn.svg)](https://sourceforge.net/projects/shrp-reborn/files/latest/download)
[![Download SHRP Reborn](https://img.shields.io/sourceforge/dt/shrp-reborn.svg)](https://sourceforge.net/projects/shrp-reborn/files/latest/download)
39 changes: 3 additions & 36 deletions guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,12 @@

**Available Branches**

| android versions | branch |
| :--------------: | :-------: |
| 9 | shrp-9.0 |
| 10,11 | shrp-12.1 |
| 12 | shrp-12.1 |
| android versions | branch |
| :--------------------: | :-------: |
| 10,11,12 | shrp-12.1 |

<br />

# Android 9

- To initialize your local repository using the OMNIROM trees to build SHRP Reborn, use a command like this:

```bash
repo init -u https://github.com/SHRP/manifest.git -b v3_9.0
```

- Then to sync up:

```bash
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
```

- Then to build for a device with recovery partition:

```bash
cd <source-dir>
. build/envsetup.sh
lunch omni_<device>-eng
mka recoveryimage
```

- or in one line

```
source build/envsetup.sh; lunch omni_<device>-eng; mka recoveryimage
```

<br /><br />

# Android 10,11
Android 10 and 11 isn't supported anymore. We recommend to update your trees for Android 12.1

Expand Down

0 comments on commit 2d72be8

Please sign in to comment.