Skip to content

Releases: VetheonDevelops/DoseBreaker

DoseBreaker v3.2.1

Choose a tag to compare

@VetheonDevelops VetheonDevelops released this 19 Apr 17:18
365ba77

Bug Fixes

  • Fixed bootloop on Pixel 8 and potentially other devices caused by a duplicate exec redirect running before the log path was defined, corrupting the shell environment during boot
  • Fixed CSD dose accumulator no longer being reset on LineageOS 23.2, where Android's EN 50332-3 enforcement moved entirely in-memory with no settings keys. The module now resets the accumulator directly through cmd audio, which is stable across Android versions

Changes

  • Removed aggressive PSD resampler tuning parameters (stopband, halflength, cutoff_percent, tbwcheat) that were unsafe on non-AOSP resampler stacks including Qualcomm and Tensor devices
  • Removed HIDL-specific props (persist.audio.hifi, fluence props) that are Qualcomm-only and incorrect on other hardware
  • Removed HAL and PSD detection at install time — no longer needed given the above removals
  • Resampler quality is now set unconditionally to 7 on all devices

v3.1.3

Choose a tag to compare

@VetheonDevelops VetheonDevelops released this 19 Mar 13:22

DO NOT UPDATE TO THIS VERSION, DO A FRESH INSTALL

That means remove/uninstall the existing module, reboot your device, then reinstall this version. DO NOT update without removing the old module

Module has been renamed to "DoseBreaker" which in my opinion is a better name than "disable_safe_media_volume" since this doesn't just do that. It also actively fights the doser, and tries to modify the system to circumvent the doser and CSD systems.

v3.0.1

Choose a tag to compare

@VetheonDevelops VetheonDevelops released this 18 Mar 18:39
6378647

This version works very differently to the first release version.

The module now uses a maintenance loop in service.sh to constantly make the CSD values and records reset, and continuously keeps doing so every 5 minutes until the system reboots or it gets a SIGTERM.

V1.1.0

Choose a tag to compare

@VetheonDevelops VetheonDevelops released this 14 Mar 15:23
6513d73
Revise README for disable_safe_media_volume module

Updated README to provide detailed information about the module's functionality, installation instructions, and support.