9

I am using an android tablet at my work place. For some weird reason, WIFI has been disabled in the tablet. The only way to connect to the internet is via ethernet. At this point, I have a USB-Ethernet adapter. I am able to enable ethernet and connect. I even get an IP address assigned to my tablet.

But, the problem is, I am unable to access the internet on the tablet. When I try to open any application that requires connectivity to internet, I just get the error message "This application requires a working data connection".

Not sure if this is relevant, but I checked the file "sys/class/net/eth0" and it says "up".

Can someone help me out here?

Thank you ..

2 Answers2

1

If you can shell and run netcfg, there are a couple of other things you have to do. Namely set up DNS and a gateway:

To see network status:

netcfg

To bring up the ethernet connection, if it isn't already:

netcfg eth1 dhcp

Set up DNS, replacing the IP address as fit for your environment (this can be found via a Windows PC running on the same network with "ipconfig /all"):

setprop net.dns1 10.30.28.180

Set up the default gateway IP (which can also be found by running "ipconfig /all" on a Windows PC on the same network):

route add default gw 10.31.60.1 dev eth1
ale
  • 19,723
  • 34
  • 110
  • 159
Jason Gore
  • 11
  • 1
0

i had the same problem. EBay app told me the solution. My date and time were set manually in 2011. I set the good time and date automaticly and now my apps have access to internet.