I need to extend our app in order to change the network settings. Like set to StaticIP, DHCP and Ip adresses.
Since we have root access im able to change these settings with´adb
e.g
B4X:
su
ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up
route add default gw 192.168.1.1 dev eth0
setprop net.dns1 8.8.8.8
setprop net.dns2 8.8.4.4