cgm616 / VolumeBar9

A jailbreak tweak to change the stock volume HUD
https://cgm616.me/repo
MIT License
15 stars 1 forks source link
banner beta ios-9 jailbreak open-source tweak volume

VolumeBar9

A replacement for the disruptive, rounded-square volume HUD included with stock iOS. Only for jailbroken devices.

When you press the volume buttons, a small banner now appears at the top of the screen with a slider. This slider shows the current volume, is updated when the volume buttons are pressed, and can be moved to change the volume as well!

VolumeBar9 has many customizable options, from the colors of the banner and slider to interaction with the banner itself.

This project stems from my previous project, VolumeBar.

VolumeBar9 is confirmed to work on iOS 9.3.3, on an iPhone 6S set to the resolution of an iPhone 6S+. There doesn't seem to be a reason for it not to work on iOS 9.3.2 and below, but it has not been tested (yet), and it also hasn't been extensively tested on any other devices. iPads in particular may cause bugs concerning the bigger screens.

Cydia repo GitHub release

Features

Currently, VolumeBar9 is full of features that users have asked for. However, there's always room for improvement, so feel free to suggest more.

Screenshots

status+icons status+customslider normal+route normal+handle+label+icons normal+dropshadow normal+crazycolors+handle+label landscape+status landscape+normal+customslider banner_settings animation_settings

Install

To install on a jailbroken iOS device, add my Cydia repo: cgm616.me/repo/. Then install the VolumeBar9 package.

It has a few dependencies: libcolorpicker and libobjcipc, which are both most likely installed already on your device.

Alternatively, you can install and setup theos, clone this repo, and build it and install it on your device with:

make do

In addition to both of those methods, deb files can be downloaded from the GitHub releases page. Then, they will need to be transferred to the device and installed using iFile, Filza, some other file manager, aptitude, or dpkg.

Changelog

Every new update pushed on my Cydia repo is also tagged and signed, which can be seen on the GitHub tags page.

These tags have small descriptions of changes, which are also copied below. Longer versions can be found on the GitHub releases page.

License

All of the code I have written in this project, which is most of it, along with some snippets from StackOverflow and otherwise, is licensed under the MIT License.

The full text of this License is below, contained in the LICENSE.md file, and available at choosealicense.com.

The MIT License (MIT)

Copyright (c) 2015 - 2016 Cole Graber-Mitchell / cgm616

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributing

If you find something you can fix or otherwise make better, please feel free to do so. Another way to contribute is create GitHub issues for features you want and bugs you find. I need help testing the tweak on many different devices.

Fork the repo and create a pull request here on GitHub and I'll take a look. In your fork, add yourself to the contributors list below as well!

Contributors