description in wifi tether that prebuilts are in source
This commit is contained in:
parent
bc8e95b6bf
commit
caf9d6e695
|
@ -7,15 +7,22 @@ Donate:https://code.google.com/p/android-wifi-tether/
|
||||||
|
|
||||||
Summary:Wireless internet tethering
|
Summary:Wireless internet tethering
|
||||||
Description:
|
Description:
|
||||||
There is a beta version of this under [[com.googlecode.android.wifi.tether]].
|
There is a beta version of this under [[com.googlecode.android.wifi.tether]],
|
||||||
|
and we will remove this when that gets released.
|
||||||
|
|
||||||
This program enables tethering (via WiFi and BT) for rooted handsets running Android. Clients (your
|
This program enables tethering (via WiFi and BT) for rooted handsets running Android.
|
||||||
laptop for example) can connect (via ad-hoc mode) and get access to the internet using the cellular
|
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.
|
data connection which is established by the handset.
|
||||||
|
|
||||||
This application requires a rooted device (basic Android still doesn't allow ad-hoc mode) and
|
This application requires a rooted device (basic Android still doesn't allow
|
||||||
(probably) a custom-kernel which supports netfilter (iptables). Please see the website for detailed
|
ad-hoc mode) and
|
||||||
information.
|
(probably) a custom-kernel which supports netfilter (iptables). Please see the
|
||||||
|
website for detailed information.
|
||||||
|
|
||||||
|
The app isn't built entirely from source; there are bunch of prebuilt programs
|
||||||
|
like dnsmasq and iptables in the source code repository.
|
||||||
.
|
.
|
||||||
|
|
||||||
Requires Root:Yes
|
Requires Root:Yes
|
||||||
|
|
|
@ -9,13 +9,19 @@ Summary:Wireless internet tethering
|
||||||
Description:
|
Description:
|
||||||
This is the latest version of [[android.tether]] but it's still a beta.
|
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
|
This program enables tethering (via WiFi and BT) for rooted handsets running
|
||||||
laptop for example) can connect (via ad-hoc mode) and get access to the internet using the cellular
|
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.
|
data connection which is established by the handset.
|
||||||
|
|
||||||
This application requires a rooted device (basic Android still doesn't allow ad-hoc mode) and
|
This application requires a rooted device (basic Android still doesn't allow
|
||||||
(probably) a custom-kernel which supports netfilter (iptables). Please see the website for detailed
|
ad-hoc mode) and
|
||||||
information.
|
(probably) a custom-kernel which supports netfilter (iptables). Please see the
|
||||||
|
website for detailed information.
|
||||||
|
|
||||||
|
The app isn't built entirely from source; there are bunch of prebuilt programs
|
||||||
|
like dnsmasq and iptables in the source code repository.
|
||||||
.
|
.
|
||||||
|
|
||||||
Requires Root:Yes
|
Requires Root:Yes
|
||||||
|
|
|
@ -15,8 +15,7 @@ do not work in this version, so you need hardware keys to play.
|
||||||
Repo Type:git-svn
|
Repo Type:git-svn
|
||||||
Repo:http://kwaak3.googlecode.com/svn/trunk/
|
Repo:http://kwaak3.googlecode.com/svn/trunk/
|
||||||
|
|
||||||
#pushd is a bash-only command, prebuild, etc use sh
|
Build Version:1.0,1,!bash script 37,subdir=kwaak/project,buildjni=yes,target=android-10,novcheck=yes,patch=common.patch,prebuild=\
|
||||||
Build Version:1.0,1,!unknown build server problems 37,subdir=kwaak/project,buildjni=yes,target=android-10,novcheck=yes,patch=common.patch,prebuild=\
|
|
||||||
cd ../.. && chmod +x mkjni.sh && ANDROID_NDK=$$NDK$$ ./mkjni.sh && cd kwaak/project
|
cd ../.. && chmod +x mkjni.sh && ANDROID_NDK=$$NDK$$ ./mkjni.sh && cd kwaak/project
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
Loading…
Reference in a new issue