• We are moving to xdaforums.com!

    Posts made between now and when the migration is complete will not be carried over.
    You will be automatically redirected once the migration is complete.

Development [ROM][OFFICIAL][13] StatiXOS v6.3 for OnePlus 9/9 Pro

Search This thread

megafan

Senior Member
Jan 24, 2013
99
26
I am not updating 🙂, ( not because I don't trust the dev ), it can't be better than this 🙂, flashed statiXOS and eva kernel almost a month ago, and everything is perfect, not a single bug, smooth and good battery, I am done with flashing for now, nice job and thanks!
 
  • Like
Reactions: m_vaisakh

forever_lol

Senior Member
Mar 18, 2013
976
373
I've just installed you rom. Very smooth indeed! I think i've found a bug." Wireless PowerShare is enabled" and it cannot be turned off. You can't disable it using quick settings tile. You cannot find it in settings either.
 
Last edited:

hammered58

Senior Member
New Update!

Changelog:
  • June Security Patch
  • Upgraded to blobs EX01 firmware
  • Dropped Gcam in favour of Aperture
  • Fixed autobrightness
  • Force refresh rate to 60 on keyguard
  • Disable UI Blur
  • Fix VoIP call volume stuck at max
Grab build from post #1
Just installed running great, ty,, but I can't seem to open my security settings namely security and privacy - more security settings anybody else or is it just me?? Update-- tried it again and it is working now
 
Last edited:
  • Like
Reactions: m_vaisakh

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    New update for OnePlus 9 Pro (lemonadep) only!
    Changelog:

    • September Security Patch
    This is a maintenance build from the team.
    1
    I cannot locate latest security patch update for Lemonade only lemondep, is this because not yet updated or do I need to flash lemondep version?.. Just want to try this ROM out thanks.
    Hi, I'm sorry about the confusion, the update was pushed by the team and not by me hence they only built for lemonadep (because that's the device I own) and not lemonade.
    Lemonade will start getting updates after I resume back in January.
  • 16

    stx-2020.png


    StatiXOS for OnePlus 9/9 Pro (lemonade/lemonadep)

    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.


    None from my testing!
    Please report anything you run into!


    Detailed Flashing instructions in Post #4
    1. Download the fastbootimage zip
    2. Unlock your bootloader, and reboot to bootloader​
    3. Type in
      Bash:
      fastboot -w
      [This will format all of the data in your phone including internal storage (photos, files, everything!)] (Skip this step if you are coming from a previous build)​
    4. Connect your phone to PC and type in
      Bash:
      fastboot update statix_lemonadep-XXXXXX-13-v6.2-TIRAMISU-img.zip
      (XXXXXX denotes the date of the build)​
    5. Wait for a while until the flashing process completes, it will reboot your device​
    6. Enjoy!​




    Android version: 13
    Linux Kernel Version: 5.4.x
    Source code: GitHub
    Code Review: Gerrit
    7
    Changelogs

    16th April 2023

    • Initial release
    21st April 2023
    • April security patch
    • Fixed low mic volume
    • Fixed pickup sensor functionalities
    • Fixed weird resolution in recovery
    • Improved rounded corners
    • Upgraded blobs to F21
    • Enabled UI blur
    19th May 2023
    • May security patch
    • Newer pickup sensor handling
    • Improved perf and smoothness using libperfmgr
    • Support for OnePlus 9 (non-pro)
    22nd June 2023
    • June Security Patch
    • Upgraded to blobs EX01 firmware
    • Dropped Gcam in favour of Aperture
    • Fixed autobrightness
    • Force refresh rate to 60 on keyguard
    • Disable UI Blur
    • Fix VoIP call volume stuck at max
    11th July 2023
    • July Security Patch
    • Improved autobrightness
    • Some misc fixes
    18th September 2023
    • September Security Patch
    4
    Detailed Flashing instructions:

    NOTE: These instructions are for first time users only! If you are upgrading from previous StatiX Builds, you DO NOT NEED TO FORMAT DATA!


    To flash StatixOS, you need these pre-requisites:
    1. A PC with ADB/Fastboot installed
    2. OnePlus 9 Pro device
    3. USB Cable
    4. StatiXOS Build
    5. Backup your internal storage before this process.
    6. This guide assumes you are coming from OOS 13.x with an unlocked bootloader.
    For Windows Users:
    • Download SDK platform tools for Windows (I do not recommend using the latest ones because it breaks flashing) and extract it to anywhere you like.
    • Install ADB/Fastboot Drivers
    • Assuming you have unlocked bootloader, and enabled Developer Options, navigate to System > Developer Options, scroll down to find USB Debugging, and enable it.
    • Connect your device to PC
    • From your PC, navigate to the extracted platform-tools
    • In the folder you need to check if there are some dll files and a few executables (.exe files). We're majorly concerned with adb.exe and fastboot.exe.
    • Whilst pressing Shift key, Right click in the folder, and there shall be an option to "Open powershell window here" or "Open Command Prompt here"
    • In the powershell window, type in .\adb.exe devices, now check your phone, there will a window asking to allow connection, allow it on phone. (If you don't do quicky, it may show as unauthorised in the powershell window, which is nothing to be worried about, just repeat the command)
    • Once the device is authorised, type in .\adb.exe reboot bootloader, your device shall reboot to a FASTBOOT screen, this is the bootloader mode.
    • Now ensure your drivers are proper. Type in .\fastboot.exe devices. If it shows nothing, it means that your drivers are not proper, google search on how you should fix them as it is out of the scope of this guide. Once you get an output like 2398534953 fastboot, it means that your device is detected.
    • (You do not have to do this step if you are upgrading from a previous StatiXOS build) In powershell, type in .\fastboot.exe -w, this will completely wipe your internal storage.
    • Now, type in .\fastboot.exe update ''path\to\StatiXOS\Build\zip'' (replace path\to\StatiXOS\Build\zip with actual path to the fastboot images zip file) Pro Tip: You can right click and copy the zip and then paste into powershell window. Make sure you paste in between the quotes ' '.
    • It should show some details and start flashing immediately. It will reboot your device automatically to fastbootd mode in Statix Recovery. DO NOT DISCONNECT THE DEVICE DURING THIS PROCESS!
    • Wait till the process finishes, it will reboot the device automatically.
    • That's all! Enjoy StatiX on your device!

    For Linux Users:
    • Install adb and fastboot according to your distro, and install proper udev rules.
    • Assuming you have unlocked bootloader, and enabled Developer Options, navigate to System > Developer Options, scroll down to find USB Debugging, and enable it.
    • Connect your device to PC
    • From your PC, open Terminal
    • In the terminal window, type in adb devices, now check your phone, there will a window asking to allow connection, allow it on phone. (If you don't do quicky, it may show as unauthorised in the powershell window, which is nothing to be worried about)
    • Once the device is authorised, type in adb reboot bootloader, your device shall reboot to a FASTBOOT screen, this is the bootloader mode.
    • Type in fastboot devices, you'll get an output like 2398534953 fastboot, it means that your device is detected.
    • (You do not have to do this step if you are upgrading from a previous StatiXOS build) In powershell, type in fastboot -w, this will completely wipe your internal storage.
    • Now, type in fastboot update ''path/to/StatiXOS/Build/zip'' (replace path/to/StatiXOS/Build/zip with actual path to the fastboot images zip file).
    • It should show some details and start flashing immediately. It will reboot your device automatically to fastbootd mode in Statix Recovery. DO NOT DISCONNECT THE DEVICE DURING THIS PROCESS!
    • Wait till the process finishes, it will reboot the device automatically.
    • That's all! Enjoy StatiX on your device!
    4
    New update!
    Changelog:

    • July Security Patch
    • Improved autobrightness
    • Some misc fixes
    4
    New update!

    Changelog:

    • May security patch
    • Newer pickup sensor handling
    • Improved perf and smoothness using libperfmgr