[RECOVERY][UNOFFICIAL] TWRP for Galaxy S10 Lite (Snapdragon) - Samsung Galaxy S10 Lite ROMs, Kernels, Recoveries,

{
"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.
Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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.
Supported Models:
Galaxy S10 Lite G770U, G770W and G770F only.
US/Canada bootloader unlock thread:
here
Download & Guide:
1. Unlock your bootloader.
2. Download S10 Lite: r5q.
3. Reboot to download mode and flash vbmeta_disabled.tar in AP slot and reboot. Device will reboot to stock recovery mode prompting you to wipe data so wipe data and reboot to download mode again.
4. Put the TWRP tar for your device with Odin in the AP slot and click start.
5. Reboot to recovery via recovery key combo.
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again!.​- Type: multidisabler again. will see - Finished. when done.​7. Go back to Wipe > Format Data > type yes.
8. Reboot to recovery.
9. Flash magisk apk in twrp.
10. Reboot to system, Enjoy.
Note:
To disable encryption manually:
You need to replace fileencryption=ice with encryptable=ice only in userdata line (maybe rest lines) in vendor/etc/fstab.qcom
To avoid stock recovery restoration manually:
Rename system/recovery-from-boot.p to recovery-from-boot.p.bak
Click to expand...
Click to collapse
Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Telegram group
Bugs:
- Encryption not fully working.
Thanks:
TWRP team
Flávio and Vaughnn for testing
ianmacd for multidisabler
Sources:
Kernel tree
Device tree

Changelog:
29.11.2021 - Update to TWRP 3.6.0
- Add Symlinked dynamic partitions to fstab
- Update multidisabler
- fstab clean up
03.03.2021 - Update to latest TWRP source
- Add terminal multidisabler script
- fstab cleanup.
01.01.2021 - Update TWRP to 3.5.0
- Fix fastbootd
- Builds for Q and R.
21.11.2020 - Initial Release.

Everything work perfect. Thank You

Great, thank you.

@afaneh92 you're here too lol

fbs said:
@afaneh92 you're here too lol
Click to expand...
Click to collapse
Yes, Im taking a rest from S5 lol.

Do all versions have snapdragons and is it free bootloader unlock? Im hoping it works the same for the G770U as the G770f right. Im looking at buying one and I have to have root and twrp lol

Moderator Information,
Thread has been cleaned. Selling unlock services through XDA is not allowed.

Stephen said:
Moderator Information,
Thread has been cleaned. Selling unlock services through XDA is not allowed.
Click to expand...
Click to collapse
How is it possible I dont understand if samsung doesnt allow it officially how does that work?

Nice work on the recovery. This phone is tits its just as fast as my S6 tablet. Which partitions should I back up? Im not sure theres so many It wont back up modem.

Techguy777 said:
Nice work on the recovery. This phone is tits its just as fast as my S6 tablet. Which partitions should I back up? Im not sure theres so many It wont back up modem.
Click to expand...
Click to collapse
I though you wont do unlock your device lol.

Never mind it will back it up if I just backup modem by itself. What are the main ones for bootloops? Im guessing data, boot, super img with all the partitions inside.
The way I rooted was unlocked bootloader, flashed the dbmeta dummy file, had magisk canary on a ssd drive with the twrp and samsung disabler. After I flashed twrp I boot into recovery flashed the disabler and formate data yes and than I just flash magisk v21.1 zip and rebooted. Now I have check adb apps unchecked in developer options as migrate says his app works better that way so I dont know if it made a difference or not.

afaneh92 said:
I though you wont do unlock your device lol.
Click to expand...
Click to collapse
I did the easy way. Im a broke bum it was a gift I dont have a 150 dollars so I went with the 770f model. If I had to I would have.

What we need now is a permissive kernel.

Techguy777 said:
What we need now is a permissive kernel.
Click to expand...
Click to collapse
You can use the kernel in TWRP its permissive. I dont have free time to support kernels. but you can build it yourself.
GitHub - mohammad92/android_kernel_samsung_r5q: Kernel source for the Samsung Galaxy S10 Lite (Snapdragon)
Kernel source for the Samsung Galaxy S10 Lite (Snapdragon) - GitHub - mohammad92/android_kernel_samsung_r5q: Kernel source for the Samsung Galaxy S10 Lite (Snapdragon)
github.com
there is a build menu, easy way.

afaneh92 said:
You can use the kernel in TWRP its permissive. I dont have free time to support kernels. but you can build it yourself.
GitHub - mohammad92/android_kernel_samsung_r5q: Kernel source for the Samsung Galaxy S10 Lite (Snapdragon)
Kernel source for the Samsung Galaxy S10 Lite (Snapdragon) - GitHub - mohammad92/android_kernel_samsung_r5q: Kernel source for the Samsung Galaxy S10 Lite (Snapdragon)
github.com
there is a build menu, easy way.
Click to expand...
Click to collapse
I know I was thinking of trying it, ive built Lineage and a couple of roms for the S2 tablet, Nexus 6, and Ive tried twrp but never kernel. I have my build environment setup on ubuntu 14 on another hard drive but I have a cheap TLC hdmi tv and the resolution messed up and now everything is out of view and I can't even afford a 100 used monitor so its been put on hold for 2 years now.
When you restore a backup which partitions do you restore?

Techguy777 said:
I know I was thinking of trying it, ive built Lineage and a couple of roms for the S2 tablet, Nexus 6, and Ive tried twrp but never kernel. I have my build environment setup on ubuntu 14 on another hard drive but I have a cheap TLC hdmi tv and the resolution messed up and now everything is out of view and I can't even afford a 100 used monitor so its been put on hold for 2 years now.
When you restore a backup which partitions do you restore?
Click to expand...
Click to collapse
all but read only, which is modem.

afaneh92 said:
all but read only, which is modem.
Click to expand...
Click to collapse
I was looking into twrp wipe and it doesn't show system? So how do I flash lineage. Its weird because everything is different and I can't find instructions of all of it anywhere note in the note 20 twrp page nowhere.

afaneh92 said:
all but read only, which is modem.
Click to expand...
Click to collapse
Hey android 11 one ui 3.0 just dropped for the s10 lite.

Techguy777 said:
Hey android 11 one ui 3.0 just dropped for the s10 lite.
Click to expand...
Click to collapse
Yes I know long time ago, cant update twrp until we got kernel source.

Techguy777 said:
I was looking into twrp wipe and it doesn't show system? So how do I flash lineage. Its weird because everything is different and I can't find instructions of all of it anywhere note in the note 20 twrp page nowhere.
Click to expand...
Click to collapse
There no system wipe, this is dynamic partition device. System, vendor, product and odm are part of super partition. Do some search.

Related

[OFFICIAL][9.0]ProjectTitanium Beta ARM64 A-A/B[GSI][Update 02/07/2019]

{
"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 now void.
*
* 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.
*/
What is ProjectTitanium?​"ProjectTitanium is an GZOSP-Based-Custom Aftermarket Firmware Distribution for Android Devices. Our Goal is to Deliver Performance with many Features, Security, Cleanliness, and good Battery Life, Trying to make Something Unique than any other Android ROM. We Hope That you'll Love our Work, and help us in Making it even Better in the Future.
Features:​Work In Progress
Featured Stuffs:
- TiPapers
- About ProjectTitanium
-WIP
And many more being added regulary! *soon
Installation:​Make sure you have a custom recovery installed(TWRP is the preferred recovery)
Download the latest ProjectTitanium ROM & the latest GApps package
Boot into recovery
Perform a FULL factory wipe and wipe/system and dalvik cache as a precaution
Flash ProjectTitanium ROM
Flash Google Apps package(Optional)
Flash Magisk Root(Optional)
First boot may take up to 10 minutes.
Downloads:​A/B: PTi-Beta-0.5-GSI-ARM64-AB-OFFICIAL(update 02/07/2019)
Only A: PTi-Beta-0.5-GSI-ARM64-A-OFFICIAL (update 02/07/2019)
GApps
Source Code:​ProjectTitanium
Credits:​
-@XTutorials(Founder/Lead Developer)
-@DarkJoker360(Co-Founder/Lead Developer)
-@Thespartann(Senior Developer)
-@K3RN3L_P4N1C(Web Developer)
- Phhusson for Treble trees
- LineageOS
- GZOSP
REPORTING BUGS/PROBLEMS!
As soon as the problem occurs, feel free to tell me or, if possible, send me a logcat and I'll see what I can do!​
Have a feature request? Don't spam here. Visit our Telegram group!
ProjectTitanium Official Website:
ProjectTitanium
ProjectTitanium Official Telegram group:
Telegram
Support us!
Hello, Gracious human! if you like our work, you may support us by donating:
PayPal
Note
This ROM is in Beta state for now, I uploaded it here mainly for testing purposes(not that it can't be used as a daily ROM, it can actually, it just doesn't have all the things the final 1.0 will have.
​
A/B one does not boot on Xiaomi Mi 9 (Vendor used: Xiaomi.eu 9.5.30)
all other GSIs do boot with exact same procedure.
Mohammed779 said:
A/B one does not boot on Xiaomi Mi 9 (Vendor used: Xiaomi.eu 9.5.30)
all other GSIs do boot with exact same procedure.
Click to expand...
Click to collapse
Ah, damn. Let me see what I can do. Thanks for the report.
Could you give me any log?
Mohammed779 said:
A/B one does not boot on Xiaomi Mi 9 (Vendor used: Xiaomi.eu 9.5.30)
all other GSIs do boot with exact same procedure.
Click to expand...
Click to collapse
Same issue for same device.....
I will test it on s9+ and let u know if it boots or no
Update coming this night fixing hopefully all boot issues, even though on some devices it boots...
Regards,
ARM 64 A Only build boots fine on ZTE Axon 7. I had a quick browse through Settings, seems very barebones. I don't blame ya, you said yourself it's in beta. I'll keep an eye out for when you've had a chance to update it
Booted on s9+ but the rom is like stock aosp no features or anything, maybe because it is still on beta
Update 02/07/2019!
Good Evening! I'm back as I said, and here is the update for this ROM.
Changelog:
-Boot issues fixed!
-Vendor fixed!
-New stock wallpaper
-Fixed build number bug
-Other miscellaneous fixes
Download:​Only A:
PTi-Beta-0.5-GSI-ARM64-A-OFFICIAL
A/B:
PTi-Beta-0.5-GSI-ARM64-AB-OFFICIAL
Best Regards!​
A/B Build added to the update reply, now since the builds should work our team is going to start working on actually bringing features to this.
Hopefully sooner than you think.
Regards,
Akhayev said:
Booted on s9+ but the rom is like stock aosp no features or anything, maybe because it is still on beta
Click to expand...
Click to collapse
Would you please tell the Firmware and Vendor you are on . Thank you !
fares70 said:
Would you please tell the Firmware and Vendor you are on . Thank you !
Click to expand...
Click to collapse
Brk3 vendor , and firmware use the one u already using ,
XTutorials said:
A/B Build added to the update reply, now since the builds should work our team is going to start working on actually bringing features to this.
Hopefully sooner than you think.
Regards,
Click to expand...
Click to collapse
Do you mean this ROM is intended to be feature-rich like Havoc, Liquid, PixelDust...?
Boots on Blu Vivo XI.
Hello Goodnight.
I previously installed GSI roms.
but now I try to install with the usual procedure
for my G9600 S9
but I can not get into the system
it always stays in the logo and never passes from there.
I already wait more than 25 minutes and nothing.
- STEPS FOR INSTALLING GSIs:
Download the desired GSI (it MUST be A-only_arm64 Variant)
Unpack it if it wasn't in .IMG format
Wipe DATA, and reboot in TWRP
Go to TWRP , Install , Install IMAGE
Pick your GSI and select SYSTEM IMAGE
Install the kernel for GSI GSI Kernels
In TWRP mount System, then go to ADVANDED, File Manager, and delete this file: system/bin/rw_system.sh
Reboot system
What is wrong?
Technical said:
Do you mean this ROM is intended to be feature-rich like Havoc, Liquid, PixelDust...?
Click to expand...
Click to collapse
Well, we want to make something different from any other ROM, but yes, it will also have plenty of features enough to satisfy everyone, hopefully also reaching my intentions. We intent of bringing 1.0 this fall.
Regards,
hi Guys
I can not install a gapps twrp error 70 otherwise rome runs well and as always with my asus zenfone 5 ze620kl automatic brightness does not work ..
can you please build a rome with gapps.
Thank you
XTutorials said:
Well, we want to make something different from any other ROM
Click to expand...
Click to collapse
What do you mean?
Until May I was able to compile Bootleggers, Havoc and Liquid. Since then, sepolicy and other specific issues are blocking building or booting later. I like featured rich ROMs and I could help to compile Titanium, although my knowledge is not enough to help you, devs.
---------- Post added at 08:19 ---------- Previous post was at 08:14 ----------
barbaross said:
hi Guys
I can not install a gapps twrp error 70
Click to expand...
Click to collapse
In TWRP, just go to Wipe menu > Advanced Wipe > check System partition > Partition options > Resize FS. Then flash Gapps again.
Technical said:
What do you mean?
Until May I was able to compile Bootleggers, Havoc and Liquid. Since then, sepolicy and other specific issues are blocking building or booting later. I like featured rich ROMs and I could help to compile Titanium, although my knowledge is not enough to help you, devs.
Click to expand...
Click to collapse
Well, this ROM can be build as any other ROM, so anyone with some Linux knowledge should be able to build this, as any other ROM.
And soon accepting official maintenance!
mezacorleehone said:
Hello Goodnight.
I previously installed GSI roms.
but now I try to install with the usual procedure
for my G9600 S9
but I can not get into the system
it always stays in the logo and never passes from there.
I already wait more than 25 minutes and nothing.
- STEPS FOR INSTALLING GSIs:
Download the desired GSI (it MUST be A-only_arm64 Variant)
Unpack it if it wasn't in .IMG format
Wipe DATA, and reboot in TWRP
Go to TWRP , Install , Install IMAGE
Pick your GSI and select SYSTEM IMAGE
Install the kernel for GSI GSI Kernels
In TWRP mount System, then go to ADVANDED, File Manager, and delete this file: system/bin/rw_system.sh
Reboot system
What is wrong?
Click to expand...
Click to collapse
First you need BRK3 vendor , and flash aosp kernel not gsi , the best kernel is Endurance-Kernel-AOSP-1.2.30.zip
First, wipe system data cache and then flash vendor then flash the rom then flash kernel the magisk then reboot ot will work fine , no need to delete rw_system or anything

[ROM][UNOFFICIAL] LineageOS 16.0 - Galaxy A6 Plus (ARM, ARM64)

{
"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"
}
Disclaimer
Code:
/*
* Your warranty is now void.
*
* We are 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.
*
*/
What it is
LineageOS is an open source operating system based on AOSP (Android Open Source Project) with many extra features and additions.
Known bugs
ARM64:
- Bluetooth (Works on ARM)
- FM Radio (Works on ARM)
ARM:
- MTP (Use TWRP, to use MTP)
Prerequisites
- Bootloader Binary 4 & 5
Installation instructions
1. Download the ROM zip from the downloads section below
2. Wipe /system and /data (complete FORMAT /data if you're having issues)
3. Flash ROM zip in TWRP
Downloads
LineageOS 16.0 ARM64: here
LineageOS 16.0 ARM (less bugs): here
Gapps: here
Sources
https://github.com/Edgars-Cirulis/android_device_samsung_a6plte
https://github.com/Edgars-Cirulis/proprietary_vendor_samsung_a6plte
https://github.com/Edgars-Cirulis/android_kernel_custom_a6plte
Unofficial Lineage 16.0, ROM for the Samsung Galaxy A6 +
ROM OS Version: 9 Pie
ROM Kernel: Linux 3.x
Kernel type: Custom
Vendor: arm64 & arm
Ported by: @Not_Sure (Junak)
Version Information
Status: Beta
reserved
reserved
Downloading.. and directly Testing.
---------- Post added at 21:16 ---------- Previous post was at 20:43 ----------
Installation instructions
1. Download the ROM zip from the downloads section below
2. Wipe /system and /data (complete FORMAT /data if you're having issues)
3. Flash ROM zip in TWRP
Click to expand...
Click to collapse
For the Beginners ->
1. Download Rom & GApps Arm64
2. Wipe /system and /data (complete FORMAT /data if you're having issues)
3. Flash ROM zip in TWRP
4. Reboot Recovery
5. Install GApps arm64
6. Reboot to System
After ~3hrs of testing i found another bug.
If you want to Restart or Shut down the Phone, it stucks at "Reboot.."
Then you have to press "Power + Vol Down" to restart.
Thanks!
I tried to compile the LOS gsi, but my pc didn't like the phh script and i have very limited time to debug why it fails.
No time to test your build right now (though i i'm planning to use as daily driver from the new year), but i got a few questions regarding functionality:
- Do the dual sim, sd card, mtp, camera, lockscreen features work?
- Is it possible to install a new-ish gcam under LOS?
- Also, would it be possible to compile LOS 8.1 and just add the fm radio firmware from samsung stock to fix fm issue?
jcd000 said:
Thanks!
I tried to compile the LOS gsi, but my pc didn't like the phh script and i have very limited time to debug why it fails.
No time to test your build right now (though i i'm planning to use as daily driver from the new year), but i got a few questions regarding functionality:
- Do the dual sim, sd card, mtp, camera, lockscreen features work?
- Is it possible to install a new-ish gcam under LOS?
- Also, would it be possible to compile LOS 8.1 and just add the fm radio firmware from samsung stock to fix fm issue?
Click to expand...
Click to collapse
Hello, Thanks for your reply. Lockscreen, dual sim, mpt, camera works. Well this is 64bit rom it supports GCAM but the camera HALs needs remake for GCAM (you can take black pictures on GCAM)
Almost all samsung apps require Samsung Frameworks but I am not gonna do it.
Hi!
Can you do something with SafetyNet? Because i can't install snapchat
wafelciooo said:
Hi!
Can you do something with SafetyNet? Because i can't install snapchat
Click to expand...
Click to collapse
Hello there if your phone is rooted with magisk, You can download Magisk module and install it manual on magisk!
Link: https://magiskroot.net/md/MagiskHide_Props_Config-v5.0.1-v65(49).zip
Edgars Cīrulis said:
Hello, Thanks for your reply. Lockscreen, dual sim, mpt, camera works. Well this is 64bit rom it supports GCAM but the camera HALs needs remake for GCAM (you can take black pictures on GCAM)
Almost all samsung apps require Samsung Frameworks but I am not gonna do it.
Click to expand...
Click to collapse
I see, thanks.
Another question:
I'm still on OREO. I guess the BL binary 4 requirement mentioned in the first post is the PIE BL binary?
So i'd have to first flash the latest PIE stock?
From what i see over at ashyx's TWRP thead, it is possible to install TWRP on latest PIE, but not to root afterwards.
So, since from your answer to wafelciooo above, it seems clear that magisk can be installed, what did i get wrong?
jcd000 said:
I see, thanks.
Another question:
I'm still on OREO. I guess the BL binary 4 requirement mentioned in the first post is the PIE BL binary?
So i'd have to first flash the latest PIE stock?
From what i see over at ashyx's TWRP thead, it is possible to install TWRP on latest PIE, but not to root afterwards.
So, since from your answer to wafelciooo above, it seems clear that magisk can be installed, what did i get wrong?
Click to expand...
Click to collapse
I will probably boot on any bootloader. But things line telephony, wi-fi might not work because of uncompatible firmware.
It's possible to make it work properly on any firmware although not implemented yet.
Bootloader Binary 4?
Hi,
how do I know my - Bootloader Binary?
regards,
Wilkin
SuperQvas said:
Hi,
how do I know my - Bootloader Binary?
regards,
Wilkin
Click to expand...
Click to collapse
Look for "Baseband version" in software info in settings. The number in the middle is bootloader binary. For example:
A605FNXXS4BSH1 -> 4
A605FNXXU3ARK2 -> 3
I'll look for it... once my wife vacates my cellphone.
Not_Sure said:
Look for "Baseband version" in software info in settings. The number in the middle is bootloader binary. For example:
A605FNXXS4BSH1 -> 4
A605FNXXU3ARK2 -> 3
Click to expand...
Click to collapse
Not_Sure said:
Look for "Baseband version" in software info in settings. The number in the middle is bootloader binary. For example:
A605FNXXS4BSH1 -> 4
A605FNXXU3ARK2 -> 3
Click to expand...
Click to collapse
mine is A605FNXXU4BSJ1, so I guess I am good to go.
I'm looking to try this but it bootloops for eons an then goes back to the recovery. anyone with the same issue?
edit: after various wipes and re-installing, I finally made it... it looks pretty smooth so far
how to return to oreo
Yeah I am think about it too, because there's few to no-help-at-all from the OP.
To go back to Oreo, provided you didn't make a backup of you're ROM you'll have to download a firmware from https://www.sammobile.com/firmwares/ and use Odin to flash it into your device.
elokuba said:
how to return to oreo
Click to expand...
Click to collapse
how to return to oreo
elokuba said:
how to return to oreo
Click to expand...
Click to collapse
firmware + odin

[RECOVERY][UNOFFICIAL] TWRP for Galaxy S20 Series (Snapdragon)

{
"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.
Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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.
Note: My TWRP builds are free I take no money or selling them, The new builds support US devices unlocked before 9 november or added upon request.
Supported Models:
Galaxy S20 Ultra G9880, G988N, G988U, G988U1 and G988W.
Galaxy S20 plus G9860, G986N, G986U, G986U1 and G986W.
Galaxy S20 G9810, G981N, G981U, G981U1 and G981W.
US/Canada bootloader unlock thread:
here
Download & Guide:
1. Unlock your bootloader.
2. Download S20: x1q, S20+: y2q or S20 Ultra z3q.
3. Reboot to download mode and flash vbmeta_disabled.tar in AP slot and reboot. Device will reboot to stock recovery mode prompting you to wipe data so wipe data and reboot to download mode again.
4. Put the TWRP tar for your device with Odin in the AP slot and click start.
5. Reboot to recovery via recovery key combo.
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again!.​- Type: multidisabler again. will see - Finished. when done.​7. Go back to Wipe > Format Data > type yes.
8. Reboot to recovery.
9. Flash magisk apk in twrp.
10. Reboot to system, Enjoy.
Note:
To disable encryption manually:
You need to replace fileencryption=ice with encryptable=ice only in userdata line (maybe rest lines) in vendor/etc/fstab.qcom
To avoid stock recovery restoration manually:
Rename system/recovery-from-boot.p to recovery-from-boot.p.bak
Click to expand...
Click to collapse
Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Telegram group
Bugs:
- Encryption not fully working.
Thanks:
TWRP team
@jesec for kernel source and unlock guide
@ianmacd for multidisabler
@sac23 and @elliwigy for testing on S20 Ultra G988U and G986U
Sources:
Kernel tree
Device Tree:
x1q
y2q
z3q
Changelog:
02.06.2022 - Update to Android 12 kernel source
- Fix mount issues
- Update to TWRP 3.6.2
29.11.2021 - Update to TWRP 3.6.0
- Add Symlinked dynamic partitions to fstab
- Updated to latest kernel source
- Update multidisabler
- fstab clean up
- Fix haptic feedback
03.03.2021 - Update to latest TWRP source
- Add terminal multidisabler script
- fstab cleanup.
12.12.2020 - Update TWRP to 3.5.0
12.12.2020 - R build: Initial release for android 11.0.
12.12.2020 - Q build: Update to latest TWRP source
- Fix fastbootd.
15.11.2020 - Add TWRP fastbootd support
- Clean up fstab
- Move kernel to gz format.
24.09.2020 - Update prebuilt kernel and dtb's for more dynamic partitions compatibility.
15.09.2020 - Update to latest TWRP source with more dynamic partitions support.
03.09.2020 - Initial Release.
Pardon my ignorance but the g9860 s20+ snapdragon is it supported by this recovery?
fastmix said:
Pardon my ignorance but the g9860 s20+ snapdragon is it supported by this recovery?
Click to expand...
Click to collapse
Sure use y2q build
And if you downloaded multidisabler Im working on updated one
Great to see twrp recovery for snapdragon....hopefully some custom rom development in the future.[emoji106]
Verstuurd vanaf mijn SM-G9860 met Tapatalk
[email protected] said:
Great to see twrp recovery for snapdragon....hopefully some custom rom development in the future.[emoji106]
Verstuurd vanaf mijn SM-G9860 met Tapatalk
Click to expand...
Click to collapse
oh its comming
Finally [emoji7]
Sent from my SM-G9810 using Tapatalk
Do I need to root the device as guided by Jesec in his thread or only unlock the bootloader. Will installing this recovery will auto provide root ?
jsbutran said:
Do I need to root the device as guided by Jesec in his thread or only unlock the bootloader. Will installing this recovery will auto provide root ?
Click to expand...
Click to collapse
The unlock is to allow flashing custom recovery, and no root inside you need to flash magisk to get root.
Works on sm-g9810 s20?
I followed the steps but always get bootup in Android Recovery. Im on g988n snapdragon. Please guide. I have done OEM unlocking. Disabled AVB and flashed recovery. but try to boot in recovery I get into Android recovery. What I'm doing wrong
jucin said:
Works on sm-g9810 s20?
Click to expand...
Click to collapse
you can be the first tester on regular s20.
jsbutran said:
I followed the steps but always get bootup in Android Recovery. Im on g988n snapdragon. Please guide. I have done OEM unlocking. Disabled AVB and flashed recovery. but try to boot in recovery I get into Android recovery. What I'm doing wrong
Click to expand...
Click to collapse
worked fine on G988U, you need to be stock for disabling AVB then wipe and go back to download mode and flash TWRP
I assume this will work on G988U1 too?
ismoore said:
I assume this will work on G988U1 too?
Click to expand...
Click to collapse
If you unlocked your bootloader why not!
afaneh92 said:
If you unlocked your bootloader why not!
Click to expand...
Click to collapse
The bootloader can't be unlocked on the U and U1 models.
afaneh92 said:
Sure use y2q build
And if you downloaded multidisabler Im working on updated one
Click to expand...
Click to collapse
Where is the multidisabler file located? I'm wanting to try this on my US Snapdragon S20+! ?
ismoore said:
The bootloader can't be unlocked on the U and U1 models.
Click to expand...
Click to collapse
Not true pm me for details
ismoore said:
The bootloader can't be unlocked on the U and U1 models.
Click to expand...
Click to collapse
I have unlocked S10 G973U. PM me or join telegram group for more info.
sabrdawg said:
Where is the multidisabler file located? I'm wanting to try this on my US Snapdragon S20+! ?
Click to expand...
Click to collapse
Multidisabler zip cant decrypte for now, super partition vendor are read only and cant modify fstab.qcom, will be fixed later.
The only way is to push edited fstab.qcom to vendor via adb or root manager.
Will add a guide tomorrow.
Theres a file at /system/recovery-from-boot.p or something rather he probably needs to remove else it will overwrite the custom recovery with other one.
afaneh92 said:
you can be the first tester on regular s20.
worked fine on G988U, you need to be stock for disabling AVB then wipe and go back to download mode and flash TWRP
Click to expand...
Click to collapse
jsbutran said:
I followed the steps but always get bootup in Android Recovery. Im on g988n snapdragon. Please guide. I have done OEM unlocking. Disabled AVB and flashed recovery. but try to boot in recovery I get into Android recovery. What I'm doing wrong
Click to expand...
Click to collapse
Same problem here. G9860.

[RECOVERY][UNOFFICIAL] TWRP for Galaxy Note 20 Ultra 5G (Snapdragon)

{
"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.
Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your 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.
Supported Models:
Galaxy Note 20 Ultra N9860, N986N, N986U, N986U1 and N986W.
US/Canada bootloader unlock thread:
here
Download & Guide:
1. Unlock your bootloader.
2. Download Note 20 Ultra: c2q.
3. Reboot to download mode and flash vbmeta_disabled.tar in AP slot and reboot. Device will reboot to stock recovery mode prompting you to wipe data so wipe data and reboot to download mode again.
4. Put the TWRP tar for your device with Odin in the AP slot and click start.
5. Reboot to recovery via recovery key combo.
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again!.​- Type: multidisabler again. will see - Finished. when done.​7. Go back to Wipe > Format Data > type yes.
8. Reboot to recovery.
9. Flash magisk apk in twrp.
10. Reboot to system, Enjoy.
Note:
To disable encryption manually:
You need to replace fileencryption=ice with encryptable=ice only in userdata line (maybe rest lines) in vendor/etc/fstab.qcom
To avoid stock recovery restoration manually:
Rename system/recovery-from-boot.p to recovery-from-boot.p.bak
Click to expand...
Click to collapse
Support:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Telegram group
Bugs:
- Encryption not fully working.
- Haptic feedback is currently not working.
Thanks:
TWRP team
@sac23 for testing
ianmacd for multidisabler
Sources:
Kernel tree
Device tree
Changelog:
02.06.2022 - Update to Android 12 kernel source
- Fix mount issues
- Update to TWRP 3.6.2
29.11.2021 - Update to TWRP 3.6.0
- Add Symlinked dynamic partitions to fstab
- Updated to latest kernel source
- Update multidisabler
- fstab clean up
- Fix haptic feedback
03.03.2021 - Update to latest TWRP source
- Add terminal multidisabler script
- fstab cleanup
31.12.2020 - Initial Release.
Thanks for posting this! I'll more than likely be using your page once I finally get my bootloader unlocked from Sampwnd. The fact that US model bootloader unlocks need to be done with internal Samsung tools is pretty dang goofy...
NippleSauce said:
Thanks for posting this! I'll more than likely be using your page once I finally get my bootloader unlocked from Sampwnd. The fact that US model bootloader unlocks need to be done with internal Samsung tools is pretty dang goofy...
Click to expand...
Click to collapse
Welcome any time. join telegram group for more support.
Thank You! Cannot wait to try this out.
Flashed and working on my SM-986U1 Android 11 thank you!
Finished and working on my SM-N986U1 with Android 11.
How do I unlock bootloader on sm-n986w? OEM unlock is not in the dev option list
GuberX said:
How do I unlock bootloader on sm-n986w? OEM unlock is not in the dev option list
Click to expand...
Click to collapse
US/Canada devices has no oem option. Can be unlocked via some services. I cant discuss here in xda because I didn't got approved yet to post. You can try to contact out of xda.
What's the difference with this twrp and unofficial twrp realized for the devices ?.
jawonder said:
What's the difference with this twrp and unofficial twrp realized for the devices ?.
Click to expand...
Click to collapse
If you mean between mine and mentalmuso's, mine are has different device tree and kernel and based on untouched twrp source.
What's the difference between this and mental? I know his is featured rich.
Ability to flash system img for gsi etc..
TheUndertaker21 said:
What's the difference between this and mental? I know his is featured rich.
Ability to flash system img for gsi etc..
Click to expand...
Click to collapse
You still can use fastboot to flash GSI
Most fixes he took from me and Im not interested in features that can be flashable zips.
afaneh92 said:
You still can use fastboot to flash GSI
Most fixes he took from me and Im not interested in features that can be flashable zips.
Click to expand...
Click to collapse
Fastboot not working for Samsung phones but ditto
TheUndertaker21 said:
Fastboot not working for Samsung phones but ditto
Click to expand...
Click to collapse
Yes its
Backup to extsdcard work?
dron39 said:
Backup to extsdcard work?
Click to expand...
Click to collapse
Yes, format to exfat for 4GB+ backup files.
I thought that N20 Ultra (by default) will format extsd to exfat. No?
dron39 said:
I thought that N20 Ultra (by default) will format extsd to exfat. No?
Click to expand...
Click to collapse
Android format it if its corrupted or not compatible.
I hope you can make a Samsung tab S7 (t870) twrp

[UPDATED][RECOVERY][UNOFFICIAL]TWRP 3.6.2 for 2020 Galaxy Tab A7 10.4[SM-T500]

{
"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:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're 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 us for messing up your device, we will laugh at you.
*/
Introduction
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.
TWRP version: 3.5.2_11
For device: gta4lwifi
Device Tree: https://github.com/juic3b0x/twrp_android_device_samsung_gta4lwifi
Maintainer/Authors build: ragarcia87
Installation Instructions
If TWRP Already Installed
Download recovery.img from below
Copy recovery.img to device
Install > Install Image > recovery.img to Recovery
Reboot > Recovery
Enjoy
From PC
Download Odin Flashable Tar from bellow
Put tablet into Odin Download Mode
Flash Blank vbmeta via Userdata
Flash Odin Flashable Tar via AP
Enjoy
Working
ADB
MTP
Everything, except decryption of internal data (havent tested)
Bugs
(My tablet is already decrypted so haven't tested this, please advise)
OS-encrypted storage (Internal Data) not able to be decrypted in TWRP.
Downloads
recovery.img
https://mega.nz/file/bkcimDCK#tkv6ATvxx_gEUJJ4OD2WQ1WsRPTINRZCc2hTFPg62aY
Blank vbmeta
https://mega.nz/file/74dAUBSQ#w_XN49p8TRppiOVEvI_eGXkzf6jgZWXarN4Qi6BFr-4
Odin Flashable Tar
https://mega.nz/file/C0NgmD6S#lWD70RUXsXs_sv-0E5BOHPoitQc8keyorarW0xtXV-4
Thanx a lot bro. was looking for it. working fine. is there any custom or modified samsung rom without bloat sothat we can use this recovery for that.
Glad it's working well for you. And to be honest, I've tried a few GSI roms and they work well, like crDroid GSI and CAOS GSI... I've been trying to cook up my own port of a few ROMs also to no avail yet but soon...
ragarcia87 said:
Glad it's working well for you. And to be honest, I've tried a few GSI roms and they work well, like crDroid GSI and CAOS GSI... I've been trying to cook up my own port of a few ROMs also to no avail yet but soon...
Click to expand...
Click to collapse
How do I install the GSI ROMs because I only get Boot Recovery dtbo vbmeta_samsung VBMeta and Super (system vendor odm product)
EdwardTCM said:
How do I install the GSI ROMs because I only get Boot Recovery dtbo vbmeta_samsung VBMeta and Super (system vendor odm product)
Click to expand...
Click to collapse
You have to use a patch called DynaPatch v1.5. It patches TWRP to be able to install individual images to the super dynamic partition... I don't know if I can post a link but if you Google DynaPatch v1.5 you'll be able to find it, just flash via TWRP and then reboot to Recovery and it will show system, vendor, product etc in the install
ragarcia87 said:
You have to use a patch called DynaPatch v1.5. It patches TWRP to be able to install individual images to the super dynamic partition...
Click to expand...
Click to collapse
Oh alright thanks
ragarcia87 said:
You have to use a patch called DynaPatch v1.5. It patches TWRP to be able to install individual images to the super dynamic partition... I don't know if I can post a link but if you Google DynaPatch v1.5 you'll be able to find it, just flash via TWRP and then reboot to Recovery and it will show system, vendor, product etc in the install
Click to expand...
Click to collapse
I got the file but nothing happened
Edit: Never mind I fixed it
Enter TWRP recovery
Select Install – select DynaPatch-v1.5.zip, Swipe to confirm Flash
Select Reboot – Recovery or Turn Power off
One time only to flash this patch except you reflash the TWRP recovery
The images attached are to show that it works.. I show a before the patch is installed and then after its installed... make sure you follow the directions above.
Aight, after i unlocked the bootloader, everytime i try to flash the vbmeta or even the twrp, it fails. any idea why?
"Only official released binaries are allowed to be flashed(vbmeta)"
Liloabouu said:
Aight, after i unlocked the bootloader, everytime i try to flash the vbmeta or even the twrp, it fails. any idea why?
"Only official released binaries are allowed to be flashed(vbmeta)"
Click to expand...
Click to collapse
After unlocking, did you re-enable Dev mode and check OEM?
Could you please refresh your device tree on GitHub with the changes you made for Android 11?
Magendanz said:
Could you please refresh your device tree on GitHub with the changes you made for Android 11?
Click to expand...
Click to collapse
I can certainly try, lol... Been super busy lately, 7days a week, two jobs no time off till after the new year lol... I'll keep ya posted
I'm having a problem with stock recovery overwriting TWRP. I have the latest stock, BUJ1, installed. I flash vbmeta and recovery with Odin and boot into TWRP. Format data and reboot recovery. Everything works fine. Reboot to system and go through the setup, make sure developer mode still enabled. Again, everything appears to work. Download the DynaPatch and copy it to the T500 SD card. Turn off the tablet and attempt to boot TWRP. It's gone. Back to stock recovery. What am I doing wrong????
read post below... sorry ... tried to edit and it double posted...
lewmur said:
I'm having a problem with stock recovery overwriting TWRP. I have the latest stock, BUJ1, installed. I flash vbmeta and recovery with Odin and boot into TWRP. Format data and reboot recovery. Everything works fine. Reboot to system and go through the setup, make sure developer mode still enabled. Again, everything appears to work. Download the DynaPatch and copy it to the T500 SD card. Turn off the tablet and attempt to boot TWRP. It's gone. Back to stock recovery. What am I doing wrong????
Click to expand...
Click to collapse
Thats my bad, youll want to use the multidisabler to fix that.. I have added it to the twrp.. once twrp is installed go to Advanced > Terminal and then type multidisabler then press enter. This will disable the stock recovery restoration.
What if I don't have TWRP installed yet but the tablet is rooted with Magisk? Is it okay to flash TWRP from within a running system?
ragarcia87 said:
Thats my bad, youll want to use the multidisabler to fix that.. I have added it to the twrp.. once twrp is installed go to Advanced > Terminal and then type multidisabler then press enter. This will disable the stock recovery restoration.
Click to expand...
Click to collapse
Thanks. That worked but I flashed DynaPatch and then lineage-19.0-20211216-UNOFFICIAL-treble_a64_bvS-vndklite.img in super and it bootloops. Any ideas? Of course this was after format of data and factory reset wipe.
lewmur said:
Thanks. That worked but I flashed DynaPatch and then lineage-19.0-20211216-UNOFFICIAL-treble_a64_bvS-vndklite.img in super and it bootloops. Any ideas?
Click to expand...
Click to collapse
You'll have to reflash stock super or extract the stock super img and flash vendor, product, odm, then the lineage to system
Also @lewmur will need the lineage-19.0-20211216-UNOFFICIAL-treble_arm64_bvS-vndklite.img variant. Not a64
paziusss said:
Also @lewmur will need the lineage-19.0-20211216-UNOFFICIAL-treble_arm64_bvS-vndklite.img variant. Not a64
Click to expand...
Click to collapse
paziusss said:
Also @lewmur will need the lineage-19.0-20211216-UNOFFICIAL-treble_arm64_bvS-vndklite.img variant. Not a64
Click to expand...
Click to collapse
Thanks. Got LOS 19 to boot. Do you know what gapps to use with it?

Categories

Resources