From 2d72be832661eadf2b79543044c7bf855378e840 Mon Sep 17 00:00:00 2001 From: Rostislav Lastochkin Date: Sun, 17 Nov 2024 15:52:37 +0300 Subject: [PATCH] updates --- build_flags.md | 11 ----------- contact.md | 1 + downloads.md | 5 ----- guide.md | 39 +++------------------------------------ 4 files changed, 4 insertions(+), 52 deletions(-) diff --git a/build_flags.md b/build_flags.md index cd2a0ec..29f278a 100644 --- a/build_flags.md +++ b/build_flags.md @@ -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 diff --git a/contact.md b/contact.md index e630163..b8fcc8f 100644 --- a/contact.md +++ b/contact.md @@ -17,6 +17,7 @@ Get in contact with us though one of the following options. ## SHRP Reborn Team - rxuglr (Lead dev) +- hraj9258 ## Special thanks diff --git a/downloads.md b/downloads.md index 52dd748..514854a 100644 --- a/downloads.md +++ b/downloads.md @@ -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) diff --git a/guide.md b/guide.md index 0b1e97e..5aacd68 100644 --- a/guide.md +++ b/guide.md @@ -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 |
-# 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 -. build/envsetup.sh -lunch omni_-eng -mka recoveryimage -``` - -- or in one line - -``` -source build/envsetup.sh; lunch omni_-eng; mka recoveryimage -``` - -

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