[UNOFFICIAL][RMX218x]TWRP v3.6.0 - Realme C12 ROMs, Kernels, Recoveries, & Other Deve

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Team Win Recovery Project, or TWRP for short, is a custom recovery built with ease of use and customization in mind. Started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of features. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.​
Rich (BB code):
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or
you are getting fired because the alarm app failed. Please do some research if
you have any concerns about features included in this recovery before flashing it!
YOU are choosing to make these modifications, and if you point the finger at me
for messing up your device, I will laugh at you.
Key Features:
Custom Firmware installation
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout true theming!
Settings are saved to the sdcard and persist through reboots
Backups of partitions in TAR or raw Image format
Ability to choose which partitions to back up and which to restore
Restore backups from internal storage, external SD storage or OTG devices
Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
Partition wiping
File Manager(copy, move, rename, delete etc)
Terminal access
ADB Root Shell
Onscreen keyboard
Easy selection of internal/external storage
and more...
In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. TeamWin call this scripting engine OpenRecoveryScript.
Working
Decryption
MTP
ozip flashing
fastbootd
No more recovery loops
No more loop mount errors
USB OTG
adb sideload
Not Working
Decryption in Android 12/13
If OTG not working, plug it before booting to recovery
If you encounter any that are not listed, do let me know here
Download
For Realme UI 1.0 https://androidfilehost.com/?fid=17825722713688261713
For Realme UI 2.0 https://androidfilehost.com/?fid=17825722713688261685
When flashing Stock ROM UI 1 in UI 2 or UI 2 in UI 1, use below nocrypt build to be on safe side without bricking your device since it will work in both stock roms but decryption will not work.
Link :- AndroidFileHost
Instructions
See my guide at https://forum.xda-developers.com/t/custom-roms-and-recovery-for-realme-c12.4250073/
Screenshots
Spoiler: Click to show content
Credits
TWRP Lead Developers:- Dees_Troy, bigbiff and Captain_Throwback
SIDDK for initial PBRP at here
Imranpopz for decryption fix at here
TechyMinati for initial TWRP at here
References
Realme 6 tree at here
Redmi Note 9 tree at here
Realme 6 Pro tree at here
ASUS sm8250 devices tree at here
Sources
TWRP Sources
TWRP Gerrit Instance
TWRP Website
Device Tree
Kernel Sources

Spoiler
Themes
Shadows Blacked TWRP
dark stock theme pack w different colors
Building
[DEV]How to compile TWRP touch recovery
HemanthJabalpuri/android_recovery_realme_RMX2185
Unified Recovery Tree for realme C11/C12/C15 | Status : Stable - HemanthJabalpuri/android_recovery_realme_RMX2185
github.com
You can also build using https://github.com/Area69Lab/Recovery-Builder-NoKernel
Changelog
Spoiler
4th January 2022
Spoiler
Updated to v3.6.0 (See this for changelog
Fix Format Data (upstream fix)
2nd November 2021
Spoiler
Fix 'No OS installed' in UI 2 TWRP with Android 12(upstream)
Fix UI 1 and nocrypt builds not booting in Android 12
14th September 2021
Spoiler
Fix 'No OS installed warning' in unencrypted ROMs and reboot to recovery after Format Data
Now UI1 TWRP will boot in UI2 too but decryption will not work
16th August 2021
Spoiler
Fixed ADB starting delay
Status bar corner padding is adjusted
Renamed fastboot to fastbootd mode
Fixed rm -rf is used always for formatting[UI1]
Added fl(flashlight), sysrw, sysro functions in Terminal
3rd July 2021
Spoiler
Notch is used now, even though it will appear dirty
Fixed 'blank screen' issue in UI2 TWRP
Backup IMEI partitions as RAW Images instead of files
Device Tree includes https://github.com/HemanthJabalpuri...tree/cf2b7c2451dccbda84f9d549a696464402dd608c
TWRP sources includes https://github.com/TeamWin/android_bootable_recovery/tree/48d9d47e5a2066fe27112216b626904c79f39554
24th June 2021
Spoiler
Initial release
Device Tree includes https://github.com/HemanthJabalpuri...tree/7da13d21f22cd5d0f3d2ccc23d41fb2198d756e5
TWRP v3.5.2_10 (twrp-10.0)
TWRP sources includes https://github.com/TeamWin/android_bootable_recovery/tree/48d9d47e5a2066fe27112216b626904c79f39554

Reserved

Related

[RECOVERY] [UNOFFICIAL] TWRP 3.2.1-0 for the M.O.J.O.

Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
CHANGELOG for 3.2.1-0:
[*]Allow restoring adb backups in the TWRP GUI (bigbiff)
[*]Fix gzip backup error in adb backups (bigbiff)
[*]Fix a bug in TWRP's backup routines that occasionally corrupted backup files (nkk71)
[*]Better support for installing Android 8.0 based zips due to legacy props (nkk71)
[*]Support vold decrypt with keymaster 3.0 in 8.0 firmwares (nkk71)
[*]Decrypt of synthetic passwords for Pixel 2 (Dees_Troy)
[*]Support newer ext4 FBE policies for backup and restore in libtar (Dees_Troy)
[*]v2 fstab support (Dees_Troy)
[*]Bring TWRP forward to android 8.0 AOSP base (Dees_Troy)
[*]Various other minor bugfixes and tweaks
WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
DOWNLOAD:
twrp_3.2.1-0_mojo.img
Install via fastboot as usual:
Poweroff MOJO
Plug USB Male-Male into USB 2.0 port (closest to hdmi)
Poweron MOJO
Type fastboot flash recovery twrp_3.2.1-0_mojo.img
You can also boot it via fastboot boot twrp_3.2.1-0_mojo.img
Additional notes:
Code:
[B][U]Opengapps install "fix":[/U][/B] go to Mount and check "system" (do not check "mount system read-only") and then you can install them as usual.
If you are anoyed by long time wipe, go to Advanced and check "always use rm -rf".
adb and mtp enabled, for adb sideload you must disable mtp first in Mount->disable MTP.
Crypto enabled (for addoptable storage).
PS: Big thanks to carp_be for finding good kernel sources.
Amazing work! Thanks so much for your hard work and awesome updated software!
elijah.salim said:
This is what happens every time. Its frozen, mouse and all, light around the bar is frozen. Left it sitting there for 30 mins. What's causing this? Haven't been able to install gapps once. This is a brand new device just rooted and this is the first install. Is there any way around this?
Click to expand...
Click to collapse
I can confirm this issue. I have just completely wiped my MOJO via Advanced Wipe using this version of TWRP. I noticed the mouse was a bit laggy in general use and the wipe took longer than usual, but it completed the install of Lineage OS 13. However, upon attempting to install open_gapps-arm-6.0-nano-20171228.zip it completely froze as per the poster above. I hope this is useful info for you.
K-Project said:
I can confirm this issue. I have just completely wiped my MOJO via Advanced Wipe using this version of TWRP. I noticed the mouse was a bit laggy in general use and the wipe took longer than usual, but it completed the install of Lineage OS 13. However, upon attempting to install open_gapps-arm-6.0-nano-20171228.zip it completely froze as per the poster above. I hope this is useful info for you.
Click to expand...
Click to collapse
I will take a look, thanks for reporting.
Updated Opengapps install instructions in first post.
nono2lozere said:
Updated Opengapps install instructions in first post.
Click to expand...
Click to collapse
Thank you. This solution works and I have successfully installed Lineage 13, AddonSu and Gapps.
Fantastic!
Rm -rf is under settings>general tab "use rm -rf instead of formatting", correct? And then wipe as usual?
elijah.salim said:
Rm -rf is under settings>general tab "use rm -rf instead of formatting", correct? And then wipe as usual?
Click to expand...
Click to collapse
Correct.
Is it simple to turn this img file into a zip file so it can be flashed in recovery?
Flashing Magisk using this TWRP leads to a freeze of the whole System.
Using 2.8.7 it works fine.
Maybe you could look at this.

[RECOVERY][hwt1a21l] Unofficial TWRP 3.2.1.0-0 for Mediapad T1 10 [23/02/2018]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
* Your warranty is... still valid?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Before installation:
First of all, keep in mind that this recovery is only for the Huawei Mediapad T1 10 variants (T1-A21L, T1-A21W, T1-A22L & T1-A23L) (codename: hwt1a21l). More details: link..
"How can i know if my device is the right one?":
If you are using EMUI 3.0., go to Settings
About tablet
Check Model number
So please, if your device is not one of them then this recovery is not for your device, unless a different variant from T1 10 model not listed above, in that case comment it on the thread
Known Bugs:
-Depending on the model you use and base ROM you have, you might get a message error stating an error to mount /proc partition.
- Let me know if i miss anyone else
Changelog:
-V1 | 23/02/2018:
-Initial public build
-Source based on TWRP OMNI 5.1.1 minimal source.
-Device tree mainly based on 5.1.1 T1-A23L rom.
-Fix conflict with touchscreen input.
-Disabled battery percentaje calculation as not properly measured.
-Added EFS (efs1, efs2 & efs3), OEMInfo, and CUST partitions to backup.
-F2FS disabled as of now.
-Minor improvements.
Requirements:
-Unlocked bootloader
-One of the devices mentioned before
- A PC+USB cable or compatible aplication+Root to flash the recovery
How to flash:
By fastboot:
* You should have an unlocked bootloader and adb and fastboot set on your computer properly.
* Download the .img file on your computer and keep it in your adb folder (Windows only)
* Boot to fastboot mode and then connect your phone to the computer. Open a command window/terminal and
type this command:
To flash it to the recovery partition:
Code:
Code:
fastboot flash recovery <filename.img>
~Note: Linux users might want to add "sudo" before the respective commands.
Once finished reboot your device by pressing power and volume up to boot on the recovery. Once you are in TWRP will ask you if you want yo allow modifications or keep it on read-only mode, allow it to modify.
~From presently installed TWRP on the device:
* Copy the .img file to your phone and reboot to recovery
* Tap Install > Choose Flash Image > Navigate to the path where you copied the .img file and choose it.
* Choose Recovery Partition
* After the install being successful, go to home and tap Reboot > Reboot Recovery.
Download:
https://www.androidfilehost.com/?w=files&flid=248191
Contributors:
@mustang_ssc
Credits:
TWRP Team for their work on TWRP
@sd11aa for testing and specially for his great help bringing me the whole 5.1.1 ROM from T1-A23L model, this would not have been possible without this.
@ddscentral for his great help, support and testing on the development of the recovery.
@yuweng BIG thanks for the continuous and detailed help to boot up and solve issues on the recovery, really appreciated to find people this helpful.
@rajatgupta1998 for part of the template from this post thread.
Source Code:
-TWRP: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni/tree/twrp-5.1
-Device tree: https://github.com/Mustang-ssc/android_device_huawei_hwt1a21l-twrp
Version Information
Status: Beta
Created: 23/02/2018
Last update: 23/02/2018
Reserved
Please be aware that as of now the recovery has been tested on T1-A21W and T1-A23L variants. On the known T1-A21L & T1-A22L variants has not been tested yet so, although it should work properly, it is not guaranteed to work as expected.
If you flashed it on one of this variants please leave feedback in order to know it.
Thank you for your hard work.Can you allow me to share it with chinese HUAWEI fans?Tell them this good news.
sd11aa said:
Thank you for your hard work.Can you allow me to share it with chinese HUAWEI fans?Tell them this good news.
Click to expand...
Click to collapse
Sure, that would be great, always that credits are correctly put.
I would appreciate if you share them xda so they can also be here in case they want.
Also it would be good if you also send me the link where you will share it, to have this information in case i also want to check it
mustang_ssc said:
Sure, that would be great, always that credits are correctly put.
I would appreciate if you share them xda so they can also be here in case they want.
Also it would be good if you also send me the link where you will share it, to have this information in case i also want to check it
Click to expand...
Click to collapse
I will do it in a few days,I will also send you a link as soom as I have doneit
I can't send urls in Chinese HUAWEI fans club because i am just junior member
mustang_ssc said:
Please be aware that as of now the recovery has been tested on T1-A21W and T1-A23L variants. On the known T1-A21L & T1-A22L variants has not been tested yet so, although it should work properly, it is not guaranteed to work as expected.
If you flashed it on one of this variants please leave feedback in order to know it.
Click to expand...
Click to collapse
1st of all let me thank you for your tremendous efforts working on these almost dead models of Huawei tablets :good:
2nd, I've tested the TWRP image on T1-A21L variant, the GUI and the basic functions work like a charm :good::good:

[CLOSED][ROM][UNOFFICIAL][10.0][Plate2] Extended UI [2020/02/10]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Extended UI for Nokia 6.1 [Plate2]
What is this?
ExtendedUI is custom-rom based on PixelExperience that aims to provide different UI than any other rom on the market.)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Based on Android 10.0
Whats working?
Always on
Ril
Wifi
Mobile data
Double tap to wake
Double tap to sleep
Adaptive brightness
Dark theme
Ambient display
Flash light
Sound / vibration
Camera
Volte
Fingerprint
Known issues
Comment below if you face any bugs
DON'T FLASH GAPPS, ALREADY INCLUDED
Installation procedure
Note - I don't recommend you people to flash any other custom kernels on this ROM .
1. Boot in to twrp
2. Format data by typing yes
3. Reboot to bootloader
4. Now again boot in to twrp
5. Wipe everything
6. Now copy rom zip & twrp installer zip to phone
7. Flash the rom zip & twrp installer zip
8. Change to alternative slot
Example if you are on Slot a Change to slot b if you are on b change to a
9. Wipe all except system & vendor
10. Reboot system
Credits
* Thanks to my Contributor Hritik utekar who supported from back and worked hard to get this brand new OTA Updater application.
* Extended UI & CO (For Source Code)
* All the authors in my git sources
* Nokia For Prebuilt Vendor , Q Kernel Sources
* Moderators (For Giving Freedom To Post Threads)
* My entire Nokia 6.1 community Thank you all for your support
​
Download Rom
Download Twrp
Android OS version: 10.0.0_r23
Security patch level: January 2019
Build author: Raghu varma
My build script: https://github.com/RaghuVarma331/scripts
Kernel Source code: https://github.com/RaghuVarma331/android_kernel_nokia_sdm660
Source code: https://github.com/Extended-UI
​
changelog
* Initial build
* February security patch
* System blobs 410C
* Vendor image 410C
* linux version 4.4.194
* Added ota support
My Nokia: Nokia 6.1 (TA-1016)
It works fine, but i find some errors.
-The camera only works once and when trying to open it again it freezes and cant take photos or record video, the same happens when you try to open it by instagram or WhatsApp.
- WhatsApp freezes every so often.
Good work with the ROM (sorry for bad english)
Cannot connect to camera.
No matter aosp camera or third party.
Which OTA updater u used ?
changelog 05-03-2020
- shipped with New OTA Updater application ( so clean flash recommended )
- shipped with Google apps ( so no need to flash Gapps )
- Fixed Crack sounds during playing Games
- Fixed Crack sounds in Whatsapp calls
- No more Crack sounds in 3rd party apps
- Shipped with 4150 vendor.img
- Dropped CLANG support
- Compiled using GCC
- Dropped vndk28 support
- Backported camera driver from Pie kernel source ( released by Nokia )
- Google camera issues fixed
- Nokia officially fixed crack sound in 4150 vendor
- Enabled force encryption because of few people reported that images not getting saved by 3rd party apps.
- Again twrp will ask password for decryption
Thanks to my Contributor Hritik utekar who supported from back and worked hard to get this brand new OTA Updater application.

[RECOVERY][OFFICIAL] Sky Hawk Recovery Project 2.2 for Galaxy Note8 Exynos

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Only for exynos variants - N950F (Single SIM: Europe, Australia); N950FD (Global Dual SIM: Europe, LATAM, Brazil; Australia); N950N (South Korea)
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
- Themes
- List view mode along with grid dashboard
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Clear fingerprints.
- Flash ViperFX
- Recovery Locking , Pin or Pattern lock
- CPU core lock/unlock
- Language changing
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- and many more, flash right now to find out
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done
None encountered while testing.
DOWNLOAD NOW
Note8
Github
Website
ScreenShots
Telegram Group
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
Special Thanks
Pritish
Kirill
Burak D.
ZJRDroid
LayeardDevMod
Olek & Oliwier
LeChenOS
Please inform if we forgot to mention your name here , thanks !
​
Maintainer: corsicanu
Based On: TWRP
TWRP Version: 3.3.1-*
Kernel Source Code: https://github.com/corsicanu/android_kernel_samsung_universal8895
Misc links:
Telegram Support Group
Telegram Channel
Bootloaders / modems zips
Latest Magisk stable or canary
Reserved
FAQ / Further reading
Q: SHRP can't mount data partition, what to do?
A: Make sure you formatted data partition.
Q: Phone is not booting even after 20 minutes
A: Try to reboot. If still not booting, make sure you formatted data partition.
Q: How to format data partition?
A:
Q: Phone is showing only Samsung logo
A: Try to reboot. If still not booting, consider installing an older TWRP build or a more recent firmware.
Q: I get "Failed to mount /preload message", what to do?
A: From wipe menu select Advanced Wipe, select preload partition to be wiped and reboot recovery.
Q: Why do i need to format data partition?
A: Because old rom encrypted your data partition and new rom can't decrypt and use that content / root needs access to data partition to place misc files / phone not booting after flashing root until data partition gets formatted.
Awesome dude
Wow.
Just reporting it flashed fine, very nice! A much needed visual change from basic TWRP, love the extra features too. Thanks!
Corsi, your a total genius... Keep it up!?
Looks great! I was wondering if the lock feature also temporarily disables ADB and file access from another computer. Would be just an illusion of security otherwise, right? Thanks regardless
Looks awesome! Thanks
WoW! Must say - amazing job!
Very, very nice.
Great job!
I had an issue installing, the script ended with this error: "failed to mount /preload (invalid argument)"
I rebooted to recovery, and Sky Hawk logo appeared, and I was in the new recovery. Seems to be working.
Thank you for your work @corsicanu.
I install today. Very nice....everithing ok. All works . Multumesc @corsicanu
---------- Post added at 20:48 ---------- Previous post was at 20:48 ----------
I install today. Very nice....everithing ok. All works . Multumesc @corsicanu
Please no French language? very nice work thank you, installation without problem
Small error in backup search file E: unable to load '/twres/langages/fr.xml'
Second backup attempt goes without error
Great recovery project. Love the UI. Problem is it's not updated and some developers recommend using latest TWRP for flashing recent builds. Any issues and rom developer doesn't want to help as the issue could relate to using a lower TWRP version. What we call un-necessary headaches.
Cannot install on TWRP 3.3.1. Flashes fine, reboot to recovery but left with same old blue TWRP

[RECOVERY] [RMX1931] SKYHAWK RECOVERY PROJECT [v2.2]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is... still valid?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.​
- Themes
- List view mode along with grid dashboard
- Status bar customization
- New rounded icons added on dashboard
- Notch mode with toggle to disable
- Dark mode or pure white, it's on you
- Navigation bar customization
- Settings + Advanced Settings
- Flash Magisk
- Flash ViperFX
- Recovery Locking , Pin or Pattern lock
- CPU core lock/unlock
- Language changing
- Hal3 / CameraAPI2 enabling/disabling
- Oreo+ Reboot menu style
- Redesigned lock screen interface
- Flashlight
- Magisk manager - Enable, disable or delete magisk modules right from SHRP
- and many more, flash right now to find out​
1. Make sure you have a custom recovery installed
2. Download the latest SHRP recovery for your device
3. Boot into recovery
4. Flash shrp recovery zip
5. Reboot to recovery.
6. Done​
You tell ​
Download Now​
If you like my work, consider about donation​PAYPAL​
GitHub
Website
Screenshots
Telegram​
karthick mostwanted
EpicX
DNI9
Giovix92
TeamWin
osmOsis
VR25
Topjohnwu
Mauronofrio
DarthJabba9
Please inform if we forgot to mention your name here , thanks !​
Maintainer: siva1234
Based On: TWRP
TWRP Version: v3.3.1-0
XDA:DevDB Information
[RECOVERY] [RMX1931] SKYHAWK RECOVERY PROJECT [v2.2], Tool/Utility for the Realme X2 Pro
Contributors
siva1234
Source Code: https://github.com/mauronofrio/android_device_realme_RMX1931
Version Information
Status: Stable
Created 2020-04-27
Last Updated 2020-04-27
Reserved
Looks nice! ?
Update request! Big thanks for this, this is the best recovery out there:
-Works just fine where the latest TWRP version throws EROR 7
-Keep all the settings when uou mess with /data (Fox gets erased all the time)
There was few Realme and TWRP updates for our device + SHRP v2.3 rolled out. Hope, you didn't abandoned this wonderful project. Thanks again!
This recovery looks good but works very poorly
- The decrypt pattern is unresponsive at first (you have to hold the first circle for a real second or two).
- After doing a factory reset it got stuck and forced me to do a hard reboot (Volume UP + Down +Power)
- I pushed a file that somehow didn't show up ( used the same command after re-installing TWRP and it was there)
- The filesystem explorer seem to be missing files at times|
So I'm back on the good old original TWRP
[edit] Maybe I'll have to try yesterday's update)
exadeci said:
This recovery looks good but works very poorly
- The decrypt pattern is unresponsive at first (you have to hold the first circle for a real second or two).
- After doing a factory reset it got stuck and forced me to do a hard reboot (Volume UP + Down +Power)
- I pushed a file that somehow didn't show up ( used the same command after re-installing TWRP and it was there)
- The filesystem explorer seem to be missing files at times|
So I'm back on the good old original TWRP
[edit] Maybe I'll have to try yesterday's update)
Click to expand...
Click to collapse
Hi. Where did you find a more recent update?
EViollet said:
Hi. Where did you find a more recent update?
Click to expand...
Click to collapse
I misread SHiFT!'s post
exadeci said:
I misread SHiFT!'s post
Click to expand...
Click to collapse
Ok! ?
Thanks. I was quite intrigued! ?
SHiFT! said:
Update request! Big thanks for this, this is the best recovery out there:
-Works just fine where the latest TWRP version throws EROR 7
-Keep all the settings when uou mess with /data (Fox gets erased all the time)
There was few Realme and TWRP updates for our device + SHRP v2.3 rolled out. Hope, you didn't abandoned this wonderful project. Thanks again!
Click to expand...
Click to collapse
I hope too this amazing recovery won't be abandoned. it's awesome! Hope you will update, it really deserves that.
Thank you for this.
Is it support update beta build ozip ?
Hey guys, so I had TWRP installed with current LoS18 running. I wanted to switch to SHRP to use the unroot feature. After installing SHRP and restarting to recovery, I was not able to decrypt with my PIN(Password failed).
Do you have any tips on that?

Categories

Resources