[RECOVERY] [GT-I9060] TWRP 3.1.1-0 for Samsung Galaxy Grand Neo - Samsung Galaxy Grand Neo Plus ROMs, Kernels, Recov

IMPORTANT: This recovery is NOT compatible with the Galaxy Grand Neo Plus (GT-I9060I).
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.1.0-0:
-vold decrypt on a few select HTC devices, TWRP will now attempt to use the system partition's vold and vdc binaries and libraries to decrypt the data partition (nkk71 and CaptainThrowback)
-adb backup to stream a backup directly to or from your PC, see documentation here: https://github.com/omnirom/android_b...863b15c16949d9 (bigbiff)
-tweak MTP startup routines (mdmower)
-support new Android 7.x xattrs for backup and restore to fix loss of data after a restore (Dees_Troy)
-support POSIX file capabilities backup and restore to fix VoLTE on HTC devices and possibly other issues (Dees_Troy)
-better indicate to users that internal storage is not backed up (Dees_Troy)
-improve automatic determination of TW_THEME (mdmower)
-minimal getcap and setcap support (_that)
-try mounting both ext4 and f2fs during decrypt (jcadduono and Dees_Troy)
-shut off backlight with power key (mdmower)
-timeout during FDE decrypt (Dees_Troy and nkk71)
-support for FBE decrypt and backing up and restoring FBE policies (Dees_Troy)
-boot slot support (Dees_Troy)
-TWRP app install prompt during reboot (Dees_Troy)
-support for AB OTA zips (Dees_Troy)
-support new Android 7.x log command (Dees_Troy)
-update recovery sources to AOSP 7.1 (Dees_Troy)
-numerous bugfixes and improvements by too many people to mention
INSTALL:
0) NOTE: For some reason this release is bugged and won't flash on a clean recovery or on top of itself. You'll have to flash this older recovery with Odin first, then follow the instruction. Sorry for the inconvinience.
1) Get the Odin-flashable file HERE
2) Put your device into download mode (Power+VolDown+Home), press VolUp when prompted
3) Plug your device into your computer and open Odin
4) Select the file you downloaded and put it into AP/PDA (depending on your Odin version)
5) Click Start. The recovery will flash and the system will reboot.
To boot into the recovery, hold Power+VolUp+Home.
NOTE: This recovery works and successfully writes to the system partition.
BUGS:
Crypto support and backups are untested.
Sometimes refuses to start up when battery is below 10%.
CREDITS:
- The TeamWin team for creating TWRP
- LuK1337 for making the device tree used in this build
- knuxify for building
XDA:DevDB Information
TWRP 3.1.1-0 for Samsung Galaxy Grand Neo (GT-I9060), Tool/Utility for the Samsung Galaxy Grand Neo Plus
Contributors
knuxfanwin8, LuK1337
Version Information
Status: Testing
Created 2020-03-16
Last Updated 2020-03-17

Not working, doesn't boot.

RaghavTeck said:
Not working, doesn't boot.
Click to expand...
Click to collapse
Hmm, seems like this release is a bit broken and won't flash on top of the stock recovery. I updated the instructions. Sorry for the inconvenience.

I still cant flash it.

Hi guys,
I've been trying a lot of different ways. For example:
1 - odin3 v3.10
2 - TWRP-3.1.1-0-baffinlite-20200325.tar
3 - Restart pressing the key to enter recovery mode... I always get back to the default recovery mode. Only difference I can see that it says odin.
ODIN MODE
PRODUCT NAME: GT-I9060
CURRENT BIN: Custom
SYSTEM STATUS: Custom
Questions:
- Do I need an SD card in the phone?
- Do I need to OEM unlock? I can not find that option from the interface.
Thanks.
---------- Post added at 11:03 PM ---------- Previous post was at 10:57 PM ----------
I am ass... Once installed I kept pressing level down....
I needed to press home + power + level up.

.

.

Related

[RECOVERY] TeamWin Recovery Project (Unofficial) 2.1.6 [2012-05-27]

(Unofficial) TWRP 2.1.x for the AT&T HTC One X (Evita)!
Special credits:
Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2
Introduction:
Team Win Recovery Project 2.1, 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.
{
"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"
}
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)
What's new in 2.1:
Zip queuing as seen in TWRP 1.1.x is back
Slider control (swipe to confirm most actions aka swipe to wipe)
Lockscreen (with slider to unlock)
Basic file manager (copy, move, delete, and chmod any file)
Added support for devices with /data/media (most Honeycomb tablets, new ICS devices like Galaxy Nexus)
Displays sizes of each partition in the backup menu
Added listbox GUI element (currently used for listing time zones)
Updated stock XML layouts to be more consistent and easier to port to different resolutions
XML layout files are significantly smaller
Partitions available backup are more accurate for some devices
Removed unneeded error messages (/misc errors, unable to stat sd-ext, etc.)
Fixed a bug with blkid detection code
Fixed bug where a blank line was inserted between every line of text during zip installs
Fixed a bug during zip installs where an invalid zip would cause TWRP to get stuck in the zip install
Added setting for themers to toggle simulation mode to make theming easier
New devices added - Galaxy Nexus GSM & CDMA (preview only, manual install), Acer Iconia Tab A500, HTC Vivid, Motorola Defy
Added support for .jpg images in the theme engine
Changed images for stock tablet theme - makes tablet builds about 500KB smaller
Removed unneeded non-GUI images from GUI - makes all builds about 100KB smaller
In addition to the above new features, TWRP 2.1.0 now 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.
Theming:
Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers
Known Issues:
No usb in recovery
Zip files that install more data than free space is available will crash or hang recovery (AOSP issue)
CWM backups are not compatible - please make a fresh backup in TWRP as soon as you have flashed it
Source Code:
GitHub - https://github.com/TeamWin/
DOWNLOAD:
http://rootzwiki.com/topic/26446-recovery-teamwin-recovery-project-twrp-216-2012-05-27-evita/
Support:
Click here for live support or join us in #twrp on Freenode IRC servers
thanks love twrp
niceppl said:
thanks love twrp
Click to expand...
Click to collapse
mee tooo
working on getting usb working, not sure what I did, because it was working
so how do we flash this? Does this replace CWM that we already have? Can we flash roms with this version?
equlizer said:
so how do we flash this? Does this replace CWM that we already have? Can we flash roms with this version?
Click to expand...
Click to collapse
flash it just like you flash cwm, and yes, it replaces cwm. Read the post for known issues. Everything else works.
Works perfectly.
YES!!!! My favorite recovery. Thanks DG.
Sent from my HTC One X using Xparent ICS Blue Tapatalk 2
so glad we could make this happen
thanks your help compiling #teamwin !!!
---------- Post added at 03:39 AM ---------- Previous post was at 03:38 AM ----------
equlizer said:
so how do we flash this? Does this replace CWM that we already have? Can we flash roms with this version?
Click to expand...
Click to collapse
yep just got done doing the alpha runs
everything is working except dumlock
official one released!
http://forum.xda-developers.com/showthread.php?t=1677447

[RECOVERY][July25] TWRP 2.7.0.0 Touch Recovery

{
"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 2.7
Introduction:
Team Win Recovery Project 2.7, 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.
Screenshots:
Phone look:
Tablet look:
​
What's new in 2.7.0.0:
Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
Allow sideloading from /tmp on encrypted devices
Check for a crypto footer before asking for a password to prevent user confusion
Additional checks for validity to auto generated backup names
Text wrap in the console output
Proper caps lock support in the keyboard
Mouse support via USB OTG for devices with a broken digitizer
Improve scanning of storage locations for OpenRecoveryScript
Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions
Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
Update SuperSU to 1.93 and improve installation process
Added selinux contexts restoration to fix permissions
Load RTC offset on Qualcomm devices to fix the date/time in recovery
USB Mass Storage fixes Add SELinux support checking
Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
Add 4.4 decrypt support
Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
Various SELinux fixes and bug fixes
Note: 2.7 marks the first time that we are dropping support for older devices. We are doing this because of the SELinux support needed to install 4.4 Kit Kat ROMs. The non-TWRP parts of the recovery image have to be built in at least a 4.1 tree and the kernel that is included in the recovery image has to support writing SELinux contexts. We don't own most of the devices that we support so we depend on outside testers and developers to help us update devices. In many cases we can't find someone readily. Come to #twrp on Freenode if you want to help bring your device up to date. You can tell right away if your device will support 4.4 ROMs in 2.7. Boot TWRP and press the console button (the square-ish button either in the bottom middle or upper right) to view the console output. If it doesn't say "Full SELinux support" in the console, then your device still needs some work. Help us help you.
Changelog for LG P500:
20140311
SELinux functions support
Android 4.4.2 support
20140406
USB Mass Storage mounting
Display brightness and timeout settings working
20140725
TLS support
Swap /system and /userdata
Installation:
Flash the ZIP file in your existing recovery to install TWRP.
Credits:
AndroidMeda
TeamWin
Source Code:
Github
Will i be able to backup/restore SD-ext2 (link2sd) partition?
ujilraj said:
Will i be able to backup/restore SD-ext2 (link2sd) partition?
Click to expand...
Click to collapse
I can use to backup/restore SD-ext4
will it work when i try to flash android 4.3 and prior Roms or just 4.4 only?
thanks bro for 2.7.0.0.
Downloading.
Thanks
Sent from my LG-P500
thanks bro.,
I got reboot when I restore backup.
delete
Version for Odin?
Can't install Goo manager on this old phone because the stock ROM is too old. Froyo! And there is no newer software available!
james.faction said:
Version for Odin?
Can't install Goo manager on this old phone because the stock ROM is too old. Froyo! And there is no newer software available!
Click to expand...
Click to collapse
I have never used Odin on an LG device. As I understand it's widely used by Samsung owners. But there are other methods that I am familiar with. If you are able to access fastboot mode on your rooted LG P500 device, you could extract the zip, and use AndroidFlashRecovery:
http://forum.xda-developers.com/showthread.php?t=1827723
to flash recovery.img. Also there is a simple installation script that I use in terminal emulator:
http://www.mediafire.com/download/7baf5u85iah4fa0/rec.zip
Download and extract the zip into the root of your sdcard so that the path is /sdcard/rec. Copy desired recovery.img to the rec directory, overwriting the one that is already there. DO NOT RENAME RECOVERY.IMG. Install a terminal emulator from play.and start it. Type "su" (without quotes) and enter. Superuser prompt should appear. select allow. now type "sh /sdcard/rec/rec.sh" (without quotes) and enter. Phone will reboot into your new recovery.
TWRP 2.7 July25
New version compatible with latest jenkins builds is out.
Changelog:
20140725
TLS support
Swap /system and /userdata
Error executing updater binary in zip '/data/OldBBBFix_signed.zip'
I'm getting "Error executing updater binary in zip '/data/OldBBBFix_signed.zip'"
The OldBBBFix_signed.zip file is a flashable file which allows to flash an old baseband.
As you can see I try to install it from /data/
It won't work in this way or with sideload.
If I remember correct it wen't pretty well on ClockworkMod when the zip was on sd-card.
But now I need TWRP since I don't have sd-card and CWM allows to flash only from sd-card...
Any suggestions?
Edit: never mind. I just found this:
Tasssadar said:
OLD UPDATE-BINARY (error executing updater binary in ZIP)
P500 is fairly old device, so it is quite possible that some ROMs use old update-binary in their ZIP files, which is not compatible with TWRP. This is not a bug, rather a design feature - TWRP simply does not use such old parts anymore.
You can fix the ZIP by yourself. Download correct update-binary and put it to folder META-INF/com/google/android/ in the ZIP file. You should see previous update-binary in there, just overwrite it.
The binary affects only the ZIP file, nothing else - it is used only to install the contents of the ZIP file.
Click to expand...
Click to collapse
Sorry for posting before doing a thorough research.
@HardLight, I really think you should edit the first post with this information.

[RECOVERY][gracelte][SM-N930F] TWRP for Samsung Galaxy Note 7

{
"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"
}
As per me I have compiled this TWRP for Only SM-N930F
TWRP for Samsung Galaxy Note 7
CHANGELOG for 3.0.2-0:
-Fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in TWRP.
-Add Greek translation to some builds.
CHANGELOG for 3.0.1-0:
-support new CM 13.0 pattern encryption (sultanqasim)
-fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
-libtar updated to latest upstream and fixes (jcadduono)
-fixes for loading custom themes (_that)
-TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
-translation updates - added Italian, Czech and Polish and significant updates to Dutch
-progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
-fix input box text display (Dees_Troy)
-reboot option after zip install complete (bigbiff)
-other mostly invisible bug fixes and improvements
CHANGELOG for 3.0.0-0:
-Completely new theme - Much more modern and much nicer looking (by z31s1g)
-True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
-Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
-Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
-Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
-Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
-SuperSU prompt will no longer display if a Marshmallow ROM is installed
-Update exfat, exfat fuse, dosfstools (by mdmower)
-Update AOSP base to 6.0
-A huge laundry list of other minor fixes and tweaks
UNOFFICIAL TWRP for Samsung Galaxy Note 7
Installation/Odin Flashing:
Download Odin
Download Recovery
Download Galaxy Drivers for Note Series
Step1: Enable Developer Options
Step2: Select OEM Unlocking
Step3: Run Odin_v3.10.7.exe
Step4: Connect your Galaxy Note 7 to your PC with the data cable and reboot into the Download/Odin mode.
Step5: Once you enter into Download mode, you see an ID: COM port turned blue and Added message in Odin message box means your device has recognized by Odin.
Step6: If ID: COM doesn’t show means your driver is not correctly installed or try it with different USB cable.
Step7: Now locate and add the twrp-3.0.2-0-20160805-gracelte-HOMEMADE.tar file (you downloaded from above) to the AP/PDAtab in Odin.
Step8: Make sure that only these two options are tick “Auto Reboot” and “F.Reset Time“
Step9: Now click ‘Start‘ button and it will start flashing the file. Wait until you see ‘Pass‘ in Green Color on Odin screen. This step will Install TWRP Recovery On Samsung Galaxy Note 7.
Step10: Now Your device will automatically reboot. If you want to boot your device into the recovery mode then press and hold ‘Home + Volume Up + Power‘ buttons for few seconds.
Source Codes:
RECOVERY
DEVICE CONFIG/TREE
XDA:DevDB Information
[RECOVERY][gracelte][SM-N930F] TWRP for Samsung Galaxy Note 7, Tool/Utility for the Android General
Contributors
HostZero
Version Information
Status: Testing
Created 2016-08-05
Last Updated 2016-08-05
:good:
HostZero said:
TWRP for Samsung Galaxy Note 7
Click to expand...
Click to collapse
Is there a difference in F and FD (Duos) models ?
One user reported a Brick on FD Device.
If any files are required from the FD to cross-check, Please let me know. Also the Vietnam site has released a newer 3.0.2.1 version.
JazonX said:
Is there a difference in F and FD (Duos) models ?
One user reported a Brick on FD Device.
If any files are required from the FD to cross-check, Please let me know. Also the Vietnam site has released a newer 3.0.2.1 version.
Click to expand...
Click to collapse
3.0.2-1 and 3.0.2-0 is same brother,The last digit dosent matter they are only for device tree changes where as i hope its only for "X"
HostZero said:
3.0.2-1 and 3.0.2-0 is same brother,The last digit dosent matter they are only for device tree changes where as i hope its only for "X"
Click to expand...
Click to collapse
Pls post your work on note 7 thread. So that it should be visible to right users.
Forgive me for what is probably a dumb question, but can you verify that you have flashed this on a N930F and that it works? There is another twrp thread for a different varient that appears to be having major issues and I wanted to find out if this is in fact confirmed working?
One other quick question, the S7 Edge requires that you flash a DM Verity File (I think that is what it's called) after flashing Twrp - I didn't see that in your instructions - just wanted to be sure that wasn't necessary in the Note 7 N930F?
I appreciate your input
Did it worked for N930F users and only us N930FD users are having issues?
Did it worked for N930F users and only us N930FD users are having issues?
@ Forun Moderators please close the thread
TYVM
I try to flash twrp via Odin and i keep getting fail. I see the Com 5; added message, and have the oem checked, usb debug checked and in download mode. Any other tips or reasons why?

[TWRP][UNOFFICIAL] TWRP 3.3.x for UMIDIGI A3 / N [MT6739]

{
"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 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.
Prerequisites
1. Unlocked bootloader.
Instructions
https://telegra.ph/How-to-install-TWRP-Team-Win-Recovery-Project-10-20
XDAevDB Information
TWRP Recovery, Tool/Utility for the Umidigi A3 / N
Contributors
Hadenix, TeamReloaded
Version Information
ROM OS Version: 9.0 Pie
Status: Stable
Based On: TWRP
Current Stable Version: 3.3x
Downloads: TWRP_by_Hadenix
SUPPORT:
Unofficial Telegram Channel
20-10-19
- Correction of minor errors
- New TWRP Welcome Screen
- Support A/B feature for EMMC and UFS boot region
- Derganje corrected at the beginning of launch/thank you nemo-nemo for the tip
- Added system/vendor for backstop
- The screen goes off and is locked
- Added system/vendor mounted as drives/thank you Alekcandp
- Change Device Code Name
- MTP works
- Core from the firmware A3_N_V1.4_20190715
- Work has been done to install OTA updates for drain firmware A3_N
- Excluded from TWRP APP assembly
- ADB works
- Updated sources to 9.0.0 r47
- Added to firmware recovery_dtbo.img assembly 1.4
- Added a flag to keep the backstops in the TWRP/BACKUPS/phone model folder
- Recycled BoardConfig and sorted
- First release
is this at all useable for the a3 pro variant?
Ciao, are there any risks in the procedure? is it enough to have the root?
signature verification failed
Hello XDA developers
When i try to install any zip files (supersu, magisk, no-verity-opt-encrypt) with Android recovery, it return E:failed to verify whole-file signature.
I would like to know if the recovery installed is unoficial twrp or not, because I tried to install it and it doesn't look too much like TWRP.
I can't find the official TWRP for my UMIDIGI A3 N.
zermi said:
signature verification failed
Hello XDA developers
When i try to install any zip files (supersu, magisk, no-verity-opt-encrypt) with Android recovery, it return E:failed to verify whole-file signature.
I would like to know if the recovery installed is unoficial twrp or not, because I tried to install it and it doesn't look too much like TWRP.
I can't find the official TWRP for my UMIDIGI A3 N.
Click to expand...
Click to collapse
Hello,
I know Im a bit late but this thread has helped me to install i think a custom twrp on my Umidigi A3
https://community.umidigi.com/forum.php?mod=viewthread&tid=2962
Hadenix said:
20-10-19
- Correction of minor errors
- New TWRP Welcome Screen
- Support A/B feature for EMMC and UFS boot region
- Derganje corrected at the beginning of launch/thank you nemo-nemo for the tip
- Added system/vendor for backstop
- The screen goes off and is locked
- Added system/vendor mounted as drives/thank you Alekcandp
- Change Device Code Name
- MTP works
- Core from the firmware A3_N_V1.4_20190715
- Work has been done to install OTA updates for drain firmware A3_N
- Excluded from TWRP APP assembly
- ADB works
- Updated sources to 9.0.0 r47
- Added to firmware recovery_dtbo.img assembly 1.4
- Added a flag to keep the backstops in the TWRP/BACKUPS/phone model folder
- Recycled BoardConfig and sorted
- First release
Click to expand...
Click to collapse
hello! do you still have the twrp device tree?

[RECOVERY][R][ONEUI 3] TWRP v3.5.1 For Samsung Galaxy M30s (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
Downloads
vbmeta
Odin tool
MEGA : M30sdd_TWRP_3.5.1_9
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.
Support:
Samsung Galaxy M30S | Official™
Official group for the Samsung Galaxy M30S Channel :- @SamsungGalaxyM30sUpdates Photography :- @SamsungGalaxyM30sPhotography Use /rules to see the rules, use /notes to see the notes. @admin or /report can be used to report users.
t.me
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
Thanks for the effort sir
Where is the .tar file for first time installation after flashing vbmeta
Thanks for the effort sir,
Can u add twrp .tar file in the download section.

Categories

Resources