Hi Erel:,
This problem appears in Android 13 (it works fine in Android 12).
When I try to retrieve the ip gateway by phone shell:
Ph.Shell("ip", Array As String("route", "get", "8.8.8.8"), SB1, SB2)
Log("Result:" & SB1.ToString &","& SB2.ToString)
The results is the error:
"Cannot bind netlink socket: Permission denied"
Do you have any suggestion to resolve it?
Thanks in advance.
Marcelo
This problem appears in Android 13 (it works fine in Android 12).
When I try to retrieve the ip gateway by phone shell:
Ph.Shell("ip", Array As String("route", "get", "8.8.8.8"), SB1, SB2)
Log("Result:" & SB1.ToString &","& SB2.ToString)
The results is the error:
"Cannot bind netlink socket: Permission denied"
Do you have any suggestion to resolve it?
Thanks in advance.
Marcelo