Skip to content

Pixel Tensor Audio Decompressor v2.0.3

Compare
Choose a tag to compare
@JoshuaDoes JoshuaDoes released this 30 Jul 05:25
· 9 commits to dev since this release

WARNING: This is the first update that cannot be installed through Magisk's in-app module updater! You must download this release manually, as well as all future updates until further notice. Apologies for the inconvenience, it is out of my control!

HOTFIX: v2.0.3 removes the preset keycodes and instead requires you to calibrate your keys on startup for navigating the menu. In order, it will ask you to choose how to navigate down, navigate up, and how to select an item. It is recommended to respectively choose volume down, volume up, and then tap your screen. Controllers and remotes are also supported. This is required for certain devices that do not have the same keycodes as my Pixel 6 Pro, I apologize for that.

Debut of my text menu engine!

  • Integrate my custom text menu engine! Use volume keys to navigate, and tap the screen to select a menu item
  • Support live testing of different volume presets before committing to a choice, but it will abort the install! You must reinstall to demo another preset
  • Require navigation to the install patch option, to prevent accidentally installing a choice you may not like
  • Recommended volume is still 865/14, but may change with future updates depending on community feedback
  • Allow cancelling the install before choosing other options

The current volume presets you may choose from:

  • 865/14: The recommended volume by my testing
  • 865/13: The original volume from v1.0.0
  • 865/12: Recommended by a Pixel 7 Pro (cheetah) user
  • 817/17: The Google stock volume
  • 913/15: Potentially unsafe! Triggers volume normalization when the volume spikes
  • 913/20: Potentially even more unsafe than 913/15! The absolute maximum that can be set

More presets may be added in future updates, also depending on community feedback

  • Break the ability to update the module through Magisk
  • For some reason, ZIPs downloaded through the Magisk in-app module updater will extract without executable permissions
  • We cannot have this, or the menu will cease to function
  • Until this issue can be resolved on Magisk's end, you must download all future updates from the GitHub Releases page
  • You will still be notified of future updates, but they will fail to download from now on until this issue is resolved