vicktor / FreeStyleLibre-NFC-Reader

Read data from a FreeStyleLibre with Android
GNU General Public License v3.0
177 stars 49 forks source link

Libre link app will be release soon #5

Open Andries-Smit opened 9 years ago

Andries-Smit commented 9 years ago

http://abbottcms.numerasocial.com/librelink-das

vicktor commented 9 years ago

link is not working, have a screenshot?

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Mon, May 11, 2015 at 5:00 PM, Andries Smit notifications@github.com wrote:

http://abbottcms.numerasocial.com/librelink-das

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5.

funtax commented 9 years ago

Andries missed a h at the end:

http://abbottcms.numerasocial.com/librelink-dash/

vicktor commented 9 years ago

thank funtax!

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Tue, May 12, 2015 at 12:14 AM, funtax notifications@github.com wrote:

Andries missed a h at the end:

http://abbottcms.numerasocial.com/librelink-dash/

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-101064207 .

vicktor commented 9 years ago

hummmm, not working for us.... can you copy paste information or apk (maybe)....

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Tue, May 12, 2015 at 9:56 AM, Victor Bautista victor.bautista@gmail.com wrote:

thank funtax!

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Tue, May 12, 2015 at 12:14 AM, funtax notifications@github.com wrote:

Andries missed a h at the end:

http://abbottcms.numerasocial.com/librelink-dash/

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-101064207 .

funtax commented 9 years ago

The app is not yet available, but the website looks pretty good. Also, the website seems to be unavailable today.. so no worries, I cannot open the link today, too.

Yesterday I had a look on it.. they even published screenshots of the app - great things may wait there for us :))

Let's stay tuned and enjoy our Free..dom.

davidweisgerber commented 9 years ago

Are there any improvements on the algorithm?

From: funtax [mailto:notifications@github.com] Sent: Dienstag, 12. Mai 2015 10:21 To: vicktor/FreeStyleLibre-NFC-Reader Subject: Re: [FreeStyleLibre-NFC-Reader] Libre link app will be release soon (#5)

The app is not yet available, but the website looks pretty good. Also, the website seems to be unavailable today.. so no worries, I cannot open the link today, too.

Yesterday I had a look on it.. they even published screenshots of the app - great things may wait there for us :))

Let's stay tuned and enjoy our Freedom.

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-101185647 . https://github.com/notifications/beacon/ADC3h4z3eAxldIqqbcyg0oPG_TAWvG_aks5oIa9dgaJpZM4EWswa.gif

funtax commented 9 years ago

Are there any improvements on the algorithm?

Don't know - this thread is about the official FreeStyle-app and I'm pretty sure it will not be opensource.

vicktor commented 9 years ago

thanks funtax! we will try tomorrow!

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Tue, May 12, 2015 at 10:24 AM, funtax notifications@github.com wrote:

Are there any improvements on the algorithm?

Don't know - this thread is about the official FreeStyle-app and I'm pretty sure it will not be opensource.

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-101186113 .

LightSnowDev commented 9 years ago

About the algorithm: There is a good chance to reengenere it, since a java application can be easily decompiled.

vicktor commented 9 years ago

yes Jonathan..... :)

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Tue, May 12, 2015 at 4:16 PM, Jonathan notifications@github.com wrote:

About the algorithm: There is a good chance to reengenere it, since a java application can be easily decompiled.

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-101297563 .

tolot27 commented 9 years ago

As long as no JNI is used, it is possible to decompile. If JNI is in use, you wouldn't be able to get all functionality. ;-)

And be careful with reengineering. Most of the time it is not allowed and is not in line with open source.

LightSnowDev commented 9 years ago

Well that is a matter of the country you are in. Here in Germany is legal to decompile and re-engineer what you want, as long as you don't publish patented/copyrighted things. About JNI: Every application can be cracked, the question is, whether you put the effort in it. I don't think there is a urgent need for that, if the App is good. But it would be nice anyway.

Carloce commented 8 years ago

About android apps for Libre, did some of you took a look at Glimp? Have you some info about it and how it works?

vicktor commented 8 years ago

glimp only shows the raw data read. Like us. No major breakthrough :(

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Wed, Sep 30, 2015 at 6:22 AM, Carloce notifications@github.com wrote:

About android apps for Libre, did some of you took a look at Glimp? Have you some info about it and how it works?

— Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-144277435 .

libridge commented 8 years ago

https://apkpure.com/librelink/com.librelink.app

vicktor commented 8 years ago

thanks ;)

Victor

http://www.linkedin.com/in/victorbautista http://twitter.com/0x564242

On Wed, May 25, 2016 at 8:19 PM, libridge notifications@github.com wrote:

https://apkpure.com/librelink/com.librelink.app

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-221661133

libridge commented 8 years ago

I assume the calculation is hidden in the binary libraries (*.so) as I couldn't find it in the decompiled java files. But maybe I'm wrong, it's the first time I'm dealing with java anyway...

birdfly commented 8 years ago

I just got some .smail files

Andries-Smit commented 8 years ago

@libridge have a look at https://www.onlinedisassembler.com/static/home/ An easy online way to handle .so files

however, the results are hard to read. Maybe retdec will more helpful https://retdec.com/home/

Andries-Smit commented 8 years ago

@birdfly DeCompiling mpk to java see: http://www.javadecompilers.com/apk

libridge commented 8 years ago

That's exactly what I tried yesterday: http://www.javadecompilers.com/apk works fine on the two .dex files. https://www.onlinedisassembler.com/static/home/ works on the x86_64 .so files only (256kb limit), but I'm not the right person to find an algorithm in 120.000 lines of assembler code. The retargetable decompiler worked with none of the .so files.

tolot27 commented 7 years ago

Why decompiling the libraries? Instead, use it directly from your Java code as the LibreLink app does. It is not necessary to reinvent to calibration. Just use the class DataProcessingNative. The LibreLink app implements/uses it in the class DefaultSensorAbstractionService.

birdfly commented 7 years ago

but how to use it directly,use a xposed framework?

Mathias Walter notifications@github.com于2017年9月5日 周二20:11写道:

Why decompiling the libraries? Instead, use it directly from your Java code as the LibreLink app does. It is not necessary to reinvent to calibration. Just use the class DataProcessingNative. The LibreLink app implements/uses it in the class DefaultSensorAbstractionService.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/vicktor/FreeStyleLibre-NFC-Reader/issues/5#issuecomment-327156662, or mute the thread https://github.com/notifications/unsubscribe-auth/AEHwa-qCW_-28VVRA6PlSXJ5Vb0jXtASks5sfTpdgaJpZM4EWswa .