coderslay
coderslay

Reputation: 14370

How to create our own wifi hotspot in android

How to create our own wifi hotspot. I need some android devices connect to my device(hotspot) through wifi.I need to perform transfering of data to these devices through a client.How to do it?

Upvotes: 3

Views: 12624

Answers (2)

tobias
tobias

Reputation: 2362

what Android Version runs on your devices? Android 2.2 brings the built-in feature of Wifi-tethering.

HTC has also a WIFI tethering App, which is called WIFI-Hotspot.

If it is not available on your phone, you can use this app: http://code.google.com/p/android-wifi-tether/ Beforehand you have to root your phone to use this App. This is no problem with unrevoke tool.

Upvotes: 3

mellowg
mellowg

Reputation: 1786

On my Dell Streak (running 2.2.2 StreakDroid), I just go to Settings -> Wireless & networks -> Tethering & portable Hotspot ,and then check "portable Wi-fi Hotspot"

You can also check out PDANet

http://junefabrics.com/android/

Upvotes: 0

Related Questions