Android: ping: icmp open socket: operation not allowed

Can I ping on Android 4.3 without root access?

Some people offer

sudo chmod u + s / system / bin / ping

or

set permissions for 777

Is this possible on Android without root?

+3
android root ping
Jan 31 '14 at 12:20
source share

No one has answered this question yet.

See similar questions:

69
How to ping an IP address
2
Run the application as superuser?

or similar:

671
android.os.FileUriExposedException: file: ///storage/emulated/0/test.txt is set outside the application via Intent.getData ()
298
How to programmatically open a resolution screen for a specific application on Android Marshmallow?
241
How to access data / data folder on Android device?
240
How to check if root is working in bash script
131
Get the APK of the installed application
91
How to root Android emulator?
2
Android java / system / bin / ping always returns exitCode 2, why?
2
Android: how to execute chmod on root elements
one
ping operation not allowed



All Articles