Local Ip Config On Android Ethernet Kotlin
Can someone help me change the local IP configuration on Ethernet for Android using Kotlin?
android version 8.1 rooted
I tried changing the local IP configuration using ADB commands and found the file /data/misc/ethernet/ipconfig.txt. The content of the file includes the following: ^@^@^@^C^@^LipAssignment^@^FSTATIC^@^KlinkAddress^@^L192.168.1.76^@^@^@^X^@^Ggateway^@^@^@^@^@^@^@^A^@^K192.168.1.1^@^Cdns^@^M192.168.1.200^@^Cdns^@^K77.74.44.44^@^MproxySettings^@^DNONE^@^Bid^@^Deth0^@^Ceos.
When...