Questions tagged [miui]

MIUI developed by Xiaomi, is a stock and aftermarket firmware for smartphones and tablet computers based on the Google Android operating system. Use the tag [miui] for questions related to user interface or development for MIUI.

Xiaomi has released various smartphones, all of which come pre-installed with a complete version of MIUI. This includes various apps and features not available in the aftermarket version of MIUI.

Other than supporting their in-house smartphones and tablets, Xiaomi also offers MIUI to be flashed on other smartphone brands such as Samsung, Sony, HTC, BLU, OnePlus and Nexus.

On February 24, 2016, Xiaomi said that the MIUI ROM had over 170 million users worldwide, and was supported on over 340 handsets.

132 questions
0
votes
2 answers

How i can add shared css between two Blazor Project?

I have two projects, one with MAUI, and another Blazor, do i have any chance to share one common css file between these two projects? I already tried to add this to the shared project, but the problem, it's, I cannot get any access to it, from the…
UltWolf
  • 21
  • 4
0
votes
0 answers

How to check floating notifications permission on MIUI

this permission screen At the moment, when notifications are shown on MIUI, notifications do not pop up . When viewing the settings, I found that on some XIOMI devices, this setting is disabled. Is there any way to enable it by default, or check if…
AdilvMK
  • 1
  • 1
0
votes
0 answers

Why MiBrowser failed script generates "Script error" error message without details?

Recently we started receiving many Script error error messages in our bug tracker, mostly coming from MiuiBrowser user agent. After installing the app in one test device and debugging what was this error exactly, it was found that MiuiBrowser…
0
votes
1 answer

Could not start activity from service (com.android.server.am.ExtraActivityManagerService: MIUILOG- Permission Denied Activity)

Device: Xiaomi Redmi 4A, Android 7, MIUI 10. Code for running activity from service: String pkgName = context.getPackageName(); Intent intent = new Intent(context,…
Anton Samokat
  • 542
  • 1
  • 6
  • 15
0
votes
0 answers

System volume level settings file path in Android

I am trying to find where Android stores the settings of volume level values. It should store it somewhere in /data because when ROM is dirty flashed, the volume level settings are persisted which means it has to be stored in /data. For information,…
0
votes
0 answers

recover data from broken Xiaomi phone when usb debugging in turned off

Hello guys my phone screen is broke and i cannot control it , i need get my photos and vidios I try to google the problem but all answers i get need to enable debugging mode is there a way to have the photos in my case. my device is redmi note 8.
0
votes
1 answer

How to make the MIUI navigation bar transparent in React Native app?

I'm using @react-navigation/native for the navigation in the app, but when I switched to MIUI 12, I noticed that the MIUI navigation bar is overlapping my app navbar and this looks not so good: That's how it looks I want this to look like…
comav
  • 63
  • 1
  • 4
0
votes
0 answers

Log.d displayed nothing in Logcat using eclipse on miui phone

I try to use Log.d to display some message to Logcat in Eclipse but find that it shows nothing. I believe the Logcat ability to show Log.d or not IS hardware/device dependent, that is becuase the phone I worked on is miui. There may be some kind of…
Mr Chan
  • 47
  • 7
0
votes
1 answer

Android: new BufferedReader(new FileReader - cause a catch error

I have already coded the below function call and is using it in one app. That is working in the same phone. Now, I copy the function to another app but it causes catch error at the line: bR = new BufferedReader(new FileReader(gpxfile)); Anyone know…
Mr Chan
  • 47
  • 7
0
votes
2 answers

PackageInstaller does not work on MIUI optimization mode

I created a test application for installing apk files. PackageInstaller was used for this. The app works well. However, for Xiaomi in BroadcastReceiver I get the "INSTALL_FAILED_INTERNAL_ERROR: Permission Denied" error. But if you enable developer…
0
votes
0 answers

redmi device restarting when trying to put creadentials in entry control in xamarin forms app

I am getting an issue with Entry field on a particular device (Xiaomi Note7 Pro) that is when I try to put value in the entry field it will cause restart the MIUI of device (Xiaomi Note7 Pro). I have done some digging but did not find any solution…
0
votes
1 answer

Location permission prompt not showing in MIUI 12.1.4 Android 11

I'm having a problem in location permission prompt in MIUI 12.1.4 Android 11. It is not showing if there's PermissionsAndroid.PERMISSIONS.ACCESS_BACKGROUND_LOCATION. Also, I console log the result and it gave me this ... …
0
votes
2 answers

Issue with MIUI status bar theming

I'm trying to achieve transparent status bar in MIUI. I've tried everything from styles to window flags but nothing works. Theme : true
0
votes
0 answers

Apps restarts again when App/Build gone in background while uploading images from Camera /Gallery or open any other APP

I am new in android studio recently,I have make a program related to uploading images from camera and gallery And that program working smoothly with all other devices but when when i update my Redmi note 7 device version from MIUI 11.6 to MIUI 12.02…
Deepanshu
  • 133
  • 1
  • 3
0
votes
1 answer

How can I keep app running through Ultra Battery Saver mode / Adb shell uninstall Ultra Battery Saver ? (No root)

I am trying to disable the option to start ultra battery saver mode on Miui 11 without root acces. Is it possible to do this? I have tried to uninstall com.miui.securitycenter which helps up untill the first restart. Then it enters a bootloop and…
Alpha13
  • 1
  • 2
1 2 3
8 9