OneUI 5.1 for Exynos Galaxy S10 series

Search This thread

Ivan_Meler

Forum Moderator / Recognized Developer
Staff member
images


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.
*/

Korean variants are not supported at the moment due to ridiculously small product partition I'm looking for a best workaround for this, if you use pit from international variant you will be able to flash rom however

So here is something unexpected, ive been working on this off and on for past month or so, and its finally ready for public light
Note10/10+/10+ 5g builds are coming later this month as my note had some hardware damage i need to repair first

Rom has been tested on S10+ and S10 but s10e and s10 5g variants should work too, appropriate changes for their support are in rom


For developers: please do not use this as a base or reuse any parts of it for now, Im documenting all changes needed to get Oneui5 running on 10 series
and ill post documentation once i find a bit more time to clean it up


Working
- I used phone as daily for a week and havent ran into issues not that are not listed bellow
If you find non mentioned bugs report them with proper logs

Not Working
- Face Unlock (Samsung changed how this works completely, not highest priority for now)
- camera cutout is messed up in 1080p but fine in other modes, will look into it asap
- Heart Rate Monitor (No curently supported model has it so ill look into reimplementing it)
- There are non working settings like high refresh rate left in settings, i didnt feel like hacking up frameworks and apks yet

Also do not post bug reports for known issues or bug reports without proper
a) Logcat
b) /proc/last_kmsg (or proc/kmsg)
c) /data/tombstones
d) dmesg
e) /proc/avc_msg



Downloads:
Google Drive
Mega.nz
MD5: e02085755aeaefdc02137ef05443fcb8

Installation instructions:

  1. Flash latest stock rom, and flash official twrp on top of it
  2. Download appropriate updated TWRP image from TWRP recovery folder at mirror above
  3. Flash downloaded recovery image and reboot to recovery (this is important as official twrp on S10 doesnt support Zip64 yet)
  4. Wipe everything in TWRP, if needed format data but in most cases this shouldnt be needed
  5. Download rom zip and flash it in provided TWRP
  6. boot to system and set it up
  7. Flash magisk from recovery mode (magisk works from boot.img so no need to patch recovery or do anything special)
  8. In magisk flash appropriate safetynet fix provided in mirror where you got rom from
  9. Fllash magisk version of Bluetooth library patcher if you are having issues with wearables disconnecting after reboot

Huge thanks to:
@ananjaser1211 for general help and guidance
@corsicanu for helping me out figure out few system bits and twrp source
@Displax for his modified safetynet fix which turned out to work better than stable one at this moment

if you want to support the project feel free to buy me some coffee paypal.me/ivanmeler

BTC: 1Q823BsSbEKP62JFM7BjXiRCgF84qgcFST
ETH(erc20): 0xc7272f851a692c679e85f18a62632c580ef3bdee
Donations help cover the build server cost and since I do this in my free time, and also cover the coffee for time spent debugging stuff


Feel free to join telegram group with early builds progress updates and some off topic stuff Join

Based On Android 13/T
Changelog

16.03.2023.
- Fixed A2DP (bluetooth) audio
- Fixed document scanner in camera app

10.03.2023.
- Initial release



Kernel source code: https://github.com/ivanmeler/android_kernel_samsung_beyondlte/tree/oneui5_beyond
TWRP Kernel source: https://github.com/corsicanu/android_kernel_samsung_universal9820
 
Last edited:

MrZ3T4

Member
Jun 10, 2016
7
2
Everything essential works fine except for the pairing with Galaxy Buds or bluetooth and that in the s10e the space of the icons in the notification bar is not adapted to the cutout. Hopefully it continues to improve, I will support the project hard!
Screenshot_20230310_142634_One UI Home.jpg
 
Last edited:

Gravarty

Member
Nov 25, 2016
40
7
Bochum
Samsung Galaxy S10
Crazy how good this ROM runs already, feels just like a nice software update.

The only bug i encountered so far: Lockscreen app shortcuts can't be changed. And one request, please :D Please force enable Google Feed on OneUI launcher, it still has Samsung Free as the only option.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 32
    images


    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.
    */

    Korean variants are not supported at the moment due to ridiculously small product partition I'm looking for a best workaround for this, if you use pit from international variant you will be able to flash rom however

    So here is something unexpected, ive been working on this off and on for past month or so, and its finally ready for public light
    Note10/10+/10+ 5g builds are coming later this month as my note had some hardware damage i need to repair first

    Rom has been tested on S10+ and S10 but s10e and s10 5g variants should work too, appropriate changes for their support are in rom


    For developers: please do not use this as a base or reuse any parts of it for now, Im documenting all changes needed to get Oneui5 running on 10 series
    and ill post documentation once i find a bit more time to clean it up


    Working
    - I used phone as daily for a week and havent ran into issues not that are not listed bellow
    If you find non mentioned bugs report them with proper logs

    Not Working
    - Face Unlock (Samsung changed how this works completely, not highest priority for now)
    - camera cutout is messed up in 1080p but fine in other modes, will look into it asap
    - Heart Rate Monitor (No curently supported model has it so ill look into reimplementing it)
    - There are non working settings like high refresh rate left in settings, i didnt feel like hacking up frameworks and apks yet

    Also do not post bug reports for known issues or bug reports without proper
    a) Logcat
    b) /proc/last_kmsg (or proc/kmsg)
    c) /data/tombstones
    d) dmesg
    e) /proc/avc_msg



    Downloads:
    Google Drive
    Mega.nz
    MD5: e02085755aeaefdc02137ef05443fcb8

    Installation instructions:

    1. Flash latest stock rom, and flash official twrp on top of it
    2. Download appropriate updated TWRP image from TWRP recovery folder at mirror above
    3. Flash downloaded recovery image and reboot to recovery (this is important as official twrp on S10 doesnt support Zip64 yet)
    4. Wipe everything in TWRP, if needed format data but in most cases this shouldnt be needed
    5. Download rom zip and flash it in provided TWRP
    6. boot to system and set it up
    7. Flash magisk from recovery mode (magisk works from boot.img so no need to patch recovery or do anything special)
    8. In magisk flash appropriate safetynet fix provided in mirror where you got rom from
    9. Fllash magisk version of Bluetooth library patcher if you are having issues with wearables disconnecting after reboot

    Huge thanks to:
    @ananjaser1211 for general help and guidance
    @corsicanu for helping me out figure out few system bits and twrp source
    @Displax for his modified safetynet fix which turned out to work better than stable one at this moment

    if you want to support the project feel free to buy me some coffee paypal.me/ivanmeler

    BTC: 1Q823BsSbEKP62JFM7BjXiRCgF84qgcFST
    ETH(erc20): 0xc7272f851a692c679e85f18a62632c580ef3bdee
    Donations help cover the build server cost and since I do this in my free time, and also cover the coffee for time spent debugging stuff


    Feel free to join telegram group with early builds progress updates and some off topic stuff Join

    Based On Android 13/T
    Changelog

    16.03.2023.
    - Fixed A2DP (bluetooth) audio
    - Fixed document scanner in camera app

    10.03.2023.
    - Initial release



    Kernel source code: https://github.com/ivanmeler/android_kernel_samsung_beyondlte/tree/oneui5_beyond
    TWRP Kernel source: https://github.com/corsicanu/android_kernel_samsung_universal9820
    14
    bluetooth audio has been fixed (both in call and for multimedia) so expect a new build or hotfix release in a few days.

    Ill also look into resolving few other issues that are higher up on priority list for next release
    11
    Congratulations on this excellent project Ivan!
    10
    build with bluetooth audio fix has been released, it also includes document scanner fix
    Other issues will be sorted in coming releases

    you can just install update from hotfix folder on mega/gdrive if you are on first build,
    or if you are installingfor the first time just flash main oneui zip without need for hotfix as its included
    10
    Thanks for bug repports so far, Ive been working on a2dp bluetooth audio fix and i sent files to few users to test.
    As for overlays (camera cutout) on 1080p mode and s10e which has 1080p panel im working on a fix for that too.

    I also discovered that samsung uses tiny product partition on korean variants of devices so im looking for a best way around this without having korean users repartition devices.

    If bluetooth fix ends up working as expected ill upload it here as soon as possible