[ROM]-[10.0]-[PAYTON]-Havoc-OS-3.x-[07/12/20]-[DISCONTINUED]]

Search This thread

EthonBanks

Senior Member
Dec 31, 2018
91
13
Is that a way to decrypt partition in TWRP?
Maybe some modified TWRP?
When official TWRP asks for pattern - it not works.

1. Use the factory firmware to do a factory reset, you need to erase data.
https://mirrors.lolinet.com/firmware/moto/payton/official/

2. After you enter the stock rom, set PIN or other code.

3. Flash twrp.img via fastboot, you will get a temporary twrp recovery and you can decrypt data with your PIN or code, then flash the twrp.zip.

4. Then you can decrypt data all the time in twrp.

It works well on my Moto X4.
 

EthonBanks

Senior Member
Dec 31, 2018
91
13
Thanks, but I don't want to go to stock - I'm on Havoc and expect TWRP on Havoc can decrypt when boot in recovery.

I mean after that 3 steps, you can flash havoc, and data also can be decrypted. I'm on havoc 2.9 now.:)

---------- Post added at 12:59 AM ---------- Previous post was at 12:04 AM ----------

##### Havoc-OS v2.9 Official Build #####

Moto x4 (payton) Update:- 05-10-2019

Changelog:-
https://t.me/Havoc_OS/1427

Device Changelog:-
* Rebased from LOS Repos
* Code Cleanup for stability
** Clean Flash Recommended**

I flashed Magisk 19.4 but the /system/app is Read-only, I can't uninstall some system apps.
 
Last edited:
  • Like
Reactions: noogi
May 28, 2018
22
6
I'm facing issue in turning hotspot on from quick settings; It hangs up the whole settings app and also it doesn't turn on.
If we go to the main hotspot settings and turn it on from there, then it turns on after 4-5 taps.
I've checked it in 03-10-2019 and 05-10-2019 updates, it's same in both.
 

noogi

Senior Member
Dec 13, 2016
152
30
Gdańsk
Moto E5
Is there a way to decrease earphone/speaker volume? - it is way to loud for me on lowest level - both from phone or headphones.
I think i saw somewhere info, that in this ROM loudness is raised, but i can't find that anymore.

edit:
is it that file: /vendor/etc/mixer_paths.xml ?

and section:
<path name="speaker-and-headphones">
<path name="speaker" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="ISRC2INT1 Input 1" value="SLIMRX1" />
<ctl name="HPOUT1L Input 1" value="ISRC2INT1" />
<ctl name="ISRC2INT2 Input 1" value="SLIMRX2" />
<ctl name="HPOUT1R Input 1" value="ISRC2INT2" />
<ctl name="HPOUT1 Digital Volume" id="0" value="98" />
<ctl name="HPOUT1 Digital Volume" id="1" value="98" />

<ctl name="HPOUT1 Digital Switch" id="0" value="1" />
<ctl name="HPOUT1 Digital Switch" id="1" value="1" />
</path>

If I change underlined parameters - will be volume range moved (down)?
 
Last edited:
May 28, 2018
22
6
Is there a way to decrease earphone/speaker volume? - it is way to loud for me on lowest level - both from phone or headphones.
I think i saw somewhere info, that in this ROM loudness is raised, but i can't find that anymore.

edit:
is it that file: /vendor/etc/mixer_paths.xml ?

and section:
<path name="speaker-and-headphones">
<path name="speaker" />
<ctl name="SLIM_0_RX Channels" value="Two" />
<ctl name="ISRC2INT1 Input 1" value="SLIMRX1" />
<ctl name="HPOUT1L Input 1" value="ISRC2INT1" />
<ctl name="ISRC2INT2 Input 1" value="SLIMRX2" />
<ctl name="HPOUT1R Input 1" value="ISRC2INT2" />
<ctl name="HPOUT1 Digital Volume" id="0" value="98" />
<ctl name="HPOUT1 Digital Volume" id="1" value="98" />

<ctl name="HPOUT1 Digital Switch" id="0" value="1" />
<ctl name="HPOUT1 Digital Switch" id="1" value="1" />
</path>

If I change underlined parameters - will be volume range moved (down)?
I just did it yesterday for earpiece volume; you have to edit:

<path name="handset">
<ctl name="PDM Mux" value="Off" />
<ctl name="AIF1TX1 Input 2" value="SLIMRX1" />
<ctl name="AIF1TX1 Input 2 Volume" value="36" />
<ctl name="AMP Audio Gain" value="4" />
<ctl name="OSPL Rx" value="Disable" />
</path>

Change it as it suits you. I've changed it to 20.
 
Last edited:
  • Like
Reactions: stovo06 and noogi

noogi

Senior Member
Dec 13, 2016
152
30
Gdańsk
Moto E5
I mean after that 3 steps, you can flash havoc, and data also can be decrypted. I'm on havoc 2.9 now.:)

---------- Post added at 12:59 AM ---------- Previous post was at 12:04 AM ----------



I flashed Magisk 19.4 but the /system/app is Read-only, I can't uninstall some system apps.

Is that another way to enable data decription via TWRP - I can't install stock rom - it fails on first step "fastboot flash partition gpt.bin" - returns info about unknown size or something..

Can I use RSD Lite Flash Tool for flash stock firmware?
 
Last edited:

EthonBanks

Senior Member
Dec 31, 2018
91
13
Is that another way to enable data decription via TWRP - I can't install stock rom - it fails on first step "fastboot flash partition gpt.bin" - returns info about unknown size or something..

Can I use RSD Lite Flash Tool for flash stock firmware?

See this https://xdaforums.com/moto-x4/development/rom-moto-x4-retail-android-pie-t3876156

or copy these command to a .bat file, and run it with adb

fastboot devices
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp dspso.bin
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash system_b system_other.img
fastboot flash oem oem.img
fastboot erase carrier
fastboot erase userdata
fastboot erase ddr
fastboot oem fb_mode_clear
fastboot reboot
pause>nul
 

noogi

Senior Member
Dec 13, 2016
152
30
Gdańsk
Moto E5
I already try that, but after 'fastboot getvar max-sparse-size' command, I get error.

And what about RSD Lite Flash? Stock ROM files got corresponding xml file (flashfile.xml) to use with flash program.
I wonder why no one in this forum is mentioning about Motorola flash software and inventing wheel again - whats the reason?
 

Samyantak

Member
Nov 19, 2017
29
1
Is v2.9 stable now( i.e no bootloops)?? I want to try but don't have the time and resources to experiment... I am temporarily on LOS and missing the features of havoc...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 28
    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,
     */
    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/SyberHexen


    Links.png

    ROM: Havoc-OS Latest Official Build
    Recovery: Official TWRP
    Open GApps: https://sourceforge.net/projects/opengapps/files/arm64/
    Magisk: Magisk
    Factory Firmware: PPW29.69-26 "PIE" or Newer

    Firmware_ONLY: [These Firmware Only Zips Update Just the Hardware on BOTH "Slot-A"&"Slot-B"]
    ** I.E. Bootloader, Radio, Bluetooth, Audio etc.. (Only whats needed for running Custom Roms) **

    PAYTON_RETAIL_9.0_PPWS29.69-26-4__A-B_FIRMWARE_ONLY.zip
    XT1900-1_PAYTON_FI_9.0_PPW29.69-39-2__A-B_FIRMWARE_ONLY.zip

    "Copy Partitions Zip" - courtesy of @filipepferraz
    copypartition.zip
    (To setup "Slot B")


    Installation.png


    01. Download the ROM, Firmware and GApps from the links above.
    02. If you're coming from Oreo Flash the PIE Firmware (Factory Image or Firmware_ONLY) for your device.
    03. Use terminal to boot latest twrp.img "fastboot boot twrp.img"
    04. Create backup. i.e. EFS

    ## YOU ONLY NEED THIS STEP ONCE.. When updating Firmwares ##
    05.At this point Flash "Copy Partitions Zip" In TWRP "SLOT A"

    06. Flash the ROM and TWRP installer.
    07. Choose Reboot -> Recovery
    08. Install GApps & Magisk.
    09. Reboot -> Bootloader
    10. fastboot -w
    11. Reboot and Enjoy.

    *Note-1: Slots, ROMS install to opposite (inactive) slot
    If you FLASHED ROM from "Slot A", then ROM is installed to "Slot B", If you Flashed ROM from "Slot B", then ROM is installed to "Slot A"

    *Note-2: Firmwares
    * Recommended to install to "Slot A" unless you have PIE firmware fully installed on "Slot B" (you can achieve this with Firmware_ONLY Links or copypartitions.zip ran from Slot_A after a full stock update)

    *Note-3: Updating "Dirty Flash"
    01. Flash ROM + TWRP installer.
    02. Reboot -> Recovery
    02. Install Gapps + Magisk
    03. Reboot -> System



    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-OS 3.x ROM for Moto X4, ROM for the Moto X4

    Contributors
    SyberHexen, SKULSHADY, erfanoabdi
    Source Code: https://github.com/Havoc-OS/

    ROM OS Version: Android 10
    ROM Kernel: Linux 4.x
    ROM Firmware Required: 9.0 PIE

    Version Information
    Status: Stable

    Created 2019-01-15
    Last Updated 2020-07-12
    9
    ##### Havoc-OS v2.6 Official Build #####

    Moto x4 (payton) Update 08-06-2019

    Maintainer: @SyberHexen

    Havoc-OS v2.6 Changelog 04-06-19:
    • Merged June security patches
    • Added an animation for charging
    • Added back Night Light
    • Added battery saving mode for location
    • Added toggle for lockscreen charging animation
    • Changed Android Q clock to Accent color
    • Updated Lawnchair to alpha-2081
    • Some more fixes/improvements

    Havoc-OS v2.6 Changelog 07-06-19:
    • Added new Gaming mode
    (Havoc Settings > Misc)
    • Added a toggle for charging animation
    • Added Battery temp in battery usage
    • Fixed analog clocks not refreshing in AOD
    • Improved Android Q clock related stuff
    • Some more fixes/improvements

    Device Changelog:-
    * sdm660-common: GPS: merge CAF tag 'LA.UM.7.2.r1-07000-sdm660.0'
    * sdm660-common: data-ipa-cfg-mgr: Udate from CAF tag 'LA.UM.7.2.r1-07000-sdm660.0'

    Kernel Changelog:-
    * Reverted some changes for stability
    * Update Wireless: CAF TAG: LA.UM.7.2.r1-07000-sdm660.0
    -fw-api
    -qcacld-3.0
    -qca-wifi-host-cmn

    Download Link: http://bit.ly/payton-08-06-2019
    9
    ##### Havoc-OS v2.7 Official Build #####

    Moto x4 (payton) Update 24-07-2019

    Changelog: https://t.me/Havoc_OS/1289

    Maintainer: @SyberHexen

    Device Changelog:-
    * Define Google play service package for FRP
    * Disable alt ambient display
    * Build vr.sdm660 hal
    * Import CarrierConfig vendor overlay
    * List additional native libraries to expose to apps
    * Update GPS from CAF TAG 'LA.UM.7.2.r1-07200-sdm660.0'
    * Downgrade GNSS to v1.0

    Kernel Changelog:-
    * Upstream Kernel --> [4.4.186]

    Download Link: http://bit.ly/payton-24-07-2019
    9
    update 10/05/2019

    New release, Main post updated - ROM: Havoc-OS-v2.5-20190510-payton-Official.zip
    SyberHexen said:
    Device Specific Changes
    (10/05/2019)
    Device Changelog:-

    * Restore LineageLiveDisplay and bring in v2.0
    * Enable WiFI MAC Randomization Toggle
    * Update LineageActions from MotoNash
    * Support Dual WiFi Interface for tethering
    * Update from CAF tag 'LA.UM.7.2.r1-06900-sdm660.0'
    -GPS
    -data-ipa-cfg-mgr
    * Implement Moto CarrierID Matrix
    * Update CarrierConfig & overlays
    * Drop HEH Filename Encrytion
    * Increase maximum number of BSS in memory
    * Enable dirty ratios
    * Overlay: fix signal strength visual bug
    * Overlay: Set max visible notification icons

    Kernel Changelog:-
    * Update defconfig [X-Payton-1.4]
    * Upstream Kernel [4.4.178] --> [4.4.179]
    * Removed Klapse (Kernel LiveDisplay)
    * Merge CAF TAG: LA.UM.7.2.r1-06900-sdm660.0
    * Update Wireless CAF TAG: LA.UM.7.2.r1-06900-sdm660.0
    -fw-api
    -qcacld-3.0
    -qca-wifi-host-cmn

    Havoc Changelog:-
    08/05/2019
    • Merged May security patches
    • Added LiveDisplay
    • Added Pocket Judge
    • Added Force fullscreen for apps
    (Thanks to @jhenrique09)
    • Added fingerprint support for OP6T
    • Added Lockscreen visualizer customizations
    • Added Android Q style battery icon
    • Added Reading mode QS tile
    • Added advanced location tile options
    • Improved QS detail view
    • Changed NFC icon
    • Removed proximity check on wake
    • Fixed Battery icon padding
    • Fixed In-call UI layout
    • Fixed three finger swipe for screenshot
    • Fixed statusbar icon animation

    10/05/19
    • Added Smart charging
    • Improved FP in Pocket mode
    • Fixed notification lag
    • Fixed SystemUI crash when language is set to Spanish
    9
    Am i dreaming or was the last update 26 days ago? (Just asking to clarify)

    You're not dreaming.

    I'm test driving new release, and plan to release after I get home from work today. =3