Reverse USB tethering on motorola atrix on windows XP - Atrix 4G General

Hey guys just curious if there is a solution to reverse tether via usb on the motorola atrix. I've searched every post imaginable but nothing works for the Atrix. Come on XDA turn water in wine for me
Sent from my MB860 using XDA App

I was wondering how to tether via usb normally, I can't seem to find an option anywhere on my AT&T branded Atrix

It should be in your list of apps... there should just be an app called "Tethering" to preform your task. It's super simple to use as well just click of the "USB Tethering" option and your done but for further detail on tethering try just going in google and typing USB tethering on windows XP.
Sorry I would post a link to a good site but I'm a newbie and I need to do 8 posts before I can post links to external websites.
If you don't have the APP let me know and I'll find a way to get it to you.
But someone please help me out with my problem...
Thanks,
Ghettosean

ahh I see, unfortunately I don't have it and I assume it's because I'm running gingerblur without bloatware.. Would be great if you could somehow get it too me and in relation to your problem I don't think it would be easily possible unless you used wireless. Ad-hoc network with internet connection sharing.
Sent from my MB860 using XDA App

ghettosean said:
It should be in your list of apps... there should just be an app called "Tethering" to preform your task. It's super simple to use as well just click of the "USB Tethering" option and your done but for further detail on tethering try just going in google and typing USB tethering on windows XP.
Sorry I would post a link to a good site but I'm a newbie and I need to do 8 posts before I can post links to external websites.
If you don't have the APP let me know and I'll find a way to get it to you.
But someone please help me out with my problem...
Thanks,
Ghettosean
Click to expand...
Click to collapse
What? did I get ripped off? I haven't seen an app for tether that came with my phone. If that is true, then all the time the DEV's put into hacking to get it working was for not? use the search and look for tethering. the answer is close to what you said, but does not involve an "app". It is a setting within the wireless network settings, but selecting it alone does not get you tethering.

Ahh I have seen wireless tethering (but use barnacle instead) I was curious about USB tethering though
Sent from my MB860 in Australia

If any newbies want this app just email me and I will send it as for the people clogging my post I will send it by the end of the day... I just want help with my problem now and I know it wont be easy unless its wifi but it can be done with other phones on xp... im going to try and get it working effortlessly in linux this weekend... help xda!!!
Sent from my MB860 using XDA App

Maybe I am not understanding what your question. tethering is usually referring to being able to use the phone as an access point so you can surf the web from your computer using the phone as a "modem". what are you wanting to do with reverse tethering? If you are wanting to do what i described, go into the development threads and look for ARoot or gladroot. also I think most of the roms have this built in now also.

pdanet allows tethering through usb

mrphil101 said:
Maybe I am not understanding what your question. tethering is usually referring to being able to use the phone as an access point so you can surf the web from your computer using the phone as a "modem". what are you wanting to do with reverse tethering? If you are wanting to do what i described, go into the development threads and look for ARoot or gladroot. also I think most of the roms have this built in now also.
Click to expand...
Click to collapse
By reverse tethering I mean the opposite of what you have described and that is to use the internet provided on the computer onto your phone. This can be done and I will do it with red hat linux I'm positive that I can get this to work but to get this to work on windows XP is a different challenge with the Atrix in particular.
If anyone has any information please help a brother out!

ghettosean said:
By reverse tethering I mean the opposite of what you have described and that is to use the internet provided on the computer onto your phone. This can be done and I will do it with red hat linux I'm positive that I can get this to work but to get this to work on windows XP is a different challenge with the Atrix in particular.
If anyone has any information please help a brother out!
Click to expand...
Click to collapse
I don't know about USB tethering, but if your computer has a wireless adapter you could use it to create an ad hoc network to which your phone could connect. You could then use ICS (Internet Connection Sharing) in Windows to bridge your internet connection to your wireless one. That way your Atrix could use your computer's interntet connection wirelessly!

kevp453 said:
I don't know about USB tethering, but if your computer has a wireless adapter you could use it to create an ad hoc network to which your phone could connect. You could then use ICS (Internet Connection Sharing) in Windows to bridge your internet connection to your wireless one. That way your Atrix could use your computer's interntet connection wirelessly!
Click to expand...
Click to collapse
True but as far as reverse usb tether. I don't know about android but with winmo just by having the phone synced would allow for this. Have you tried the medi sync or any of the other option when you connect via usb to see if they allow for this?
Sent from my MB860 using XDA Premium App

ghettosean
if what you want is to find workaround of WiFi problems on unlocked Atrix, you'd better look for AT&T SIM (even nonworking, just to report the phone it's operator ID - there are lot at eBay). Currently this is the best solution. Also, member crnkoj is developing the solution HERE, but it is very complicated for now.
Old trusted WinMo born when WiFi on phone was just a miracle, so it was able to get internet through USB, but Android never dreamed there is an AT&T whith its stupid intervention in phone firmware.

Thanks for all the replies... I've found a solution and I can actually reverse tether over USB two different ways and I will share my findings in a week... I have one last snag. Full internet access but I can't download apps from the market even though I took down my firewall on windows... Give me one more week but if anyone has a solution to that new problem that doesn't include opening port 5228 let me know. Cheers!!!
Sent from my MB860 using XDA App

Solution
Hey all... I'm still having no luck downloading from the market or using other internet apps but browsing on the web seems to be fine with reverse usb tethering. here's what I have done:
1. I connect to my laptop via usb and I start up regular usb tethering (as if I'm going to give internet to my computer from my phone)
2. When I complete step 1 on the windows computer I see a new network icon pop up representing my atrix as an RNDIS networking device
3. From here in windows I right click on the internet connection that is providing the internet to the laptop or computer and select properties from here I click on the advanced tab and check the box that allows "internet connection sharing" there is also a dropdown to pick which networking device you want to share with I select the networking device that represents the atrix and click ok.
4. From here I restart my internet connection and then I right click on the internet connection for the atrix and select properties. On the general tab I select internet protocol (TCP/IP) and click the properties button and change my ip address manually and pick --> 192.168.2.1 with a subnet mask of 255.255.255.0 then click ok and ok again
5. From here I start adb shell (or you can use terminal on your phone if you wish) and type the following
su (to go into root or super user mode)
ifconfig usb0 192.168.2.2 netmask 255.255.255.0 up
route add default gw 192.168.2.1 dev usb0
setprop net.usb0.dns1 192.168.2.1
setprop net.dns1 192.168.2.1
iptables -F
iptables -F -t nat
setprop net.dns1 8.8.8.8
setprop "net.gprs.http-proxy" ""
after this ping www.yahoo.ca to be sure everything is working properly and if you get a response your good to go.
I'm assuming that everyone who is using these instructions has android sdk installed and there windows machine recognises the adb drivers for there phone as i'm convinced this will work with any android phone not just the atrix and I will test to confirm.
I wrote up these instructions pretty quick and I'll probably shorten them up as there is a few unessesary parts in the script for adb shell but everything will work and you should be able to but this will only allow you to use the internet and browse the internet with your phone this will not allow the market and other internet apps to work if anyone finds a solution to this it would be much appreciated.
Cheers all and ANDROID RULES!!!
Ghettosean

On the Atrix there is no USB tethering built in!

Chubby_Skunk said:
On the Atrix there is no USB tethering built in!
Click to expand...
Click to collapse
Should you have taken some time to read the thread, what you actually wrote wouldn't be an epic fail.

joyo22 said:
Should you have taken some time to read the thread, what you actually wrote wouldn't be an epic fail.
Click to expand...
Click to collapse
lol
reading comprehension is not this forums users' strong suit
good work too btw ghettosean, i know youve been working on this for some time as i saw op

There's a free software for windows call connectify that can convert ur xp into a wireless station...
Sent from my MB860

Ok since I have done this myself AND IT WORKED!!! What I have done is not a fail.... My atrix did come with tethering software and the app itself is called "Tethering" so sorry for those who do not have it but I will post another message today attaching the APK for this and how to install it. I'm at work and can't do this right now.
Why do people start bashing others before taking the time to ask for help?!?
I've attached the APK to this post you ungrateful whinny blood sucking... )@#$(@[email protected]*)[email protected]*)($*)@($*!!!
YOUR WELCOME BY THE WAY TO THE UNGRATEFUL ONES WHO WILL BENIFIT FROM THIS!
Anyone who has contributed to this post in a positive way a big thank you to them.

Related

[REQUEST]Internet via USB

Hi all!
My request is to share my PC internet connection to use it in my android with the USB connection.
I only found software to do the reverse(tethering),and im pretty sure talented developers in here can do this without much effort.
Hope im right.
Thanks in advance!
I think most people just use a wireless router and connect through wifi.
Is your reasoning to not use data through your carrier? If so I would use wifi if I were you...
The reason why im requesting this is because i dont have WiFi connections avaiable ,both at home and work...
At home i could spend some money and buy a wireless router(i shouldnt have to do that...specially in a mobile OS design to use internet alot) at work i cant do that.
Excuse me if I'm wrong, but there is already a usb tether app...I think it was posted recently in the g1 applications area.
Well it's possible via Linux [Seen on Connect-UTB!],what you need is your USB-plug and a linux machine connected to your LAN and a running DHCP-server on your lan.
Just connect your HTC to your linux machine and boot up android. This will create a usb network connection between your PC and your mobile.
Then create a bridge between the usb-network (most likely usb0) and your network adapter connected to your lan (for me it is eth2) using brctl:
ifconfig eth2 down
ifconfig usb0 down
ifconfig eth2 0.0.0.0 promisc up
ifconfig usb0 0.0.0.0 promisc up
brctl addbr br0
brctl addif br0 eth2
brctl addif br0 usb0
You might assign a network address to the bridge to use networking on your computer as well:
dhclient br0 (might be dhcpcd as well)
After that, fire up a console on your android device. You can use tty0 or the virtual terminal of the dev-tools. Execute
dhcpcd usb0
Dhcpcd will complain about a file that could not be opened or something like this. The reason for this is a missing directory. Just create the directory where the file should be placed in and execute dhcpcd again:
mkdir [directory]
dhcpcd usb0
This should assign a IP address to your android device and set up the gateway information. From now on, networking should work on your device.
If it does not work, something of your configuration might be wrong. Most likely it would mean, that your bridge is not working as expected. There might be a network manager running or your network card does not support bridging.
You can also access your device via telnet on default telnet port. Finding the right ip address of the device might be tricky somehow as the device has a fixed ip on 192.168.0.206 that is the only address shown by busyboxe's ifconfig. One option is looking into your dhcp-servers dhcp-leases. I used wireshark on my linux system instead to sniff the dhcp ack.
There is one thing about security:
The current android image runs an open telnet server, so make sure, that you only connect your mobile to a trusted network. Otherwise any bad guy could steal or deleta all information from your internal phone storage.
Just one thing about proxy servers:
I tried to get it running with a proxy server, but I could not manage it. I added the proxy to the settings.db as described in a android emulator proxy how-to, but it did not work. I would be grateful about any hint.
Thanks for your reply man,very usefull and well explained...too bad i dont use Linux but thanks anyway.
PDAnet tethering software from what i read is to connect your pc to the internet using your PDA...i want to connect my PDA using my pc connection with USB
Hi all!
My request is to share my PC internet connection to use it in my android with the USB connection.
I only found software to do the reverse(tethering),and im pretty sure talented developers in here can do this without much effort.
Hope im right.
Thanks in advance!
Click to expand...
Click to collapse
I'm looking for the same thing. Coming from WM, I CANNOT understand why this isn't available on Android.
aa
lostsoul said:
I'm looking for the same thing. Coming from WM, I CANNOT understand why this isn't available on Android.
Click to expand...
Click to collapse
Because it's the dumbest idea ever. Spend the $20 and get a router. If you can't afford the router, then you obviously don't need a smart phone.
evilkorn at least be respectfull to others.
some of us heave problematic isp configurations and/or can not use wifi in office. only reason to use reverse tethering over usb is such situations.
i still heave to try solution for linux given by k-zik. i heave old pIII laptop with ubuntu on it so i can experiment. as for windows unfortunately there is no solution.
evilkorn said:
Because it's the dumbest idea ever. Spend the $20 and get a router. If you can't afford the router, then you obviously don't need a smart phone.
Click to expand...
Click to collapse
Maybe to you, not so for others....
I´m looking for the same thing....spending many days and nights a month in different hotels in the US, Canada, China, India etc., not all of which have WIFI in the room.....I´d still like to browse and use the market connecting via the wired internet connection of my laptop.....
Don´t always judge others by your own standards.....
evilkorn said:
Because it's the dumbest idea ever. Spend the $20 and get a router. If you can't afford the router, then you obviously don't need a smart phone.
Click to expand...
Click to collapse
...Or maybe there are some people in the XDA community that are deployed, like my self, and the only access they have to the internet is on a USB internet stick, unless you can find a better way to get games and what not to play on my phone while I'm in the sand box...
-Alex
ZED_pt said:
Thanks for your reply man,very usefull and well explained...too bad i dont use Linux but thanks anyway.
PDAnet tethering software from what i read is to connect your pc to the internet using your PDA...i want to connect my PDA using my pc connection with USB
Click to expand...
Click to collapse
There may be a way for Windows too:
blog.mycila.com/2010/06/reverse-usb-tethering-with-android-22.html
I hope some developer will pick up the glove and automate the process because there seems to be an interest in such an application.
I for one, will be very grateful.
Avner.
I just "flew" over the threads content...uhm...so I hope I´m not posting unappealing things...
But: I´m with MDJs Desire HD Rom (4.3) now and Internet via USB works fine here! Give it a try...I was blown away when I saw this function after plugging in the USB cable...
Is there a ROM with this feature fore the Legend too?
Avner.
See this open source project
http://code.google.com/p/azilink/
or you can use CM roms they have USB tether
Thanks,
but we are not talking about a USB tether. We are talking about "reverse USB tether"; connecting a phone without an internet connection with a USB cable to a PC with one.
ZED_pt said:
Hi all!
My request is to share my PC internet connection to use it in my android with the USB connection.
I only found software to do the reverse(tethering),and im pretty sure talented developers in here can do this without much effort.
Hope im right.
Thanks in advance!
Click to expand...
Click to collapse
Get an HDDesire Rom, has this feature already, they call it Internet Passtrough
Has it ever occurred to you to just Google "reverse usb tethering"?
http://blog.mycila.com/2010/06/reverse-usb-tethering-with-android-22.html
Heres another WIN7: http://www.nexusoneforum.net/forum/...verse-tether-getting-internet-your-phone.html
Need more help? Just google it.

SERIOUSLY, yes or no, can the Hero tether?

so several seaches later and I am in a deeper hole than when I began. I've had the Mogul for a couple years now and it's time to upgrade, but I haven't really kept up on my mobile game and now am considering the Hero, but I can't get a definitive answer to whether tethering is available.
Sprint's sales dept. told me 1. I can't tether with my current plan. 2. no Sprint phone can tether...."can I be transferred to technical dept. please." So his response was YES, the HTC Hero might be able to tether, but NO, no Sprint plan covers tethering.
wow.
so here I am, asking you guys, can I:
1. tether with a Hero?
2. is it covered by an unlimited data plan?
In a nut shell, if you want to tether, you'll have to do some modifications to the hero to get it done, or pay for the app that gets the job done.
As far as tethering plans, yeah we're phasing out the tethering plans. The idea behind that is to move people into buying aircards and what not.
So lets recap; technically yes it can tether, but sprint is phasing out phone as modem.
Does that help?
Yes you can tether. You just need to root your hero which you can do easily using the fresh ore kitchen look in the stickys posted for roms. Also the fresh modaco ttg or gbhil rim they all have wireless tether built in
Seriously, yes, seriously.
Well of course Sprint will tell you you can't. But you can... either wirelessly or wired
Several searches later?
Hell, like 6 threads below this is a 3 page long thread full of ppeople saying ways you can tether.
The Hero for Sprint supports tethering out of the box, kinda. Install HTC Sync from the memory card, this comes with the tether drivers you need. If you go to sprint.com/download you will see that, "HTC Sync™ lets you synchronize Outlook and Windows Address Book (Outlook Express), contacts and calendar events on your PC with your phone. It also lets you install third-party Android applications on the phone, and the Mobile Network sharing function as well." Install HTC Sync, after install with phone plugged into USB via computer, go to Menu>Settings>Wireless Controls, all the way down to the bottom is a new box to check, Mobile network sharing. Check it. This will create a new device on your computer, which you probably will get an error with install due to lack of drivers. Go to Device Manager, it's something called Android Phone I believe, install new drivers, pick location for drivers, in the folder HTC Sync there is another folder called HTC Drivers. Guess what's there? You got it. From then on, all you have to do is plug in your phone via USB and check mobile network sharing.
abcdfv said:
Several searches later?
Hell, like 6 threads below this is a 3 page long thread full of ppeople saying ways you can tether.
Click to expand...
Click to collapse
Just for ****s and giggles I put tether in the search box for this forum. It spit back 82 different threads. And that was only one search, not several...maybe I'm just special.
SERIOUSLY ppl should hit the search and stop wasting ppls time
Wait. Wait. Wait. Isn't tethering a game you play with a ball?
keeneraver said:
The Hero for Sprint supports tethering out of the box, kinda. Install HTC Sync from the memory card, this comes with the tether drivers you need. If you go to sprint.com/download you will see that, "HTC Sync™ lets you synchronize Outlook and Windows Address Book (Outlook Express), contacts and calendar events on your PC with your phone. It also lets you install third-party Android applications on the phone, and the Mobile Network sharing function as well." Install HTC Sync, after install with phone plugged into USB via computer, go to Menu>Settings>Wireless Controls, all the way down to the bottom is a new box to check, Mobile network sharing. Check it. This will create a new device on your computer, which you probably will get an error with install due to lack of drivers. Go to Device Manager, it's something called Android Phone I believe, install new drivers, pick location for drivers, in the folder HTC Sync there is another folder called HTC Drivers. Guess what's there? You got it. From then on, all you have to do is plug in your phone via USB and check mobile network sharing.
Click to expand...
Click to collapse
If this works for you, I'm pretty sure you're the only one (with the exception of those using the "Race" condition to enable it)
Sprint disabled tethering this way.
There are three ways in which a user can accomplish tethering, none of which are officially supported by sprint.
1. Wired - Do as you described and use the "race" workaround. This requires you to disable the mobile network, then reenable both mobile network and mobile network sharing fast enough to trick the system... Requires absolutely no modification from the stock form, just patience because it often/usually requires multiple tries to get it to work.
2. PDANet - Download the App and go for it. A good wired solution, but comes with a 1 time cost of $30 to buy the App.
3. Wireless tether for Root Users - requires rooting and only works via wifi, turning your phone into an ad-hoc wireless connection. This is the most common solution, but some people have issues due to it being an ad-hoc connection, and many companies block connections to ad-hoc networks.. So if you have a company issued laptop, it might not work for you.. Also not recommended if you don't have a way to plug your phone into an AC outlet, as it absolutely destroys your battery life.
Anyone disagree with this rundown? I think I covered the bases.
gomorrah said:
Just for ****s and giggles I put tether in the search box for this forum. It spit back 82 different threads. And that was only one search, not several...maybe I'm just special.
Click to expand...
Click to collapse
OMG There's a search feature???!!! HAHA I hear ya man, I did the same thing and got the same results. LOL Some people need hand holding I guess.
badutahboy said:
If this works for you, I'm pretty sure you're the only one (with the exception of those using the "Race" condition to enable it)
Sprint disabled tethering this way.
There are three ways in which a user can accomplish tethering, none of which are officially supported by sprint.
1. Wired - Do as you described and use the "race" workaround. This requires you to disable the mobile network, then reenable both mobile network and mobile network sharing fast enough to trick the system... Requires absolutely no modification from the stock form, just patience because it often/usually requires multiple tries to get it to work.
2. PDANet - Download the App and go for it. A good wired solution, but comes with a 1 time cost of $30 to buy the App.
3. Wireless tether for Root Users - requires rooting and only works via wifi, turning your phone into an ad-hoc wireless connection. This is the most common solution, but some people have issues due to it being an ad-hoc connection, and many companies block connections to ad-hoc networks.. So if you have a company issued laptop, it might not work for you.. Also not recommended if you don't have a way to plug your phone into an AC outlet, as it absolutely destroys your battery life.
Anyone disagree with this rundown? I think I covered the bases.
Click to expand...
Click to collapse
you could also connect with wireless tether via bluetooth Pan to avoid the AD-Hoc problem... its what im doing right now
Mobile network sharing works in the 2.1 ROM
abcdfv said:
Mobile network sharing works in the 2.1 ROM
Click to expand...
Click to collapse
oh really? I havent tried out any of the 2.x roms yet...
is it any faster than wireless tether for root users?
I can let you know this evening
notasimpleway said:
Wait. Wait. Wait. Isn't tethering a game you play with a ball?
Click to expand...
Click to collapse
Only if you're lucky and she's kinky...
abcdfv said:
Mobile network sharing works in the 2.1 ROM
Click to expand...
Click to collapse
Works like with out having to screw around with the mobile network settings???????????????????????????????????????????????????????????
Kcarpenter said:
Works like with out having to screw around with the mobile network settings???????????????????????????????????????????????????????????
Click to expand...
Click to collapse
Yep. Just have to tap to enable.
abcdfv said:
Yep. Just have to tap to enable.
Click to expand...
Click to collapse
You have just picked my new Daily Rom.

[Q] Tether instead of wifi???

Just wondering if there is a way to tether to a computer with a wired connection to get Internet connection that way, instead of using wifi??? There is lots of apps and stuff that need to connect to the internet to download, but I dont have the wifi's at home.
And if not, is it a hardware limitation, or software???
Handset in question is an Acer Liquid E
I've seen others ask this question & not get an answer that they wanted.
I'm not sure if its hardware, software or just lack of developer interest to create an app to do it.
The simple fact of the matter is that you can pick up a cheap router for $20 that'll solve the issue for you. It's not the solution you want, but it might be the only one available to you.
Heres another thread, it might have suggestions (or updates) that will be useful for you:
http://forum.xda-developers.com/showthread.php?t=554852
you are right that is definately not the answer that Im looking for, as i have a good wireless router, but i live with a Internet Nazi that doesn't want to have wireless in the household.
But thanks for the link, I'll definitely check it out : )
monoxide.tryst said:
you are right that is definately not the answer that Im looking for, as i have a good wireless router, but i live with a Internet Nazi that doesn't want to have wireless in the household.
But thanks for the link, I'll definitely check it out : )
Click to expand...
Click to collapse
The best I can recommend is having a wireless card in your laptop and creating a ad-hoc network, but if I am not mistaken, the ad-hoc network is not supported on a android device.
You could always do a quick search for some software on the internet that support it, but good luck with that.
You could always convince the internet nazi to use mac address filtering on the router to ensure that only the devices you use are allowed to connect.
Don't know anything about your phone, but both WM and Android phones gladly hooks up to a comp using USB-wire (which is faster than any wireless).
WM6.5 have a program icon called Internet sharing something.
while Android got a pay/trial app called Easy Tether that for the same job.
Be aware that some provider do not allow hooking-up a computer on some cellphone plans, call your provider and ask them.
Using both a X10 Mini(Android) and a M1i Aspen(WM6.5) connected by wire both for file transfer peer2peer and Internet access.
Also there are Bluetooth and a possibility to remove the memory card from the phone and copy files to it in a card reader on a computer.
PDAnet
The only thing I can think of is an app called PDANet on the market, you do need internet to download it on your computer, but if it's a laptop, just take it to a wifi hotspot, like Starbucks or something and download the computer app, then tether all you want
PDAnet
No need to go to a wifi hotspot with the laptop to get the computer drivers for pdanet. You can do it right from the phone, it will download to your sdcard then all you do is mount the sdcard to the comp via usb and open the .exe file, load the drivers and start tethering. Only thing with PDAnet is you cant access secure websites with the free version. But it is an AWESOME app non the less.

use PC internet on the atrix via usb

is it possible?
please no questions of "why do you need that"
or why not wifi
yes it is possible. if you have stock Atrix firmware there are multiple threads about tethering. I believe you will at least have to rooted. If you have unlocked bootloader I think some of the custom roms have tethering enabled.
THIS app is what I use for USB wired tethering.
PDAnet my friend
You may be confused about what the OP is asking. He wants to use the internet connection from his PC for his Atrix to piggyback on. I don't know about USB, but if you have a wireless adapter, you can run the program connectify and the atrix can see your PC internet as a wifi connection.
Sent from my MB860 using XDA Premium App
aZzz.bZzz said:
is it possible?
please no questions of "why do you need that"
or why not wifi
Click to expand...
Click to collapse
Why don't you just use WiFi???................j/k
Try the following:
http://www.codeproject.com/KB/android/UsbPortForwarding.aspx
thats right, i need old good winmo activesync style internet on my atrix
CaelanT, thanks for the link, looks rather complicated, but ill have a look at that
thought of something simple, just like desire hd standard mode when you insert cable
CaelanT said:
Why don't you just use WiFi???................j/k
Try the following:
http://www.codeproject.com/KB/android/UsbPortForwarding.aspx
Click to expand...
Click to collapse
This works if you only want browser access. will not update mail, use market or things that work from a port other one chosen for browser
This is where I wish android supported ad hoc. I have wifi at my office but im not allowed to connect my phone. I can set up a ad hoc from my lap top that android detects but doesn't support. And there is no future plans to add support
Sent from the bowels of hell...
blindguyinanorgy said:
This is where I wish android supported ad hoc. I have wifi at my office but im not allowed to connect my phone. I can set up a ad hoc from my lap top that android detects but doesn't support. And there is no future plans to add support
Sent from the bowels of hell...
Click to expand...
Click to collapse
Your handle brings up very ugly images!!

Tethering PC to Android to Laptop -- HOW?

I would like to share internet from my PC (which is connected to the internet through LAN) to my Smartphone (Samsung Ace 2 - GT-I8160). I would like to do that using USB cable since my PC doesn't have WIFI or Bluetooth. I know you can buy devices to enable WIFI and Bluetooth but i don't want to buy them. And then i want to share the internet from my smartphone to my laptop.
I download a program called Android Reverse Tethering on my computer to tether from my PC to my Android phone. That is working fine. But then when i try to tether from the Android (which is now connected to the internet via the PC) to the laptop via WIFI tethering, it connects but it says there is no internet access (you know, the exclamation mark on the signal strength sign at the bottom left corner of screen - Windows 7).
So yeah...how can i successfully tether from PC (LAN)--->Android (USB cable)--->Laptop (WIFI)?
he
hey did you ever get an answer? I would like to know that too.
freefallin said:
I would like to share internet from my PC (which is connected to the internet through LAN) to my Smartphone (Samsung Ace 2 - GT-I8160). I would like to do that using USB cable since my PC doesn't have WIFI or Bluetooth. I know you can buy devices to enable WIFI and Bluetooth but i don't want to buy them. And then i want to share the internet from my smartphone to my laptop.
I download a program called Android Reverse Tethering on my computer to tether from my PC to my Android phone. That is working fine. But then when i try to tether from the Android (which is now connected to the internet via the PC) to the laptop via WIFI tethering, it connects but it says there is no internet access (you know, the exclamation mark on the signal strength sign at the bottom left corner of screen - Windows 7).
So yeah...how can i successfully tether from PC (LAN)--->Android (USB cable)--->Laptop (WIFI)?
Click to expand...
Click to collapse
lexospice18 said:
hey did you ever get an answer? I would like to know that too.
Click to expand...
Click to collapse
Guys... seriously... The first thread in this forum, says to SEARCH. There are MULTIPLE tutorials in this very forum outlining this process. Please search for stuff before you post anything. The second thread in line, right under the ONLY stickied thread in this forum, is a reverse tethering tutorial. At one point, your thread was probably listed right next to it.
SwoRNLeaDejZ said:
Guys... seriously... The first thread in this forum, says to SEARCH. There are MULTIPLE tutorials in this very forum outlining this process. Please search for stuff before you post anything. The second thread in line, right under the ONLY stickied thread in this forum, is a reverse tethering tutorial. At one point, your thread was probably listed right next to it.
Click to expand...
Click to collapse
Hey buddy! So nice of you to reply! I did search before asking on here. Actually, that's how i got here...one of my fruitless searches led me here. You see....if you'd "thoroughly" or at least carefully read my query.. . you would realize that what i am asking is quite different from what you"think" i am asking. I know how to reverse tether...that is, share internet from PC to Android. That is not what i would like to know. What i would like to know is how to tether from PC to Android TO LAPTOP. You see, you missed to last to words. But that's OK, it happens. Thanks for your reply again.
freefallin said:
Hey buddy! So nice of you to reply! I did search before asking on here. Actually, that's how i got here...one of my fruitless searches led me here. You see....if you'd "thoroughly" or at least carefully read my query.. . you would realize that what i am asking is quite different from what you"think" i am asking. I know how to reverse tether...that is, share internet from PC to Android. That is not what i would like to know. What i would like to know is how to tether from PC to Android TO LAPTOP. You see, you missed to last to words. But that's OK, it happens. Thanks for your reply again.
Click to expand...
Click to collapse
Why in the world would you tether from PC, to Android, to the laptop? What would the point be? Just tether the laptop to the PC. What is the need to put the Android device in the middle of that equation? That's probably why you hadn't received any responses, because it doesn't make any sense. You can edit the process of the tethering tutorial to make it work on a laptop, regardless of OS, as well.
"I would like to share internet from my PC (which is connected to the internet through LAN) to my Smartphone (Samsung Ace 2 - GT-I8160). " that is the first line of your post.
You probably will not be able to achieve what you are asking, because the Android OS doesn't recognize the tethered connection on your phone as an actual connection (that's why a bunch of apps can't use the signal). Have you tried to use a wi-fi tethering app (Barnacle Wi-Fi Tether is the best option)? You also will need to be rooted for all this to work (especially since your carrier probably blocks Wi-Fi tethering altogether if your data plan doesn't allow it, regardless of whether that connection is a data connection or a Wi-Fi connection).
SwoRNLeaDejZ said:
Why in the world would you tether from PC, to Android, to the laptop? What would the point be? Just tether the laptop to the PC. What is the need to put the Android device in the middle of that equation?
Click to expand...
Click to collapse
And how would i be able to tether from PC to laptop directly without disconnecting the LAN cable from the PC and connecting it to my laptop...hence, making the PC "internet-less".?
SwoRNLeaDejZ said:
That's probably why you hadn't received any responses, because it doesn't make any sense. You can edit the process of the tethering tutorial to make it work on a laptop, regardless of OS, as well.
Click to expand...
Click to collapse
Please do tell me how and which part to edit to make it work "the way i want it to"?
SwoRNLeaDejZ said:
"I would like to share internet from my PC (which is connected to the internet through LAN) to my Smartphone (Samsung Ace 2 - GT-I8160). " that is the first line of your post.
Click to expand...
Click to collapse
I am sorry about that. Yes that is the first line of my post. I thought the title and the 8 or so next lines would make it clear as to what i was looking for, but i see i have failed.
SwoRNLeaDejZ said:
You probably will not be able to achieve what you are asking, because the Android OS doesn't recognize the tethered connection on your phone as an actual connection (that's why a bunch of apps can't use the signal). Have you tried to use a wi-fi tethering app (Barnacle Wi-Fi Tether is the best option)?
Click to expand...
Click to collapse
Yeah, just downloaded it. Doesnt seem to connect. It just says, either, "starting..." and never starts. Or it goes from "starting..." to "waiting for WIFI connection to be disabled..." and never starts.
SwoRNLeaDejZ said:
You also will need to be rooted for all this to work (especially since your carrier probably blocks Wi-Fi tethering altogether if your data plan doesn't allow it, regardless of whether that connection is a data connection or a Wi-Fi connection).
Click to expand...
Click to collapse
Phone is already rooted. Data plan's got tethering enabled.

Categories

Resources