[TOOL/UTILITY][TWRP][3.4.0-0][RECOVERY]TWRP 3.4.0-0 FOR noblelte/tmo/zt/spr - Galaxy Note5 Original Android Development

{
"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"
}
​
TeamWin is proud to present TWRP 3.4.0-0 for the Samsung Galaxy Note 5 (GSM)!
Introduction:
Team Win Recovery Project or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's 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.
Key Features:
-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
-Ability to choose which partitions to back up and which to restore
-Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
-Onscreen keyboard
-Easy selection of internal/external storage
-See changelog below for new features
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. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Source Code:
GitHub - https://github.com/omnirom/android_bootable_recovery
Gerrit for TWRP Official Device Configs - http://gerrit.twrp.me
Gerrit Instance - http://gerrit.omnirom.org
If you have made your own twrp build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.
noblelte Device Config: https://github.com/TeamWin/android_d...msung_noblelte
Kernel: https://github.com/TeamWin/android_k...msung_noblelte
DOWNLOAD:
Noblelte : https://dl.twrp.me/noblelte/
Nobleltezt : https://dl.twrp.me/nobleltezt/
Nobleltetmo : https://dl.twrp.me/nobleltetmo/
Nobleltespr : https://dl.twrp.me/nobleltespr/
Installation Instructions:
Via Odin
You will need to download and install Odin on your PC. Once you have Odin installed, download the proper .tar file for your device from the download link above. Power off your device. Turn on your device using the proper key combo to get into download mode and attach the device to your computer via a USB cable. Use the PDA tab or button to browse to and select the tar file that you downloaded and flash the device.
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
Via TWRP App
Download the Official TWRP App (root required):
Play Store (recommended)
Direct Download
Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (noblelte) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery.
Via TWRP Update (Requires TWRP 2.8.4 or higher already installed)
Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.
Via dd install method (root)
Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
HTML:
su
dd if=/sdcard/twrp.img of=/dev/block/platform/15570000.ufs/by-name/RECOVERY
Support:
Click http://webchat.freenode.net/?channels=twrp for live support or join us in #twrp on Freenode IRC servers
Credits to the Maintainers : @bigbiff, @BigBiff02, @jcadduono

reserved

Related

[RECOVERY] [VS985] [F2FS] TWRP 2.8.6.1 touch recovery [03/26]

LATEST TWRP
TWRP 2.8.5.1 for Verizon LG G3
{
"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 2.x, or twrp2 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.
Click to expand...
Click to collapse
Phone look:
Tablet look:
Click to expand...
Click to collapse
CHANGELOG for 2.8.5.0:
-Scale the GUI - TWRP can read the theme's resolution and scale it up or down to fit the theme to your screen's resolution
-Improve thread handling and move input handling into the main rendering thread to improve stability
-Make MTP work even if unplugged and plugged back in
-Unify scrollable list code and make kinetic scrolling feel more natural
-Fix handling of mapped zip files for OTA updates (CM12 updater)
-USB keyboards should now work on all devices that support USB host mode via a USB OTG cable
-Other small fixes and improvements
Click to expand...
Click to collapse
Features
* F2FS Filesystem Support
* Double Tap to Wake
* Modem Backup Support
Requirements
- Root
Installation Instructions:
A. With custom recovery already installed:
1. Download
2. Install TWRP in recovery
3. Reboot recovery
B. With stock recovery (Need ADB):
1. Download & extract zip
2. Move recovery.img to internal storage.
3. Open terminal window/command prompt to execute following commands
Code:
adb shell
su
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/recovery
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
exit
adb reboot recovery
You should be in your updated recovery now
Download:
AndroidFileHost | BasketBuild
Warning
I am not responsible for anything that happens to your device!
Credits
@Dees_Troy & TeamWin - for TWRP touch recovery
@thecubed & Team CodeFire - for Bump!
Sources
OmniROM Github
Device Github
g3-common Github
XDA:DevDB Information
[RECOVERY] TWRP touch recovery 2.8.6.1, Tool/Utility for the Verizon LG G3
Contributors
777jon, Dees_Troy
Version Information
Status: Stable
Created 2015-02-13
Last Updated 2015-03-26
FAQ:
Can I install via Flashify?
Yes, extract the recovery.img from the zip file and use Flashify to flash it.
How do I enter recovery mode?
http://youtu.be/ifi-ArGeTzQ
Change Log
Code:
03/01/15 (TWRP 2.8.5.1)
- F2FS Filesystem Support
- Double Tap to Wake
02/12/15 (TWRP 2.8.5.0)
- TWRP 2.8.5.0 release
01/13/15 (TWRP 2.8.4.0)
- TWRP 2.8.4.0 release
12/22/14 (TWRP 2.8.3.0)
- TWRP 2.8.3.0 release
12/09/14 (TWRP 2.8.2.0)
- Support Modem Backup
- Display "External SD" instead of "external_sd"
12/08/14 (TWRP 2.8.2.0)
- Initial release
- TWRP 2.8.2.0
Thanks for the update. I installed via flashify, did a backup, clean wipe, and restore and everything works. It seemed a little quicker than 2.8.0.0 too. :good:
This was built in a kitkat environment wasn't it?
bunchies said:
This was built in a kitkat environment wasn't it?
Click to expand...
Click to collapse
I built this TWRP from the latest OmniROM source on the android-5.0 branch. I had to set TW_INCLUDE_JB_CRYPTO to false due to incompatibilities with JB_CRYPTO.
awesome work, its now reading my 64gb exfat card:good:
Why does my twrp not seing backups i made 3 min prior to trying to restore ,names are there but folder is empty if i make a backup on internal its fine but external no go and thats all the 4.4 versions of twrp
Sent from my SM-N900P using XDA Premium 4 mobile app
Can I download this anywhere and it will be bumped? Sorry for the dumb question!
Its bumped ,flash in recovery
Link is not working for me anyone have a mirror for the new twrp
Sent from my LG-VS985 using Tapatalk
Use dolphin browser
startswithPendswithOOH said:
Thanks for the update. I installed via flashify, did a backup, clean wipe, and restore and everything works. It seemed a little quicker than 2.8.0.0 too. :good:
Click to expand...
Click to collapse
Just got the G3 coming from the Gnex. Finally got it rooted. I don't have a recovery installed as of yet. Can I install this via flashify or do I have to use ADB?
defens23 said:
Just got the G3 coming from the Gnex. Finally got it rooted. I don't have a recovery installed as of yet. Can I install this via flashify or do I have to use ADB?
Click to expand...
Click to collapse
Flashify worked for me.
Perfect! It worked great to flash the zip file via old twrp and just rebooting to recovery again. Thanks!
I can't download even with dolphin browser.
tolymatev said:
I can't download even with dolphin browser.
Click to expand...
Click to collapse
Updated Mirror #1. Try this.
I installed and is fine, could I delete the 2.8.0.0 for the internal SD card?
android-incredible said:
I installed and is fine, could I delete the 2.8.0.0 for the internal SD card?
Click to expand...
Click to collapse
Yes
Thanks for the recovery. I don't see I separate Q&A thread so I'll post this here, is there a way to disable the button vibration? Under Settings -> Vibration Settings I see a slider for keyboard and action vibration, but button vibration is hard coded to 80. Am I missing something obvious?
New TWRP build!
Changes:
- Support Modem Backup
- Display "External SD" instead of "external_sd"

[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][UNOFFICAL] TWRP 3.1.1-0 For SM-G313HU a.k.a Ace4/S Duos 3.

{
"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 (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
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.
this Image of Twrp is Compiled with Latest 2018 Source Code. So enjoy.
Bugs:
You Tell
DOWNLOAD:
see attached files below.
Installation Instructions:
Method-1:
If you have already any custom recovery installed. you can Download that twrp zip file and directly flash it with custom recovery. after flashing select reboot and select reboot to recovery.
Method-2:
just Download recovery.img.tar and flash it via odin in AP.
TWRP For S Duos 3/Ace 4
Thanks to @itigr for Device Trees.
Contributers: @JaskaranSM
Status : Stable
Created: 5-Feb-2019
THANKS Please make Android GO ROM ))
bestttt regards
Thank
JaskaranSM said:
Team Win Recovery Project (TWRP) is an open-source software custom recovery image for Android-based devices. It provides a touchscreen-enabled interface that allows users to install third-party firmware and back up the current system, functions often unsupported by stock recovery images. It is, therefore, often installed when rooting Android devices, although it isn't dependent on a device being rooted to be installed.
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.
this Image of Twrp is Compiled with Latest 2018 Source Code. So enjoy.
Bugs:
You Tell
DOWNLOAD:
see attached files below.
Installation Instructions:
Method-1:
If you have already any custom recovery installed. you can Download that twrp zip file and directly flash it with custom recovery. after flashing select reboot and select reboot to recovery.
Method-2:
just Download recovery.img.tar and flash it via odin in AP.
TWRP For S Duos 3/Ace 4
Thanks to @itigr for Device Trees.
Contributers: @JaskaranSM
Status : Stable
Created: 5-Feb-2019
Click to expand...
Click to collapse
Where is the device tree link?
TriDiscord said:
Where is the device tree link?
Click to expand...
Click to collapse
Yup good question

[RECOVERY][R][OneUI3.1] TWRP v3.5.1 For Samsung Galaxy A50 (Unofficial)

{
"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"
}
TWRP is an open source, community project. A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom “ROM” like LineageOS or OmniROM.
Disclaimer
I'm not responsible if something went wrong on your phone(Usually nothing goes wrong). You are doing this on your own responsibility. Rooting your phone may void warranty so don't root your device unless you know what you are doing.
Downloads
vbmeta - get from A50 group
Odin tool
MEGA : TWRP_3.5.1_A50dd.img
First time Installation
Note: custom vbmeta needs to be flashed to disable the verification of custom mods, this is a one time flashing in stock firmware
Backup your data
Unlock the Bootloader, View thread
Reboot to Download mode [Check Key Combos Below]
Disable auto reboot in Odin options, Flash vbmeta.tar in AP slot using Odin tool
Reboot again to Download mode and now Flash twrp-[$version]-m30s.img.tar in AP slot using Odin tool
Boot into TWRP Recovery [Check Key Combos Below]
Decrypt Internal Storage - Flash DM-Verity ForceEncrypt disabler
Wipe -> Format Data
Reboot -> System(without root) | Recovery(with root)
OR
Download Recovery.img file from link and flash it through your current recovery in recovery Partiton
Changelog
Fixes
Build compilation in 7.1 tree - CaptainThrowback
SAR: Don't follow symbolic links for block devices - bigbiff
SAR Update script name for clarity - CaptainThrowback
Wrappedkey support running only on FBE devices - CaptainThrowback
TWRP App log information reduced - epicX67
Refresh details after system wipe and adb sideload - AdrianDC
Chinese translation updates - betaxb
Support keymaster 2 - PeterCxy
add tzdata to TWRP for timezones - CaptainThrowback
ParitionManager: support delayed adopted storage mount - PeterCxy
Support to start terminal from file manager directory - AndroiableDroid
Nano support - nebrassy
Add nano support to open files from file manager - CaptainThrowback
Include new magisk apk support to be installed by TWRP - ianmacd
Add support to change directory name where TWRP stores backups - epicX67
Add bash support - not the default shell - DarthJabba9
ORS support to format data - AdrianDC
Add support to flash both slots when flashing an image - epicX67
NL translation updates - ianmacd
Cleanup
Installation cleanup - remove dupe PackageExtractFn - klabit87
Remove logd-reinit service - CaptainThrowback
Fixes
Restore system root context - bigbiff
Only include keymaster 2 if tree supports it - CaptainThrowback
Strip lines containing '--' in language_helper.py - ianmacd
Unlocalized string fix - ianmacd
Patching TWRP with Magisk
Download the latest Magisk Manager here & Install
Download/Copy the TWRP image to your device
Press the Install button in the Magisk card
Make sure “Recovery Mode” is checked in options.
In most cases it should already be automatically checked.
Choose “Select and Patch a File” in method, and select the TWRP image
Magisk Manager will patch the image to [Internal Storage]/Download/magisk_patched.img.
Proceed with the above steps to flash Magisk Patched TWRP.
Key Combos
Download Mode - Turn off device, Press and hold [vol + & vol -] connect usb to PC
Recovery Mode - Turn off device, Press and hold [vol + & Power] release power button after screen on, continue pressing [vol +]
Magisk System - Turn off device, Press and hold [vol + & Power] release both keys after screen on
Credits : @santhoosh for his work with M30s DT and thread, @mohitmallick17 for his DT on github, @geiti94 for his work with native A50 device tree.
Device Tree: https://github.com/mohitmallick17/android_device_samsung_a50dd
Source: https://github.com/mohitmallick17/android_kernel_samsung_a50dd
Telegram Support: https://t.me/SamsungGalaxyA50
PrishSupport : https://t.me/prishsupport
PrishChannel : https://t.me/prishupdates
TWRP : https://twrp.me/site/update/2021/03/17/twrp-3.5.1-released.html
Note : Test it and if you found any issue do let me know by PMing me on telegram @neel0210 .
reserved
Can I get the non-magisk version?
where is link to download?
OrdinaryShiba said:
Can I get the non-magisk version?
Click to expand...
Click to collapse
i am leaving updated link which isnt magisk patched.
oliwier892543 said:
where is link to download?
Click to expand...
Click to collapse
in thread, check now
neel0210 said:
in thread, check now
Click to expand...
Click to collapse
Searching for TWRP 3.5.1 Magisk Patched Recovery for Galaxy A50 (SM-A505F/FN)
I have patched your TWRP 3.5.1with Magisk but after flashing the patched TWRP, magisk is not existing on my phone. I have installed the magisk apk in loaded system, but no sucsess with rooting. Thanks
LemondeX said:
I have patched your TWRP 3.5.1with Magisk but after flashing the patched TWRP, magisk is not existing on my phone. I have installed the magisk apk in loaded system, but no sucsess with rooting. Thanks
Click to expand...
Click to collapse
Make sure you are booting into recovery, because reboot to system wont get u root
When I boot into Recovery, TWRP is loading, when I boot into system, it's unrooted and magisk is invisible.
hi noob here, is the "vbmeta.tar" extracted from the stock rom?
i run a quick google search about "vbmeta a50" and come up with no useful result
immortel_la said:
hi noob here, is the "vbmeta.tar" extracted from the stock rom?
i run a quick google search about "vbmeta a50" and come up with no useful result
Click to expand...
Click to collapse
Stock has but Google provides patched vbmeta
LemondeX said:
When I boot into Recovery, TWRP is loading, when I boot into system, it's unrooted and magisk is invisible.
Click to expand...
Click to collapse
Because, root will only available if you boot into recovery

[UNOFFICIAL][RMX218x]TWRP v3.6.0

{
"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

Categories

Resources