HackRF Test
by Independent Agent
Attach the HackRF to record and replay radio signals
App Name | HackRF Test |
---|---|
Developer | Independent Agent |
Category | Tools |
Download Size | 2 MB |
Latest Version | 10 |
Average Rating | 3.88 |
Rating Count | 50 |
Google Play | Download |
AppBrain | Download HackRF Test Android app |
Plug the HackRF into the USB port and use this app to capture and replay signals from frequencies within the range of 1 Mhz to 6 Ghz. The original source code came from Dennis Mantz at https://github.com/demantz/hackrf_android. This version includes GUI buttons and preselected frequency options, as well as , targets the Android SDK 25 and greater. In order to transmit, uncheck amplifier, check antenna power, turn the LNA slider all the way down and turn the VGA all the way up.
Recent changes:
Permissions broke on Android 13, because Android 13 does not accept permissions for WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE.
Adding Android 13 permissions for READ_MEDIA_IMAGES, READ_MEDIA_AUDIO and READ_MEDIA_VIDEO". Adding check with big if/else for Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU rather than invasively changing the code structure.
Recent changes:
Permissions broke on Android 13, because Android 13 does not accept permissions for WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE.
Adding Android 13 permissions for READ_MEDIA_IMAGES, READ_MEDIA_AUDIO and READ_MEDIA_VIDEO". Adding check with big if/else for Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU rather than invasively changing the code structure.