Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ganesh2shiv/auto-pause

Do you miss the pause button on your Hyundai / Kia car's steering? This app enables the existing mute button on the steering to also work as pause button while playing music on Android Auto.
https://github.com/ganesh2shiv/auto-pause

android android-auto app hyundai kia

Last synced: 18 days ago
JSON representation

Do you miss the pause button on your Hyundai / Kia car's steering? This app enables the existing mute button on the steering to also work as pause button while playing music on Android Auto.

Awesome Lists containing this project

README

        

# Auto Pause (Hyundai & Kia) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Do you miss the pause button on your Hyundai / Kia car's steering? This app enables the existing mute button on the steering to also work as pause button while playing music on Android Auto. It works by establishing a connection with the car's infotainment system using the classic bluetooth (not BLE) and observes the volume change/mute events.

Now enjoy a seamless and convenient experience while listening to your favorite playlists, audiobooks, and podcasts during your long drives.

[Download the latest release](https://github.com/ganesh2shiv/auto-pause/releases/latest)

[](https://play.google.com/store/apps/details?id=com.custom.app.autopause)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ganesh2shiv)

## Screenshots






## To-do

- [x] Test on Kia Sonet
- [ ] Test on Kia Seltos
- [x] Test on Hyundai i10
- [x] Test on Hyundai i20
- [ ] Test on Hyundai Verna
- [ ] Test on Hyundai Creta
- [ ] Test on other Hyundai/Kia models

## Contribute

1. Fork and/or clone the repo and open it in Android Studio.
2. Make some changes and commit (with proper messages).
3. Create a pull request.

## License

```
Copyright (C) 2023 Ganesh Mohan

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```

See [LICENSE](/LICENSE)