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 ```
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
Disabled: Prebuilts
|
|
Categories:
|
|
- Connectivity
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/android-wifi-tether
|
|
SourceCode: https://code.google.com/p/android-wifi-tether/source
|
|
|
|
AutoName: WiFi Tether
|
|
Summary: Wireless internet tethering
|
|
Description: |-
|
|
'''N.B''' The app isn't built entirely from source; there are bunch of prebuilt
|
|
programs like dnsmasq and iptables in the source code repository.
|
|
|
|
This is the latest version of [[android.tether]] but it's still a beta.
|
|
|
|
This program enables tethering (via WiFi and BT) for rooted handsets running
|
|
Android. Clients (your laptop for example) can connect (via ad-hoc mode) and get
|
|
access to the internet using the cellular data connection which is established
|
|
by the handset.
|
|
|
|
This application requires a rooted device (basic Android still doesn't allow
|
|
ad-hoc mode) and (probably) a custom-kernel which supports netfilter (iptables).
|
|
Please see the website for detailed information.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
Builds:
|
|
- versionName: 3.2-beta2
|
|
versionCode: 38
|
|
commit: '548'
|
|
forceversion: true
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
|
|
NoSourceSince: '3.3'
|