MEAM-Ware / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 0 forks source link

No Connection on Wildfire #747

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which device (manufacturer, type)?
HTC Wildfire

Which firmware is installed?
WildPuzzleROM_2.1 Eclair v1.0.1

What version of wireless tether are you using?
2.0.5-pre15 with Evo Bin on SDCard

What steps will reproduce the problem?
1. Install it
2. Start Tethering (Confirm EVO bin is loaded in Log)
3. Tether Laptop

What is the expected output? What do you see instead?

Expecting an internet connection but the computer gets an 169 IP, however wifi 
tether acknowledges the connection.

Please provide any additional information below.

I Run..

ip route add table gprs 192.168.2.0/24 dev eth0 proto kernel scope link src 
192.168.2.254

..after starting tethering and the laptop gets the correct IP and thus connects 
to the internet.

Original issue reported on code.google.com by dansel...@gmail.com on 6 Dec 2010 at 6:37

GoogleCodeExporter commented 8 years ago
Mmmmh ... weird. Isn't a script running in background named "fixroute.sh" after 
starting tethering?

I'm talking about this script:
http://code.google.com/p/android-wifi-tether/source/browse/trunk/res/raw/fixrout
e_sh
?

It should exactly do what you have done manually?!?

Please also provide the content of the tether.conf file ... located:
/data/data/android.tether/conf/tether.conf

Thanks.

Original comment by harald....@gmail.com on 6 Dec 2010 at 7:48