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 ```
37 lines
932 B
YAML
37 lines
932 B
YAML
Categories:
|
|
- System
|
|
License: MIT
|
|
SourceCode: https://github.com/iamtrk/Device-Explorer
|
|
IssueTracker: https://github.com/iamtrk/Device-Explorer/issues
|
|
|
|
AutoName: Android Explorer
|
|
Summary: Get device information
|
|
Description: |-
|
|
Get various hardware and software information from the device:
|
|
|
|
* Device IDs information (IMEI, IMSI, SIM Serial, Android ID, MAC Address).
|
|
* Build data (Manufacturer, OS Version, CPU Architecture).
|
|
* CPU & RAM Usage.
|
|
* Root & Encryption check.
|
|
* Display information.
|
|
* File system information.
|
|
* Kernel details.
|
|
* Runtime information.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/iamtrk/Device-Explorer
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 59eb9b9bb427d5496266564ed0aad4b2dbc0b979
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
UpdateCheckName: com.iamtrk
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|