Oh yeah, I'm sorry, I should have clarified....
I've been busy and hadn't tried to troubleshoot again until today, but I'm not sure what's going on. I went to that hospital today and the wifi worked great on my phone and hers, but after I came home and tried it worked for hers, but not mine. Then I thought about something and when I was testing her phone to connect through a browser I just tried to connect to google.com and it loaded quick on hers, but now I tried Yahoo.com and it was very slow so I have a Wifi connection that connects with full wifi bars, but bad browsers speeds. I have just tested a few torrent files on my android from fixed ratio torrent sites with at least 100 seeding seeds and both of them are fluxuating between 3kbs-5kbs, but popped up to 90kbs for a few seconds so I can't really tell what's going on there.
I think I meant reverse tether, but I use Easy Tether to "reverse ether"? and I have just written my own batch file to create a network hot spot with this command:
Code:
@echo off
title Wifi Hotspot
color 4f
echo Turning on Wifi connection...
ping 1.1.1.1 -n 1 -w 3000 > NUL
netsh wlan set hostednetwork mode=allow ssid=********* key=*********
netsh wlan start hostednetwork
cls
color 5f
echo Wifi connection has been stablished...
ping 1.1.1.1 -n 1 -w 3000 > NUL
Im am running Windows 7 Ultimate 64 bit (though my own themed mod installation, no main system files have been modified) and I am rooted and quite modified using mostly Rom Toolbox.
There seems to be a steady flow of data though, I have both wifi bars and normal connection bars, but with no 3g symbol, but the browsers are horrible. It'll connect sometimes, but take forever to connect or go to web page not available.
I do have Ubuntu, though I haven't tried to do a hot spot on it.