I purchased an android device (Rikomagic MK 802IIIs) to connect to my TV. I have developed a simple application that requires an internet connection (currently connected via a USB Ethernet adapter).
My issue is that the Ethernet connection is found (MAC Address has been set) however my IP and other details are not configuring on boot (0.0.0.0).
If I toggle the Ethernet state, it picks up the details and everything works fine again.
I believe that the issue may be due to the device, so I was wondering if anyone knows of how I could 'Toggle' the Ethernet connectivity via code.
I have an application that executes on boot so essentially I will be placing it there.
Thanks.