An open API service indexing awesome lists of open source software.

https://github.com/kimocoder/android_tools_iw

android_tools_iw
https://github.com/kimocoder/android_tools_iw

Last synced: about 1 year ago
JSON representation

android_tools_iw

Awesome Lists containing this project

README

          

## android_tools_iw

Latest 'iw' tool v5.9 for Android.
This tool downloads and compiles the binary with Netlink by the use of Android NDK.

* RECOMMENDED toolchain, Android NDK 11c
- Available for Linux from https://dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip

### Get started compiling / installing

1. Download the NDK 11c toolchain (tested working)
2. Edit the "build_env.sh" to fit your setup/folder for toolchain.
- Also edit if you wan't the ARM32 (32 bit) or ARM64 (64 bit) support.

3. Then simply use "make build" for compiling the binaries, "make install" for pushing it
and setting up permissions through ADB on device. Then "make clean" is also available.