Development [ROM][OFFICIAL][sake][12L] StatiXOS v5.2

Search This thread

Androbots

Recognized Developer
Dec 8, 2014
1,031
916

stx-2021.png


StatiXOS for ASUS ZenFone 8 (sake)


What is StatiXOS?

StatiXOS is a custom ROM based on the Android Open Source Project aiming to be minimal while providing quality of life improvements and up to date security patches.


You tell me!


Flashing the fastbootimage
1. Download the fastbootimage from our download link above
2. Reboot your ZenFone 8 to bootloader and plug it in to your computer
3. Now open up your Terminal (macOS and Linux) or Command Prompt (Windows)
4. Type in fastboot reboot fastboot

5. Now locate the downloaded ROM zip and drag it into the shell window you opened in step 3 after typing fastboot update.
5. From here on, it will be automated. Once the device reboots, you're good to go!

Flashing an OTA package
1. Download the ROM which should be in the root of the sake folder.
2. Navigate to boot images within the sake folder and download the two images boot.img and vendor_boot.img.
3. Reboot your device to its bootloader mode, open up a terminal window and flash boot and vendor_boot using fastboot flash.
4. Once done, type in fastboot reboot recovery.
5. once you boot to recovery, tap on “Apply from ADB”
6. Now on your PC, type in adb sideload and drag the zip you downloaded in Step 1.
7. Wait for it to complete flashing. Once done, wipe data/cache (don’t if you’re dirty flashing)
8. Done!



Prerequisite firmware: 31.1010.0410.72
Android version: 12.1.0
Linux Kernel Version: 5.4.210
Source code: GitHub
Code Review: Gerrit
 
Last edited:

Androbots

Recognized Developer
Dec 8, 2014
1,031
916
New builds are up! I highly recommend you clean flash this one to get everything working properly.

Note: You can finally use fastboot update! Just download the zip and type in fastboot update <location for the downloaded zip> while your device is in fastbootd to flash.

Changelog:

- Move to rebased kernel
- Some additions from Google Pixel 6
- Still working on fixing ADB and MTP
- Miscellaneous source side fixes

Link: downloads.statixos.com > 12-SNOWCONE > sake > fastbootimages
 

Attachments

  • Screenshot_20211101-103207.png
    Screenshot_20211101-103207.png
    149.6 KB · Views: 1,142
  • Screenshot_20211101-103619.png
    Screenshot_20211101-103619.png
    210.6 KB · Views: 1,150
  • Screenshot_20211101-103609.png
    Screenshot_20211101-103609.png
    2 MB · Views: 1,144
Last edited:
New builds are up! I highly recommend you clean flash this one to get everything working properly.

Note: You can finally use fastboot udpate! Just download the zip and type in fastboot update <location for the downloaded zip> while your device is in fastbootd to flash.

Changelog:

- Move to rebased kernel
- Some additions from Google Pixel 6
- Still working on fixing ADB and MTP
- Miscellaneous source side fixes

Link: downloads.statixos.com > 12-SNOWCONE > sake > fastbootimages
This happen to fix the fingerprint reader or allow SELinux Enforcing?

Btw, thanks for releasing this!
 

Androbots

Recognized Developer
Dec 8, 2014
1,031
916
Hey guys another update, been busy with college and haven't gotten a lot of time to work on things yet. I kinda wanna wait for Android Sv2 aka "12L" to roll out to AOSP before resuming development. Things are really janky as of now and just feels unfinished. Stay tuned!
 

aaflan88

Member
Oct 20, 2017
15
1

stx-2021.png


StatiXOS for ASUS ZenFone 8 (sake)


What is StatiXOS?

StatiXOS is a custom ROM based on the Android Open Source Project aiming to be minimal while providing quality of life improvements and up to date security patches.


Some minor Launcher bugs (thanks AOSP)
ADB debugging using USB is broken as of now. You can however, use Wireless ADB to log stuff just fine
Some instabilities and general inconsistencies as it's still very early on
In-screen fingerprint sensor is broken
SElinux Permissive


1. Download the image and extract it
2. Reboot your ZenFone 8 to bootloader and plug it in to your computer
3. Now open up your Terminal (macOS and Linux) or Command Prompt (Windows)
4. Type in fastboot reboot fastboot
5. Now download the script linked above for your OS (flash.sh (for macOS and Linux) or flash.bat (for Windows))
and place it in the folder where you extracted your ROM
6. Run the script and once it's done, type in fastboot reboot and you're done!



Note: Please keep in mind that this is an alpha release and is being actively worked on. Updates would arrive as I fix things so please be patient and if you report a bug, please be sure to explain what caused it and a logcat.

Prerequisite firmware: Latest stock Android 11
Android version: 12.0.0
Linux Kernel Version: 5.4.61
Source code: GitHub
Code Review: Gerrit
No need to install TWRP ?
 

Mecallie

Senior Member
Sep 16, 2011
157
42
Thank you for your work!

Just wondering: what camera app is this using? And are you planning on continuing development?
 
  • Like
Reactions: ianseer

Androbots

Recognized Developer
Dec 8, 2014
1,031
916
Fine tuning some stuff right now. Things are coming along nicely so far.

Hint: Check for that lock screen weather
 

Attachments

  • Screenshot_20211221-230503.png
    Screenshot_20211221-230503.png
    743.1 KB · Views: 433
  • Screenshot_20211221-224222.png
    Screenshot_20211221-224222.png
    149.5 KB · Views: 427
Last edited:

Androbots

Recognized Developer
Dec 8, 2014
1,031
916
Were you able to get FP scanner working? Also, do you plan on releasing builds without GApps? I would like to try out this rom with MicroG as I am having excellent battery life with Lineage microG. Anyways thanks for your work!
FP scanner is still not up, I am working on redoing the kernel first. Android 12 brings with it, UDFPS - an AOSP framework that the Pixel 6 uses for its optical fingerprint scanner. So, to get the FP scanner to work, (ideally) I will have to adapt the current HAL to be UDFPS compatible. Additionally, I will also need to work on dimming as I can't tolerate flickering.

We do ship our GMS but if people care, I can release a GMS-free build too.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 21

    stx-2021.png


    StatiXOS for ASUS ZenFone 8 (sake)


    What is StatiXOS?

    StatiXOS is a custom ROM based on the Android Open Source Project aiming to be minimal while providing quality of life improvements and up to date security patches.


    You tell me!


    Flashing the fastbootimage
    1. Download the fastbootimage from our download link above
    2. Reboot your ZenFone 8 to bootloader and plug it in to your computer
    3. Now open up your Terminal (macOS and Linux) or Command Prompt (Windows)
    4. Type in fastboot reboot fastboot

    5. Now locate the downloaded ROM zip and drag it into the shell window you opened in step 3 after typing fastboot update.
    5. From here on, it will be automated. Once the device reboots, you're good to go!

    Flashing an OTA package
    1. Download the ROM which should be in the root of the sake folder.
    2. Navigate to boot images within the sake folder and download the two images boot.img and vendor_boot.img.
    3. Reboot your device to its bootloader mode, open up a terminal window and flash boot and vendor_boot using fastboot flash.
    4. Once done, type in fastboot reboot recovery.
    5. once you boot to recovery, tap on “Apply from ADB”
    6. Now on your PC, type in adb sideload and drag the zip you downloaded in Step 1.
    7. Wait for it to complete flashing. Once done, wipe data/cache (don’t if you’re dirty flashing)
    8. Done!



    Prerequisite firmware: 31.1010.0410.72
    Android version: 12.1.0
    Linux Kernel Version: 5.4.210
    Source code: GitHub
    Code Review: Gerrit
    8
    Fine tuning some stuff right now. Things are coming along nicely so far.

    Hint: Check for that lock screen weather
    8
    And there we go.

    Jan builds are here!

    Device changelog:
    - Rebase device-specific sources for official Android 12 source drop: we now run the latest stock blobs and kernel.
    - Silence a whole lot of DEBUG driver spam and stop use of TRACE_PRINTK.
    - Use UDFPS instead of Lineage's FOD implementation with a slight caveat and, in my opinion, a big quirk: High brightness mode doesn't exactly work. So, you have to make sure the screen brightness is set to more than 40% at least to use UDFPS properly. However, since HBM doesn't work, there is absolutely zero flicker.
    - This build has SELinux enforced. Expect OEM-like signed -user builds once we roll out OFFICIALs.

    Note: You must be on 31.1004.0404.81 to flash and use this.

    Source changelog:
    - Our new color scheme (notice the quick settings)
    - Tons of under the hood optimization
    - Use our new GMS
    - Bring back system wide icon packs! (Remember them in ThemePicker on Android 11?)
    - Implement a ton of Pixel specific stuff as modular overrides to AOSP

    Download: https://downloads.statixos.com/12-SNOWCONE/sake/fastbootimages/statix_sake-SNOWCONE-20220123.zip

    Enjoy! :)
    8
    New update!

    - Night Light, Extra Dim now work!
    - Screen colors should be a LOT pleasing to the eye now.
    - Headphone jack now works.
    - Check Settings -> Gestures for some new stuff
    - Added battery styles.
    - You will now pass safetynet and be play store certified :)
    - People moving from stock should have a better time flashing this now.
    - Still working on improving haptics and UDFPS. Will take time so patience requested.

    Download: https://downloads.statixos.com/12-SNOWCONE/sake/fastbootimages/statix_sake-SNOWCONE-20220201.zip

    1643771343076.jpeg
    8
    New update:

    - Update Adreno drivers (anything that uses 3D acceleration should actually see some improvement)
    - Haptics now work like they do on stock. Nice and tight.

    Download: https://downloads.statixos.com/12-SNOWCONE/sake/fastbootimages/statix_sake-SNOWCONE-20220227.zip