标签: android networking adb
我的Android设备以太网IP是192.168.1.52。我尝试使用以下方法从adb更改以太网IP:
192.168.1.52
ifconfig eth0 192.168.1.60
因此它改变了我的IP,但是当我关闭并打开我的eth0时,如下所示:
ifconfig eth0 down ifconfig eth0 up
我的IP返回192.168.1.52。如何永久更改?