I need to fetch the IPaddress assigned by the operator after a successful 3G or LTE data call.
$adb shell netcfg >> doesnt have the assigned IP address.
I tried "adb shell dumpsys" and grep ip address, but in vain. Any help/pointers?
Thanks
|
I need to fetch the IPaddress assigned by the operator after a successful 3G or LTE data call. $adb shell netcfg >> doesnt have the assigned IP address. I tried "adb shell dumpsys" and grep ip address, but in vain. Any help/pointers? Thanks |
|||
|
|
|
Try this command, it will help you to get ipaddress
tiwlan0 is the name of the wi-fi network interface on the device. This is generic command for getting ipaddress,
It will output like this
|
|||||||
|