Seite 6 von 22

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Mi 4. Jan 2023, 11:30
von KejPi
Thanks for reporting. I will try the package on my Apple Sillicon M1 HW, last time I tried the installer it was working fine.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Mi 4. Jan 2023, 19:40
von KejPi
I can confirm that application downloaded from GitHub does not work on MacOS Ventura with message that App is damagaed. I have re-uploaded AppleSilicon dmg on the server but it is the same. I can also confirm that MD5sum after download is the same as original file (06eb2a8796119d30ba28214638410c9d). I can run application installed from original dmg but not from dmg downloaded from GitHub even though they are exactly the same. The problem is security settings of the OS that does only allow installation from AppStore or from known developers.

This solution works for me (run from Terminal) but it is upto you if you trust my binary or not:

Code: Alles auswählen

xattr -cr /Applications/AbracaDABra.app
More details can be found for example here: https://www.howtoisolve.com/app-is-dama ... ed-on-mac/

I am sorry I do not have better solution, if anyone knows how to solve the issue in a cleanway, please let me know.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Mi 4. Jan 2023, 22:59
von fn1107
I can confirm that it's running with the proposed solution. Also the Intel version did not run immediately by double clicking it. I had to right click it and then click "Open" and confirm that I really want to run it.

As a cleanway solution: I am not a MacOS developer, but maybe a package manager like Homebrew could solve the problem? I have installed many applications not via the AppStore but via Homebrew.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Mi 4. Jan 2023, 23:46
von andimik
When will you publish the new library for the branch announcement support?

And: could this library also be called by other projects? Because I have much better audio reception with AbracaDABra compared to Qt-DAB.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 5. Jan 2023, 00:32
von SeltenerBesucher
fn1107 hat geschrieben: Mi 4. Jan 2023, 22:59 I can confirm that it's running with the proposed solution. Also the Intel version did not run immediately by double clicking it. I had to right click it and then click "Open" and confirm that I really want to run it.
As a cleanway solution: I am not a MacOS developer, but maybe a package manager like Homebrew could solve the problem? I have installed many applications not via the AppStore but via Homebrew.
Did you move the app to the program folder?
https://www.danstutorials.com/tutorials ... -the-dock/

Have you ever previously downloaded an app from the Internet or only from the App Store?
https://www.idownloadblog.com/2017/04/2 ... atekeeper/

I don't know any different. It's always like this. Apps from the store run without warning because Apple has checked them. The operating system always warns when apps have been downloaded directly from the Internet. This happens before the first start and after an update.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 5. Jan 2023, 09:38
von KejPi
andimik hat geschrieben: Mi 4. Jan 2023, 23:46 When will you publish the new library for the branch announcement support?

And: could this library also be called by other projects? Because I have much better audio reception with AbracaDABra compared to Qt-DAB.
I will publish the library when it becomes reasonably stable. There is still a lot to do for the announcement support. Currently only audio switching is working, I still need to handle data services and provide configuration interface.
Library can be used by anyone, binaries are released under MIT license.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 5. Jan 2023, 09:44
von KejPi
SeltenerBesucher hat geschrieben: Do 5. Jan 2023, 00:32
fn1107 hat geschrieben: Mi 4. Jan 2023, 22:59 I can confirm that it's running with the proposed solution. Also the Intel version did not run immediately by double clicking it. I had to right click it and then click "Open" and confirm that I really want to run it.
As a cleanway solution: I am not a MacOS developer, but maybe a package manager like Homebrew could solve the problem? I have installed many applications not via the AppStore but via Homebrew.
Did you move the app to the program folder?
https://www.danstutorials.com/tutorials ... -the-dock/

Have you ever previously downloaded an app from the Internet or only from the App Store?
https://www.idownloadblog.com/2017/04/2 ... atekeeper/

I don't know any different. It's always like this. Apps from the store run without warning because Apple has checked them. The operating system always warns when apps have been downloaded directly from the Internet. This happens before the first start and after an update.
I think this is something new in Ventura, I even consider the behavior as bug (differences between Intel and Apple Silicon - why?). In past it was always enough just to right-click on app in Applications folder and run it. On latest Ventura on my M1, this procedure does not work and the only possibility that worked for me was to the command from terminal.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 5. Jan 2023, 09:46
von fn1107
SeltenerBesucher hat geschrieben: Do 5. Jan 2023, 00:32 Did you move the app to the program folder?
https://www.danstutorials.com/tutorials ... -the-dock/
Yes
SeltenerBesucher hat geschrieben: Do 5. Jan 2023, 00:32 Have you ever previously downloaded an app from the Internet or only from the App Store?
https://www.idownloadblog.com/2017/04/2 ... atekeeper/
Yes, always direct or via Homebrew, never from the App Store.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Mi 11. Jan 2023, 19:38
von KejPi
AbracaDABra source code was updated to version 1.99 with the following changes:
  • Announcement support
  • DABSDR library updated to version 1.99.0.
    • API redesigned
    • suppport for announcements
    • optimized for ARM NEON
    • SNR calculation changed again
    • Many improvement and fixes

Please test and report any problems.

WARNING: Application and DABSDR API is still under development, compilation errors and bugs to be expected

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 12. Jan 2023, 17:36
von Austria MV
Is there a executable 1.99 Version?
I see only 1.2 Version for Windows?

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 12. Jan 2023, 18:27
von KejPi
No, there is only source code available. My plan was to release executable for final 2.0 but I can work on releasing it for 1.99.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 12. Jan 2023, 19:14
von andimik
I have tested 1.99 yesterday, but just for a few minutes. Will tell you more later and will use samples with announcements.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 12. Jan 2023, 19:44
von KejPi
If something fails, please share also the samples.

@Austria MV: I will try to release Windows binaries tomorrow, Apple and Linux binaries should be available today.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Do 12. Jan 2023, 20:37
von KejPi
Version 1.99.1 has been released with binaries available for Apple Silicon, Apple Intel and Linux-x86_64. Windows binary will be released tomorrow.
Please note that Linux AppImage does not support SoapySDR, Apple binaries support it but there are no device plugins included. I am not sure how to include SoapySDR correctly, any hints are welcome.
There are very small changes compared to 1.99.

Binaries can be downloaded here: https://github.com/KejPi/AbracaDABra/re ... ag/v1.99.1

WARNING: this is testing release, some bugs to be expected.

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Verfasst: Fr 13. Jan 2023, 09:29
von KejPi
Version 1.99.1 binary for Windows has been released.