6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
26 lines
730 B
YAML
26 lines
730 B
YAML
Categories:
|
|
- Theming
|
|
License: Apache-2.0
|
|
WebSite: https://code.google.com/p/toggleheadset2
|
|
SourceCode: https://code.google.com/p/toggleheadset2/source
|
|
|
|
AutoName: toggleheadset2
|
|
Summary: Widget for re-routing audio
|
|
Description: |-
|
|
This was originally designed to fix software problems in Android 1.5 that
|
|
wouldn't properly route audio when the headset was plugged in and out. However
|
|
many people have found it to be able to fix hardware problems too and it can be
|
|
used to manually route audio to the speakers for no special reason.
|
|
|
|
Builds:
|
|
- versionName: '2.5'
|
|
versionCode: 11
|
|
commit: '44'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '2.5'
|
|
CurrentVersionCode: 11
|
|
|
|
NoSourceSince: '2.6'
|