HackRF Test APK

HackRF Test  Icon
   
4.06/5
9 Ratings
Developer
Independent Agent
Current Version
8
Date Published
File Size
2.8 MB
Package ID
com.s33me.myhackrf
Price
$ 0.00
Downloads
1.1K+
Category
Android Apps
Genre
Tools

APK Version History

Version
8 (8)
Architecture
universal
Release Date
December 27, 2023
Requirement
Android 9.0+
Version
7 (7)
Architecture
universal
Release Date
December 27, 2023
Requirement
Android 9.0+
Version
5 (5)
Architecture
universal
Release Date
December 27, 2023
Requirement
Android 9.0+
Version
4 (4)
Architecture
universal
Release Date
December 27, 2023
Requirement
Android 9.0+
Version
2 (2)
Architecture
universal
Release Date
January 08, 2021
Requirement
Android 7.1+
  • HackRF Test Screenshot
  • HackRF Test Screenshot

About Radio FM 90s

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.

What's New in this version

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.