Questions tagged [redmi-device]

used for question about xiaomi redmi devices.

60 questions
0
votes
1 answer

Flutter_TTS package behaves differently on different devices

Hei Dev, I am trying to make an app for my kid to learn HINDI letters with an app that speaks out. I use flutter_tts: ^1.2.7 and have 2 devices (Samsung A8 2018, MI Redmi 4) and they both give me different results for the same code. PS: Hindi has a…
0
votes
0 answers

writeCharacteristic error on Redmi or Xiaomi devices

I make an app that read and write some chars in BLE. My operation are there: connect to gatt discover service read char write char Everything is ok on each device except that for some xiaomi and redmi device. I have a problem on…
0
votes
2 answers

adb shell cmgs AT command in pdu mode on Redmi 7 not working

I run these commands: cat /dev/smd7 & echo "AT+CSCS=\"GSM\";\r" > /dev/smd7 cat /dev/smd7 & echo "AT+CMGF=0;\r" > /dev/smd7 cat /dev/smd7 & echo "AT+CMGS=24;\r" > /dev/smd7 Then I enter the PDU message: 07...985C369F01 I get this…
Rony Tesler
  • 1,207
  • 15
  • 25
0
votes
1 answer

Sqlite Table not creating on Xiaomi Note 7s but creating on other phones and virtual devices in Android Studio

I dont know why this is happening but no table is created on my Redmi Note 7s when I execute the code but its working fine on GIONEE smartphone and also on virtual devices. I tried changing database version also but no output. package…
0
votes
0 answers

Facebook Invalid key hash issue. ( Redmi specific )

I can't get my app to allow Facebook to log in with my Redmi device. Every time the users tries to log in to Facebook and authenticate my app with their FB, it gives me this error: Invalid key hash. The key hash xxxxxxxxxx= does not match any…
Ragesh Pikalmunde
  • 1,333
  • 1
  • 20
  • 44
0
votes
0 answers

Background Service not working on MIUI 9.6 Redmi 4x

I have been searching in the entire web understanding why my background service is not working. When I close the application the service is killed without being called back from the Brodcast Receiver. This guide :…
Zxhammelzx
  • 23
  • 4
0
votes
1 answer

Android Studio no USB devices detected

I'm trying to run my android app on my Redmi Note 5 china rom MIUI 10. But it's not showing on android studio. I've enabled USB debugging and install via USB and turned of MIUI optimization. But it still isn't working. PS: I use windows 8.1
0
votes
1 answer

onDestroy() onTaskRemoved both not working on Redmi MI device

I'm here developed a hybrid cordova based android app in which i need to do some task before killing app for this i wrote below code onDestroy() in MainActivity and onTaskRemoved in one of service class which is calling perfectly on Samsum,…
Surya
  • 171
  • 1
  • 1
  • 10
0
votes
1 answer

Strange issue-Redmi note4-not recognised over adb

I have this strange issue on redmi note-4. My configuation is: 1.Windows 10 pc 2.Android studio latest version(as of writing this issue) 3.Enable USB debugging in the phone Whenever i open a command prompt & type "adb devices",my redmi note-4 does…
Kunal Khaire
  • 307
  • 2
  • 7
0
votes
1 answer

Could'nt install (-113) while installing apk in xiaomi devices

Hi, I am trying install my debug apk in xiaomi device but apk is not installing, it's throwing error code -113 refer attached screenshot, can anyone help to come out from this issue
Rajappa R
  • 31
  • 2
  • 14
0
votes
1 answer

app crashes on redmi phone - ZygoteInit$Method nullpointer exception

Android app that I have developed crashes frequently mainly on Redmi phone. Android version 6.0. App crashes at any time with the same error/similar error. Please help with below error, unable to get why this error is coming every now and then. This…
0
votes
1 answer

YouTube Android Player API is not working in xiaomi Redmi Note 3

YouTube Android Player API is not working. It is worked for only one time and second time onwards showing this error Please check your network connection Tap to retry I checked my network connection it is working fine. I tested various samples and…
0
votes
0 answers

How to get Notifications from Broadcast Receivers on Redmi Phones?

I have developed a wallpaper App which triggers a notification "Pic of the day" between 7AM - 10 PM when the internet is connected for the first time . Everything is working fine except in Redmi Phones(due to MIUI) . It is not even triggering…
0
votes
2 answers

Viewing database file of my android application in Redmi phones

My android application is not working in REDMI phones. Infact not sure because sometimes it stores the data and sometimes not. It gives unexpected results, i can able to access my application in other phones correctly.
Aishwary
  • 1
  • 2
-1
votes
1 answer

Building app for Redmi 4 returns error

When I build my app for the phone Xiomi Redmi 4 it shows an error, asking to uninstall the previous app data. But I built the app for the first time. Error: Installation failed with message Failed to establish session. It is possible that this…
1 2 3
4