Re: GNU Radio on Android

2020-04-23 Thread Bastian Bloessl
s no longer valid, and I have Bastian's video > showing off GNU Radio 3.8 on android which also does not teach me much other > than making me envious. > > Is there some documentation on getting started, considering I have absolutely > no clue on how to cross compile to Android ? >

GNU Radio on Android

2020-04-23 Thread jean-michel.fri...@femto-st.fr
in the process. I do have Tom's detailed description on compiling GNU Radio but I am afraid the 2017 flowchart for 3.7 is no longer valid, and I have Bastian's video showing off GNU Radio 3.8 on android which also does not teach me much other than making me envious. Is there some documentation

Re: [Discuss-gnuradio] Getting Background on GNU Radio on Android (was: GSOC : GNU Radio Projects)

2019-03-07 Thread Andrej Rode
Hi, On Thu, 7 Mar 2019 09:27:50 + "Müller, Marcus (CEL)" wrote: > Very little… https://wiki.gnuradio.org/index.php/Android > of which https://wiki.gnuradio.org/index.php/GRAndDeps is probably the > most important, but it's pretty dated. I don't think modern GNU Radio > has problems with

[Discuss-gnuradio] Getting Background on GNU Radio on Android (was: GSOC : GNU Radio Projects)

2019-03-07 Thread CEL
le resources in the community? > > Best > > On Mon, Mar 4, 2019 at 2:07 AM Müller, Marcus (CEL) > wrote: > > Hi Isuru, > > > > nice hearing from you! > > Although I'd not be your mentor directly, it's exciting to hear you > > want make GNU Radio acces

Re: [Discuss-gnuradio] Help with building GNU Radio for Android

2015-09-25 Thread Schuyler St. Leger
he cmake user settable variables can be listed > using -LAH). > I was able to get CMake to disable SWIG by adding -DSWIG_DIR=SWIG_DIR-NOTFOUND this will cause CMake to fail to find SWIG and disable it. With this I was able to successfully build GNU Radio for Android on OS X. To summarize what I had

Re: [Discuss-gnuradio] Help with building GNU Radio for Android

2015-09-25 Thread Tom Rondeau
Hey Schuyler, Any progress on your side of things? I've been busy with other aspects of the project and haven't been able to get back to this. However, I just picked up a new Android device, so I'm going to try to start from scratch with that and a VM to walk through the instructions and see what

Re: [Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-21 Thread Tom Rondeau
other issues with 4.9. Tom On Thu, Aug 20, 2015 at 10:43 AM, Tom Rondeau t...@trondeau.com wrote: On Mon, Aug 17, 2015 at 7:28 PM, Schuyler St. Leger schuyler.st.le...@gmail.com wrote: I am trying to build GNU Radio for Android and am having issues with the build process. I first

Re: [Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-21 Thread devin kelly
schuyler.st.le...@gmail.com wrote: I am trying to build GNU Radio for Android and am having issues with the build process. I first tried building GNU Radio for Android on Mac OS X 10.10.4. I was able to follow the directions successfully until I had to build gr-grand. When I tried to build

Re: [Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-21 Thread Schuyler St. Leger
Although, now that I think about it, there's no reason to SWIG gr-grand. You'll never use that in Python on Android; we only use the c++ library out, and specifically the static libgnuradio-grand.a library. Maybe try adding the flag -DENABLE_PYTHON=False to the cmake line? ENABLE_PYTHON is

Re: [Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-20 Thread Tom Rondeau
On Mon, Aug 17, 2015 at 7:28 PM, Schuyler St. Leger schuyler.st.le...@gmail.com wrote: I am trying to build GNU Radio for Android and am having issues with the build process. I first tried building GNU Radio for Android on Mac OS X 10.10.4. I was able to follow the directions successfully

[Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-18 Thread Schuyler St. Leger
I am trying to build GNU Radio for Android and am having issues with the build process. I first tried building GNU Radio for Android on Mac OS X 10.10.4. I was able to follow the directions successfully until I had to build gr-grand. When I tried to build gr-grand I got this error (see error 1

[Discuss-gnuradio] Help with building GNU Radio for Android

2015-08-18 Thread Schuyler St. Leger
I am trying to build GNU Radio for Android and am having issues with the build process. I first tried building GNU Radio for Android on Mac OS X 10.10.4. I was able to follow the directions successfully until I had to build gr-grand. When I tried to build gr-grand I got this error (see error 1

[Discuss-gnuradio] patches and instructions for adding python and numpy to GNU Radio for android

2015-06-09 Thread ikjtel
As previously mentioned, I've been working on adding python and numpy to the existing GNU Radio android version (GrAnd).  I've named the resulting Frankensteinian creation GrAndPy. The goals of the project (that have been successfully achieved so far) were:   a) build using a solid proper

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-10 Thread Tom Rondeau
:06 GMT+08:00 Tom Rondeau t...@trondeau.com: While I have been talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (= 5.0). We build the flowgraph in C++ and link it through

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Murray Thomson
! I'll have a try, following your wiki. -Lin 2015-05-06 4:06 GMT+08:00 Tom Rondeau t...@trondeau.com: While I have been talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (= 5.0

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Tom Rondeau
to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (= 5.0). We build the flowgraph in C++ and link it through to a Java app for the user interface using the JNI. I have tried to collect the howtos for getting all

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Tom Rondeau
, it's so cool! I'll have a try, following your wiki. -Lin 2015-05-06 4:06 GMT+08:00 Tom Rondeau t...@trondeau.com: While I have been talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Murray Thomson
talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (= 5.0). We build the flowgraph in C++ and link it through to a Java app for the user interface using the JNI. I have tried to collect

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-08 Thread Murray Thomson
it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (= 5.0). We build the flowgraph in C++ and link it through to a Java app for the user interface using the JNI. I have tried to collect the howtos

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-06 Thread Lin HUANG
Wow, it's so cool! I'll have a try, following your wiki. -Lin 2015-05-06 4:06 GMT+08:00 Tom Rondeau t...@trondeau.com: While I have been talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs

[Discuss-gnuradio] GNU Radio for Android

2015-05-05 Thread Tom Rondeau
While I have been talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (= 5.0). We build the flowgraph in C++ and link it through to a Java app for the user interface using the JNI. I

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-23 Thread Tom Rondeau
use it in my Android flowgraph, as shown for example in the instructions for building GNU Radio for Android and GRAnd at https://gnuradio.org/redmine/projects/gnuradio/wiki/GRAndBuild. I don't have much experience tinkering with cmake but I've been looking over the cmake files in GRAnd

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-22 Thread Vijay Galbaransingh
; } Where I am stuck is I cannot figure out how to come up with the appropriate makefile (using cmake or otherwise) to build this block into a prebuilt static library so that I may use it in my Android flowgraph, as shown for example in the instructions for building GNU Radio for Android and GRAnd

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-21 Thread Vijay Galbaransingh
altogether to display my flowgraph output in my Android activity? Thanks, Vijay From: trond...@trondeau.com [mailto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: March-19-15 07:36 To: Vijay Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Thu

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-19 Thread Vijay Galbaransingh
: March-18-15 07:11 To: Vijay Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Wed, Mar 18, 2015 at 1:46 AM, Vijay Galbaransingh vij...@sfu.ca wrote: Tom, What kind of sample rate / setup are you using for your opensl_source? I've set up

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-19 Thread Tom Rondeau
Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Wed, Mar 18, 2015 at 1:46 AM, Vijay Galbaransingh vij...@sfu.ca wrote: Tom, What kind of sample rate / setup are you using for your opensl_source? I've set up a flowgraph that is just

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-18 Thread Tom Rondeau
to know what happens. Tom From: trond...@trondeau.com [mailto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: March-17-15 07:37 To: Vijay Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Tue, Mar 17, 2015 at 12:10 AM, Vijay

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-17 Thread Tom Rondeau
From: trond...@trondeau.com [mailto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: March-16-15 06:37 To: Vijay Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Mon, Mar 16, 2015 at 3:28 AM, Vijay Galbaransingh vij...@sfu.ca wrote

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-17 Thread Vijay Galbaransingh
To: Vijay Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Tue, Mar 17, 2015 at 12:10 AM, Vijay Galbaransingh vij...@sfu.ca wrote: Thanks Tom, that sorted it out. My audio output is a bit choppy but no matter – time to move on to some more complex

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-16 Thread Tom Rondeau
Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Fri, Mar 13, 2015 at 5:04 PM, Vijay Galbaransingh vij...@sfu.ca wrote: Hi, Has a patched version of GNU Radio which runs on Android been released? I'm working on a project where I'm transmitting information over audio from a desktop

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-16 Thread Vijay Galbaransingh
Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Mon, Mar 16, 2015 at 3:28 AM, Vijay Galbaransingh vij...@sfu.ca wrote: Hi Tom, I have been following your notes on the wiki in an attempt to build a test app (a dial tone flowgraph.) I'm hitting a snag

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-16 Thread Vijay Galbaransingh
appreciated, Vijay From: trond...@trondeau.com [mailto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: March-13-15 14:41 To: Vijay Galbaransingh Cc: GNURadio Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Fri, Mar 13, 2015 at 5:04 PM, Vijay Galbaransingh vij...@sfu.ca

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-13 Thread Tom Rondeau
On Fri, Mar 13, 2015 at 5:04 PM, Vijay Galbaransingh vij...@sfu.ca wrote: Hi, Has a patched version of GNU Radio which runs on Android been released? I'm working on a project where I'm transmitting information over audio from a desktop system to an Android device, and since setting up the

[Discuss-gnuradio] GNU Radio on Android

2015-03-13 Thread Vijay Galbaransingh
Hi, Has a patched version of GNU Radio which runs on Android been released? I'm working on a project where I'm transmitting information over audio from a desktop system to an Android device, and since setting up the transmitter end with GNU Radio was such a snap I would love to leverage the GNU

Re: [Discuss-gnuradio] GNU Radio on Android

2015-03-13 Thread Vijay Galbaransingh
Discussion List Subject: Re: [Discuss-gnuradio] GNU Radio on Android On Fri, Mar 13, 2015 at 5:04 PM, Vijay Galbaransingh vij...@sfu.ca wrote: Hi, Has a patched version of GNU Radio which runs on Android been released? I'm working on a project where I'm transmitting information over audio from

[Discuss-gnuradio] GNU radio on Android: status?

2014-04-01 Thread Udo van den Heuvel
Hello, What is the best way to get gnuradio on android? Do I crosscompile, or compile on the device itself, do I use linux-on-android, etc. What is the best way, the most efficient w.r.t CPU of the device at runtime? Are there any howto's? Guides? Please discuss as I am interested in getting

Re: [Discuss-gnuradio] GNU radio on Android: status?

2014-04-01 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Udo, I'm not aware of any mass-usable Android port. Usually, you don't compile on the android (embedded) device itself, so cross-compiling is absolutely preferable. Please understand that while Android is based on a linux kernel, the userland

Re: [Discuss-gnuradio] GNU radio on Android: status?

2014-04-01 Thread Ralph A. Schmid, dk5ras
Sent: Tuesday, 1 April, 2014 15:32 To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] GNU radio on Android: status? Hello, What is the best way to get gnuradio on android? Do I crosscompile, or compile on the device itself, do I use linux-on-android, etc. What is the best way