I spent hours researching this and I thought I should share what I have learned: (NOT MY GUIDE)
1.) Enable "Settings\Wireless controls\Internet tethering"
2.) Plug into your PC and Locate the new Local connection in network Connections
3.) Set the Motorola adapter as: IP:192.168.2.1, Mask:255.255.255.0
4.) Set the PC Local area connection as shared connection
5.) Run these codes in android terminal:
su
ifconfig usb0 192.168.2.2 netmask 255.255.255.0
busybox route delete default *(This command gave me an error)
iptables -F *(This command gave me an error)
iptables -F -t nat *(This command gave me an error)
busybox route add default gw 192.168.2.1
setprop net.dns1 8.8.8.8
setprop "net.gprs.http-proxy" ""
You should now be able to access the web and browse the market, however at this time I cannot figure out how to get applications to recognize the connection

If this is your first visit, be sure to
check out the 

LinkBack URL
About LinkBacks




Reply With Quote








