6c177c1fc3
!5262 ```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 ```
34 lines
950 B
YAML
34 lines
950 B
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/aario/killcamera
|
|
IssueTracker: https://github.com/aario/killcamera/issues
|
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJTM2GDGPEFHA
|
|
|
|
AutoName: Kill Camera
|
|
Summary: Kill camera related processes
|
|
Description: |-
|
|
Kill camera related processes. This is useful when you get the famous error
|
|
message "Can't connect to camera" or similar. You tap on KILL button. Once the
|
|
camera service killed, it should be automatically restarted by the system. So
|
|
you don't need to restart your device just to take a photo and therefor loose
|
|
the opportunity!
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/aario/killcamera
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '1.0'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|