MI is a company from China known-for making electronic devices. More info can be found here.
Questions tagged [mi]
41 questions
22
votes
2 answers
Official SDK/API for Mi and other smart Band
We want to develop an android application to support MiBand and Other Smart bands. We want to fetch information like Heart rate etc. from Smart Band via BLE and display it in a mobile application.
How can we get that information from the device? Is…

Ankit Thakkar
- 422
- 1
- 4
- 10
14
votes
3 answers
Enable Sound button in Notification Channel
In MI Note 5 Pro which has latest MI UI 10.0 with Oreo, so when I try to send push notification by default sound is disable, so i am not able to enable sound programmatically when I am creating a channel for that.
In other Oreo devices notification…

Mohit Suthar
- 8,725
- 10
- 37
- 67
6
votes
2 answers
How to solve com.android.ddmlib.InstallException: INSTALL_FAILED_UPDATE_INCOMPATIBLE
I am using Mi Note3, before that, I can run the code from react-native using react-native run-android and connect with my phone. Now cannot already. My MIUI version is 10.2, I already open Developer options, USB debugging, Install via USB and turn…

dipgirl
- 648
- 3
- 17
- 28
4
votes
1 answer
Getting estimated means after multiple imputation using the mitml, nlme & geepack R packages
I'm running multilevel multiple imputation through the package mitml (using the panimpute() function) and am fitting linear mixed models and marginal models through the packages nlme and geepack and the mitml:with() function.
I can get the…

n00n
- 41
- 3
4
votes
0 answers
FirebaseInstanceId: Error while delivering the message: ServiceIntent not found into MI devices
This error we found when the application is in the background for a long time. This issue I found into Xaiomi devices. I tested into Samsung it's running perfectly but in Xaiomi, it always throwing the same error.

Krunal Shah
- 1,438
- 1
- 17
- 29
4
votes
1 answer
React native Android build is stuck after upgrading to Pie(9.0)
react-native run-android is not building the application on to Mi A1 after upgrading to Android Pie(9.0)
I get the below error after running for long time
"What went wrong:
Execution failed for task…

Pruthvi
- 590
- 4
- 22
3
votes
1 answer
How to authenticate with Mi Band 3 in React Native
I have struggled for a few days to find a way to authenticate to my Mi Band 3 using React Native. I'm using react-native-ble-plx to make the connection. I can search for the nearby devices and I can even connect to the band, but when I try to call…

João Pimentel
- 41
- 7
2
votes
1 answer
Bluetooth connection like wearable devices
I am searching for some way that can connect to Bluetooth devices without pairing. Or at least make a connection first and then it does not need to be established all the time. Like how wearable devices work (i.e. mi band 6 or Huawei band 6). Can…

Parth Mandaliya
- 25
- 5
2
votes
1 answer
How to get type 3 F values and marginal effects using a multiple imputation data set (generated from MICE)
I have created an MI data set using the MICE package with 7 imputed data sets
imputeddata <- mice(distress_tibmi, m=7)
the structure of my data is now:
..$ id : num [1:342] 4 8 10 11 23 32 40 47 48 56 ...
..$ diagnosis : Factor…

Frankie
- 21
- 2
2
votes
2 answers
Mi Band 3 pairing and fetching data (Heart Rate, Steps etc.) issue
Tried pairing Mi Band with GATT services and characteristics, no response from band. Issue same for both android and iOS. Only works with Mi Fit official app.
Neither updating nor notifying the updates for any of the characteristics except…

Nardeep
- 21
- 3
1
vote
0 answers
Broadcast Receiver not receiving the the message after Boot/Reboot on Oneplus devices
OnePlus devices need the Auto Launch permission to get it work but I didn't get any way to navigate to that permission in App Info.
Also tried the
com.oneplus.security.chainlaunch.view.ChainLaunchAppListActivity >
This again doesn't work for…

Himanshu HC
- 47
- 1
- 5
1
vote
1 answer
WSO2 MI 4.1.0 SFTP protocol: How to construct URI from Environment variables
In my scenario, I download files from FTP. My transport.vfs.FileURI look like vfs:sftp://login:password@ip/. Is it possible to set the login and password by dynamically retrieving the value from an environment variable?

Gregory
- 41
- 5
1
vote
1 answer
Mp4Parser audio video merged output not playing in all devices
In my android application i am downloading Facebook video and audio separately and merging it in an output file. The reason is Facebook videos URLs have no sound and audio URL is separate.
I have tried using this mp4Parser for merging audio and…

Nayab
- 112
- 14
1
vote
0 answers
Multiple imputation with R mice/miceadds for repeated-measures data set - predictor matrix set-up and imputation method
I am analyzing a repeated-measures data set (continuous variable "y" assessed at 4 timepoints; factor "time" (4 levels), covariates "cov1", "cov2", "cov3" assessed at baseline, ID as subject identifier).
Missing data (~14%) is only evident in "y".
I…

KatFo
- 11
- 1
1
vote
1 answer
How to properly check installed GooglePlayServices is working or not?
In my scenario, some user using Xiaomi Chinese MIUI ROMs device does not include PlayServices. And user installed the specific working GooglePlayServices manually from a third party Installer.
After Upgrade to the new MIUI version, that…

WP7
- 31
- 1
- 7