[ROM] Havoc OS v3.11 [OFFICIAL] [STOCK-BASED]

Search This thread

Dfis

Senior Member
Sep 21, 2022
206
19
Clean flashed from stock and update is very nice, especially a working camera button:)

Only issue I've found so far is my phone will not connect to mobile network unless the phone is restarted with 3G as preferred network, after which it can be swapped to LTE with no issues. If restarted on LTE as preferred, it will never find it or it'll take too long that's it's not a viable option(longest I waited was 5 min). I've tried with stock modem and carrier specific modem. Any ideas?

Other than that, thank you again for your excellent work:good:

AK

EDIT: Non-Gapps version with pico10gapps and magisk flashed
Hi. I'm having the same issue... Did you find a solution?
On LineageOS, there's an option in Xperia Parts which switch automatically to 3G on reboot and then switch back to LTE
 
Last edited:

Dfis

Senior Member
Sep 21, 2022
206
19
I've noticed that the VoWifi icon is not showing. Instead, VoLTE is shown for both services... I'm positive it's using VoWifi on current calls... Bug in current ROM?
 

AlexKarimov

Senior Member
Oct 13, 2019
180
93
Hi. I'm having the same issue... Did you find a solution?
On LineageOS, there's an option in Xperia Parts which switch automatically to 3G on reboot and then switch back to LTE
I don't think I ever did, sorry. I've been on a different phone for a few years but I think I had moved to Bliss after this, maybe
 
  • Like
Reactions: Dfis

Dfis

Senior Member
Sep 21, 2022
206
19
Does anyone experience low microphone volume during calls? The other side hears me fine when switching to Speaker...
 

DulacLancelot

Senior Member
Jan 21, 2011
52
3
Sony Xperia XZ1 Compact
Everything seems to go well and work fine upon initial setup but after the setup completes it says it needs to reboot to optimize the network and after reboot the cellular signal doesn't work anymore. Can I stop this "network optimization" thing from happening?
 

DulacLancelot

Senior Member
Jan 21, 2011
52
3
Sony Xperia XZ1 Compact
Clean flashed from stock and update is very nice, especially a working camera button:)

Only issue I've found so far is my phone will not connect to mobile network unless the phone is restarted with 3G as preferred network, after which it can be swapped to LTE with no issues. If restarted on LTE as preferred, it will never find it or it'll take too long that's it's not a viable option(longest I waited was 5 min). I've tried with stock modem and carrier specific modem. Any ideas?

Other than that, thank you again for your excellent work:good:

AK

EDIT: Non-Gapps version with pico10gapps and magisk flashed

Have you been able to find any APK or script or something that will automatically start your phone in 3G mode and then switch to 4G after a delay?
 
Last edited:

DulacLancelot

Senior Member
Jan 21, 2011
52
3
Sony Xperia XZ1 Compact
Can I take the keyboard from the Stock ROM and use it in this one?

I've tried copying these two over:
- com.swiftkey.swiftkeyconfigurator - com.touchtype.swiftkey

But there is an error when I try to select a language:
"Unable to save language pack to storage."

Can I make this work somehow?
Did I miss some more things that I need to copy?
 

DulacLancelot

Senior Member
Jan 21, 2011
52
3
Sony Xperia XZ1 Compact
Clean flashed from stock and update is very nice, especially a working camera button:)

Only issue I've found so far is my phone will not connect to mobile network unless the phone is restarted with 3G as preferred network, after which it can be swapped to LTE with no issues. If restarted on LTE as preferred, it will never find it or it'll take too long that's it's not a viable option(longest I waited was 5 min). I've tried with stock modem and carrier specific modem. Any ideas?

Other than that, thank you again for your excellent work:good:

AK

EDIT: Non-Gapps version with pico10gapps and magisk flashed

I don't really have any understanding of Android development.
Basically, I looks at file/folder contents and played a game of One-of-these-things-is-not-like-the-other like I learned on Sesame Street, so maybe there is some bad side effects of what worked for me that I'm clueless about, so I'll include a short summary of said game so you might be able to replay it less haphazardly.

By "works" I'll be referring to the issue at hand, the connecting to mobile network while starting up in LTE-enabled mode.

You noticed that v3.11 does not work. Me, too.

For me:
No workie: v3.11 w/Gapps No workie: v3.9 noGapps Works!: v3.9 w/Gapps

So the game is "What's different in v3.9 w/Gapps from both 3.11 w/Gapps and 3.9 noGapps?"
I think the key differences are the following files/folders:

Exists in v3.9 w/Gapps but not the others:
/system/etc/permissions/privapp-permissions_com.yoshino.networkswitcher.xml /system/priv-app/NetworkSwitcher/

Is different in v3.9 w/Gapps:
/system/etc/sysconfig/qti_whitelist.xml ( Has two extra lines in there but all else is the same: <allow-in-power-save package="com.yoshino.networkswitcher" /> ... <hidden-api-whitelisted-app package="com.yoshino.networkswitcher" /> )

So if you just copy the above two xml files and the whole NetworkSwitcher directory to your v3.11 filesystem at the same locations and make sure the file/folder permissions match the other items in the directory you are copying to it worked for me.
 

AlexKarimov

Senior Member
Oct 13, 2019
180
93
I don't really have any understanding of Android development.
Basically, I looks at file/folder contents and played a game of One-of-these-things-is-not-like-the-other like I learned on Sesame Street, so maybe there is some bad side effects of what worked for me that I'm clueless about, so I'll include a short summary of said game so you might be able to replay it less haphazardly.

By "works" I'll be referring to the issue at hand, the connecting to mobile network while starting up in LTE-enabled mode.

You noticed that v3.11 does not work. Me, too.

For me:
No workie: v3.11 w/Gapps No workie: v3.9 noGapps Works!: v3.9 w/Gapps

So the game is "What's different in v3.9 w/Gapps from both 3.11 w/Gapps and 3.9 noGapps?"
I think the key differences are the following files/folders:

Exists in v3.9 w/Gapps but not the others:
/system/etc/permissions/privapp-permissions_com.yoshino.networkswitcher.xml /system/priv-app/NetworkSwitcher/

Is different in v3.9 w/Gapps:
/system/etc/sysconfig/qti_whitelist.xml ( Has two extra lines in there but all else is the same: <allow-in-power-save package="com.yoshino.networkswitcher" /> ... <hidden-api-whitelisted-app package="com.yoshino.networkswitcher" /> )

So if you just copy the above two xml files and the whole NetworkSwitcher directory to your v3.11 filesystem at the same locations and make sure the file/folder permissions match the other items in the directory you are copying to it worked for me.
I'm sorry, I'm not a dev. I've learned a lot by trial and error and a lot here on xda. What's more, I haven't had this phone for over two years and when I did, I used Bliss as my daily driver. I hope you're able to solve things on your end but I'm unable to help.
 

kevneh

Member
Oct 4, 2023
5
1
Hello everyone. Will there be an official build of Havoc OS 6 for Sony XZ1 compact (lilac). Thanks and best wishes
 

brunobcm

New member
May 26, 2017
3
0
Hey everybody!
I'm using Havoc 3.11 for Zenfone Max Pro M1 and can't find any option to show the battery percentage at the status bar.
Does anyone knows how to do this?
Thanks a lot!!!
 

q4q9x

Member

brodo

Senior Member
Would it be possible to make a new build from the source with recent security patches? I prefer 3.11 because of the original sony camera.
I tried to follow this howto https://github.com/Havoc-Devices/android_device_sony_lilac/tree/havoc-10 but 'git clone' fails after a while to fetch some elements, probably due to some outdated sources. Could there be a chance to tweak the repo to make it work again or is this version simply too old?
 
  • Like
Reactions: kevneh

KytaPro

Member
Sep 12, 2021
12
1
Hi all! I have a question, Havoc OS 3.11 based on the stock camera app, right? Now i use lineage OS 19.1 and it have really terrible camera app...
 

Alekim91

Senior Member
Jun 30, 2012
271
18
There is a way to install all apk on sd card or increse the internal storage? Thanks you.
 
Sep 28, 2023
34
2
Anyone know where I can download Havoc OS 5 for this device? Also, does anyone know how to turn off the screen unlock sound? Cant find the option anywhere.
 
Last edited:
Sep 28, 2023
34
2
Screenshot_20240113-203532.jpg
Screenshot_20240113-203549.jpg
This rom has insane battery life. Hows this for battery life?
 

Attachments

  • Screenshot_20240113-203510.jpg
    Screenshot_20240113-203510.jpg
    134.8 KB · Views: 10

Top Liked Posts

  • There are no posts matching your filters.
  • 25
    Havoc_Logo.png



    About.png

    Havoc-OS 3.x is based on AOSP, inspired by Google Pixel.
    Has a refined Material Design 2 UI crafted by @SKULSHADY.
    Many useful features that will blow your mind.
    All you can dream of and all you'll ever need.
    Just flash and enjoy...


    Features.png

    Code:
    [SIZE="3"][SIZE="3"][B][U]General:[/B][/U][/SIZE]
    
    Material Design 2 UI
    Android R Style Screenrecord Dialog
    Rounded UI
    Inbuilt GApps (optional)
    Face Unlock
    Enhanced QS Battery Estimation
    Lockscreen Clocks
    Font Customisation
    Dark Theme Support for AOSP apps
    Notification LED Settings
    Pixel Lockscreen weather
    Signature Spoofing
    Micro-G support
    Lockscreen charging animation
    
    [SIZE="3"][B][U]Status Bar:[/B][/U][/SIZE]
    
    Clock & Date Settings
    Custom Logo
    Brightness Control Gesture
    Double Tap to Sleep
    Network Traffic Indicator Settings
    Carrier Label Settings
    Battery Icon Style/Percentage Settings
    Status Bar Icons Toggle
    HD/VoLTE Icon Toggle
    4G/LTE Icon Toggle
    Data Disable Icon Toggle
    Roaming Indicator Toggle
    Small Mobile Type Icon Toggle
    Bluetooth Battery Status Toggle
    
    [SIZE="3"][B][U]Quick Settings:[/B][/U][/SIZE]
    
    Quick Pulldown
    Smart Pulldown
    Battery Estimates Toggle
    Background Opacity
    Background Blur Configuration
    Header Image Configuration
    QS Customisations
      Rows/Column
      Tile Title
      Vibrate on Touch
    Brightness Slider Customization
      Brightness Slider On Bottom/Top/Hidden
      Auto Brightness Icon
      Brightness Control Buttons
    QS Footer Customization
      Settings Icon
      Running Services Icon
      Edit Icon
      User Switcher Icon
    
    [SIZE="3"][B][U]Ambient Display:[/B][/U][/SIZE]
    
    Show/Hide Battery Level
    Ambient Options
      Always On
      Always On When Charging
      Wakeup On New Notifications
      Wakeup on New Music (Music Ticker)
      Sensor Based Screen Wakeup (Tilt/Hand Wave/Pocket)
      Double Tap for Ambient Display
    Ambient/Always On Display Brightness Configuration
    
    [SIZE="3"][B][U]Screen:[/B][/U][/SIZE]
    
    Corners Customisation
      Rounded Corner Radius
      Corner Content Padding
    Legacy App Scaling
      Force Higher Aspect Ratio for Selected Apps
    
    [SIZE="3"][B][U]Buttons:[/B][/U][/SIZE]
    
    Navigation
      Nav Bar Toggle
      System Navigation Type
      Arrows Keys
    Volume Buttons
      Swap Keys
      Volume Steps
      Long Press to Seek Tracks
      Keyboard Cursor Control
      Volume Rocker Wakeup
      Volume keys Answer Call
    Power Button
      Power Menu Customization
      Lockscreen Options
        Visibility on the Lockscreen
        Reboot
        Advanced Reboot
        Screenshot Option
        Screenrecord
      Screen-Off Torch
        Double Tap Power Button
        Long Press Power Button
    Back Gesture
      Arrow Animation toggle
      Long Swipe Type (Swipe and Hold/Swipe Edge to Edge)
      Long Swipe Timeout
      Long Left/Right Swipe Action
      Haptic Feedback toggle
     
    [SIZE="3"][B][U]Gestures:[/B][/U][/SIZE]
    
    Jump To Camera
    System Navigation Settings
    Prevent Ringing Gesture
    Swipe To Screenshot
    Touchscreen Gestures
    
    [SIZE="3"][B][U]Lockscreen:[/B][/U][/SIZE]
    
    Double Tap to Sleep
    Media Cover Art
    Media Cover Art Blur Level
    Music Visualiser
    Unlocking
      Pocket Detection
    Fingerprint
      Screen Off FOD
      Show Icon
      Recognizing Animation
      FP Authentication Vibration
      FP error Vibration
    Elements Customisation
      Status Bar
      Quick Settings
      Lock Icon
      Charging Info
    
    [SIZE="3"][B][U]Notifications:[/B][/U][/SIZE]
    
    Flashlight
      Blink for incoming call
      Blink for Call Waiting
    Screen 
      Edge Lighting Customisation
    Status Bar
      Heads Up
    System
      FC Notifications
    Misc
      Kill App Button
      Noisy Notifications
    
    [SIZE="3"][B][U]Animations:[/B][/U][/SIZE]
    
    Animation Duration
    System Animation customization
    QS Tile Animation Customisation
    
    [SIZE="3"][B][U]Battery Saving:[/B][/U][/SIZE]
    
    Smart Pixels
    Suspend Actions
    
    [SIZE="3"][B][U]Miscellaneous:[/B][/U][/SIZE]
    
    Gaming Mode
    Wake Up on Charge
    Charging Animation
    Screenshot Type (Full/Partial)
    Adaptive Playback
    Playback Timeout (30sec/1min/2min/5min/10min)
    
    [SIZE="3"][B][U]Other Features:[/B][/U][/SIZE]
    
    Vibration & Haptics Customization
    LiveDisplay
    Notch Hide Settings
    Seperate ringtone for SIM1&2
    Screen Refresh Rate (For Supported Devices)
    ALways On Display
    Smart Charging
    Theming
      Styles and Wallpapers
      Dark Theme
      Accent Colour
      Icon Shape
    
    [SIZE="3"][B][U]QS Tile Shortcuts:[/B][/U][/SIZE]
    
      Heads Up tile
      Caffeine tile
      CPU info tile
      Smart pixel tile
      Live Caption
      Screenrecord tile
      Gaming Mode tile
      Screenshot tile
      LTE tile
      Music Tile
      LiveDisplay
      Switch Data Card Tile
      Reboot Tile
      Reading Mode
      Gaming Mode
      Compass
      Sound Search
      Compass Tile
    
    [/SIZE]
    Screenshots.png


    Team.png

    Founder & Lead Developer:
    SKULSHADY (Anushek Prasal)

    Support Team:
    theo.j22 (Tushar Jain)


    Donate.png

    If you like our work then please consider donating.
    PayPal: https://www.paypal.me/ANUSHEK
    UPI: anushekprasal@okhdfcbank

    Maintainer PayPal: https://www.paypal.me/Shank03


    Links.png

    ROM:
    Below this post (#2)

    Recovery: TWRP by modpunk
    Open GApps: http://opengapps.org
    Magisk: https://xdaforums.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445
    Telegram Announcements Channel: https://t.me/Havoc_OS
    Discord Server: https://discord.gg/YfhBCj4


    Installation.png

    1. Download the ROM, GApps (Optional), Magisk (Optional) from the links above.
    2. Clean Flash steps for VoLTE Users | Clean Flash normal


    Credits.png

    LineageOS (https://github.com/LineageOS)
    Crdroid (https://github.com/crdroidandroid)
    Pixel Experience (https://github.com/PixelExperience)
    Nitrogen Project (https://github.com/nitrogen-project)
    Omnirom (https://github.com/omnirom)
    And all the other Developers, Testers, Donators and Users.


    Source.png


    XDA:DevDB Information
    Havoc, ROM for the Sony Xperia XZ1 Compact

    Contributors
    Rooted_Ansh
    ROM OS Version: Android 10
    ROM Kernel: Linux 4.x

    Version Information
    Status: Stable
    Current Stable Version: 3.6

    Created 2020-06-10
    Last Updated 2020-08-17
    10
    Releases:

    November (v3.11):
    Links : No-GApps | GApps
    • Merged November security patch
    • Fixed camera button support ! :)
    • Added Glove mode BETA
    • Fix IMS bugs and remove network switcher

    NOTE: You will get a reboot prompt after flashing this new update. After reboot, just set your network to LTE and enjoy forever :)


    October (v3.9):
    Links : No-GApps | GApps
    • Last build of Android 10 (Android 11 planned)
    • IMS is now fully functional (thanks to derf elot)
    • Added missing APNs for IMS supported carriers
    • Added App lock
    • Kernel up-streamed to 4.4.240 (thanks to derf elot)
    • Few internal improvements

    September 0916 (v3.9):
    Links : No-GApps | GApps
    • September Update merged
    • GPS completely FIXED (thanks to derf elot)
    • Kernel up-streamed to 4.4.235 (thanks to derf elot)
    • Few internal improvements


    August 0817 (v3.8):
    Links : No-GApps | GApps
    • This ROM is Official now ! Yayyy!
    • Added face unlock
    • Fixed camera leak once and for all
    • Few GPS fixes (thanks to derf elot)
    • Kernel up-streamed to 4.4.232 (thanks to derf elot)
    • Fixed missed touch inputs (thanks to derf elot)
    • Fixed webview issues

    NOTE: OTA is under maintenance.. so it will be available either after weeks.. or from Android 11

    July 0728:
    - Links : GApps-0728 | No-GApps-0728
    - Fixed camera memory leak (thanks to vince31fr)
    - Fixed no mobile data on reboot (thanks to Shujath)
    - Internal updates for RAM optimization
    Build Zip date: 0728
    NOTE: A clean flash is required for the camera memory leak fix to work. Which mean, you have to come from stock again.

    July:
    - Links : GApps | No GApps
    - July patch and ROM patch
    - Increased thermal tolerance for charging
    - Safetynet is back ! It passes out of the box. No need of magisk to pass safetynet
    - Uniform thermals for charging
    - Upgrade display.config to 1.9 (thanks to Shujath)
    - Fix overlay Reducing the notification led blinking speed
    - Kernel updated to 4.4.230

    NOTE : Build name of zip has been changed from JULY to 0721

    Initial release:
    - June security patch
    - Kernel 4.4.224-cryptomilk+ [Fixed Wi-Fi]
    9
    camera-err2.jpg
    photo_2021-01-19_20-48-21.jpg
    photo_2021-01-19_20-48-25.jpg
    photo_2021-01-19_20-48-29.jpg
    photo_2021-01-19_20-48-33.jpg
    photo_2021-01-19_20-48-40.jpg
    photo_2021-01-19_20-48-45.jpg
    photo_2021-01-19_20-48-49.jpg
    photo_2021-01-19_20-48-53.jpg


    Welp, it shows "permissive" because it's a bug. It's enforcing actually.
    And safetynet passes as usual.

    And Soon ;)
    7
    July Update again:

    I finally took a day off and made the below changes... more like providing a better monthly update

    Changelog :
    - July Security patch and ROM patch
    - Safetynet is back ! It passes out of the box. No need of magisk to pass safetynet
    - Uniform thermals for charging
    - Upgrade display.config to 1.9 (thanks to @Shujath)
    - Fix overlay Reducing the notification led blinking speed
    - Kernel updated to 4.4.230

    NOTE : Build name of zip has been changed from JULY to 0721

    Links on #2 post

    If you like my work, don't forget to buy me a juice ;)
    My Paypal

    Have a great day ! :D