f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.7k stars 420 forks source link

Android apk #125

Open Ho52198 opened 6 years ago

Ho52198 commented 6 years ago

Hello. You can imagine how nice will be to have such app in android. Even simplified or for rooted devices only. There is nithing for dmr for android. Sdrangel can be the first one :)

f4exb commented 6 years ago

Well Marty is already active on this. See this (long) topic: https://groups.io/g/sdrangel/topic/issue_when_compiling_sdrangel/7732033

I have tried to port the whole application a long time ago as Qt supposedly supports the Android toolchain. I could get an .apk out of it but unfortunately not working with what seemed to be complicated multi threading issues so I gave up. Maybe I should give it a second chance with newer versions of Qt and the Android SDK. One should need a rather powerful Android device. My plans were to try it on the NVidia Shield.

Now there is another possibility and that's what Marty is at I think. Since we now have a server app with a REST API interface it is quite possible to build a client side Android app. The server and API are still a work in progress but the proof of concept is positive. There are many examples of client side apps using a REST API so we are not on unknown grounds at all. Then we can see if it is be possible to port the server which would supposedly be simpler but neither Marty or myself have tried it yet. The aim is to host the whole thing on the same Android device but in any case a client side only .apk is already well worth it.

BTW: you're welcome to join the discussion group: https://groups.io/g/sdrangel

f4exb commented 6 years ago

Version after version Android gets more and more useless and becomes just a recreation environment not doing anything really useful. SDRangel will NEVER be supported in Android as it will not support it either. This issue can be closed.

f4exb commented 1 year ago

Looks like thanks to @srcejon this one is back!

srcejon commented 1 year ago

Now available on Google Play - https://play.google.com/store/apps/details?id=org.sdrangel&hl=en&gl=US

tianguo1314 commented 4 weeks ago

Hello, I am very interested in this Android project. May I ask if this SDRangel Android project is open source? Can you provide the SDRangel source code repository address for Android?

srcejon commented 4 weeks ago

This is the repo for it.

tianguo1314 commented 4 weeks ago

What I need is a project that can run on AS (Android Studio). The current warehouse project should be a server-side one, right

srcejon commented 4 weeks ago

There isn't one.

tianguo1314 commented 4 weeks ago

Can I understand that the Android version of SDRangel is a closed source project

srcejon commented 4 weeks ago

It's built using cmake.