Vinay
About
- Username
- Vinay
- Joined
- Visits
- 44
- Last Active
- Roles
- Member
Comments
-
We are currently switched focus over from Android to something else. Will get back if I am able to replicate the issue when we switch our focus back.
-
@Laura said: Can you send us steps to replicate? Again, if we can't replicate we can't do anything on our side. I wish I could replicate it myself. However, it seems to be occuring randomly.
-
We ran into the problem again twice. We currently have 3 Metamotion C devices that are being used by different people in our organisation. Until now, we have been testing out our system on our Development phone which has been a Oneplus and a M…
-
Device Information:- Model : MetaMotion C Model Number : 6 Firmware : 1.5.0 Hardware : 0.1 Battery 100% I have not been able to replicate the error myself after that instance. Process I am using in the code:- For each session of 2 minutes, …
-
It works exactly as the name says: https://mbientlab.com/androiddocs/latest/metawearboard.html#unexpected-disconnects I am getting frequent disconnects on certain devices and no disconnects on others What do you currently do in the …
-
@Eric said: https://mbientlab.com/androiddocs/3/data_route.html#account That worked perfectly for streaming. Thankyou very much for your help @Eric.
-
That is correct. Though this raises the question of why you are logging data if you have a stable connection with your Android device. I am working on a time intensive use case of the accelerometer data. Hence, I need the timestamps on the d…
-
@Eric said: For MetaWear C, the firmware cannot erase the time flash memory while connected so you need to disconnect after the log download completes. Ok. I didn't know that. Do either of MetaMotion C or MetaMotion R support the function…
-
@Eric said: In the log tests that you posted, did you ever disconnect from the board in between the tests or did you go straight into another round of testing after the log download completed? I went straight into another round of testing…
-
@Eric said: What are the specs of your board? Post a screen shot from the MetaBase diagnostic screen. Add a LogDownloadErrorHandler to the downloadAsync function. I changed the LogDownloadUpdateHandler() to LogDownloadErro…
-
I don't mean to spam. I am just posting results from the experiments I am running to see if any of it can help identify where the problem is. I ran another experiment to see what happens if I log more than 5 minutes of data comparing both boolean…
-
I don't receive any data after the 4th iteration. The 4th iteration has a total cumulative logging time of 295 s. Which means that the flash memory is full at this time. But since I am using, logging.start(true); If I understood the documenta…
-
I ran some tests and am posting my output below Log Iteration 1:- V/starttime: 1547537685358 E/libc: Access denied finding property "vendor.debug.egl.swapinterval" W/RenderThread: type=1400 audit(0.0:88729): avc: denied { read } for name="u:ob…
-
What Android SDK version are you using? My Target Android SDK version is 28. Metawear SDK version is 3.6.2. What sensors are you using? I am only using the accelerometer. Whatever settings are they using? The freq…