{
"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"
}
Awaken OS for Xperia 5 II [PDX-206]
Code:
#include <std_disclaimer.h>
/*
* Your warranty is void. Or...Valid? Probably?
*
* Project Awaken and its maintainers are not responsible for bricked devices,
* dead SD cards, data loss, thermonuclear war, or economic crisis caused by
* Awaken OS. YOU are choosing to make these modifications, and if you
* point your finger at me for messing up your device, I will laugh at you.
*/
Born different, now awaken.
Awaken OS brings consistent, fluent and smooth experience with all your must-have customizations, for you, for the community, for everyone.
- Project Awaken Team -
Saikiran [Founder & Lead Developer]
Ninad Patil [Lead Developer]
Mukul [Developer]
Hugwalk [Lead Designer]
Jagadish [Designer]
Glitch [Designer]
Find us on Telegram! @AwakenOSNews
Display
Ambient edge lighthing
Fonts, Icon shape & Icon pack customizations
Force full screen app & hide app from launcher
Kdragon Monet
Monet customizations
Gestures
Advance reboot menu
Double tap to sleep and wake
Navbar customizations
Playback control
Three finger screenshot
Toggle torch when screen off
Volume button wake and cursor control
Lockscreen
Charging info
Media art & blur
Pulse visualizer
Notification
Headsup Customizations
Saner Headsup
Pixel Features
Columbus (Quick Tap)
Game Dashboard
Smartspace
Quick Settings
Brightness slider customizations
Internet speed meter
Quick QS pull down
Security
Applock
Disable qs pulldown on secure lockscreen
Face unlock
Hide power menu on lockscreen
Scramble pin layout and quick unlock
Secure qs tiles on lockscreen
Sounds
Custom ringtone vibration pattern
Cycle through ringer modes
Increasing ring volume
In-call vibration
Link ring and notification volumes
Per app volume
Ringtone focus mode
Smart pause
Statusbar
Battery styles
Clock customizations
Combined signal & 4G instead of LTE toggle
Mic, Camera & Location indicator toggle
Small mobile type icon
You tell
First Time Install / Clean Flash
//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 #beAwakened
Download Here / Official Announcement / Official Community
Kernel Source (Prebuilt Kernel) / Source Code
Nice Work
Hello, thank you for the hard work!
Is photography pro and cinema pro running on this ROM?
Thank you for the hard work!
Hello, is there are lens shades in a raw images on this rom?
Looks like: https://community.sony.lt/t5/5-series/dng-file-defects-xperia5ii/m-p/3722952
How to enable 120 hertz?
Google apps included?
Thank you! Do all cameras work?
hariskar said:
Thank you! Do all cameras work?
Click to expand...
Click to collapse
ROMs out of date and dead
King081 said:
ROMs out of date an
Click to expand...
Click to collapse
OK, did all cameras work with this rom?
Which is the current working rom?
If you join the telegram group theres alot more updated android 13 ROMs available
Hi, I'm interested in trying this rom.
Is there "DC dimming" feature available to remove PWM screen flickering ?
Would it be possible to go back to original Sony's rom if I choose to?
Is Xperia 5 II still supported by Awaken? downloadlink seems to be broken and website doesn't show files for 5 II.
blue-spiderfire said:
Is Xperia 5 II still supported by Awaken? downloadlink seems to be broken and website doesn't show files for 5 II.
Click to expand...
Click to collapse
It has been dropped, but I have applied for official and waiting for a response
King081 said:
If you join the telegram group theres alot more updated android 13 ROMs available
Click to expand...
Click to collapse
Do you have a link for the telegram group?
The rom is dead..perhaps dm the guy for support group
Related
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 Evolution X
Evolution X is a flashable custom ROM to bring a true Pixel feel to your Android Device at first glance, with many additional configurations at your disposal.
We aim to provide frequent builds with monthly security patches from the latest aosp sources!
Important Information
1. This ROM has nothing related to ODM images! So you don't need to ask/install anything like that, just follow the instructions.
2. This ROM will never work with any versions of Google Camera (GCam)!
3. You need to flash Stock Android 11 before flashing this ROM.
4. For VoLTE, you need to boot into stock firmware and enable it before flashing this ROM!
5. If you came from SODP ROMs, you need to go back to official Android 11 firmware, and boot into launcher.
6. Please make sure you are using Android 11 Stock ROM [Version > 58.1.X] before flash this.
7. Still in developing. May have some unexpected bugs.
Changelog:
EvolutionX_5.5_pdx206-11-20210315-1016-UNOFFICIAL
* March Security Patch
* Update to 5.5
EvolutionX_5.4_pdx206-11-20210205-0343-UNOFFICIAL
* Feb. Security Patch
* Update to 5.4
EvolutionX_5.3_pdx206-11-20210202-0406-UNOFFICIAL
* Initial Build
Click to expand...
Click to collapse
Downloads Links:
EvolutionX_5.5_pdx206-11-20210315-1016-UNOFFICIAL
Unofficial-build: Link (MEGA)
Looking For CinemaPro And PhotoPro:
Click Here
Flashing and updating:
How to flash
Make sure you upgraded to Official Android 10.0 from Sony
Unlock bootloader is necessary.
Download latest platform-tools from google
1. Install fastbootd drivers, guidance
2. Put your device into fastboot by volume up key.
3. Enter fastbootd:
Code:
fastboot reboot fastboot
4. Flash Evolution X:
Code:
fastboot set_active a
fastboot flash boot_a boot.img
fastboot --disable-verity --disable-verification flash vbmeta_a vbmeta.img
fastboot --disable-verity --disable-verification flash vbmeta_system_a vbmeta_system.img
fastboot erase metadata
fastboot flash system_a system.img
fastboot flash product_a product.img
5. If you are first time to flash Evolution X, Wipe the old userdata:
Code:
fastboot erase userdata
GApps:
Already included
Root access:
Flash Magisk in recovery.
SD CARD Notice:
Format you sdcard into 'FAT32' if your sdcard can NOT be use in this system
Issues and reports:
Report issues only if you are using the ROM kernel
If an additional mod is installed, make sure it's unrelated, and mention it
Make sure the issue wasn't discussed earlier in the threads
Share a log of the error with Logcat for example
Bugs:
LDAC (Not sure)
Also thanks to:
BBN Shion Sjll
nezorflame (This build won`t come out so fast without his server)
The Evolution X Team
Source:
Kernel Source
Device vendor
Device Tree
Feel free to donate me:
Paypal
Screenshots:
{
"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"
}
Thanks for making this, looks like a great ROM. There is a serious bug though, I just confirmed it with a clean flash: If you enable button navigation (instead of gestures) and hide the navigation bar (to use an alternative like edge gestures) the lockscreen disappears after you reboot. Only the lock icon on the top middle is visible, the fingerprint doesn't work and the unlock pattern is not visible. I couldn't find a way to unlock the device at this point, I tried searching for the .key file in data/system to reset the lock, but I couldn't find it anywhere, so I had to erase data and start over.
Sony stock camera
Recording video in 4k
audio and video is not sync
New update.
I use PiexlExperience 0205 version, I connect my shanling via Bluetooth LDAC protocol and it works normally. So I can be sure that LDAC is working properly
COWONER said:
I use PiexlExperience 0205 version, I connect my shanling via Bluetooth LDAC protocol and it works normally. So I can be sure that LDAC is working properlyView attachment 5251291
Click to expand...
Click to collapse
k, thanks.
DashoIISO said:
Sony stock camera
Recording video in 4k
audio and video is not sync
Click to expand...
Click to collapse
Did you find a solution for this? I have the same issue on RRemix.
Any chance of you sharing your setup to build this? Would like to build an update.
Pm me if so, thanks
Mr.R™ said:
Any chance of you sharing your setup to build this? Would like to build an update.
Pm me if so, thanks
Click to expand...
Click to collapse
Thanks for doing that.
I am also looking into building LOS for this phone, since we have no devs for this phone but have no previous experience in building roms
{
"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"
}
* Your warranty is now void.
* We are not responsible for anything that may happen to your phone by installing any custom ROMs and/or kernels.
* You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers.
Click to expand...
Click to collapse
"This is a user-friendly thread, all your suggestions are important to us and will be taken into consideration.."
dotOS is an Android ROM that focuses on performance and stability. We focus on making our ROM look and feel great without struggling on Performance and Battery! So that one can get the most out of his/her device.....
New and refreshed UI
New Customization app (previous named as DotExtras)
Accent Overlay & RGB Picker
Edge Lightning
Battery Styles
Battery Percentage Styles
Clock Customization
Traffic Indicator
Battery Light Customizations
QS Tiles title toggle
QS Tiles style toggle (AOSP & accent)
QS Rows & Columns Customization
New FOD Icon & Animation picker with previews
FOD recognition color picker
Screen-Off FOD
Automatically temporary disable night light while using FOD (toggle)
New Theme Manager
Overlays based Accent Picker
Material Palette Accent Picker
Smart Accent Picker (find automatically proper shade of accent for the other theme; if you apply custom accent for dark theme, press Smart Accent Picker and it will find a good shade to use for light theme and vice-versa)
Fonts, Icon Packs and Icon Shapes picker
Other Extra Features
Hold power to torch
Double tap on statusbar and lockscreen to sleep
Double tap while sleeping to open doze (ambient display)
Quick Screenshot (3 fingers gesture)
Volume Panel position switch (right or left)
Navigation bar pill size customization (hide, stock, medium, large)
Pocket Mode - avoid scree touches while the phone is in your pocket
Use Biometrics on first boot (unavailable for encrypted users)
Lockscreen Media toggle
Built-in Launcher Grid control
MicroG support
Click to expand...
Click to collapse
FLASH :
Download the latest build
Reboot to recovery
Flash the latest build
Wipe Cache
Reboot
DotOS download links
Note: this ROM is based on A53 version so make sure to install this ROM after flashing A53 OZIP
Realme A53 Firmware link: Download
Download - 5.1.2 - 6 Aug 2021
Download - 5.1.3 - 9 Aug 2021
DotOS v5.1.3 is now available! Updated to use RealmeUI 2.0 (Android 11) vendor and firmware. Read instructions carefully.
Downloads
DotOS v5.1.3 ROM: Download
RUI 2.0 C.07 ROM: RMX2081 (X3) | RMX2085 (X3 SUPERZOOM)
Encryption disabler
OrangeFox recovery for RUI 2.0
Instructions (if you are on older DotOS build or RUI 1.0 based ROM)
- Reboot to recovery
- Wipe data and cache
- Flash RUI 2.0 C.07 ROM zip
- Format data if encrypted
- Reboot to bootloader
- Extract firmware-update/vbmeta.img in RUI zip and flash it:
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
- Flash OrangeFox Recovery:
fastboot flash recovery recovery.img
- Reboot to recovery: fastboot reboot recovery
- Flash DotOS ROM zip
- (Optional) Flash encryption disabler to disable auto encryption
- (Optional) Flash magisk for root access
- Reboot and enjoy.
Instructions (if you are already on RUI 2.0 based ROM)
- Reboot to recovery
- Wipe data and cache
- Flash DotOS ROM zip
- Format data if encrypted
- (Optional) Flash encryption disabler to disable auto encryption
- (Optional) Flash magisk for root access
- Reboot and enjoy.
Support Telegram Group - Link
reserved
reserved
{
"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"
}
PixelOS is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, themed icons, google sans fonts, Monet color based system wide theming, boot animation), a fork of OG Pixel Experience with improvements on the top of it. Huge respect to Pixel Experience team for their work, thanks to them for making this ROM possible.
In short a fully functional Pixel Experience with just the right amount of essentials.
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.
*/
Improvements over PixelExperience
Performance improvements from ProtonAOSP
Adopted screenshot sounds to ringer mode
3-finger swipe to capture screenshots
Double tap to sleep on lockscreen and status bar
Added Screen Recording Customizations
Added Advanced Reboot
Allow disabling Screenshot Sounds
Added Bluetooth headset battery indicator
Spoofed as Pixel XL for Google Photos for unlimited backup in original quality
Added themed icons for a lot of third party icons in stock Pixel launcher
Added monet in power menu
Exposed legacy WiFi and Cellular data QS tiles
Added bluetooth battery level indicator on status bar
Added NFC tile in QS for supported devices
Added double tap/long press power button to toggle torch
Reduced log spam verbosity
A lot of under the hood UI fixes and improvements
Device Specific Issues:
Tell me
Requirements
• Latest Stable Firmware for Violet
Downloads
Get the latest PixelOS Build for violet Download
Firmware Download
Magisk (optional) https://github.com/topjohnwu/Magisk/releases
Recovery SHRP https://skyhawkrecovery.github.io/
Pixel OS Recovery https://sourceforge.net/projects/pixelos-releases/files/twelve/violet/recovery/
Note: GApps are included, don't flash separately.Notes
• Encryption is enabled by default
• SELinux is enforcing
• Safetynet passed by default
Pixel OS Recovery is recommended if you want to stay encrypted, no custom recovery supports encryption on Android12, i.e. you won't be able to decrypt your data.Flashing Instructions
Clean flash is mandatory
• Download ROM from the link above
• Download Magisk v23.0 or newer (optionally)
• Reboot to recovery
• Format data (if encrypted)
• Flash ROM zip
• Reboot and voila!
• To get root access, reboot to recovery after ROM setup and flash magisk.
Join our Telegram Group https://t.me/PixelOSChat
Violet support group: https://t.me/PixelOSViolet
Buy me a Coffee https://paypal.me/chethaskp10?country.x=IN&locale.x=en_GB
Source Code
PixelOS http://github.com/PixelOS-Pixelish
Kernel Tree: Click here
Credits:
@dasshubham762
@Joker_V2_0
@Panchajanya1999
ROM OS Version: Android 12
ROM Kernel: Linux 4.x
Stable Release Date: 01 January 2022
Latest Release Date: 12 February 2022
The lineage recovery provided in your link doesnt work, just bootloops into system when I try to access recovery.
Tried with SHRP recovery feature "force encrypt v3" , still not encrypted. (also tried formatting data)
Please provide brief instruction on how to enable encryption.
Encryption wasnt enabled by default in the OS, Encrypt phone button in the settings was greyed out.
It's decrypted only currently. Next build will be encrypted.. soon and one thing fcrypt works fine with shrp
{
"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"
}
Awaken OS for OnePlus 7 Pro [guacamole]
Code:
#include <std_disclaimer.h>
/*
* Your warranty is void. Or...Valid? Probably?
*
* Project Awaken and its maintainers are not responsible for bricked devices,
* dead SD cards, data loss, thermonuclear war, or economic crisis caused by
* Awaken OS. YOU are choosing to make these modifications, and if you
* point your finger at me for messing up your device, I will laugh at you.
*/
Born different, now awaken.
Awaken OS brings consistent, fluent and smooth experience with all your must-have customizations, for you, for the community, for everyone.
- Project Awaken Team -
Saikiran [Founder & Lead Developer]
Ninad Patil [Lead Developer]
Mukul [Developer]
Hugwalk [Lead Designer]
Jagadish [Designer]
Glitch [Designer]
Find us on Telegram! @AwakenOSNews
Display
Ambient edge lighthing
Fonts, Icon shape & Icon pack customizations
Force full screen app & hide app from launcher
Kdragon Monet
Monet customizations
Gestures
Advance reboot menu
Double tap to sleep and wake
Navbar customizations
Playback control
Three finger screenshot
Toggle torch when screen off
Volume button wake and cursor control
Lockscreen
Charging info
Media art & blur
Pulse visualizer
Notification
Headsup Customizations
Saner Headsup
Pixel Features
Columbus (Quick Tap)
Game Dashboard
Smartspace
Quick Settings
Brightness slider customizations
Internet speed meter
Quick QS pull down
Security
Applock
Disable qs pulldown on secure lockscreen
Face unlock
Hide power menu on lockscreen
Scramble pin layout and quick unlock
Secure qs tiles on lockscreen
Sounds
Custom ringtone vibration pattern
Cycle through ringer modes
Increasing ring volume
In-call vibration
Link ring and notification volumes
Per app volume
Ringtone focus mode
Smart pause
Statusbar
Battery styles
Clock customizations
Combined signal & 4G instead of LTE toggle
Mic, Camera & Location indicator toggle
Small mobile type icon
1. 90Hz is hardcorded, if you want to switch to 60Hz just use Battery Saver mode
2. None! You tell me.
First Time Install / Clean Flash
1. Download the proper flashable ZIP for your device and the boot.img
2. Flash the boot.img with fastboot flash boot boot.img
2. Reboot to Recovery
3. Flash ROM
4. Format data
6. Flash Magisk (optional)
7. Reboot to System and #beAwakened
Update / Dirty Flash
1. Download the update
2. Reboot to recovery
3. Flash via ADB
5. Reboot to System and #beAwakened
ROM
boot.img
Official Community
Device Community
Kernel Source / Source Code
Reserved
Reserved
Install went smooth, no issues. For anyone that needs to know, Verizon works just fine here.
Install went without any hiccups. Signature verification failed when flashing magisk in recovery but installed fine after proceeding with the install..
haxer.null said:
Install went without any hiccups. Signature verification failed when flashing magisk in recovery but installed fine after proceeding with the install..
Click to expand...
Click to collapse
Hello, I'm happy that you enjoyed the installation of this ROM. About the Magisk installation and the "Signature verification failed", that happens because the packages do not come with the keys recovery and ROM was signed with.
Cheers.
What base is this rom?
It's based on AOSP with some addition from LineageOS.
aScordino said:
It's based on AOSP with some addition from LineageOS.
Click to expand...
Click to collapse
owo
adriantechguy said:
owo
Click to expand...
Click to collapse
owo
i flashed magisk through recovery, but when the system booted there was no magisk app....how can i get magisk working?
jrodbrown58 said:
i flashed magisk through recovery, but when the system booted there was no magisk app....how can i get magisk working?
Click to expand...
Click to collapse
Just install the Magisk APK?
jrodbrown58 said:
i flashed magisk through recovery, but when the system booted there was no magisk app....how can i get magisk working?
Click to expand...
Click to collapse
Patch the boot.img via Magisk.
when official release is expected ?
Is widevine L1 kept in this rom ?
YazumiWuHung said:
Is widevine L1 kept in this rom ?
Click to expand...
Click to collapse
Pretty certain as long as you are on the latest OOS (I think 11.0.8.1) and have L1, flashing any ROM should keep it at L1. I followed the directions for PixelExperience (copying both partitions, etc.) and still have L1. My bootloader is unlocked too.
dapter reptile said:
when official release is expected ?
Click to expand...
Click to collapse
Shrug, maybe never
theslam08 said:
Pretty certain as long as you are on the latest OOS (I think 11.0.8.1) and have L1, flashing any ROM should keep it at L1. I followed the directions for PixelExperience (copying both partitions, etc.) and still have L1. My bootloader is unlocked too.
Click to expand...
Click to collapse
It worked, thanks a lot. I mainly use my phone for Netflix, WeChat and QQMusic, so L1 is needed. Thanks a lot.
aScordino said:
Shrug, maybe never
Click to expand...
Click to collapse
didnt meant to offend xD
really like the rom and looking forward to stable release
ty
Would be possible to add livedisplay or screen color calibration modes? Thanks in advance.
Evolution X 7.0 for Xperia 5 II [PDX206]
Code:
/*
* Your warranty is void. Or valId, probably?
*
* I am not responsible for bricked devices, dead SD cards, Ebolation X,
* thermonuclear war, or the current economic crisis caused by you following
* these directions. YOU are choosing to make these modifications, and if
* you point your finger at me for messing up your device, I will LMAO at you.
*/
{
"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"
}
Keep Evolving
Pixel UI, customization, and more, we are Evolution X!
- Team Evolution X -
@joeyhuab
@RealAkito
@AnierinB
Just flash and check "The Evolver". We have tons of features combined together from different ROMs.
NFC
DO NOT FLASH GAPPS, ALREADY INCLUDED
First Time Install / Clean Flash
Flash Instructions
//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
fastboot flash vendor vendor.img
fastboot flash odm odm.img
fastboot flash recovery recovery.img
//boot the ROM:
fastboot reboot
Android OS version: 13.0
Security patch level: August 2022
Source code: https://github.com/Evolution-X
Kernel Source code: https://github.com/XperiaBrickers/android_kernel_sony_sm8250
XDA: DevDB Information
Evolution X, ROM for the Xperia 5 II
Contributors
Source Code: https://github.com/Evolution-X
ROM OS Version: Android 13
ROM Kernel: Linux 4.19.195
Based On: AOSP
Version Information
Status: Stable
Current Stable Version: 7.0
Last Updated 2022-08-26
Support available at Telegram
Hey Thanks for your work!
Are there any known bugs?
owlery_hk said:
Hey Thanks for your work!
Are there any known bugs?
Click to expand...
Click to collapse
NFC thats all
Dual SIM doesn't seem to work
wuhaocheng said:
Dual SIM doesn't seem to work
Click to expand...
Click to collapse
Can fix with this link;
[MOD]Build.Prop Sim Config Change for ROMs (switching between single/dual sim)
Note: This is for MIUI/EUI ROMs only. I will provide steps for Lineage/AOSP-based ROMs. MIUI/EUI I have built a flashable zip for both x720 and x727 devices that will help pick up a signal/maintain a signal with a simple build.prop edit...
forum.xda-developers.com
Dual SIM should be fixed in next build
King081 said:
Dual SIM should be fixed in next build
Click to expand...
Click to collapse
I'll see it tonight
that adb cli for dual sim works after I rooted
Thanks for your effort. Which firmware version is needed plz?
HoraceHuang said:
Thanks for your effort. Which firmware version is needed plz?
Click to expand...
Click to collapse
I would suggest to be on stock A12 before flashing. However, as it includes a custom kernel it shouldn't matter
Hi, would anyone be so kind to make a short list of what is "missing" from this rom compared to the stock one?
Like, I don't know, creator mode? 120hz? Game enhancer (if this one's missing, is there any way to install it? I need it to run Kodi at 60hz, otherwise black screen)? The battery charge thing?
Thanks in advance!
paddox2 said:
Hi, would anyone be so kind to make a short list of what is "missing" from this rom compared to the stock one?
Like, I don't know, creator mode? 120hz? Game enhancer (if this one's missing, is there any way to install it? I need it to run Kodi at 60hz, otherwise black screen)? The battery charge thing?
Thanks in advance!
Click to expand...
Click to collapse
120hz is there, creator mode is there, game enhancer no, H.S is available through ACC
King081 said:
120hz is there, creator mode is there, game enhancer no, H.S is available through ACC
Click to expand...
Click to collapse
Great, thank you!
By the way I'm gonna leave this here in case anyone runs in a similar situation: I managed to run Kodi with 120hz enabled without game enhancer by creating a macro in macrodroid that changes min_refresh_rate and peak_refresh_rate system settings a second before starting the app and sets them back when it's closed.
Thanks!
Sony battery limit, one of the most cooler featuire to save battery wearing, is not ther, Dual Sim not there, Dolby Atmos same, the camera pro and cinema pro are not there, because not compatible on Android 13 maybe, the normal camera app and google camera as well leave not change lenses. So be aware your mileage may vary.... Hope these features will be introduced in the next release because 90% of this rom is very interesting and fast.
gericho_it said:
Sony battery limit, one of the most cooler featuire to save battery wearing, is not ther, Dual Sim not there, Dolby Atmos same, the camera pro and cinema pro are not there, because not compatible on Android 13 maybe, the normal camera app and google camera as well leave not change lenses. So be aware your mileage may vary.... Hope these features will be introduced in the next release because 90% of this rom is very interesting and fast.
Click to expand...
Click to collapse
All camera apps works and Sony battery limit is done through an app called ACCA
Dolby Atmos won't be done yet
Hi, thank you very much for this rom.
Does it include DC dimming feature ?
danfauca said:
Hi, thank you very much for this rom.
Does it include DC dimming feature ?
Click to expand...
Click to collapse
DC dimming or extra dim?