Skip to content

Instantly share code, notes, and snippets.

@sethgagnon
Created October 3, 2018 18:58
Show Gist options
  • Save sethgagnon/eeb15294c5eff7cb9d1de504e5eb414d to your computer and use it in GitHub Desktop.
Save sethgagnon/eeb15294c5eff7cb9d1de504e5eb414d to your computer and use it in GitHub Desktop.
Log from running RLAAPS using changed method from our chat
10-03 14:45:19.608 31528-31528/? I/art: Late-enabling -Xcheck:jni
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,047 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [assets/logback.xml] at [assets/logback.xml]
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,066 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,129 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,130 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,194 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use zip compression
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,195 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2._%d{yyyy-MM-dd}_%d{HH-mm-ss, aux}_.%i for the active file
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,200 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@35220cf - The date pattern is 'yyyy-MM-dd' from file name pattern '/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2._%d{yyyy-MM-dd}_%d{HH-mm-ss, aux}_.%i.zip'.
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,200 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@35220cf - Roll-over at midnight.
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,201 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@35220cf - Setting initial period to Wed Oct 03 14:45:20 EDT 2018
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,208 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,240 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,240 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log]
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,242 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file] - Failed to create parent directories for [/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log]
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,243 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file] - openFile(/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log,true) failed java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log: open failed: ENOENT (No such file or directory)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log: open failed: ENOENT (No such file or directory)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.IoBridge.open(IoBridge.java:452)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at java.io.FileOutputStream.<init>(FileOutputStream.java:87)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.FileAppender.openFile(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.FileAppender.start(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.rolling.RollingFileAppender.start(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.action.AppenderAction.end(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.EventPlayer.play(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-03 14:45:20.285 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(Unknown Source)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.impl.StaticLoggerBinder.init(Unknown Source)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.impl.StaticLoggerBinder.<clinit>(Unknown Source)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:304)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at com.gxwtech.roundtrip2.ServiceClientConnection.<clinit>(ServiceClientConnection.java:23)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at com.gxwtech.roundtrip2.MainApp.onCreate(MainApp.java:26)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread.-wrap1(ActivityThread.java)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.os.Handler.dispatchMessage(Handler.java:102)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.os.Looper.loop(Looper.java:148)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread.main(ActivityThread.java:5417)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at java.lang.reflect.Method.invoke(Native Method)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.Posix.open(Native Method)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.IoBridge.open(IoBridge.java:438)
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: at ... 33 common frames omitted
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,243 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.android.LogcatAppender]
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,243 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [logcat]
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,248 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [tagEncoder] property
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,262 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,272 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,273 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
10-03 14:45:20.286 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,273 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [logcat] to Logger[ROOT]
10-03 14:45:20.287 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,273 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
10-03 14:45:20.287 31528-31528/com.gxwtech.roundtrip2 I/System.out: 14:45:20,274 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@f113a5c - Registering current configuration as safe fallback point
10-03 14:45:20.293 31528-31528/com.gxwtech.roundtrip2 D/ServiceClientConnection: doBindService: binding.
10-03 14:45:20.296 31528-31528/com.gxwtech.roundtrip2 D/ServiceClientConnection: [main] DEBUG [com.gxwtech.roundtrip2.ServiceClientConnection:46]: doBindService Logger: binding.
10-03 14:45:20.339 31528-31528/com.gxwtech.roundtrip2 W/MainActivity: onCreate
10-03 14:45:20.350 31528-31528/com.gxwtech.roundtrip2 W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
10-03 14:45:20.533 31528-31556/com.gxwtech.roundtrip2 D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
10-03 14:45:20.573 31528-31528/com.gxwtech.roundtrip2 I/RileyLinkMedtronicService: [main] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:309]: Using pump ID 379744
10-03 14:45:20.577 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:63]: BT Adapter: android.bluetooth.BluetoothAdapter@b2d8dfe
10-03 14:45:20.585 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkMedtronicService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:80]: RileyLinkMedtronicService newly constructed
10-03 14:45:20.586 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:133]: onCreate
10-03 14:45:20.587 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:257]: onCreate(): It's ALIVE!
10-03 14:45:20.588 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: onBind
10-03 14:45:20.590 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:277]: onStartCommand
10-03 14:45:20.592 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:300]: bluetoothInit: attempting to get an adapter
10-03 14:45:20.593 31528-31528/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: BluetoothInitializing
10-03 14:45:20.779 31528-31528/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: BluetoothReady
10-03 14:45:20.832 31528-31556/com.gxwtech.roundtrip2 I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
10-03 14:45:20.842 31528-31556/com.gxwtech.roundtrip2 I/OpenGLRenderer: Initialized EGL, version 1.4
10-03 14:45:20.959 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Sent registration message to service
10-03 14:45:21.068 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-108ms what=65 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 14:45:21.068 31528-31528/com.gxwtech.roundtrip2 V/RTServiceIPC: handleMessage: Registered client
10-03 14:45:21.095 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: client sending message: unknown
10-03 14:45:21.095 31528-31528/com.gxwtech.roundtrip2 D/ServiceClientConnection: sendIPCMessage: (use this address) 88:6B:0F:8E:EC:8D
10-03 14:45:21.095 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: client sending message: unknown
10-03 14:45:21.096 31528-31528/com.gxwtech.roundtrip2 D/ServiceClientConnection: sendIPCMessage: (use this address) 88:6B:0F:8E:EC:8D
10-03 14:45:21.100 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-5ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 14:45:21.100 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-03 14:45:21.101 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-5ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 14:45:21.101 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-03 14:45:21.116 31528-31528/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkInitializing
10-03 14:45:21.122 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:349]: handleIPCMessage: Using RL 88:6B:0F:8E:EC:8D
10-03 14:45:21.122 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:358]: RileyLink address: 88:6B:0F:8E:EC:8D
10-03 14:45:21.126 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: connect() - device: 88:6B:0F:8E:EC:8D, auto: true
10-03 14:45:21.126 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp()
10-03 14:45:21.126 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp() - UUID=9b6748d7-20a7-4b7d-b53a-4fc5855b0004
10-03 14:45:21.128 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:376]: Gatt Connected?
10-03 14:45:21.129 31528-31528/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkInitializing
10-03 14:45:21.129 31528-31540/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientRegistered() - status=0 clientIf=6
10-03 14:45:21.137 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:349]: handleIPCMessage: Using RL 88:6B:0F:8E:EC:8D
10-03 14:45:21.138 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:358]: RileyLink address: 88:6B:0F:8E:EC:8D
10-03 14:45:21.138 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: connect() - device: 88:6B:0F:8E:EC:8D, auto: true
10-03 14:45:21.138 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp()
10-03 14:45:21.138 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp() - UUID=f13a4d88-7a7a-4187-a060-a7c4015c4487
10-03 14:45:21.139 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:376]: Gatt Connected?
10-03 14:45:21.140 31528-31539/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientRegistered() - status=0 clientIf=7
10-03 14:45:21.238 31528-31556/com.gxwtech.roundtrip2 V/RenderScript: 0xb3778000 Launching thread(s), CPUs 4
10-03 14:45:43.197 31528-31556/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0xb3b2c700 (ListView) with handle 0xab13c460
10-03 14:45:45.000 31528-31556/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0xb37f4f00 (ListView) with handle 0xb073ecd0
10-03 14:45:45.767 31528-31540/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientConnectionState() - status=0 clientIf=6 device=88:6B:0F:8E:EC:8D
10-03 14:45:45.770 31528-31540/com.gxwtech.roundtrip2 W/RFTools: [Binder_2] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:139]: onConnectionStateChange SUCCESS CONNECTED
10-03 14:45:45.771 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_FindingRileyLink
10-03 14:45:45.772 31528-31539/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientConnectionState() - status=0 clientIf=7 device=88:6B:0F:8E:EC:8D
10-03 14:45:45.773 31528-31539/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:139]: onConnectionStateChange SUCCESS CONNECTED
10-03 14:45:45.773 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-03 14:45:45.774 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_FindingRileyLink
10-03 14:45:45.775 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-03 14:45:45.779 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task DiscoverGattServicesTask
10-03 14:45:45.779 31528-31656/com.gxwtech.roundtrip2 D/BluetoothGatt: discoverServices() - device: 88:6B:0F:8E:EC:8D
10-03 14:45:45.782 31528-31656/com.gxwtech.roundtrip2 W/RFTools: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:337]: Starting to discover GATT Services.
10-03 14:45:45.782 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task DiscoverGattServicesTask
10-03 14:45:45.783 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task DiscoverGattServicesTask
10-03 14:45:45.783 31528-31656/com.gxwtech.roundtrip2 D/BluetoothGatt: discoverServices() - device: 88:6B:0F:8E:EC:8D
10-03 14:45:45.787 31528-31656/com.gxwtech.roundtrip2 W/RFTools: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:337]: Starting to discover GATT Services.
10-03 14:45:45.787 31528-31540/com.gxwtech.roundtrip2 D/BluetoothGatt: onSearchComplete() = Device=88:6B:0F:8E:EC:8D Status=0
10-03 14:45:45.787 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task DiscoverGattServicesTask
10-03 14:45:45.787 31528-31540/com.gxwtech.roundtrip2 W/RFTools: [Binder_2] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:234]: onServicesDiscovered SUCCESS
10-03 14:45:45.788 31528-31540/com.gxwtech.roundtrip2 W/RFTools: [Binder_2] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:237]: Gatt device is RileyLink device: false
10-03 14:45:45.790 31528-31540/com.gxwtech.roundtrip2 W/RileyLinkUtil: [Binder_2] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkError - Error State: DeviceIsNotRileyLink
10-03 14:45:45.812 31528-31563/com.gxwtech.roundtrip2 D/BluetoothGatt: onSearchComplete() = Device=88:6B:0F:8E:EC:8D Status=0
10-03 14:45:45.813 31528-31563/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Device Information Service (00001800-0000-1000-8000-00805f9b34fb)
- Name (00002a00-0000-1000-8000-00805f9b34fb)
- Number (00002a01-0000-1000-8000-00805f9b34fb)
10-03 14:45:45.814 31528-31563/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Battery Service (0000180f-0000-1000-8000-00805f9b34fb)
- Unknown Characteristic (00002a19-0000-1000-8000-00805f9b34fb)
10-03 14:45:45.814 31528-31563/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Radio Interface (0235733b-99c5-4197-b856-69219c2a3845)
- Data (c842e849-5028-42e2-867c-016adada9155)
- Response Count (6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a)
- Timer Tick (6e6c7910-b89e-43a5-78af-50c5e2b86f7e)
- Custom Name (d93b2af0-1e28-11e4-8c21-0800200c9a66)
- Version (30d99dc9-7c91-4295-a051-0a104d238cf2)
- Led Mode (c6d84241-f1a7-4f9c-a25f-fce16732f14e)
10-03 14:45:45.815 31528-31563/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:234]: onServicesDiscovered SUCCESS
10-03 14:45:45.815 31528-31563/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:237]: Gatt device is RileyLink device: true
10-03 14:45:45.818 31528-31528/com.gxwtech.roundtrip2 W/RileyLinkService: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:169]: MedtronicConst.Intents.RileyLinkReady
10-03 14:45:45.818 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_WakingPump
10-03 14:45:45.818 31528-31563/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_BLE_RileyLinkReady
10-03 14:45:45.821 31528-31528/com.gxwtech.roundtrip2 D/BluetoothGatt: setCharacteristicNotification() - uuid: 6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a enable: true
10-03 14:45:45.823 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@41cb9bc
10-03 14:45:45.823 31528-31528/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@43a8d45
10-03 14:45:45.911 31528-31540/com.gxwtech.roundtrip2 W/RFTools: [Binder_2] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:168]: onDescriptorWrite 00002902-0000-1000-8000-00805f9b34fb SUCCESS written: 0100
10-03 14:45:46.014 31528-31528/com.gxwtech.roundtrip2 D/RFSpyReader: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15603588
10-03 14:45:46.014 31528-31528/com.gxwtech.roundtrip2 D/RFSpy: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=01 02 )
10-03 14:45:46.106 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 4B
10-03 14:45:46.571 31528-31528/com.gxwtech.roundtrip2 D/RFSpyReader: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD 73 75 62 67 5F 72 66 73 70 79 20 32 2E 32] at t==15604145
10-03 14:45:46.692 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:180]: RfSpy version (BLE113): ble_rfspy 2.0
10-03 14:45:46.692 31528-31528/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:183]: RfSpy Radio version (CC110): Version_2_2
10-03 14:45:46.693 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task InitializePumpManagerTask
10-03 14:45:46.693 31528-31528/com.gxwtech.roundtrip2 I/RileyLinkService: [main] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:188]: Announcing RileyLink open For business
10-03 14:45:46.693 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-03 14:45:46.693 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-03 14:45:46.693 31528-31656/com.gxwtech.roundtrip2 I/InitPumpManagerTask: Setting radio frequency to 916.65MHz
10-03 14:45:46.798 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15604372
10-03 14:45:46.798 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 99 )
10-03 14:45:46.886 31528-31540/com.gxwtech.roundtrip2 D/RFTools: [Binder_2] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 4C
10-03 14:45:47.355 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15604930
10-03 14:45:47.356 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:47.457 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15605031
10-03 14:45:47.457 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 31 )
10-03 14:45:47.617 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 4D
10-03 14:45:48.095 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15605669
10-03 14:45:48.095 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:48.196 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15605770
10-03 14:45:48.196 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-03 14:45:48.302 31528-31563/com.gxwtech.roundtrip2 D/RFTools: [Binder_3] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 4E
10-03 14:45:48.688 31528-31556/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0xb37f4f00 (ListView) with handle 0xb37fa830
10-03 14:45:48.776 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15606350
10-03 14:45:48.776 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:48.776 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:280]: Set frequency to 916.65
10-03 14:45:48.880 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15606454
10-03 14:45:48.881 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0C 99 )
10-03 14:45:48.983 31528-31563/com.gxwtech.roundtrip2 D/RFTools: [Binder_3] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 4F
10-03 14:45:49.466 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15607040
10-03 14:45:49.466 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:49.567 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15607142
10-03 14:45:49.568 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0F 61 )
10-03 14:45:49.811 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 50
10-03 14:45:50.276 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15607850
10-03 14:45:50.277 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:50.378 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15607952
10-03 14:45:50.378 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 10 7E )
10-03 14:45:50.445 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 51
10-03 14:45:50.966 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15608540
10-03 14:45:50.967 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:51.068 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15608642
10-03 14:45:51.069 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 11 15 )
10-03 14:45:51.176 31528-31540/com.gxwtech.roundtrip2 D/RFTools: [Binder_2] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 52
10-03 14:45:51.647 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15609221
10-03 14:45:51.648 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:45:51.649 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:121]: Waking pump...
10-03 14:45:51.657 31528-31656/com.gxwtech.roundtrip2 I/MedtronicUtil: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.util.MedtronicUtil:228]: A7 37 97 44 8D 00
10-03 14:45:51.766 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15609340
10-03 14:45:51.767 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 C8 00 00 00 00 00 61 A8 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:46:20.524 31528-31540/com.gxwtech.roundtrip2 D/RFTools: [Binder_2] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 53
10-03 14:46:21.000 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15638573
10-03 14:46:21.001 31528-31656/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:46:21.003 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:126]: wakeup: raw response is AA
10-03 14:46:21.020 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-03 14:46:21.122 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15638697
10-03 14:46:21.123 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 07 D0 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:46:23.450 31528-31540/com.gxwtech.roundtrip2 D/RFTools: [Binder_2] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 54
10-03 14:46:23.930 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15641504
10-03 14:46:23.931 31528-31656/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:46:23.933 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:85]: Response is invalid. !!!
10-03 14:46:23.933 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:89]: Received:
10-03 14:46:23.936 31528-31656/com.gxwtech.roundtrip2 W/MedtronicCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpMedtronic.comm.MedtronicCommunicationManager:481]: Pump Model: Invalid response.
10-03 14:46:23.937 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-03 14:46:24.038 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15641612
10-03 14:46:24.039 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 0F A0 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:46:28.424 31528-31563/com.gxwtech.roundtrip2 D/RFTools: [Binder_3] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 55
10-03 14:46:28.897 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15646470
10-03 14:46:28.899 31528-31656/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:46:28.901 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:85]: Response is invalid. !!!
10-03 14:46:28.902 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:89]: Received:
10-03 14:46:28.908 31528-31656/com.gxwtech.roundtrip2 W/MedtronicCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpMedtronic.comm.MedtronicCommunicationManager:481]: Pump Model: Invalid response.
10-03 14:46:28.910 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkUtil: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: PumpConnectorReady
10-03 14:46:28.911 31528-31656/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_PUMP_pumpFound
10-03 14:46:28.912 31528-31656/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_Idle
10-03 14:46:28.912 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task InitializePumpManagerTask
10-03 14:46:28.930 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-03 14:46:28.933 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-03 14:46:37.729 31528-31528/com.gxwtech.roundtrip2 D/RTServiceClient: client sending message: unknown
10-03 14:46:37.731 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-2ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 14:46:37.732 31528-31528/com.gxwtech.roundtrip2 D/RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-03 14:46:37.739 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task WakeAndTuneTask
10-03 14:46:37.739 31528-31528/com.gxwtech.roundtrip2 E/RileyLinkMedtronicService: [main] ERROR [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:362]: Failed to handle pump command: WakeAndTune
10-03 14:46:37.739 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkUtil: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: TuneUpDevice
10-03 14:46:37.743 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkService: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:406]: Checking for pump near last saved frequency of 916.6500244140625MHz
10-03 14:46:37.744 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:306]: Doing quick radio tune for receiver (null)
10-03 14:46:37.845 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15655419
10-03 14:46:37.845 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 99 )
10-03 14:46:37.928 31528-31563/com.gxwtech.roundtrip2 D/RFTools: [Binder_3] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 56
10-03 14:46:38.396 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15655970
10-03 14:46:38.396 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:38.498 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15656072
10-03 14:46:38.499 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 31 )
10-03 14:46:38.658 31528-31540/com.gxwtech.roundtrip2 D/RFTools: [Binder_2] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 57
10-03 14:46:39.076 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15656650
10-03 14:46:39.077 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:39.178 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15656752
10-03 14:46:39.179 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-03 14:46:39.244 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 58
10-03 14:46:39.766 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15657340
10-03 14:46:39.766 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:39.767 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:280]: Set frequency to 916.6500244140625
10-03 14:46:39.768 31528-31656/com.gxwtech.roundtrip2 I/MedtronicUtil: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.util.MedtronicUtil:228]: A7 37 97 44 8D 00
10-03 14:46:39.869 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15657444
10-03 14:46:39.871 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 05 DC 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:46:41.683 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 59
10-03 14:46:42.148 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15659721
10-03 14:46:42.150 31528-31656/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:46:42.151 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:258]: tune_tryFrequency: no pump response at frequency 916.6500244140625
10-03 14:46:42.254 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15659827
10-03 14:46:42.256 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 11 )
10-03 14:46:42.429 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 5A
10-03 14:46:42.812 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15660386
10-03 14:46:42.814 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:42.916 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15660489
10-03 14:46:42.918 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 31 )
10-03 14:46:43.000 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 5B
10-03 14:46:43.477 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15661050
10-03 14:46:43.479 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:43.581 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15661154
10-03 14:46:43.582 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-03 14:46:43.728 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 5C
10-03 14:46:44.275 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15661850
10-03 14:46:44.276 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:44.276 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:280]: Set frequency to 916.6000244140625
10-03 14:46:44.277 31528-31656/com.gxwtech.roundtrip2 I/MedtronicUtil: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.util.MedtronicUtil:228]: A7 37 97 44 8D 00
10-03 14:46:44.380 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15661952
10-03 14:46:44.382 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 05 DC 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:46:46.315 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 5D
10-03 14:46:46.744 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15664317
10-03 14:46:46.745 31528-31656/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:46:46.746 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:258]: tune_tryFrequency: no pump response at frequency 916.6000244140625
10-03 14:46:46.848 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15664422
10-03 14:46:46.850 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 22 )
10-03 14:46:46.950 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 5E
10-03 14:46:47.428 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15665001
10-03 14:46:47.429 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:47.531 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15665105
10-03 14:46:47.533 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 32 )
10-03 14:46:47.677 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 5F
10-03 14:46:48.036 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15665608
10-03 14:46:48.038 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:48.140 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15665713
10-03 14:46:48.141 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-03 14:46:48.378 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 60
10-03 14:46:48.848 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15666421
10-03 14:46:48.849 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:48.850 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:280]: Set frequency to 916.7000244140625
10-03 14:46:48.852 31528-31656/com.gxwtech.roundtrip2 I/MedtronicUtil: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.util.MedtronicUtil:228]: A7 37 97 44 8D 00
10-03 14:46:48.955 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15666528
10-03 14:46:48.957 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 05 DC 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:46:49.483 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 61
10-03 14:46:50.309 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD 32 07 A9 68 D6 65 6D 34 68 D5 59 56 38 E5 8F 28 F2 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 8D 65] at t==15667879
10-03 14:46:50.311 31528-31656/com.gxwtech.roundtrip2 I/RFSpy: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:175]: writeToData: received radio response. Will decode at upper level
10-03 14:46:50.314 31528-31656/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:262]: tune_tryFrequency: saw response level -35 at frequency 916.7000244140625
10-03 14:46:50.416 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15667989
10-03 14:46:50.418 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 99 )
10-03 14:46:50.653 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 62
10-03 14:46:51.006 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15668579
10-03 14:46:51.007 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:51.109 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15668683
10-03 14:46:51.111 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 31 )
10-03 14:46:51.191 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 63
10-03 14:46:51.708 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15669282
10-03 14:46:51.710 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:51.812 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15669385
10-03 14:46:51.813 31528-31656/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-03 14:46:51.969 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 64
10-03 14:46:52.446 31528-31656/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==15670020
10-03 14:46:52.446 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-03 14:46:52.447 31528-31656/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:280]: Set frequency to 916.6500244140625
10-03 14:46:52.447 31528-31656/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:298]: quickTuneForPump: pump frequency is the same: 916.6500244140625MHz
10-03 14:46:52.447 31528-31656/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task WakeAndTuneTask
10-03 14:49:11.124 31528-31538/com.gxwtech.roundtrip2 I/art: Background sticky concurrent mark sweep GC freed 60865(3MB) AllocSpace objects, 2(40KB) LOS objects, 27% free, 11MB/15MB, paused 11.749ms total 118.103ms
10-03 14:49:11.318 31528-31528/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
10-03 14:49:11.349 31528-31556/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0xab464a00 (RippleDrawable) with handle 0x9da9f2f0
10-03 14:49:11.351 31528-31528/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
10-03 14:49:11.352 31528-31528/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
10-03 14:49:11.374 31528-31528/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
10-03 14:49:11.374 31528-31528/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
10-03 14:49:12.982 31528-32599/com.gxwtech.roundtrip2 I/ShowAAPS2Activity: [Thread-2069] INFO [com.gxwtech.roundtrip2.ShowAAPS2Activity$4:393]: start Action: Get Model
10-03 14:49:12.983 31528-32599/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:121]: Waking pump...
10-03 14:49:12.984 31528-32599/com.gxwtech.roundtrip2 I/MedtronicUtil: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.util.MedtronicUtil:228]: A7 37 97 44 8D 00
10-03 14:49:13.085 31528-32599/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15810659
10-03 14:49:13.086 31528-32599/com.gxwtech.roundtrip2 D/RFSpy: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 C8 00 00 00 00 00 61 A8 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:49:41.766 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 65
10-03 14:49:42.206 31528-32599/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15839779
10-03 14:49:42.208 31528-32599/com.gxwtech.roundtrip2 E/RFSpy: [Thread-2069] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:49:42.209 31528-32599/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:126]: wakeup: raw response is AA
10-03 14:49:42.210 31528-32599/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-03 14:49:42.312 31528-32599/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15839886
10-03 14:49:42.315 31528-32599/com.gxwtech.roundtrip2 D/RFSpy: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 07 D0 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:49:44.642 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 66
10-03 14:49:45.087 31528-32599/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15842661
10-03 14:49:45.089 31528-32599/com.gxwtech.roundtrip2 E/RFSpy: [Thread-2069] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:49:45.090 31528-32599/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [Thread-2069] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:85]: Response is invalid. !!!
10-03 14:49:45.091 31528-32599/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:89]: Received:
10-03 14:49:45.092 31528-32599/com.gxwtech.roundtrip2 W/MedtronicCommunicationManager: [Thread-2069] WARN [info.nightscout.androidaps.plugins.PumpMedtronic.comm.MedtronicCommunicationManager:481]: Pump Model: Invalid response.
10-03 14:49:45.094 31528-32599/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-03 14:49:45.196 31528-32599/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==15842769
10-03 14:49:45.200 31528-32599/com.gxwtech.roundtrip2 D/RFSpy: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=19 05 00 00 00 00 00 00 00 0F A0 00 00 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-03 14:49:49.563 31528-31539/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 67
10-03 14:49:49.988 31528-32599/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-2069] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [AA] at t==15847561
10-03 14:49:49.989 31528-32599/com.gxwtech.roundtrip2 E/RFSpy: [Thread-2069] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:166]: writeToData: RileyLink reports timeout
10-03 14:49:49.990 31528-32599/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [Thread-2069] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:85]: Response is invalid. !!!
10-03 14:49:49.991 31528-32599/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-2069] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:89]: Received:
10-03 14:49:49.992 31528-32599/com.gxwtech.roundtrip2 W/MedtronicCommunicationManager: [Thread-2069] WARN [info.nightscout.androidaps.plugins.PumpMedtronic.comm.MedtronicCommunicationManager:481]: Pump Model: Invalid response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment