traceroute-for-android
traceroute-for-android copied to clipboard
traceroute for android
Moved the APK to /system/priv-app/ folder to install it as a system app. But getting an error like this when running traceroute - `java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/priv-app/TraceRoute/app-release.apk"],nativeLibraryDirectories=[/system/priv-app/TraceRoute/lib/arm, /system/priv-app/TraceRoute/app-release.apk!/lib/armeabi-v7a, /system/lib, /product/lib,...
As someone else mentioned in a past issue, version 1.0.1 is not available anywhere. You suggested adding Jcenter as a dependency source, but it is not available there either. I...
试了下-T会报错,是无法使用tcp数据包模式吗?原版命令都是可以的。比如traceroute -T xxx.com @wangjing53406
[traceroute](https://sourceforge.net/projects/traceroute/) is compiled as an executable file, not a library, and then this executable program is directly loaded?
This PR mixes machine and human made changes, I recommend reading the commits one at a time.