NightscoutFoundation / xDrip

Nightscout version of xDrip+
https://jamorham.github.io/#xdrip-plus
GNU General Public License v3.0
1.39k stars 1.14k forks source link

Eversense Integration #616

Closed BernhardRo closed 9 months ago

BernhardRo commented 6 years ago

Hello, I'm not very happy with the current Eversense integration in xDrip via the Esel companion app. Actually, it looks like this app is not further beeing developed, then this app needs su access, and therefore a rooted android phone - something I do not want. And the app needs a running Roche/Senseonics Eversense app. Therefore it is for example not possible to have a smartwatch standalone solution. Wouldn't it be possible to integrate the bluetooth comminication with the Eversense Transmitter in xDrip and use it as an complete standalone alternative to the Eversense App (but with the official app working in parallel on the same device)? Regards, Bernhard

jamorham commented 6 years ago

Yes it may well be possible, but the normal procedure for doing a feasibility study on that approach is for me to request that someone sends me the relevant hardware to test with. As far as I know that isn't going to be possible with Eversense because it is surgically implanted. So unless someone actually wearing one is going to do the development work it is much more difficult to achieve.

BernhardRo commented 6 years ago

Well, it is possible. Only the sensor is surgically implanted. The transmitter, which is the part with Bluetooth and therefore the part to communicate with, is put on the skin and can easily been removed and applied again. I am wearing one and have some development experience, but absolutely no idea about debugging a Bluetooth data stream (and I am also not in developing android java applications)...

BernhardRo commented 5 years ago

Hello, I have found a solution now, which works for me: with dissassembling the Eversense App, I have added an ContentProvider, providing the glucose measurements. Then I have modified ESEL to use this ContentProvider as BG input and passes it to xDrip. This works fine, for me. Advantage: no root required. Disadvantage: modified apk for Eversense required, which is still needed... I have not uploaded anything. Is anyone interested in this?

jm991 commented 5 years ago

Hi I'm a longtime xdrip user and just got implanted with an EverSense today. I am a developer and have a contact within EverSense who was interested in getting support in xDrip for their device. Is there anything I can do to help? Having full native xDrip support for EverSense would be amazing since the EverSense app only works with a few devices and doesn't have Android Wear support.

stugeo1 commented 5 years ago
      Hello,

I have found a solution now, which works for me: with dissassembling the Eversense App, I have added an ContentProvider, providing the glucose measurements. Then I have modified ESEL to use this ContentProvider as BG input and passes it to xDrip. This works fine, for me. Advantage: no root required. Disadvantage: modified apk for Eversense required, which is still needed... I have not uploaded anything. Is anyone interested in this?

Hi BernhardRo - I am very interested!!

I'm on my second EversenseXL now after being impressed with the first one and wanting to continue, however, I really need to be able to see the data on an android watch as i'm training for a marathon and can't keep stopping to look at my phone :(

Have tried to get the data into xDrip / Nightscout and have followed the modification of the Android Eversense App from you.

The app is working fine but have fallen at the final hurdle as I can't work out how to read the data from other Apps and am not sure what to do to install / create ESEL??

Am now at a loss i'm afraid. I'm really happy to test and help and can follow instructions but no real experience of coding or building apps - testing them I have experience with.

What would you suggest?

BernhardRo commented 5 years ago

Hello, My solution is running quite well for me. It needs the modified Eversense App and the Esel App. With this it is possible to get your CGM data from Eversense to xDrip. Everything is availabe here: https://github.com/BernhardRo/Esel/tree/master/apk

cvh2019 commented 5 years ago

Hello, My solution is running quite well for me. It needs the modified Eversense App and the Esel App. With this it is possible to get your CGM data from Eversense to xDrip. Everything is availabe here: https://github.com/BernhardRo/Esel/tree/master/apk

Hi Bernhard,

i think there is as new version of the official Eversense App released in Dec 2018. No idea what they changed. However I guess it´s a good idea to use the latest version. Could you build a modified Eversense App based on the latest official version? Or let us know how you did it exactly?

Thanks!

steigermobil commented 5 years ago

Hi I'm a longtime xdrip user and just got implanted with an EverSense today. I am a developer and have a contact within EverSense who was interested in getting support in xDrip for their device. Is there anything I can do to help? Having full native xDrip support for EverSense would be amazing since the EverSense app only works with a few devices and doesn't have Android Wear support.

hey jm991, that would be perfect if you can integrate eversense completly in the xdrip app. i use the eversense app with xdrip, but now I want to buy a smartwatch and then i need to have xdrip with full access to the evensense cgm, so that i dont need my smartphone all the time. Please help all the eversense user :-)

stugeo1 commented 5 years ago

This would be amazing. It's all working for me now and has been a game changer on my training runs for a marathon but as you say needs the phone.

On Tue, 19 Mar 2019, 06:28 steigermobil, notifications@github.com wrote:

Hi I'm a longtime xdrip user and just got implanted with an EverSense today. I am a developer and have a contact within EverSense who was interested in getting support in xDrip for their device. Is there anything I can do to help? Having full native xDrip support for EverSense would be amazing since the EverSense app only works with a few devices and doesn't have Android Wear support.

hey jm991, that would be perfect if you can integrate eversense completly in the xdrip app. i use the eversense app with xdrip, but now I want to buy a smartwatch and then i need to have xdrip with full access to the evensense cgm, so that i dont need my smartphone all the time. Please help all the eversense user :-)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-474214551, or mute the thread https://github.com/notifications/unsubscribe-auth/AVX3SBOWAGAZR_pgSVHMFOzTr8WVq5N1ks5vYIN9gaJpZM4XNenD .

gridlockedjaw commented 5 years ago

Theres a new version in the US. Can anyone patch the new 2.0.103 US version?

productionsam commented 5 years ago

Theres a new version in the US. Can anyone patch the new 2.0.103 US version?

@gridlockedjaw and @BernhardRo have you found a way to use Nightscout with Eversense in the US? Currently our configuration is T1D on iPhone and parents using EversenseNow to follow. One of the parents is on Android. The follow app is TERRIBLE. We need to get a more interactive follow app. HELP!!

BernhardRo commented 5 years ago

@gridlockedjaw: can you provide an apk for me - then I can try it. Here in Europe the Google play store still offers version 1.0.409. But currently I am in holidays, so I can try in a few weeks when I am back. @productionsam Eversense in the US - is there any difference? Can't you use the patched Eversense App with Esel and xdrip and then you have it in Nightscout? Of course, this is an Android workflow, so it won't work on iOS (everything from Apple)

productionsam commented 5 years ago

We cannot use the ESEL patch because we are on iPhones.

The Eversense NOW follow app is TERRIBLE. We are really spoiled and want our Nightscout!!!

Have you heard of any way to get the apple health information to the cloud?

Samantha Goodowens Line Producer 407.506.6320

On Jul 15, 2019, at 3:27 PM, BernhardRo notifications@github.com wrote:

@gridlockedjaw: can you provide an apk for me - then I can try it. Here in Europe the Google play store still offers version 1.0.409. But currently I am in holidays, so I can try in a few weeks when I am back. @productionsam Eversense in the US - is there any difference? Can't you use the patched Eversense App with Esel and xdrip and then you have it in Nightscout? Of course, this is an Android workflow, so it won't work on iOS (everything from Apple)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

productionsam commented 5 years ago

@BernhardRo=

The Eversense App in the US is different and the patch isn’t working.

What do you need in order to work out the new patch? I will get you whatever we need. Currently my daughter is having to wear the Eversense AND the Dexcom just so we can have follow alarms at night…

Samantha

Samantha Goodowens Line Producer 407.506.6320

On Jul 15, 2019, at 3:27 PM, BernhardRo notifications@github.com wrote:

@gridlockedjaw: can you provide an apk for me - then I can try it. Here in Europe the Google play store still offers version 1.0.409. But currently I am in holidays, so I can try in a few weeks when I am back. @productionsam Eversense in the US - is there any difference? Can't you use the patched Eversense App with Esel and xdrip and then you have it in Nightscout? Of course, this is an Android workflow, so it won't work on iOS (everything from Apple)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

BernhardRo commented 5 years ago

Have you tried the patched Eversense App? Even if there is a different app in the US, maybe our solution works for you as well. If it does not work - then your App will probably also not work with my Transmitter, which makes it hard for me to try a patched solution. But at leas you can give me the apk: install it on your android phone, install an app like apk extractor. With the second app you can export the apk of the eversense app. This is the apk I need.

productionsam commented 5 years ago

I believe this is the extracted app that you need.

https://drive.google.com/file/d/138eUBCw5bBdAVJNDUUH3kiK1lKC_QnnX/view?usp=sharing

Eversense US wouldn’t let us log in from the patched app. We had it installed and working, but it would not accept us logging in.

Samantha Goodowens Line Producer 407.506.6320

On Jul 30, 2019, at 12:19 PM, BernhardRo notifications@github.com wrote:

Have you tried the patched Eversense App? Even if there is a different app in the US, maybe our solution works for you as well. If it does not work - then your App will probably also not work with my Transmitter, which makes it hard for me to try a patched solution. But at leas you can give me the apk: install it on your android phone, install an app like apk extractor. With the second app you can export the apk of the eversense app. This is the apk I need.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

BernhardRo commented 5 years ago

Try it with this here: https://drive.google.com/file/d/1wVClyHSDD82udEjSPhwDqn5ZKVjny5nF/view?usp=sharing Of course, you still need Esel, as described here: https://github.com/BernhardRo/Esel/tree/master/apk I hope this works! :-)

productionsam commented 5 years ago

THANK YOU!

I’ll let you know….

Samantha Goodowens Line Producer 407.506.6320

On Jul 30, 2019, at 4:16 PM, BernhardRo notifications@github.com wrote:

Try it with this here: https://drive.google.com/file/d/1wVClyHSDD82udEjSPhwDqn5ZKVjny5nF/view?usp=sharing Of course, you still need Esel, as described here: https://github.com/BernhardRo/Esel/tree/master/apk I hope this works! :-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

productionsam commented 5 years ago

Are you in the US?

Are you able to talk on the phone?

WE cannot connect that app with her Eversense

Samantha Goodowens Line Producer 407.506.6320

On Jul 30, 2019, at 4:16 PM, BernhardRo notifications@github.com wrote:

Try it with this here: https://drive.google.com/file/d/1wVClyHSDD82udEjSPhwDqn5ZKVjny5nF/view?usp=sharing Of course, you still need Esel, as described here: https://github.com/BernhardRo/Esel/tree/master/apk I hope this works! :-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

BernhardRo commented 5 years ago

@productionsam Hello, no, I am in Germany, but we can talk, if we find a usable time slot :-) But I have tried it here as well and hand the same behavior. Therefore I reworked the patch, and now I can connect. Actually I can not test the CGM readings, because my Sensor has finished his lifetime about 2 weeks ago and I am still in the process to get a new one... Just try the same link, the file behind is updated, install it and try it again!

productionsam commented 5 years ago

Hi!

Thank you!

It totally works!!!

She’s thrilled!!!

Samantha Goodowens Line Producer 407.506.6320

On Aug 1, 2019, at 4:57 PM, BernhardRo notifications@github.com wrote:

@productionsam Hello, no, I am in Germany, but we can talk, if we find a usable time slot :-) But I have tried it here as well and hand the same behavior. Therefore I reworked the patch, and now I can connect. Actually I can not test the CGM readings, because my Sensor has finished his lifetime about 2 weeks ago and I am still in the process to get a new one... Just try the same link, the file behind is updated, install it and try it again!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

BernhardRo commented 5 years ago

Perfect! I am glad that I could help! I have uploaded it to https://github.com/BernhardRo/Esel/tree/master/apk (the US version) so that everybody can use it!

timmy354321 commented 5 years ago

Perfect! I am glad that I could help! I have uploaded it to https://github.com/BernhardRo/Esel/tree/master/apk (the US version) so that everybody can use it!

I've been searching around and haven't had any luck finding a way to get my eversense data on an Iphone into nightscout. Any thoughts?

messi0501 commented 5 years ago

I have installed Esel, xdrip+ and the patched Eversense app. Everything worked fine in the beginning. But xdrip doesn't receive new values unless i hit "manual sync" in Esel. The Esel App has permissions to run in the background.

Any ideas?

Edit: It's working now. Huawei has additional battery saving options on top of the standard Android. If you disable them, everything works fine.

KB3ZWI commented 5 years ago

I have a Samsung Note 9 with Pie. I uninstalled the official Eversense app and installed the modded U.S. version with Esel and Xdrip.

For some reason it doesn't appear that any data is being fed to Esel.

Esel doesn't show any errors and I made sure battery optimization was disabled for all three applications. The European version sends data just fine.

Edit: Does the U.S. version that was uploaded still need to be modified as per the Wiki?

steve8x8 commented 4 years ago

@KB3ZWI I've disassembled both the original and the patched apk, and compared them. In my (limited) understanding, there's no need for patching the *-patched.apk - the instructions are there for the case that @BernhardRo get hit by a bus or aircraft debris. Nevertheless, it would be rather helpful to have this process supported by a script (@TinoKossmann did this in a very nice manner for the Libre-Link app) - providing a ready-built app may result in liability issues, in particular in the medical context. (IMHO, the instructions should be part of the repository proper, as wikis don't get cloned by default.)

While comparing the contents of the unpatched and patched apps, I found that a large share of the images was modified - why? (This isn't suggested by the wiki instructions, is it?)

BernhardRo commented 4 years ago

@KB3ZWI sorry for the delay. The US version is patched and I have at least one feedback that it works for them. But I have not tried it on my own as I had issues with the BT pairing on my phone. Nevertheless, in Europe I would always prefer the Europeen one, as this is much better tested. @steve8x8 To the images: thats strange. Maybe it is caused by the process of disassembling and recompiling...

michelklink commented 4 years ago

Hi hi, I am reading some possibilities about insuline Loop systems. Om other communities like “Looped”

They are usually working with Dexcom meters and Omnipod insuline pumps.

Is here somebody who knows if there is a possibility that a eversence sensor could communicate with a insulinepomp? Or maybe how to set this up?

steve8x8 commented 4 years ago

https://androidaps.readthedocs.io/en/latest/EN/Hardware/Eversense.html

jgslade commented 4 years ago

I am testing out the Eversense cgm and I am not getting any readings sent to xdrip or androidaps. I am using the Eversense app and ESEL from BernhardRO the Eversense app has been showing readings for an hour now, but nothing is being sent to ESEL.

There is a new version of the US app in the Play Store, don't know if starting the sensor on that app then switching to BernhardRO's version is causing the issue, or not.

If I do a manual sync in ESEL it says: Full Sync Done: Read 0 values from DB (last 24 hours)

productionsam commented 4 years ago

Hi Bernhard. We are about to turn in a new sensor after several months of being off line and it appears there was an update to the app in March.

Do you have an updated patch that works with the new US app?

Also, I don't know if I shared with you but have a hack on how to keep your sensor running after the 90 day expiration.

Samantha.

Samantha Goodowens Line Producer 407.506.6320

Spelling by iPhone

On Aug 1, 2019, at 4:57 PM, BernhardRo notifications@github.com wrote:

@productionsam Hello, no, I am in Germany, but we can talk, if we find a usable time slot :-) But I have tried it here as well and hand the same behavior. Therefore I reworked the patch, and now I can connect. Actually I can not test the CGM readings, because my Sensor has finished his lifetime about 2 weeks ago and I am still in the process to get a new one... Just try the same link, the file behind is updated, install it and try it again!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

BernhardRo commented 4 years ago

Hello Samantha, actually I am not even aware that there is a new version of the App in the US. I can only see the EU Version here in the Play Store, which was not updated. Therefore I also do not have a patched Version. But you can mail me the updated APK than I can try to patch it. And I am also not aware about this hack! I have no issues with a 90 day limitation (here it is 180 days). What is this hack exactly about and how does it look like? Regards, Bernhard

LostOnTheLine commented 4 years ago

Very interested in the past 90 day hack as my insurance won't send out the next sensor until after the current one has expired so I'm using a libre for a couple weeks in between each time

patrick19993009 commented 4 years ago

hello does anyone know a method to get nightscout to talk to an eversens sensor when you have an iPhone?

productionsam commented 4 years ago

We were only able to use an android phone as the original connector to the Eversense and then that hacked app on the android was able to upload to Nightscout.

So…this is what we do: T1D carries Android phone that has no cell service but does have wifi as a “receiver” for her Eversense. It slaves off of her iPhone for wifi when she’s out and about. The android “receiver” uses the hacked APK and is able to upload to Nightscout.

T1D and parents all carry iPhones that follow her Eversense via Nightscout instead of the Eversense follow app (which SUCKS).

Hope that helps.

S

On Jul 9, 2020, at 10:40 AM, patrick19993009 notifications@github.com wrote:

hello does anyone know a method to get nightscout to talk to an eversens sensor when you have an iPhone?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-656168222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTJUPGJ7HF5ZG3MMEMKQSTR2XJGDANCNFSM4FZV5HBQ.

patrick19993009 commented 4 years ago

thanks alot it did help :D

Den tor. 9. jul. 2020 kl. 18.04 skrev productionsam < notifications@github.com>:

We were only able to use an android phone as the original connector to the Eversense and then that hacked app on the android was able to upload to Nightscout.

So…this is what we do: T1D carries Android phone that has no cell service but does have wifi as a “receiver” for her Eversense. It slaves off of her iPhone for wifi when she’s out and about. The android “receiver” uses the hacked APK and is able to upload to Nightscout.

T1D and parents all carry iPhones that follow her Eversense via Nightscout instead of the Eversense follow app (which SUCKS).

Hope that helps.

S

On Jul 9, 2020, at 10:40 AM, patrick19993009 notifications@github.com wrote:

hello does anyone know a method to get nightscout to talk to an eversens sensor when you have an iPhone?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub < https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-656168222>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AMTJUPGJ7HF5ZG3MMEMKQSTR2XJGDANCNFSM4FZV5HBQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-656213892, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQHFZTPZ2C3LFSJ7EWBGRLLR2XS7ZANCNFSM4FZV5HBQ .

loyalchallenger commented 4 years ago

Is there a way to get the eversense to write to Apple Health?

productionsam commented 4 years ago

I haven’t seen one yet

I wish!

On Aug 7, 2020, at 6:39 PM, loyalchallenger notifications@github.com wrote:

Is there a way to get the eversense to write to Apple Health?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-670771767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTJUPDGJMJDT7MZITDFNUDR7R7BJANCNFSM4FZV5HBQ.

quetzalcoatl commented 3 years ago

@productionsam I don't get it.. how does that get around sensor's 90day limit? I mean, you've said "keep your sensor running after the 90 day expiration".. Then you say about hacked app and forwarding data to Nightscout, ok. But doesn't sensor/transmitter still refuse to work after 90days?

productionsam commented 3 years ago

If you change the date on the phone that you’re using as the receiver and keep it from updating the date via the internet, when the transmitter handshakes with the phone, it will reset the date on the sensor.

Samantha Goodowens Line Producer 407.506.6320

On Nov 7, 2020, at 8:38 PM, quetzalcoatl notifications@github.com wrote:

@productionsam https://github.com/productionsam I don't get it.. how does that get around sensor's 90day limit?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-723518403, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTJUPEUQUV3Z2QQMRBMUBTSOXZCXANCNFSM4FZV5HBQ.

quetzalcoatl commented 3 years ago

Thank you very much Samantha! This indicates that the eversense app in fact controls the timespan of the sensor. Fascinating. Now I'm curious what's inside that app. I feel like I'm going to lose a few nights.

productionsam commented 3 years ago

The real question is whether the start date can be adjusted on the sensor side rather than tricking it to think the date is wrong because it’s connecting to a receiver that has been time traveling.

If you can figure that out. . . well . . .

Samantha Goodowens Line Producer 407.506.6320

On Nov 9, 2020, at 6:11 AM, quetzalcoatl notifications@github.com wrote:

Thank you very much Samantha! This indicates that the eversense app in fact controls the timespan of the sensor. Fascinating. Now I'm curious what's inside that app. I feel like I'm going to lose a few nights.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-723945302, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTJUPCEVWJOGAUVCKKSX33SO7E5LANCNFSM4FZV5HBQ.

cvh2019 commented 3 years ago

Hey, I tried too extend the runtime a few months ago too. EU Sensor. 180 days version. What did I do? On day 179 I set the smartphone date back 2 weeks. I also prohibited the Eversense App from connecting to the internet. As a result the sensor continued to run beyond the 180 days. In total 185 days. Then I got a new sensor. I guess the sensor does not expire at all. It's just that no data is displayed in the Eversense app. Not sure. Just guessing.

k0rtalian commented 2 years ago

Hello I am a new eversense user and have not been able to log on any of the modified apk provided on a S22 Ultra. but I can log on to the original eversense app and online. Does the U.S. version need to be updated? Thanks

JLLucci commented 9 months ago

Hello I am a new eversense user and have not been able to log on any of the modified apk provided on a S22 Ultra. but I can log on to the original eversense app and online. Does the U.S. version need to be updated? Thanks

I'm thinking so. I'm on an S23+ and following the instructions found via the XDrip page, many of the tools needed to modify the app are unavailable on the S23+ platform. I've tried the prepared modified versions of the Eversense app and they are too old to allow log in on the Eversense servers. I could use some help.

BernhardRo commented 9 months ago

Hello, patching the app became more and more difficult with the last versions. So following the instructions for patching is not sufficient any more. Instead, you can download it from here: https://cr4ck3d3v3r53n53.club/ There is an US version, but I do not know if it is the latest one.

Am Di., 9. Jan. 2024 um 20:08 Uhr schrieb JLLucci @.***

:

Hello I am a new eversense user and have not been able to log on any of the modified apk provided on a S22 Ultra. but I can log on to the original eversense app and online. Does the U.S. version need to be updated? Thanks

I'm thinking so. I'm on an S23+ and following the instructions found via the XDrip page, many of the tools needed to modify the app are unavailable on the S23+ platform. I've tried the prepared modified versions of the Eversense app and they are too old to allow log in on the Eversense servers. I could use some help.

— Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-1883625820, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPW27EILQNTS2HKBELN7ATYNWIRZAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGM3DENJYGIYA . You are receiving this because you were mentioned.Message ID: @.***>

JLLucci commented 9 months ago

Hi Bernhard,

I tried this version you sent; however, it won't let me on the Eversense servers as there is a newer version for the US. I also tried un-compiling the offical Eversense App; however, I discovered that the AndroidManfest.xml file is either corrupted or encrypted.

I appreciate your help . [cid:aa8d7135-167d-4ceb-aae2-2e072b4c62c5]

Thanks,

John


From: BernhardRo @.> Sent: Wednesday, January 10, 2024 10:17 AM To: NightscoutFoundation/xDrip @.> Cc: JLLucci @.>; Comment @.> Subject: Re: [NightscoutFoundation/xDrip] Eversense Integration (#616)

Hello, patching the app became more and more difficult with the last versions. So following the instructions for patching is not sufficient any more. Instead, you can download it from here: https://cr4ck3d3v3r53n53.club/ There is an US version, but I do not know if it is the latest one.

Am Di., 9. Jan. 2024 um 20:08 Uhr schrieb JLLucci @.***

:

Hello I am a new eversense user and have not been able to log on any of the modified apk provided on a S22 Ultra. but I can log on to the original eversense app and online. Does the U.S. version need to be updated? Thanks

I'm thinking so. I'm on an S23+ and following the instructions found via the XDrip page, many of the tools needed to modify the app are unavailable on the S23+ platform. I've tried the prepared modified versions of the Eversense app and they are too old to allow log in on the Eversense servers. I could use some help.

— Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-1883625820, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPW27EILQNTS2HKBELN7ATYNWIRZAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGM3DENJYGIYA . You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHubhttps://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-1885166857, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM4HPDAFX7RA5KHN45FMKMDYN25JTAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGUYTMNRYGU3Q. You are receiving this because you commented.

BernhardRo commented 9 months ago

I have the issue, that the US version is not accessible for me. Can you send the original APK of the latest US version to me? Or are you on Discord?

Am Mi., 10. Jan. 2024 um 17:28 Uhr schrieb JLLucci @.***

:

Hi Bernhard,

I tried this version you sent; however, it won't let me on the Eversense servers as there is a newer version for the US. I also tried un-compiling the offical Eversense App; however, I discovered that the AndroidManfest.xml file is either corrupted or encrypted.

I appreciate your help . [cid:aa8d7135-167d-4ceb-aae2-2e072b4c62c5]

Thanks,

John


From: BernhardRo @.> Sent: Wednesday, January 10, 2024 10:17 AM To: NightscoutFoundation/xDrip @.> Cc: JLLucci @.>; Comment @.> Subject: Re: [NightscoutFoundation/xDrip] Eversense Integration (#616)

Hello, patching the app became more and more difficult with the last versions. So following the instructions for patching is not sufficient any more. Instead, you can download it from here: https://cr4ck3d3v3r53n53.club/ There is an US version, but I do not know if it is the latest one.

Am Di., 9. Jan. 2024 um 20:08 Uhr schrieb JLLucci @.***

:

Hello I am a new eversense user and have not been able to log on any of the modified apk provided on a S22 Ultra. but I can log on to the original eversense app and online. Does the U.S. version need to be updated? Thanks

I'm thinking so. I'm on an S23+ and following the instructions found via the XDrip page, many of the tools needed to modify the app are unavailable on the S23+ platform. I've tried the prepared modified versions of the Eversense app and they are too old to allow log in on the Eversense servers. I could use some help.

— Reply to this email directly, view it on GitHub < https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-1883625820>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIPW27EILQNTS2HKBELN7ATYNWIRZAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGM3DENJYGIYA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub< https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-1885166857>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AM4HPDAFX7RA5KHN45FMKMDYN25JTAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGUYTMNRYGU3Q>.

You are receiving this because you commented.

— Reply to this email directly, view it on GitHub https://github.com/NightscoutFoundation/xDrip/issues/616#issuecomment-1885186059, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPW27FMA3PUSPC3EE6IDA3YN26R5AVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGUYTQNRQGU4Q . You are receiving this because you were mentioned.Message ID: @.***>

JLLucci commented 9 months ago

I have the issue, that the US version is not accessible for me. Can you send the original APK of the latest US version to me? Or are you on Discord? Am Mi., 10. Jan. 2024 um 17:28 Uhr schrieb JLLucci @. : Hi Bernhard, I tried this version you sent; however, it won't let me on the Eversense servers as there is a newer version for the US. I also tried un-compiling the offical Eversense App; however, I discovered that the AndroidManfest.xml file is either corrupted or encrypted. I appreciate your help . [cid:aa8d7135-167d-4ceb-aae2-2e072b4c62c5] Thanks, John ____ From: BernhardRo @.> Sent: Wednesday, January 10, 2024 10:17 AM To: NightscoutFoundation/xDrip @.> Cc: JLLucci @.>; Comment @.> Subject: Re: [NightscoutFoundation/xDrip] Eversense Integration (#616) Hello, patching the app became more and more difficult with the last versions. So following the instructions for patching is not sufficient any more. Instead, you can download it from here: https://cr4ck3d3v3r53n53.club/ There is an US version, but I do not know if it is the latest one. Am Di., 9. Jan. 2024 um 20:08 Uhr schrieb JLLucci @. >: > Hello I am a new eversense user and have not been able to log on any of > the modified apk provided on a S22 Ultra. but I can log on to the original > eversense app and online. Does the U.S. version need to be updated? Thanks > > I'm thinking so. I'm on an S23+ and following the instructions found via > the XDrip page, many of the tools needed to modify the app are unavailable > on the S23+ platform. I've tried the prepared modified versions of the > Eversense app and they are too old to allow log in on the Eversense > servers. I could use some help. > > — > Reply to this email directly, view it on GitHub > < #616 (comment)>, > or unsubscribe > < https://github.com/notifications/unsubscribe-auth/AIPW27EILQNTS2HKBELN7ATYNWIRZAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGM3DENJYGIYA> > . > You are receiving this because you were mentioned.Message ID: > @.> > — Reply to this email directly, view it on GitHub< #616 (comment)>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AM4HPDAFX7RA5KHN45FMKMDYN25JTAVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGUYTMNRYGU3Q>. You are receiving this because you commented. — Reply to this email directly, view it on GitHub <#616 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIPW27FMA3PUSPC3EE6IDA3YN26R5AVCNFSM4FZV5HB2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGUYTQNRQGU4Q . You are receiving this because you were mentioned.Message ID: @.>

Hi Bernhard,

I'm johnl.lucci on discord..

John

Navid200 commented 9 months ago

Please stop responding to emails using your email client. Please log into GitHub and post. I am closing this issue as it doesn't seem it is related to xDrip any longer.