[ROM][S][UNOFFICIAL][BETA] ShapeShiftOS 3.0 REUNICLUS for Xperia 5 II

Search This thread

malik1004

Member
Dec 8, 2020
12
9
CJiO8Bk.png

Code:
#include <std_disclaimer.h>
/*
* 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.
*/

About ShapeShiftOS
ShapeShiftOS is a custom-rom based on ExtendedUI that aims to provide a different user interface and experience than any other ROM on the market.

Download Link
This is my first ROM and the first ROM for this device on Android 12; don't expect it to be super stable.

Known issues / not working:
-no 120 Hz FIXED
-even for 60 Hz, UI is stuttery (games work fine) FIXED
-manual APN input required for mobile data FIXED

-currently uses prebuilt kernel
-you tell me.

Installation instructions:
Unlock bootloader first!

Code:
//plug in USB while holding VOL+ during boot, make sure charge LED is blue
//reboot to fastbootd:
fastboot reboot fastboot
//flash the ROM:
fastboot set_active a
fastboot flash boot boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
fastboot erase metadata // only on first install, ignore on upgrading
fastboot delete-logical-partition product_a
fastboot delete-logical-partition system_a // so that fastboot won't complain about disk space
fastboot create-logical-partition product_a 0 // size is 0, will auto-resize during flash
fastboot flash product product.img
fastboot create-logical-partition system_a 0
fastboot flash system system.img
//erase userdata:
fastboot erase userdata // also only on first install
//boot the ROM:
fastboot reboot

Source:
Vendor source
Device tree
Device tree (edo common)

Changelog:

Code:
20220123
-automatic APN should work now on supported carriers

20220122
-fixed 120 hz, enable in settings

20220118
-initial release
 
Last edited:

owlery_hk

Senior Member
Dec 9, 2016
63
22
Sony Xperia 5 II
Thank you for this. this forum has been a little quiet lately.
I am also looking into building roms for the device, if i hit any snags, can i contact you?
 

Jayram2000

Senior Member
Sep 14, 2015
95
21
Tampa
OnePlus 2
Sony Xperia 5 II
View attachment 5514497
Code:
#include <std_disclaimer.h>
/*
* 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.
*/

About ShapeShiftOS
ShapeShiftOS is a custom-rom based on ExtendedUI that aims to provide a different user interface and experience than any other ROM on the market.

Download Link
This is my first ROM and the first ROM for this device on Android 12; don't expect it to be super stable.

Known issues / not working:
-no 120 Hz FIXED
-even for 60 Hz, UI is stuttery (games work fine) FIXED
-manual APN input required for mobile data FIXED

-currently uses prebuilt kernel
-you tell me.

Installation instructions:
Unlock bootloader first!

Code:
//plug in USB while holding VOL+ during boot, make sure charge LED is blue
//reboot to fastbootd:
fastboot reboot fastboot
//flash the ROM:
fastboot set_active a
fastboot flash boot boot.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
fastboot erase metadata // only on first install, ignore on upgrading
fastboot delete-logical-partition product_a
fastboot delete-logical-partition system_a // so that fastboot won't complain about disk space
fastboot create-logical-partition product_a 0 // size is 0, will auto-resize during flash
fastboot flash product product.img
fastboot create-logical-partition system_a 0
fastboot flash system system.img
//erase userdata:
fastboot erase userdata // also only on first install
//boot the ROM:
fastboot reboot

Source:
Vendor source
Device tree
Device tree (edo common)

Changelog:

Code:
20220123
-automatic APN should work now on supported carriers

20220122
-fixed 120 hz, enable in settings

20220118
-initial release
This looks sweet! I assume I need to have flashed stocked android 11 for this right?
 

tsunam111

New member
Jan 25, 2022
2
0
Smooth and power saving, except for the camera button, the experience is perfect. love you bro😍
 

ShiggusDiggus

New member
Feb 3, 2022
2
0
Seems like the link is dead, which is unfortunate cause I really wanted to give this a shot, does anyone have a mirror link to it?
 
Hey, i don't know why but for me i couldn't get the commands to work. Even just fastboot set_active a didn't work.
So i just spent 3 hours unlocking oem then trining to install then it not working, corrupting the device and fixing it. Now im back on stock rom. I just wonder, why on earth did even the basic First command not work ?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    CJiO8Bk.png

    Code:
    #include <std_disclaimer.h>
    /*
    * 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.
    */

    About ShapeShiftOS
    ShapeShiftOS is a custom-rom based on ExtendedUI that aims to provide a different user interface and experience than any other ROM on the market.

    Download Link
    This is my first ROM and the first ROM for this device on Android 12; don't expect it to be super stable.

    Known issues / not working:
    -no 120 Hz FIXED
    -even for 60 Hz, UI is stuttery (games work fine) FIXED
    -manual APN input required for mobile data FIXED

    -currently uses prebuilt kernel
    -you tell me.

    Installation instructions:
    Unlock bootloader first!

    Code:
    //plug in USB while holding VOL+ during boot, make sure charge LED is blue
    //reboot to fastbootd:
    fastboot reboot fastboot
    //flash the ROM:
    fastboot set_active a
    fastboot flash boot boot.img
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
    fastboot --disable-verity --disable-verification flash vbmeta_system vbmeta_system.img
    fastboot erase metadata // only on first install, ignore on upgrading
    fastboot delete-logical-partition product_a
    fastboot delete-logical-partition system_a // so that fastboot won't complain about disk space
    fastboot create-logical-partition product_a 0 // size is 0, will auto-resize during flash
    fastboot flash product product.img
    fastboot create-logical-partition system_a 0
    fastboot flash system system.img
    //erase userdata:
    fastboot erase userdata // also only on first install
    //boot the ROM:
    fastboot reboot

    Source:
    Vendor source
    Device tree
    Device tree (edo common)

    Changelog:

    Code:
    20220123
    -automatic APN should work now on supported carriers
    
    20220122
    -fixed 120 hz, enable in settings
    
    20220118
    -initial release
    2
    Seems like the link is dead, which is unfortunate cause I really wanted to give this a shot, does anyone have a mirror link to it?
    Fixed now - OneDrive messed up the previous link. I wouldn't use it at all, but I got 1000 GB for free, would be a shame for it to go to waste...
    1
    Thank you for this. this forum has been a little quiet lately.
    I am also looking into building roms for the device, if i hit any snags, can i contact you?
    I'm not exactly experienced, but I'll try my best to help you in case of problems. Try me on t.me/maliklbn
    1
    can anyone post some screenshots? please
    Here's a few of mine. ROM is rock solid and even passes SafetyNet with Magisk v23.4