The post How to Enable Ad-hoc Connection on your Android appeared first on Mohamed Shaer.
]]>Hello,
I was searching for a long time how to enable ad-hoc connections on my HTC chacha and finally I found it!, so I decided to share my experience with you.
btw I found many ways but guess what?! most of them didn’t work
lets stop talking and start enjoying the unlimited internet connection on your mobile
First of all you had to install hostapd
“In simple words, hostapd allows you to create software wifi access points allowing decent amount of configuration options. In rest of this post, I will show how to create a software access point in Linux using hostapd and share your internet to the devices through it”
To Install hostapd just type this command on the terminal
sudo apt-get install hostapd
Then, open a text editor program, for example gedit. Copy the following into it.
interface=wlan0 driver=nl80211 ssid=MyAP hw_mode=g channel=11 wpa=1 wpa_passphrase=MyPasswordHere wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP CCMP wpa_ptk_rekey=600
Please don’t forget to fill in the name of your network after “ssid=”, as well as the password after “wpa_passphrase=”.
After all these, save the file as hostapd.conf in your home folder.
Then create a normal ad-hoc network from the wireless menu from the top bar click on “Create New Wireless Network”
after the new network created successfully proceed to the next and the final step
Now, in your terminal:
sudo hostapd hostapd.conf
Turn the wifi connection on in your devices and enjoy the fast network share!
You can install Virtual Router
Virtual Router turns any Windows 7 or Windows 2008 R2 Computer into a Wifi Hot Spot using Windows 7’s Wireless Hosted Network (Virtual Wifi) technology.
Virtual Router is a free, open source software based router for PCs running Windows 7 or Windows Server 2008 R2. Using Virtual Router, users can wirelessly share any internet connection (Wifi, LAN, Cable Modem, Dial-up, Cellular, etc.) with any Wifi device (Laptop, Smart Phone, iPod Touch, iPhone, Android Phone, Zune, Netbook, wireless printer, etc.) These devices connect to Virtual Router just like any other access point, and the connection is completely secured using WPA2 (the most secure wireless encryption.)
http://virtualrouter.codeplex.com/downloads/get/93540
After installing Virtual Router and restarting, open the application this window will appear
Type your network name ,, and your password ,, choose network to share ,, and click on Start Virtual Router
Turn the wifi connection on in your devices and enjoy the fast network share!
http://nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/
http://exain.wordpress.com/tag/hostapd/
http://zhangyou.wordpress.com/2010/08/26/easily-turn-your-ubuntu-into-a-virtual-router/
http://virtualrouter.codeplex.com
The post How to Enable Ad-hoc Connection on your Android appeared first on Mohamed Shaer.
]]>