Skip to content
Advertisement

Tag: iperf

android Use Linux tools stored at assets folder

I want to use tools from Linux which not available in Android by default such as iw and iperf. I saw Android applications that use this tools (like this). There are two ways to do it. First: get root rights on device and put file of the tool to the system/bin/ folder. Second: put file of the tool to assets

Advertisement