Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to newer version of RTKLIB #8

Closed
SaBe opened this issue Feb 10, 2016 · 15 comments
Closed

Port to newer version of RTKLIB #8

SaBe opened this issue Feb 10, 2016 · 15 comments

Comments

@SaBe
Copy link

SaBe commented Feb 10, 2016

Hello, I was wondering if someone is working on a port to a newer version of RTKLIB
so that we could support UBLOX M8T receivers with rawx protocol? Those work nicely on latest RTKLIB versions. I have been trying to build it but as I'm new to Android SDK not to mention the NDK, I have had some issues compiling it.

@applemuncy
Copy link

Greetings @SaBe
Some time ago I was able to compile but not cleanly. My compiler failed on some of the other cpu platforms but at least it worked for mine, ARM7, if I remember correctly.
Perhaps if you explain what issues you had with compiling?

@SaBe
Copy link
Author

SaBe commented Feb 12, 2016

Thanks for the reply;

This is what I got out of it:

[armeabi armeabi-v7a mips x86] Compile : proj <= rtodms.c
[armeabi armeabi-v7a mips x86] Compile : proj <= vector1.c
[armeabi armeabi-v7a mips x86] SharedLibrary : libproj.so
mipsel-linux-android-g++: error: unrecognized command line option '-mthumb'
make: *** [obj/local/mips/libproj.so] Error 1

So to me it looks like the Make file passes "-mthumb" to mips compiler while
it should be only passed to ARM compiler right?

I did a clean new install of the latest NDK to make sure it's fine as I wasn't
sure where this error is coming from!

Any ideas?

Br,
Sampo

@applemuncy
Copy link

Indeed, I vaguely remember reaching that roadblock. I think I got around it by either removing directories in lib or modifying build.gradle to only build what I needed.

@SaBe
Copy link
Author

SaBe commented Feb 17, 2016

I managed to compile the native parts for ARM, I feel really bad about my self, but I just told ndk-build to ignore all the errors... It seemed that everything but ARM platforms simply explode here. I did not manage to build the rest of the app tough. ANT simply ses there is nothing to do and even the clean target seems to fail.. the fight continues..

@MRonz70
Copy link

MRonz70 commented Apr 12, 2016

Hi there,
I'm trying to recompile all with the 2.4.3b8 version of Rtklib.
No problem with the ndk but so now I have a new version for librtkgps.so, but, using Android Studio 1.5.0 on mac osx, I have big trouble with the appcompat library since I got a lot of errors regarding it.
Could you please also tell which IDE you used for this version compile?
Eclipse?
Android Studio old version?

Thank you!

@eltorio
Copy link
Collaborator

eltorio commented Apr 12, 2016

i use Eclipse on MacOS X,

@enocsanz
Copy link

Hi Ronan,
nice to heard something from you!
I want to encourage you to continue with the RTKGPS+ port for Android.

Please!!!

And thank you very much for the previous work.

@ghost
Copy link

ghost commented Apr 27, 2016

Hello - I am able to build the RtkGps+ port for Android. I would like to merge 2.4.3b8 version of Rtklib, any suggestions, recommendations? I am using Eclipse Mars running on Ubuntu 14.04. My goal is to use RtkGps+ with my UBLOX M8T, I am open to suggestions or an easier method to accomplish this, perhaps just merge changes necessary like RXM-RAWX and RXM-SFRBX messages. I will be using NTRIP Corrections.

@gto234
Copy link

gto234 commented May 27, 2016

Hello all,
here you can find a working version of RTKGPS+ with patch 11.
It works great for me using novatel OEMV receivers.
I would like though more options on the mock location provider. E.g. to be able to send the location and other info like status fixed or float and accuracy to other apps.

@makeplan-rd
Copy link

Hi,
we are developing an interface system for your application, we need your source code to complete the project.

@eltorio
Copy link
Collaborator

eltorio commented May 27, 2016

All the source code is published on github
Le 27 mai 2016 16:32, "makeplan-rd" notifications@github.com a écrit :

Hi,
we are developing an interface system for your application, we need your
source code to complete the project.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#8 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AGpNoeA0o4YwreXnTEFSISHFb16B6uAjks5qFwB4gaJpZM4HXP3Y
.

@makeplan-rd
Copy link

Hi @gto234, we tried to apply the patch 11 without success. The app can't recognize the bluetooth device anymore.
Is it possible to have the already patched source code? There's something wrong we can't figure out.

@gto234
Copy link

gto234 commented May 30, 2016

Sorry I don't have the source code.
I found the patched version on a german forum so I don't know who build it.

@gto234
Copy link

gto234 commented Jun 7, 2016

If anyone willing to build a new version of RTGKPS+ please check this fix on the code posted here otherwise the fixed solution availability is not long because there is a bug in the code.
Thanks

@eltorio
Copy link
Collaborator

eltorio commented Aug 4, 2018

Upgraded to 2.4.3b29d

@eltorio eltorio closed this as completed Aug 4, 2018
lovepapa pushed a commit to lovepapa/RtkGps that referenced this issue May 10, 2020
…ccuracy-to-mock-location

41 report accuracy to mock location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants