[RECOVERY][OFFICIAL] TWRP for Galaxy S8 and S8+ (Exynos) - Samsung Galaxy S8 & S8+ Cross Device Development

Team Win Recovery Project 3.1.1
Exynos ONLY.
In NO way it is compatible with Snapdragon variants including but not limited to American(U/A/T/P/V), Chinese(0/8/6), Hong Kong(0), Japanese(SC-*), Canadian(W) variants.
{
"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"
}
#include <std_disclaimer.h>
Special Notes:
1. DON'T FORGET TO ENABLE "OEM UNLOCK" (located in Developers options).
2. KNOX will be tripped once you flashed custom binaries to your phone.
(Your warranty may be voided. However this may not affect you if your country, European Union for example, forces Samsung to provide hardware warranty regardless of software status.)
More Infos: https://en.m.wikipedia.org/wiki/Rooting_the_Android_operating_system
3. Samsung Firmware OTA (aka System Updates) will no longer work once you flashed custom binaries.
(You can flash custom ROMs if you want to keep the OS up-to-date.)
4. It is HIGHLY UNRECOMMENDED to purchase any access to any kind of private forums, ROMs or Kernels.
(DO NOT GET FOOLED.)
Download:
Galaxy S8 (dreamlte - Exynos vaiants - G950F/FD/N/X)
https://twrp.me/devices/samsunggalaxys8.html
Galaxy S8+ (dream2lte - Exynos variants - G955F/FD/X/N)
https://twrp.me/devices/samsunggalaxys8plus.html
Sources:
https://github.com/TeamWin
Changelog:
Check #2.
Guide:
Check #3.
Official Telegram Group: - General Discussion
Join to get quick support (when you find my guide confusing or meet any unexpected problem).
You can also discuss about ROMs(this group is "neutral" so you can discuss about or review any ROM. Note: Devs: Do NOT aggressively advertise your work.), get latest updates from developers or report possible bugs.
Invite Link
Show your appreciation:
Click Thanks!, Rate 5-star or/and Donate to me.
XDA:DevDB Information
TWRP for Galaxy S8 and S8+, Tool/Utility for the Samsung Galaxy S8
Contributors
jesec
Source Code: https://github.com/TeamWin
Version Information
Status: Beta
Created 2017-04-24
Last Updated 2018-07-22

Changelog:
Aug. 02:
Merged AQG kernel updates from Samsung.
NOTE: AQG or later bootloader is supported and REQUIRED from this version.
May. 30:
Possible fix for I/O problems.
Backported latest F2FS from Linux 4.12.
Minor kernel updates.
Apr. 27:
Problems Solved:
1. MTP
2. ADB
3. External SD Mount
Features Added:
F2FS - Note: This change ONLY makes it possible to operate F2FS in TWRP. You still need a F2FS-compatible KERNEL to boot into system with F2FS.
Note: As MTP and ADB are available now, flashable zips will no longer be included. Please download them by yourself and transfer them from your computer to phone if you need them.
Useful Links:
Disable dm-verity and make encryption optional: https://build.nethunter.com/android-tools/no-verity-opt-encrypt/
Magisk: https://forum.xda-developers.com/apps/magisk
Apr. 24:
Initial Release

Guides:
Notice: It may wipe all your data including those in internal storage.
Part 1 - HOW-TO FLASH TWRP:
1. In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
2. Go to Settings -> Developer options and enable OEM Unlock option.
3. Download and Install Samsung Mobile Phones Drivers.
- Option 1: Download and Install Smart Switch for PC.
- Option 2: Download and Install standalone driver package.
4. Download and extract Odin (Samsung's Flash Tool) to your computer.
5. Download a .tar image of TWRP.
6. Reboot your device to download mode.
- Hold [VOLUME DOWN] + [BIXBY] + [POWER] for approx. 15 seconds.
- Read the warning carefully.
- If you agree, press [VOLUME UP] to get into Download mode. If you don't agree, STOP.
7. Open Odin and place that TWRP tar file in the [AP] slot.
8. Connect your phone.
9. Hold [VOLUME UP] + [BIXBY] + [POWER] on your phone and then press start on Odin.
10. Wait for the phone to reboot. DO NOT release [VOLUME UP] + [BIXBY] + [POWER] or you may not reboot into TWRP.
Part 2 - HOW-TO INITIALIZE TWRP: (for new phones)
1. If you completed Part 1 successfully, you should be in TWRP now. At this point, you will reach the screen asking you if you want to allow system modifications.
2. Select "Keep /system RO". (Don't swipe right or you may not be able to boot into system if you failed to complete next steps. However, you can swipe right to allow modifications if you are confident that you can complete next steps.)
3. Go to "Wipe" menu of TWRP and you will find "Format Data". Press "Format Data" and type "yes" to continue.
4. Go to "Reboot" menu and Press "Recovery" to reboot TWRP.
5. Download the latest dm-verity and force encryption disabler zip on your computer.
6. Transfer the zip to your phone.
- Option 1: MTP: Connect your phone with computer and just copy the zip to internal storage. (similar to how you transfer files when in system.)
- Option 2: ADB: Connect your phone with computer and run command "adb push /path/to/zip /sdcard/".
- Option 3: External SD: Copy the zip to an external SD and then insert the card to your phone.
7. Go to "Install" menu of TWRP and flash the zip.
TWRP is initialized and fully functional at this stage. Now you can either reboot into system or root, flash custom ROMs via TWRP.
Part 3 - HOW-TO ROOT:
1. Download the flashable zip.
- Option 1: Magisk
- Option 2: SuperSU (untested)
2. Transfer the zip to your phone.
3. Go to "Install" menu of TWRP and flash the zip.
Part 3a - HOW-TO FLASH CUSTOM ROMS:
1. Download the flashable zip.
2. Transfer the zip to your phone.
3. Go to "Install" menu of TWRP and flash the zip.
Simple.

Awesome

Great work thank you very much
Sent from my SM-G955F using Tapatalk

if i wipe data partition in order to disable encryption - is that like erasing my phone and starting from scratch? will i lose all my data?

nk33 said:
if i wipe data partition in order to disable encryption - is that like erasing my phone and starting from scratch? will i lose all my data?
Click to expand...
Click to collapse
Yes you will, make sure you've backed-up as much as you can to your Google Cloud Storage. I promise, it's worth it.

Many Thanks

Kevin_R said:
Yes you will, make sure you've backed-up as much as you can to your Google Cloud Storage. I promise, it's worth it.
Click to expand...
Click to collapse
Thanks.
And if i just install TWRP, and then the root zip file to give me root will it all work ok? will i achieve root ok?
I spent ages getting this phone just like i want it and seriously cant be bothered to do it all again - will i be ok keeping encryption on if all i want to achieve is root?
what will i lose out on if i dont disable encryption?

nk33 said:
Thanks.
And if i just install TWRP, and then the root zip file to give me root will it all work ok? will i achieve root ok?
I spent ages getting this phone just like i want it and seriously cant be bothered to do it all again - will i be ok keeping encryption on if all i want to achieve is root?
what will i lose out on if i dont disable encryption?
Click to expand...
Click to collapse
I found that if I didn't disable the encryption, root wouldn't work as it couldn't mount the file system to make the relevant changes
---------- Post added at 02:19 PM ---------- Previous post was at 02:14 PM ----------
Anyone managed to get Samsung Pass and Secure Folder working? I have Magisk Hide running and Knox Trip is emulated to 0x0. Other apps that would normally detect root don't detect it but Samsung Pass and Secure Folder still can.

Is superSU SR3 working??

its a great work

anyone tried if Samsung Pay still works after this? I have not got my phone yet.

Just for info tried installing the SuperSU binary through TWRP but, as TWRP seems to have no access to the SD card, the flash failed and left me in a boot loop.
Reinstalling TWRP from Odin and reflashing Magisk solved the Boot loop issue.
SuperSU did kill the Knox processes for me though to stop the annoying nagging notifications.

If after flashing from Odin, phone says that needs restore, Just press volume up Bixby Power, wait, then format data, Power off. Now ho back in download mode, reflash with odin, done.
It works all', except personal area and Samsung health

would this work on the SM-G950FD?

if i use this method i lose warranty ? is it possible to do evrything later on normal without having any trouble ?

Phone brick...LOL...

help : just tried to root my g950f Uk 02 - i've flashed it a few times and used the two flash but im getting verification failed and it wont erase anymore when i try use the recovery flash i get invaled mount /data when using that decrypt .zip in flashables do i need to redo the stock firmware and start again?

i am still waiting for my S8(exynos) to arrive and here comes the twrp i did not even wished yet....

Related

[TWRP][J5 Prime][3.1.1] TWRP for Galaxy J5 Prime

{
"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 is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
DO THIS AT YOUR OWN RISK. I AND XDA AND NOT RESPONSIBLE FOR ANY DAMAGE CAUSED. FOLLOW THE STEPS CORRECTLY.
WARNING: Flashing a custom recovery to your device will trip the Knox warranty bit on your phone. Check with your mobile provider to see if they will still cover warranty on Knox bit triggered devices. If you understand this risk, continue on.
FULL STEPS TO INSTALL TWRP
Flash with ODIN in the AP slot.
Put your device in DOWNLOAD mode.
Uncheck Auto reboot.
Load the respective file below into the AP slot and hit start.
After flashing and ODIN reports PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
As soon as the screen goes blank change to VOL UP whilst still holding POWER + HOME.
You should now see TWRP recovery.
NOTE: ON SOME ANDROID 5.1.1/6.0/7.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
FEATURES
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
ADB Sideload
Full SELinux support
Built in android 6.0 tree
Mount Ext Sd Card
To root with SuperSU:
Download the latest SuperSU by Chainfire.
Flash it through TWRP. If you can't mount internal storage, use ADB SIDELOAD or OTG instead.
Go to [Reboot] -> [System].
To mount Internal Storage
Download the Modded Kernel from the link below.
Flash through Odin in AP.
Boot into TWRP and FORMAT /data.
Downloads
SuperSu
TWRP-3.1.1
Modded Kernel
Bugs
MTP
Device Tree: https://github.com/Siddhant-Naik/android_device_samsung_on5xelte
HIT THANKS IF I HELPED YOU​​
Siddhant NAik said:
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
DO THIS AT YOUR OWN RISK. I AND XDA AND NOT RESPONSIBLE FOR ANY DAMAGE CAUSED. FOLLOW THE STEPS CORRECTLY.
WARNING: Flashing a custom recovery to your device will trip the Knox warranty bit on your phone. Check with your mobile provider to see if they will still cover warranty on Knox bit triggered devices. If you understand this risk, continue on.
FULL STEPS TO INSTALL TWRP
Flash with ODIN in the AP slot.
Put your device in DOWNLOAD mode.
Uncheck Auto reboot.
Load the respective file below into the AP slot and hit start.
After flashing and ODIN reports PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
As soon as the screen goes blank change to VOL UP whilst still holding POWER + HOME.
You should now see TWRP recovery.
NOTEN SOME ANDROID 5.1.1/6.0/7.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
FEATURES
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
ADB Sideload
Full SELinux support
Built in android 6.0 tree
Mount Ext Sd Card
To root with SuperSU:
Download the latest SuperSU by Chainfire.
Flash it through TWRP. If you can't mount internal storage, use ADB SIDELOAD or OTG instead.
Go to [Reboot] -> [System].
To mount Internal Storage
Download the Modded Kernel from the link below.
Flash through Odin in AP.
Boot into TWRP and FORMAT /data.
Downloads
SuperSu
TWRP-3.1-0
Modded Kernel
Bugs
MTP
Device Tree: https://github.com/Siddhant-Naik/android_device_samsung_on5xelte
HIT THANKS IF I HELPED YOU
​
Click to expand...
Click to collapse
Did you build it from source?
Siddhant NAik said:
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
DO THIS AT YOUR OWN RISK. I AND XDA AND NOT RESPONSIBLE FOR ANY DAMAGE CAUSED. FOLLOW THE STEPS CORRECTLY.
WARNING: Flashing a custom recovery to your device will trip the Knox warranty bit on your phone. Check with your mobile provider to see if they will still cover warranty on Knox bit triggered devices. If you understand this risk, continue on.
FULL STEPS TO INSTALL TWRP
Flash with ODIN in the AP slot.
Put your device in DOWNLOAD mode.
Uncheck Auto reboot.
Load the respective file below into the AP slot and hit start.
After flashing and ODIN reports PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
As soon as the screen goes blank change to VOL UP whilst still holding POWER + HOME.
You should now see TWRP recovery.
NOTE: ON SOME ANDROID 5.1.1/6.0/7.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
FEATURES
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
ADB Sideload
Full SELinux support
Built in android 6.0 tree
Mount Ext Sd Card
To root with SuperSU:
Download the latest SuperSU by Chainfire.
Flash it through TWRP. If you can't mount internal storage, use ADB SIDELOAD or OTG instead.
Go to [Reboot] -> [System].
To mount Internal Storage
Download the Modded Kernel from the link below.
Flash through Odin in AP.
Boot into TWRP and FORMAT /data.
Downloads
SuperSu
TWRP-3.1.1
Modded Kernel
Bugs
MTP
Device Tree: https://github.com/Siddhant-Naik/android_device_samsung_on5xelte
HIT THANKS IF I HELPED YOU​​
Click to expand...
Click to collapse
thanks sir, work in my j5 prime
Sent from my SM-G570Y using Tapatalk
---------- Post added at 11:11 AM ---------- Previous post was at 10:50 AM ----------
i already install,
but, i cant install from internal..
& i try to backup my rom, but failed..
please sir, fix this...
thanks before
Sent from my SM-G570Y using Tapatalk
fahri01 said:
thanks sir, work in my j5 prime
Sent from my SM-G570Y using Tapatalk
---------- Post added at 11:11 AM ---------- Previous post was at 10:50 AM ----------
i already install,
but, i cant install from internal..
& i try to backup my rom, but failed..
please sir, fix this...
thanks before
Sent from my SM-G570Y using Tapatalk
Click to expand...
Click to collapse
Flash the modded kernel
Any grace ux rom
Gautham Asir said:
Any grace ux rom
Click to expand...
Click to collapse
not yet, does my injustice rom flash with new TWRP??
I will try to flash
Unable to flash since it failed
Who knows if Recovery worked?
Screenshot
Twrp is working fine except data and mtp
It does not receive the machine memory and resets it when it is not set
Is normal that the custon kernel take too much time to install? odin freezes in:
<ID:0/007> Added!!
<ID:0/007> Odin engine v(ID:3.1203)..
<ID:0/007> File analysis..
Please revise any flash files to reboot
Dont flash kernel
use advance wipe
select data partion
click on repair
th format it using ext 2 or other
boom data will be mounted
thanks :3
Very good work. No problems on SM-G570M
Nothing else MTP and data
Thanks for making it possible I've been waiting for TWRP for some time.
TheFlash said:
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
DO THIS AT YOUR OWN RISK. I AND XDA AND NOT RESPONSIBLE FOR ANY DAMAGE CAUSED. FOLLOW THE STEPS CORRECTLY.
WARNING: Flashing a custom recovery to your device will trip the Knox warranty bit on your phone. Check with your mobile provider to see if they will still cover warranty on Knox bit triggered devices. If you understand this risk, continue on.
FULL STEPS TO INSTALL TWRP
Flash with ODIN in the AP slot.
Put your device in DOWNLOAD mode.
Uncheck Auto reboot.
Load the respective file below into the AP slot and hit start.
After flashing and ODIN reports PASS immediately reboot to recovery by holding POWER + HOME + VOL DOWN.
As soon as the screen goes blank change to VOL UP whilst still holding POWER + HOME.
You should now see TWRP recovery.
NOTE: ON SOME ANDROID 5.1.1/6.0/7.0 DEVICES IT IS NECESSARY TO GO TO:
Settings -> Developer Options -> OEM unlocking
AND ENABLE OEM UNLOCK FIRST OR YOU MAY ENCOUNTER 'BLOCKED BY FRP LOCK' WHEN FLASHING.
FEATURES
exFAT file system support (read, write, format, backup & restore)
NTFS file system support (read, write, format)
ADB root
ADB Sideload
Full SELinux support
Built in android 6.0 tree
Mount Ext Sd Card
To root with SuperSU:
Download the latest SuperSU by Chainfire.
Flash it through TWRP. If you can't mount internal storage, use ADB SIDELOAD or OTG instead.
Go to [Reboot] -> [System].
To mount Internal Storage
Download the Modded Kernel from the link below.
Flash through Odin in AP.
Boot into TWRP and FORMAT /data.
Downloads
SuperSu
TWRP-3.1.1
Modded Kernel
Bugs
MTP
Device Tree: https://github.com/Siddhant-Naik/android_device_samsung_on5xelte
HIT THANKS IF I HELPED YOU​​
Click to expand...
Click to collapse
hi
how to flash modded kernel by odin or twrp ?
Cannot flash modded kernel
Wait for some GraceUX ROM
andro_harsh said:
cannot flash modded kernel
Click to expand...
Click to collapse
extract it and flash the img from twrp and format data
boom internel will be mounted

[RECOVERY][OFFICIAL] TWRP for Galaxy S8 and S8+ (Snapdragon)

Team Win Recovery Project 3.1.1
Snapdragon ONLY.
In NO way it is compatible with Exynos variants including but not limited to International (F/FD), Korean (N), Exynos LDU (X) variants.
Note that this does NOT unlock your phone. You need to have an unlockable variant such as Chinese or HK to flash.
{
"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"
}
#include <std_disclaimer.h>
Special Notes:
1. DON'T FORGET TO TURN OFF REACTIVATION (Samsung Account) LOCK.
2. UNLOCK BL BEFORE FLASH.
3. KNOX will be tripped once you flashed custom binaries to your phone. (Your warranty WILL be voided.)
4. Samsung Pay, Samsung Firmware OTA (System Updates), Secure Folder and other features that require high-level security will NO LONGER once you flashed custom binaries. (You can flash custom ROMs to keep OS up to date.)
Download:
Galaxy S8 (dreamqlte - Snapdragon vaiants)
https://twrp.me/samsung/samsunggalaxys8qcom.html
Galaxy S8+ (dream2qlte - Snapdragon variants)
https://twrp.me/samsung/samsunggalaxys8plusqcom.html
Sources:
https://github.com/jesec
Changelog:
Check #2.
Guide:
Check #3.
Official Telegram Group: - General Discussion
Join to get quick support (when you find my guide confusing or meet any unexpected problem).
You can also discuss about ROMs(this group is "neutral" so you can discuss about or review any ROM. Note: Devs: Do NOT aggressively advertise your work.), get latest updates from developers or report possible bugs.
Invite Link
Show your appreciation:
Click Thanks!, Rate 5-star or/and Donate to me.
XDA:DevDB Information
TWRP for Galaxy S8 and S8+ (Snapdragon), Tool/Utility for the Samsung Galaxy S8
Contributors
jesec
Source Code: https://github.com/jesec
Version Information
Status: Stable
Created 2017-07-14
Last Updated 2018-06-20
Changelog:
July 25:
1. More additional security functions implemented by Samsung have been disabled. (those functions may lead to potential I/O issues)
2. A fatal mistake that leads to incompatibility with plus variant has been fixed.
July 15:
Initial Release
Guides:
Notice: It may wipe all your data including those in internal storage.
Pre - HOW-TO PREPARE FOR FLASH: (Chinese/HK variants)
SPECIAL NOTE: These variants do NOT have "OEM Unlock" option and you don't need to enable it. Only reactivation (Samsung Account) lock needs to be disabled.
1. On your phone, open Settings, go to "Cloud and Accounts" -> "Accounts".
2. Select your Samsung account, open menu, remove account. (That will make sure reactivation lock is disabled. Alternatively you can disable reactivation lock without delete your Samsung account. Result should be same. )
3. Download, install and run official unlock tool, CROM service.
4. Your phone is unlocked and ready to flash TWRP at this stage. Now you can proceed to part 1.
Part 1 - HOW-TO FLASH TWRP:
1. Download and Install Samsung Mobile Phones Drivers.
- Option 1: Download and Install Smart Switch for PC.
- Option 2: Download and Install standalone driver package.
2. Download and extract Odin (Samsung's Flash Tool) to your computer.
3. Download a .tar image of TWRP.
4. Reboot your device to download mode.
- Hold [VOLUME DOWN] + [BIXBY] + [POWER] for approx. 15 seconds.
- Read the warning carefully.
- If you agree, press [VOLUME UP] to get into Download mode. If you don't agree, STOP.
5. Open Odin and place that TWRP tar file in the [AP] slot.
6. Connect your phone.
7. Hold [VOLUME UP] + [BIXBY] + [POWER] on your phone and then press start on Odin.
8. Wait for the phone to reboot. DO NOT release [VOLUME UP] + [BIXBY] + [POWER] or you may not reboot into TWRP.
Part 2 - HOW-TO INITIALIZE TWRP: (for new phones)
1. If you completed Part 1 successfully, you should be in TWRP now. At this point, you will reach the screen asking you if you want to allow system modifications.
2. Select "Keep /system RO". (Don't swipe right or you may not be able to boot into system if you failed to complete next steps. However, you can swipe right to allow modifications if you are confident that you can complete next steps.)
3. Go to "Wipe" menu of TWRP and you will find "Format Data". Press "Format Data" and type "yes" to continue.
4. Go to "Reboot" menu and Press "Recovery" to reboot TWRP.
AT THIS STEP YOU CAN DIRECTLY GO TO PART 3 OF THIS GUIDE IF YOU WANT TO ROOT.
5. Download the latest dm-verity and force encryption disabler zip on your computer.
6. Transfer the zip to your phone.
- Option 1: MTP: Connect your phone with computer and just copy the zip to internal storage. (similar to how you transfer files when in system.)
- Option 2: ADB: Connect your phone with computer and run command "adb push /path/to/zip /sdcard/".
- Option 3: External SD: Copy the zip to an external SD and then insert the card to your phone.
7. Go to "Install" menu of TWRP and flash the zip.
TWRP is initialized and fully functional at this stage. Now you can either reboot into system or root, flash custom ROMs, Kernels via TWRP.
Part 3 - HOW-TO ROOT:
Note: Additional security layers implemented by Samsung make it impossible to get root access with a modified stock kernel. Thus, a custom kernel with security features disabled is MANDATORY.
1. Download a custom kernel with security features disabled.
- Reference: https://forum.xda-developers.com/galaxy-s8/samsung-galaxy-s8--s8-cross-device-development/kernel-jesse-s-kernel-galaxy-s8-s8-t3637640
1. Download the root package.
- Option 1: Magisk
- Option 2: SuperSU (untested)
2. Transfer the zips to your phone.
3. Flash the kernel.
4. Flash the root package.
how does this even work?
unitz0mbie said:
how does this even work?
Click to expand...
Click to collapse
You never heard about Jesec, the mighty one?
diazepambr said:
You never heard about Jesec, the mighty one?
Click to expand...
Click to collapse
i have seen the name before but never realized the power of a God among earth
Jesse is like the Matrix he only see's code format :laugh:
Amazing work!
Is this legitimate?
Anyone tried flashing it yet? Will it work without an unlocked bootloader?
I thought bootloader was locked?
Sent from my SM-G955U using Tapatalk
GHolbrook4 said:
Anyone tried flashing it yet? Will it work without an unlocked bootloader?
Click to expand...
Click to collapse
Prob not, I figured I would try anyway just to be 100% Certain does not flash through Odin and Fastboot OFC Doesnt ever connect to device since locked bootloader... Pretty sure it was uploaded for once the SD Version has Bootloader access
---------- Post added at 06:04 PM ---------- Previous post was at 06:03 PM ----------
lilrich17892 said:
I thought bootloader was locked?
Sent from my SM-G955U using Tapatalk
Click to expand...
Click to collapse
It is
It's for the version with snapdragon and boot loader unlocked, i.e. China.
NeedleGames said:
It's for the version with snapdragon and boot loader unlocked, i.e. China.
Click to expand...
Click to collapse
China has SD?!?! Thought it was Exynos
GHolbrook4 said:
Anyone tried flashing it yet? Will it work without an unlocked bootloader?
Click to expand...
Click to collapse
Nope. SW REV CHECK FAIL : [recovery] Fused 1 > Binary 0 is the error on locked Bootloader
Does audio mods work for you guys?
Does this mean that it works with S8s on T-Mobile?
explorer-10 said:
Does this mean that it works with S8s on T-Mobile?
Click to expand...
Click to collapse
No, only for the Chinese Snapdragon phones. You can't root a s8 in the US because no one s figured out how to unlock the bootloader yet.
GHolbrook4 said:
No, only for the Chinese Snapdragon phones. You can't root a s8 in the US because no one s figured out how to unlock the bootloader yet.
Click to expand...
Click to collapse
well, damn. i wish it would say that in the headline on my Google feed instead of getting my hopes up. its like almost getting me there and then stopping right before i can finish on her face
NeedleGames said:
It's for the version with snapdragon and boot loader unlocked, i.e. China.
Click to expand...
Click to collapse
Also lock in China.

[RECOVERY][UNOFFICIAL] TWRP for Galaxy Note 8 (Exynos) V3

Team Win Recovery Project 3.1.1​
{
"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"
}
Exynos ONLY.
In NO way it is compatible with Snapdragon variants including but not limited to American(U/A/T/P/V), Chinese(0/8/6), Hong Kong(0), Japanese(SC-*), Canadian(W) variants.
Special Notes:
1. DON'T FORGET TO ENABLE "OEM UNLOCK" (located in Developers options).
2. KNOX will be tripped once you flashed custom binaries to your phone.
(Your warranty may be voided. However this may not affect you if your country forces Samsung to provide hardware warranty regardless of software status.)
3. Samsung Firmware OTA (aka System Updates) will no longer work once you flashed custom binaries.
(You can flash custom ROMs if you want to keep the OS up-to-date.)
Download: greatlte (Exynos variants - N950F/FD/X/N)
https://drive.google.com/file/d/0B7EuVd0yZ8ErSE5EQW12TVEtcVk/view?usp=sharing
Sources:
https://github.com/TeamWin
https://github.com/geiti94/android_device_samsung_greatlte
https://github.com/geiti94/android_kernel_samsung_universal8895_greatlte
Changelog:
Check #2.
Guide:
Check #3.
Bugs:
-A mouse pointer shows on display
XDA:DevDB Information
[RECOVERY]TWRP for Galaxy Note 8 (Exynos), Kernel for the Samsung Galaxy Note 8
Contributors
geiti94, @jesec for the S8+ TWRP tree i used as base
Kernel Special Features:
Version Information
Status: Beta
Created 2017-09-16
Last Updated 2017-09-21
Changelog:
Sep.21
Removed Mouse cursor. thx alot to @Tkkg1994 that joined now us too on n8
Added F2FS Support
Sep.17
Fixed MTP
Fixed ADB
Sep. 16:
Initial Release
Guides:
Notice: It may wipe all your data including those in internal storage.
Part 1 - HOW-TO FLASH TWRP:
1. In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
2. Go to Settings -> Developer options and enable OEM Unlock option.
3. Download and Install Samsung Mobile Phones Drivers.
- Option 1: Download and Install Smart Switch for PC.
- Option 2: Download and Install standalone driver package.
4. Download and extract Odin (Samsung's Flash Tool) to your computer.
5. Download a .tar image of TWRP.
6. Reboot your device to download mode.
- Hold [VOLUME DOWN] + [BIXBY] + [POWER] for approx. 15 seconds.
- Read the warning carefully.
- If you agree, press [VOLUME UP] to get into Download mode. If you don't agree, STOP.
7. Open Odin and place that TWRP tar file in the [AP] slot.
8. Connect your phone.
9. Hold [VOLUME UP] + [BIXBY] + [POWER] on your phone and then press start on Odin.
10. Wait for the phone to reboot. DO NOT release [VOLUME UP] + [BIXBY] + [POWER] or you may not reboot into TWRP.
Part 2 - HOW-TO INITIALIZE TWRP: (for new phones)
1. If you completed Part 1 successfully, you should be in TWRP now. At this point, you will reach the screen asking you if you want to allow system modifications.
2. Select "Keep /system RO". (Don't swipe right or you may not be able to boot into system if you failed to complete next steps. However, you can swipe right to allow modifications if you are confident that you can complete next steps.)
3. Go to "Wipe" menu of TWRP and you will find "Format Data". Press "Format Data" and type "yes" to continue.
4. Go to "Reboot" menu and Press "Recovery" to reboot TWRP.
5. Download the latest dm-verity and force encryption disabler zip on your computer.
6. Transfer the zip to your phone.
- Option 1: MTP: Connect your phone with computer and just copy the zip to internal storage. (similar to how you transfer files when in system.) (for the moment not working)
- Option 2: ADB: Connect your phone with computer and run command "adb push /path/to/zip /sdcard/". (for the moment not working)
- Option 3: External SD: Copy the zip to an external SD and then insert the card to your phone.
7. Go to "Install" menu of TWRP and flash the zip.
TWRP is initialized and fully functional at this stage. Now you can either reboot into system or root, flash custom ROMs via TWRP.
Part 3 - HOW-TO ROOT:
1. Download the flashable zip.
- Option 1: Magisk
- Option 2: SuperSU (untested)
2. Transfer the zip to your phone.
3. Go to "Install" menu of TWRP and flash the zip.
Part 3a - HOW-TO FLASH CUSTOM ROMS:
1. Download the flashable zip.
2. Transfer the zip to your phone.
3. Go to "Install" menu of TWRP and flash the zip.
Simple.
Omg I'm gonna die happy lol. Let me go and root now.
Sent from my SM-N950N using XDA-Developers Legacy app
Good work keep it up
This is great. Many thanks
Great job and many thanks for your efforts!
Do I get this right?
When I'm in download mode, I have to hold the 3 buttons again and press start in odin ?
Doesn't that interrupt the flash process ?
Pinu'u said:
Do I get this right?
When I'm in download mode, I have to hold the 3 buttons again and press start in odin ?
Doesn't that interrupt the flash process ?
Click to expand...
Click to collapse
No go To Download Mode in The smartphone and Then .via Odin Select AP and The Recovery IMG Then Flash ans Phone Reboot automaticly
Oh yeah baby
Thanks time to de bloats and install my favorite apps
Sent from my SM-N950N using XDA-Developers Legacy app
Thanks a lot TWRP up and rocking. Great work !!
Edit : Can confirm that SuperSU v2.82 is working also !!
Anybody know if this will also work with N950F/DS model? Thanks.
xpdragon said:
Anybody know if this will also work with N950F/DS model? Thanks.
Click to expand...
Click to collapse
Works since i have it byself is the dual sim one right? when yes is same modell as mine
Mine don't have oem unlock options in developers mode. Need to wait for sw update or other opinion. ??
Sent from my SM-N950F using Tapatalk
geiti94 said:
Works since i have it byself is the dual sim one right? when yes is same modell as mine
Click to expand...
Click to collapse
Yes, it is dual sim model. Thanks for the reply.
your fantastic!!! one day without root and twrp!! im so happy now ^^. now i can continue with modding on my new great phone.
Finish work and lets go home flashing
Was just about to port it by myself and then I saw Your thread . Great Job Geiti! Guess I will take care of building AOSP for N950F then .
pswin09 said:
Mine don't have oem unlock options in developers mode. Need to wait for sw update or other opinion.
Sent from my SM-N950F using Tapatalk
Click to expand...
Click to collapse
There's no guarantee a software update will ever unlock your bootloader if the OEM Unlock option is not available for you. I would suggest selling it and buying a new one that does have the option. If you really want to root or install custom ROMs, why take the risk when you spent $1000 on this phone for a specific purpose?
If you just bought your phone, it must still be brand new and in pristine condition. You should sell it for almost full price. The demand is really high right now so you'll have no problems selling it fast.
pswin09 said:
Mine don't have oem unlock options in developers mode. Need to wait for sw update or other opinion.
Sent from my SM-N950F using Tapatalk
Click to expand...
Click to collapse
can be your carrier blocked the oem unlock. download a debranded firmware like the one with AUT or DBT csc and flash it with odin and look if you have then the menu. But flash it only when you have a N950F or a N950F/DS
Has anyone tested Android Pay after doing this?

[UNOFFICIAL][RECOVERY] TWRP 3.2.1-0 [EXYNOS][6/9]

Team Win Recovery Project​
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"
}
Code:
Disclaimer: Your warranty is now void!! I won't be responsible if you flash this on another device besides the prescribed device mentioned..
Special Notes:
1. DON'T FORGET TO ENABLE "OEM UNLOCK" (located in Developers options, if its not there, you may have to wait for a few days to access that option, some users claim that its within 10 days before this option appears).
2. KNOX will be tripped once you flashed custom binaries to your phone.
(Your warranty may be voided. However this may not affect you if your country, European Union for example, forces Samsung to provide hardware warranty regardless of software status.)
More Information from here
3. Samsung Firmware OTA (aka System Updates) will no longer work once you flashed custom binaries.
(You can flash custom ROMs if you want to keep the OS up-to-date.)
4. It is HIGHLY UNRECOMMENDED to purchase any access to any kind of private forums, ROMs or Kernels.
(DO NOT GET FOOLED.)
Download: https://github.com/zeroblade1984/samsung_exynos8895/releases/tag/TWRP
Sources: https://github.com/TeamWin
If you love the work you can rate the thread or spare me some beer
XDA:DevDB Information
TWRP, Tool/Utility for the Samsung Galaxy Note 8 (2017 Phone)
Contributors
kairi_zeroblade
Version Information
Status: Stable
Current Stable Version: Update 6/9
Stable Release Date: 2018-06-09
Created 2017-12-20
Last Updated 2018-06-09
Changelog
January 21, 2018
Fixes for touch/responsiveness
Faster Backup and Restore speeds
Should boot up faster than previous
December 20, 2017
Update TWRP base to 3.2.1-0
Use an upstream bringup(dirty) of kernel, credits to @jesec and @geiti94
Bugs: None
Flashing Instructions
Notes: It may wipe all your data including those in internal storage.
Part 1a - HOW-TO FLASH TWRP (for new devices w/o TWRP yet):
1. In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
2. Go to Settings -> Developer options and enable OEM Unlock option.
3. Download and Install Samsung Mobile Phones Drivers.
- Option 1: Download and Install Smart Switch for PC.
- Option 2: Download and Install standalone driver package.
4. Download and extract Odin (Samsung's Flash Tool) to your computer.
5. Download a .tar image of TWRP.
6. Reboot your device to download mode.
- Hold [VOLUME DOWN] + [BIXBY] + [POWER] for approx. 15 seconds.
- Read the warning carefully.
- If you agree, press [VOLUME UP] to get into Download mode. If you don't agree, STOP.
7. Open Odin and place that TWRP tar file in the [AP] slot.
8. Connect your phone.
9. Hold [VOLUME UP] + [BIXBY] + [POWER] on your phone and then press start on Odin.
10. Wait for the phone to reboot. DO NOT release [VOLUME UP] + [BIXBY] + [POWER] or you may not reboot into TWRP.
Part 1b - HOW-TO FLASH TWRP (for devices that already had an earlier build of TWRP):
1. Download the recovery.img from the download page.
2. Place the downloaded image file on your device's memory (internal or external storage or OTG may do).
3. reboot to TWRP either from your Custom ROM menu or by using the previous method where you hold [VOLUME UP] + [BIXBY] + [POWER] when your phone is completely OFF.
4. Go to Install->(locate the file you downloaded)->on the bottom part of TWRP menu you will see flash image, go press it->then you can now select the image file->then choose recovery if you are prompted to what partition you are going to flash->swipe to flash->Profit!!
5. It may be best to reboot to recovery once the procedure is done just to check if things went fine. :good:
Part 2 - HOW-TO INITIALIZE TWRP: (for new phones)
1. If you completed Part 1 successfully, you should be in TWRP now. At this point, you will reach the screen asking you if you want to allow system modifications.
2. Select "Keep /system RO". (Don't swipe right or you may not be able to boot into system if you failed to complete next steps. However, you can swipe right to allow modifications if you are confident that you can complete next steps.)
3. Go to "Wipe" menu of TWRP and you will find "Format Data". Press "Format Data" and type "yes" to continue.
4. Go to "Reboot" menu and Press "Recovery" to reboot TWRP.
5. Download the latest dm-verity and force encryption disabler zip on your computer.
6. Transfer the zip to your phone.
- Option 1: MTP: Connect your phone with computer and just copy the zip to internal storage. (similar to how you transfer files when in system.)
- Option 2: ADB: Connect your phone with computer and run command "adb push /path/to/zip /sdcard/".
- Option 3: External SD: Copy the zip to an external SD and then insert the card to your phone.
7. Go to "Install" menu of TWRP and flash the zip.
TWRP is initialized and fully functional at this stage. Now you can either reboot into system or root, flash custom ROMs via TWRP.
Part 3 - HOW-TO ROOT:
1. Download the flashable zip.
- Option 1: Magisk
- Option 2: SuperSU (untested)
2. Transfer the zip to your phone.
3. Go to "Install" menu of TWRP and flash the zip.
Part 3a - HOW-TO FLASH CUSTOM ROMS:
1. Download the flashable zip.
2. Transfer the zip to your phone.
3. Go to "Install" menu of TWRP and flash the zip.
Simple.
Thank you very much for your fine work.
I went to the download site, and the file TWRP-3.2.1.0-greatlte.tar does not seem to work with the latest Odin for some reason.
So I used the recovery.img via the older TWRP on the phone and all good.
Tnx team...got the .img and flashed...reboot in recovery...and working like a charm...realy appreciate the works ??
Sent from my SM-N950F using XDA-Developers Legacy app
Thanks for the work!
Enviado desde mi Galaxy Note 8 mediante Tapatalk
What's the difference between this and the original thread? Is this a newer version that's actively maintained? [emoji846] Thanks
white7561 said:
What's the difference between this and the original thread? Is this a newer version that's actively maintained? [emoji846] Thanks
Click to expand...
Click to collapse
This is the newest version. The other is a older version and i think from maintainer. No more Supports, because there are no new Updates since months
Sent from my Galaxy Note 8 using XDA Labs
white7561 said:
What's the difference between this and the original thread? Is this a newer version that's actively maintained? [emoji846] Thanks
Click to expand...
Click to collapse
Yes this is newer upstream (uses android-8.0 branch from Omni) and I will try my best to keep it up-to-date..
I am also looking for kernel testers as I, alone testing my work will be Bias (I do own both S8 and Note8)
kairi_zeroblade said:
Yes this is newer upstream (uses android-8.0 branch from Omni) and I will try my best to keep it up-to-date..
I am also looking for kernel testers as I, alone testing my work will be Bias (I do own both S8 and Note8)
Click to expand...
Click to collapse
So I could just flash this over the old twrp? Also. Any bugs? Thanks so much eh [emoji846][emoji16]
white7561 said:
So I could just flash this over the old twrp? Also. Any bugs? Thanks so much eh [emoji846][emoji16]
Click to expand...
Click to collapse
You can Either use Odin (I re-uploaded a new Tarball) or just flash the image via an earlier version of TWRP..so far this has no bugs, I tried ADB sideload, backup and restore and had no issues..
kairi_zeroblade said:
You can Either use Odin (I re-uploaded a new Tarball) or just flash the image via an earlier version of TWRP..so far this has no bugs, I tried ADB sideload, backup and restore and had no issues..
Click to expand...
Click to collapse
Done. Installed using twrp method. Worked fine. Anyway. Thanks
is it necessary to initialize (wipe/format data) when updating over old twrp?
Wow! I've been out of the Android game for 6 months and it feels damn good to be back, first stop, TWRP lmao!
Sent from my [device_name] using XDA-Developers Legacy app
Hi guys, sorry for the offtopic, what exactly "greatlte" means?
infrasonic13 said:
Hi guys, sorry for the offtopic, what exactly "greatlte" means?
Click to expand...
Click to collapse
Greatlte is the codename for Samsung Galaxy Note 8 Exynos edition. Powered with Samsung Exynos 8895 processor.
Sent from my SM-N950F using Tapatalk
Edit: Tried it a 2nd time and now it was working. The 1st time I flashed the recovery, rebooted into recovery and started the backup. Guess that this was the problem.
Hi,
I just installed the new TWRP 3.2.1.0 and tried to make a full backup.
But it was not finishing it. After more than 45min I canceld it.
Please find enclosed the log file which was created. Hope it helps
Best regards,
dingolino
I dont get it. Why make this thread when there already is a twrp thread ?
Zionator said:
I dont get it. Why make this thread when there already is a twrp thread ?
Click to expand...
Click to collapse
'Cause it's another maintainer
kevinblackwell said:
'Cause it's another maintainer
Click to expand...
Click to collapse
What do you mean?
What's the difference between this and the other ?

Development [ROM] BeyondROM v1.2 [16/05/2023]-[AWD1]-[SM-S91xB]

{
"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"
}
Latest Version v1.2 [16/05/2023]
ROM Maintainer: Andrei @starbucks2010​
ROM Info:
Supported devices: S23 Ultra SM-S918B & S23 S911B
ROM Base: S91xBXXU1AWD1 (Android 13 OneUI 5.1) May2023 Patch Level
ROM Features:
Kernel:
Stock Samsung kernel
CSC features:
Call Recording
Camera shutter sound menu
Real time network speed in statusbar
AppLock Enabled
ROM Disarm:
Light ROM debloat
Disabled Encryption
Patched Samsung SmartWatch pairing
Disabled stock recovery-from-boot
Modded Settings/Services
Screenshots in secure apps allowed
Phone status: Official
Software Info ROM Details
Back2Kill mod
Fixes:
Galaxy watch pairing
Secure Folder
Other Tweaks/Mods:
Automatic EFS backup
Various build prop tweaks
Pre-rooted with Magisk canary (needs magisk canary app install after flash)
Netflix playback
Unlimited storage for Google Photos
ROM constraints:
Needs to install Magisk canary 26101 app after ROM flash or you won't see the root
For SafetyNet and Wallet you must install latest kdrag0n v2.4.x-mod1.x magisk module and enable Zygisk
Not working
Knox related apps: Samsung Pay, Samsung AutoFill
Changelog
v1.2
- Based on the latest firmware [AWD1] OneUI 5.1 **You must be on AWD1 firmware to flash BR12 ROM zips**
- Patched with magisk canary 26201
#######################
PREVIOUS VERSION
#######################
v1.1
- Based on the latest firmware [AWC8] OneUI 5.1 **You must be on AWC8 firmware to flash BR11 ROM zips**
- Changed to RW partitions
Credits
- John Wu for Magisk
- Mr. Waehere for the kitchen and support
- afaneh92 for S23 TWRP and endless help
- LeeXDA18 for help with knox/VK removal and more fixes
- the elite team of ROM testers (Carlos, Mark and many more)
- dutchman89 for Beyond boot logo
- If you like my work and want to support me, consider buying me a coffee (PayPal link)
Download Links
CURRENT VERSION
###############################
SM-S911B ROM Download AWD1 [BR1.2]
################################
SM-S918B ROM Download AWD1 [BR1.2]
###############################
USEFUL LINKS
###############################
BeyondROM S23 Telegram
S23U TWRP XDA
If you like my work, support me and buy me a coffee (PayPal link)
Installation:
Spoiler: Coming from full stock
**Note: These steps will trip Knox and possibly void warranty on your phone**
**Note: Following these steps you will lose data on your phone, so back-up before continuing**
UNLOCK BOOTLOADER:
Enable Developer Options: Settings > About Phone > Software Information > Tap 7 times 'Build Number'
Enable OEM Unlock: Settings > Developer Options > Click 'OEM Unlock' to enable it
Turn off phone
Hold Volume Up + Volume Down and plug-in the USB cable in phone (USB cable must be already connected tp PC
You’re now in download mode (Blue Screen)
Press and hold Volume up for 7 sec (bootloader unlock screen)
Pres Volume up to confirm
**Warning** This will now wipe your phone and restart and couple of times but this is normal
When the phone is booted, connect to internet, skip the initial setup, you don't need to sign in to anything
Unlock should be enabled now and greyed out
Congrats you've unlocked your bootloader !
FLASH TWRP + PATCHED VBMETA:
OEM Unlock should be enabled and greyed out already
Download TWRP and patched vbmeta for your device from above links
Boot the phone into download mode (with the phone powered off, press Volume Up + Volume Down at the same time and plugin USB cable)
Press Volume up to continue
Load up ODIN
Go to ODIN options and uncheck auto reboot
Select USERDATA slot and select the TWRP+Patched VBMETA file tar you built (Device Specific)
Click Start and wait for Odin to complete with a PASS message
Now Keep USB cable plugged in, press Volume Down and Power and as soon as the screen goes black press and hold Volume Up and Power
You should now be in TWRP
IN TWRP:
Do a full wipe (wipe > Format Data > type 'yes' when asked and confirm)
Reboot phone back to recovery (Reboot > Recovery)
Download ROM zip files (P1 + P2) and copy them to the phone or to a USB OTG stick
FLASH ROM:
In TWRP click 'Install'
If using OTG click 'select storage', select 'USB OTG'
Browse to the location of the ROM zips, Select P1 zip and swipe to confirm
After flashing P1 zip, browse again to the location of the ROM zips, select P2 zip and swipe to confirm
ALWAYS FLASH P1 + P2 ZIP FILES
Follow the on-screen options
When flashing of P2 zip file is complete, click 'save logs' (for later use)
Click finish
Reboot to System
After flash and setup is completed, download and install Magisk Canary app from Magisk github and install it; when you run for the first time the magisk app will need to do some setup and will then automatically reboot the phone
After reboot you're all set, congratulations !
Spoiler: Updating BeyondROM to latest version
When upgrading FW to flash the latest BR, these are the recommended steps.
It is assumed that you are already on BeyondROM.
Download the latest/required version of the firmware (Samfirm, Frija etc...)
Unzip the stock ROM zip
Boot the phone into Download mode
Load up Odin and uncheck auto-reboot in Odin settings
Insert the relevant files into their slots (BL = BL, AP=AP, CP=CP, CSC=HOME_CSC) **It's important to use HOME_CSC to keep your data intact**
In the USERDATA slot insert your TWRP+Patched VBMETA tar file (Device Specific)
Start Flash
When flashing completes, keep USB plugged in, hold Volume Down + Power, as soon as the screen goes black hold Volume Up + Power pressed to enter TWRP
When in TWRP, flash latest BeyondROM zip files (ALWAYS FLASH P1 + P2 ZIP FILES)
When BR flashing completes, save logs and reboot to system
Enjoy!
Enjoy flashing good people !
reserved
R/W system?
devo partire da quella ufficiale per installare la rom?
ULTRA90 said:
devo partire da quella ufficiale per installare la rom?
Click to expand...
Click to collapse
Is it so difficult to write your comment in english?
Atax85 said:
R/W system?
Click to expand...
Click to collapse
Kind of ... if you want to flash any mod zip in twrp you'll need to flash first both rom zips then your mod zip without rebooting between the flashes
Hello anyone using or tested this rom? How is it compare to Dr ketan full rom? Thanks !
Johnny Eng said:
Hello anyone using or tested this rom? How is it compare to Dr ketan full rom? Thanks !
Click to expand...
Click to collapse
Looking for the same comparison!
V 1.1 is in testing for RW system also I heard the rom is good but I am on drKetan rom at the moment
Somebody try on S911b yet?
Does this Rom have /dev/ttyACM0 and cdc_acm Linux kernel module ?
it has stock kernel
Any of you tried installing viper4android ?
Will this work on 9180? If not what would I need to do to make it work on 0?
When is system RW ready ? Want to try your rom I know it's in testing at the moment I am on drKetan rom
Techguy777 You need to use this version
GitHub - AndroidAudioMods/ViPER4Android: ViPER4Android app configuration files
ViPER4Android app configuration files. Contribute to AndroidAudioMods/ViPER4Android development by creating an account on GitHub.
github.com
PrinceLc said:
When is system RW ready ? Want to try your rom I know it's in testing at the moment I am on drKetan rom
Click to expand...
Click to collapse
Excuse me, without knowing, I'm guessing RW stands for Read Write but what does it actually mean being RW ready ?
The stock file system on S23 is Erofs and read only with RW privileges you can do more with root
Why am I blocked from the telegram conversation? What would be the point of having a telegram thread if people are blocked from using it?
you're probably blocked because you didn't press the button to prove you're human
tell me your username and I'll unblock you

Categories

Resources