On some devices, the binary /system/bin/ping
seems to be removed.
When I connect the device by USB and type
adb shell ping
it says:
/system/bin/sh: ping: not found
Is it possible to still send ping requests from such devices?
What are other alternatives to find out if a server is reachable or if packets get lost?