I'll see what I can do about it
I'll see what I can do about it
does this fix the type-c headphones issue?New update!
Changelog:
- May security patch
- Newer pickup sensor handling
- Improved perf and smoothness using libperfmgr
I haven't addressed the issue yet.
Update for OnePlus 9 (non-pro) users!
- Support for lemonade added
This does not come with OOS cam.
Auto brightness not workingUpdate for OnePlus 9 (non-pro) users!
- Support for lemonade added
It was working for me but...as usual with all custom roms not very well. It's been always way too bright.
Use the required recovery!. You may have errors by installing it via TWRP due to not being the official version..Is there a way to flash this through twrp or do you have to use fastboot
I'm not sure how that works. If you can tell me the procedure, I can probably tell if it'll work or not.Can I open the diag port?
I am a Korean user and I need a volte patch
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 nowNew Update!
Changelog:
Grab build from post #1
- 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
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.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.
fastboot -w
fastboot update statix_lemonadep-XXXXXX-13-v6.2-TIRAMISU-img.zip
.\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).\adb.exe reboot bootloader
, your device shall reboot to a FASTBOOT screen, this is the bootloader mode..\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..\fastboot.exe -w
, this will completely wipe your internal storage..\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 ' '.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)adb reboot bootloader
, your device shall reboot to a FASTBOOT screen, this is the bootloader mode.2398534953 fastboot
, it means that your device is detected.fastboot -w
, this will completely wipe your internal storage.fastboot update ''path/to/StatiXOS/Build/zip''
(replace path/to/StatiXOS/Build/zip with actual path to the fastboot images zip file).