How can a user get the best out of Redmi Note 9? - Redmi Note 9 Questions & Answers

In the past, third-party apps like Avast required root privileges to perform security checks and find stolen devices (or wipe users data when the device is lost). I wonder if that still holds true especially with hardware vendors (e.g. MI, Google) now offering similar services for their products. It is also interesting that MI provides official methods to flash/root their devices. Add the desire to remove most GApps found in stock ROMs to the equation, ... what is the best way to optimize a Redmi Note 9?
Is it possible to trim down installed Apps to the barest minimum without getting into trouble with MI (still get OTAs, keep the "Find It" feature ... etc)? Should I consider LineageOS as was the case with my previous devices? I wanted a device that gives me control. Now i have a Redmi Note 9 and I do not where/how to start.

I am agree with you.
You can disable pre installed apps permantly, without uninstalling them (I mean, changing the system).
Code:
pm disable-user --user 0 com.android.chrome
Change com.android.chrome to desired package name.
Do you need help with your MERLIN device ?
Read this FAQ: https://forum.xda-developers.com/t/...for-merlin-redmi-10x-4g-redmi-note-9.4225177/

Related

[Help] Info for making the Prime-subsidized Fire 7 7th gen more usable

As of Sep 20th 2018, mine came with Amazon OS version 5.3.3.0. There is NO root for this version yet (not kingroot or any other sketchy chinese utility, I tried a bunch in a VM). There is hope, considering the stupid-low price ($35) can get it into many developer's hands.
To disable packages via ADB, some commands you find while searching don't work, as they are formatted incorrectly. The correct way to enable or uninstall packages is:
Code:
adb shell pm uninstall --user 0 com.vendor.packagename
or
Code:
adb shell pm enable --user 0 com.vendor.packagename
Source: https://www.addictivetips.com/android/remove-ads-bloatware-from-the-amazon-fire-7-tablet-no-root/
The Google Play store install method featured here works as well.
Quintuple said:
As of Sep 20th 2018, mine came with Amazon OS version 5.3.3.0. There is NO root for this version yet (not kingroot or any other sketchy chinese utility, I tried a bunch in a VM). There is hope, considering the stupid-low price ($35) can get it into many developer's hands.
To disable packages via ADB, some commands you find while searching don't work, as they are formatted incorrectly. The correct way to enable or uninstall packages is: or
Source: https://www.addictivetips.com/android/remove-ads-bloatware-from-the-amazon-fire-7-tablet-no-root/
The Google Play store install method featured here works as well.
Click to expand...
Click to collapse
This is well covered territory. A few comments:
- FireOS builds for 32-bit architecture have been resistant to root exploits for 18+ months; few (if any) true developers are working on cracking this trailing edge gizmo
- on an unrooted device 'pm uninstall' simply deactivates packages located in the system partition; target app remains installed and still consumes space
- once deactivated via the above method there is no way to reactivate the app short of a factory reset or reload of FireOS (reinstalling app won't work)
- on an unrooted device 'pm install' is only useful for packages resident in the data partition
- thanks for confirming the Play Store installation method used by hundreds (possibly thousands) of individuals and featured in several predominant publications actually works...good to know
I apologize for posting if I'm not contributing anything.
Quintuple said:
I apologize for posting if I'm not contributing anything.
Click to expand...
Click to collapse
There is an entire forum dedicated to this device populated with dozens of threads and thousands of posts. Even an index. Suggest digesting some of that material before opening a thread. New info is always welcome.

[GUIDE][GLOBAL]Flyme 7 update,Disable system apps,Enable night mode,Weather fix

First of all i highly recommend you update your phone to latest version of Flyme as of day i write this guide newest stable version is 7.0.0.0G. It brings various bug fixes as well as security update and new functions. It fixed the weather problem too when it would not appear on secondary screen. This is my experience based on the standard model with Helio P25 chip.
JUST IN CASE BACKUP ALL OF YOUR DATA FIRST
Grab it at http://www.flymeos.com/firmwarelist?modelId=88&type=1
Installation is pretty straightforward:
-switch off your phone
-now press volume up button and power button at same time, then release power button when meizu logo appears
-phone now will enter update mode, connect it to pc and it should show up as removable drive named recovery, copy the update.zip over it
-once copied tap the start button to begin. the process itself and first boot will take a while
-when done and phone boots up just log in to your accounts and set up everything as normal or whatever
ta-dah ! you should be running latest software now.
Next problem i've encountered was big number of unwanted apps and you will need working ADB for that. I've always used custom roms which did not contain bloatware. Now im giving you one of the way of disabling them (not permanent removal).
For this to be done you need to activate developer mode and usb debugging, simply go to settings->about phone->and now tap on your build number several times
After you activate it it will be available in accessibility options under developer settings. just check the usb debugging and you're good to go
DISCLAIMER: dont ask me about adb drivers for your phone, since i had issues installing them under win 10 x64 build 1803 i thought "aw f*ck it" and just did it on linux where everything worked out of the box.
The application you will need is called Ice Box (you will find it here https://play.google.com/store/apps/details?id=com.catchingnow.icebox&hl=en_US) and install it.
After you install the app its necessary that you remove ALL of your accounts including your Google account. We will need to grant the app device owner permission. Also if multi-user or guest mode has been set on your device, it need to be closed or deleted.
When you have that done just type in your command line , terminal or whatever "adb shell dpm set-device-owner com.catchingnow.icebox/.receiver.DPMReceiver "
Now reboot and add your accounts back, and disable/freeze uwanted apps.
Last - the night mode. As its no longer availble in Flyme 7 if you want to use it you need to manually bring it back by installing Flyme Lab and enabling it trough quickshortcutmanager. Install both apps, then open quickshortcutmanager and search for Flyme Lab. expand it and choose the activity named com.meizu.flymelab/com.meizu.flymelab.component.nightmode.NightModeSettingsActivity .Create shortcut and open it. You should be able to enter the night mode.
Nice guides, thanks.
It's also nice that Flyme 7 still supports rooting, therefore I'm using Titanium Backup to freeze unwanted apps. I bought it when I was using another phone so, for me, it's still worth it. Altough, for uninstalling system apps I'm using separate ADB commands for each app.
cris2d2 said:
Nice guides, thanks.
It's also nice that Flyme 7 still supports rooting, therefore I'm using Titanium Backup to freeze unwanted apps. I bought it when I was using another phone so, for me, it's still worth it. Altough, for uninstalling system apps I'm using separate ADB commands for each app.
Click to expand...
Click to collapse
Its first time for me writing a guide so good word is always appreciated. What im trying to show here is the no root way of getting rid of apps for ppl like me who dont want to root their phone. As i bought it literally two days ago and i dont want to mess with it too much and loose warranty or/and OTA updates.
I also been considering posting a root guide once i tried it myself to confirm it working.
non.verbal said:
Its first time for me writing a guide so good word is always appreciated. What im trying to show here is the no root way of getting rid of apps for ppl like me who dont want to root their phone. As i bought it literally two days ago and i dont want to mess with it too much and loose warranty or/and OTA updates.
I also been considering posting a root guide once i tried it myself to confirm it working.
Click to expand...
Click to collapse
Well, before I discovered a rooting method for Flyme 7, I used to uninstall apps by using ADB commands. So, yes, it is possible to remove unwanted system apps without root. But now, after rooting Flyme 7, I'm only using Titanium Backup to freeze unwanted system apps, not removing them.
As far as I know, rooting Meizu phones by the official method (from Settings) does not lead to losing warranty. Only OTA updates are lost, but this is not important, at least to me, because I can always check Flyme website for new updates and, if I want to update, I just download the file and flash it through standard Flyme recovery. There is no need, for me, to maintain OTA capability. Anyhow, Flyme updates are slow to non-existent, so we can't really complain about losing an update.
Thank you all. I'm happy with this phone at all, but software has few shortcomings and design flaws, in my opinion. Especially related to the integration with "flyme login" and Touchpal. This last one is very annoying because although I try to stop it, at each software update it comes back, more annoying than ever. So, I have some questions: which is the adb command to stop and freeze bloatware without rooting? Which is the official way to root the phone? Once rooted, is it possible to revert to the unrooted state? Some apps, actually, do not work on rooted phones. Thanks
pask876 said:
Thank you all. I'm happy with this phone at all, but software has few shortcomings and design flaws, in my opinion. Especially related to the integration with "flyme login" and Touchpal. This last one is very annoying because although I try to stop it, at each software update it comes back, more annoying than ever. So, I have some questions: which is the adb command to stop and freeze bloatware without rooting? Which is the official way to root the phone? Once rooted, is it possible to revert to the unrooted state? Some apps, actually, do not work on rooted phones. Thanks
Click to expand...
Click to collapse
I can't freeze (or disable) apps with ADB commands, only uninstall.
You need [email protected], App Inspector or similar (to find exact name of package for an app) and these commands:
adb devices
adb shell
pm uninstall -k --user 0 name_of_package
Example, for gmail:
pm uninstall -k --user 0 com.google.android.gm
Regarding rooting, as far as I know, the only method that works on Pro 7 / Pro 7 Plus is also supported by Meizu (but it breaks OTA updates).
The method is described in this video (in russian) but it's quite easy.
If you want to remove root (or if root breaks functionality) you have to reflash the same ROM from Recovery (without wipe).
Any air update coming soon? Or manually installation single option?

How to remove Google services?

Does anyone know how to completely remove Google services on EMUI 10? Maybe some ADB commands because I can not disable core services from GUI? I don't need their bloatware, especially after they added COVID s*it inside.
Thanks a lot and have a nice day!
domy_os said:
Does anyone know how to completely remove Google services on EMUI 10? Maybe some ADB commands because I can not disable core services from GUI? I don't need their bloatware, especially after they added COVID s*it inside.
Thanks a lot and have a nice day!
Click to expand...
Click to collapse
Download "package name viewer 2.0" from market then open it and Search for "package name" for the app you want to delete,,
Open adb on your computer
Put those codes :
- adb devices
If you see an entry listed under the “List of devices” section, then your device is connected.
- adb shell
- pm uninstall -k --user 0 package-name
For example you want to delete google play services app,, open package name app and search for package name for that app,, will be "com.google.android.gms"
So..
- pm uninstall -k --user 0 com.google.android.gms
So do this with the rest of the apps you want to delete..
Will factory reset restore all removed packages, just in case something goes wrong?
domy_os said:
Will factory reset restore all removed packages, just in case something goes wrong?
Click to expand...
Click to collapse
Yes... I think so
Damn, I have to be 100% sure because the phone is not rooted so no way to make full system image. Maybe reflash with HiSuite will help, I don't know...
domy_os said:
Will factory reset restore all removed packages, just in case something goes wrong?
Click to expand...
Click to collapse
Hi @domy_os, did you ever manage to remove Google Play Services? And did you find out if it came back after a factory reset?
thefish123 said:
Hi @domy_os, did you ever manage to remove Google Play Services? And did you find out if it came back after a factory reset?
Click to expand...
Click to collapse
Yes, but I have restored it because some crypto apps (still) depend on Google.
Take a look on Universal Android Debloater, it's a nice tool...
GitHub - 0x192/universal-android-debloater: Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. - GitHub - 0x192/universal-android-debloater:...
github.com
domy_os said:
Yes, but I have restored it because some crypto apps (still) depend on Google.
Take a look on Universal Android Debloater, it's a nice tool...
GitHub - 0x192/universal-android-debloater: Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. - GitHub - 0x192/universal-android-debloater:...
github.com
Click to expand...
Click to collapse
That is an interesting tool. I will have to check that out. Right now, I am running LineageOS with MicroG (an open source replacement for Google Play Services) on a Samsung S10+ (SM-G975F). But because it is the international model (the only ones that support unlocking the bootloader) I do not have all LTE bands enabled and so I have poor reception in places (not terrible but I am concerned about when I go into rural areas).
So, now I am thinking about getting a Canadian model and de-bloating it instead of running an alternative ROM.
The Fish

Question 12.0.3.0 Global, Root, MIUI Dialer, Nova Launcher...

How to root this rom?
How to enable swiping for nova launcher?
How to use MIUI Xiaomi dialer instead built in google?
Update:
[Solved] 1. How to root:
Rooting the Mi 11 with the latest Xiaomi.eu ROM
EDIT: This is not for the TWRP version. I will update this thread soon! Hello! Since I saw a lot of people asking, I decided to post how to root a Mi 11 (as of 2021-02-11). Install the Xiaomi.eu ROM. You can find more details in this post...
forum.xda-developers.com
Asnamus said:
How to root this rom?
How to enable swiping for nova launcher?
How to use MIUI Xiaomi dialer instead built in google?
Click to expand...
Click to collapse
1. Look this post from Kater in parallel thread:
[GUIDE][venus|star|mars] How to install Xiaomi.eu ROM for Xiaomi MI11 / Pro / Ultra
Flash from China rom Miui 12.5 , first time was stuck at fastboot, the solution is press Power button + Volume Up to format data, flash 21.1.20 again and success !
xiaomi.eu
2. Swiping only works with system launcher, not with Nova, not with poco
3. Search apk in APK mirror?
https://www.apkmirror.com/?post_type=app_release&searchtype=apk&s=MIUI+dialer
mali301262 said:
1. Look this post from Kater in parallel thread:
[GUIDE][venus|star|mars] How to install Xiaomi.eu ROM for Xiaomi MI11 / Pro / Ultra
Flash from China rom Miui 12.5 , first time was stuck at fastboot, the solution is press Power button + Volume Up to format data, flash 21.1.20 again and success !
xiaomi.eu
2. Swiping only works with system launcher, not with Nova, not with poco
3. Search apk in APK mirror?
https://www.apkmirror.com/?post_type=app_release&searchtype=apk&s=MIUI+dialer
Click to expand...
Click to collapse
1. Thank you , will read it.
2. To bad because I use Nova and apply Viral custom icon theme pack , which makes phone just so much better , and all the other gudies which Nova has. Guess I will just wait for some future update to solve this.
3. Yes I tried , downloaded latest apk (xiaomi miui org) and it doesn't work. Yes because must be device specific and couldn't find Mi11 dialer to download .... Which sucks ! Just love the piano dials!
Thank you
Asnamus said:
1. Thank you , will read it.
2. To bad because I use Nova and apply Viral custom icon theme pack , which makes phone just so much better , and all the other gudies which Nova has. Guess I will just wait for some future update to solve this.
3. Yes I tried , downloaded latest apk (xiaomi miui org) and it doesn't work. Yes because must be device specific and couldn't find Mi11 dialer to download .... Which sucks ! Just love the piano dials!
Thank you
Click to expand...
Click to collapse
2. I dont use swiping, but nova launcher beta from apk mirror
3. Miui dialer from apk mirror?
Btw. I find ringtones in my theme app. Do i misunderstand Piano dials?
Update: i googled. I heared.
I use Xiaomi.eu Rom. There is miui dialer 12.2.3.1 integrated, dial tone is configurable with piano.
There is a new Nova Launcher Version out...try this one. Launcher 7 Beta Prime
Your Protected Links - keeplinks.org
Keeplinks protect your links by hiding them and shorten the url. Links can be protected by password and captcha
www.keeplinks.org
mali301262 said:
2. I dont use swiping, but nova launcher beta from apk mirror
3. Miui dialer from apk mirror?
Btw. I find ringtones in my theme app. Do i misunderstand Piano dials?
Update: i googled. I heared.
I use Xiaomi.eu Rom. There is miui dialer 12.2.3.1 integrated, dial tone is configurable with piano.
Click to expand...
Click to collapse
2. Nope. Swiping don't work on any version I tried
3. Also miui dialer don't work any version I downloaded from apk mirror
Yeah piano dial is next level, super enjoyable to dial a number
In this rom is google dialer pre installed
Crackeds said:
There is a new Nova Launcher Version out...try this one. Launcher 7 Beta Prime
Your Protected Links - keeplinks.org
Keeplinks protect your links by hiding them and shorten the url. Links can be protected by password and captcha
www.keeplinks.org
Click to expand...
Click to collapse
Just installed and still no go tnx
Asnamus said:
Just installed and still no go tnx
Click to expand...
Click to collapse
Sorry, was worth a try...
I wrote email to Nova and I got instant reply:
"Hello,
Thank you for contacting Nova Launcher support. Below is a lot of information that we encourage you to read completely as it will answer your questions or other questions you might have related to the full system gestures in Android 10, Android 11 and going forward.
PLEASE READ THIS EMAIL IN FULL!
Home/Default Launcher Constantly Being Reset
If you are experiencing issues with Nova not staying as the default launcher on Android 10 or Android 11, these first steps are for you specifically.
If you are having issues with Nova staying as your default launcher, try this: Reboot your device. Or you can try Phone Settings -> Apps -> Default Apps -> Home App -> Nova Launcher. You might need to do this several times and reboot several times for this to fix the issue.
This is a very well known issue on Samsung and other devices, but specifically with new updates directly from Samsung starting as early as December 1st, 2020.
If this doesn't fix your issue, then you need to contact Samsung directly as the issue is on their end, with their update and has nothing to do with Nova or any other launcher, as this issue will happen in all 3rd party launchers.
The issue above isn't just for Samsung users, though the issue happens on every Samsung device that's gotten an update since December 1st, 2020.
Everything mentioned below is still present with the release of Android 11 on September 8th, 2020. Google has made it very clear that they have no plans to completely fix gesture-related issues any time in the near or even distant future.
Please take note that Google admits to this being broken on their end of things and that a fix will be coming in a future update to Android (stated March 2019).
However, it's now well over a year later and there are still many issues with full system gestures and 3rd party launchers on both Android 10 and Android 11. These issues will remain for the foreseeable future as Google have now made it clear that they have no plans to completely fix their full system gestures.
Notable issues with gestures on third party launchers include, but not limited to:
Close all/Clear app button not appearing(scroll all the way to verify it's not there)
Not being able to tap icons for a short time after returning to the home screen
Animations not being as fluid as expected
Screen blinks
Home screen icons blink
Home screen refreshes
Please understand, there is absolutely NOTHING WE CAN DO TO FIX OR CHANGE THIS IN ANY WAY! Contact Google or your device OEM directly with these issues as we have absolutely no control over it whatsoever.
Samsung Users
Samsung has allowed full system gestures to be used within 3rd party launchers with their One UI 2.5 update. This means you can now enable and use gestures, but there are still several issues regarding animations and the like.
As stated, there is nothing that Nova (or indeed any other 3rd party launcher) can do about this and it is ultimately up to Google and OEMs to fix navigation gestures.
Google's statement and Nova's statement
Google: https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
Nova: https://help.teslacoilapps.com/faq/gesture-navigation
Enabling Gestures
As of the December 2019 Security Patch from Google, you can now enable full system gestures within 3rd party launchers on Pixel devices. However, the caveat of this is that you are likely to experience the issues mentioned above. To reiterate, this is still all up to Google to fix at some point in the future and to get things working 100% the way everyone expects them to be.
If and when you experience issues with gestures on 3rd party launchers, we highly recommend you contact Google and not Nova Support because, as we have said, there is absolutely nothing we can do to fix Google's problems.
Devices From Other Manufacturers
As some members in this Discord have noticed, some devices from certain manufacturers provide a reasonably usable experience with gestures. In particular, OnePlus devices on Oxygen OS 10 and above behave reasonably well with gestures.
This is because OnePlus (and other manufacturers) are using their own implementation of gestures rather than Google's which means that you might not get all of the issues referenced above. However, just like before, we (Nova) have no control over these and any issues you do experience should be brought up with the manufacturer and not us.
Action Launcher's False Claims
Action Launcher made an announcement back in late December 2019 which is completely misleading. When stating that they support system gestures, They are referring to the back swipe edit zones and other features within the app not interfering with Android's own system gestures.
As stated before, full system gestures are completely controlled by Android and are not something a launcher can just suddenly add support for or change in any way. When using gestures with Action Launcher, you'll quickly notice that the experience has just as many issues as it does with Nova or any other 3rd party launcher, reiterating the point that it is not something that any third party launcher can change or improve."
If I understood this correctly its MIUI problem...
1. Stereo upper speaker stoped working today.
Had this issue on Chinese rom and it happened again on Global. Is anyone experiencing this? It start working again after restart and calls...
2. Anyone know how to change haptic for the fingerprint unlock? It is disaster. If it can be switched off just for fingerprint unlock that would be the best! Or some tweak to vibrate differently?
[Update! 2. Solved] Haptic for fingerprint unlock on 12.5 rom is completely different in a better way. And so are the fingerprint animations
Hello, I don't know if this will be the best thread to ask my question, but I think so.
I just bought a XIAOMI MI11 (I had always had Samsung) and I am very happy except for the dialer: I don't like the Google dialer or the contacts at all.
I know I have several ways to fix it:
1. Rotating the mobile and installing the apps manually.
2. Installing the ROM xiaomi.eu
But both methods imply loss of warranty, and I am not attracted to the idea of losing the warranty of a high-end terminal with only a few weeks.
Is there any way to do it WITHOUT LOSING THE WARRANTY?
I can think of two ways, but I don't know if they are possible:
1. Would it be possible to install a Stock ROM that has these apps? Maybe the Indian version?
2. Could I root the phone, install the apps and then unroot it? I know you have to unlock the bootloader, could I lock it again?
Doing this leave a mark? Samsung, for example, activates a bit that showed a yellow warning triangle every time the mobile software had been modified, and it was never removed again. Here is the same thing happening or is it reversible?
Thanks for the help, if it is not possible, I will try to get used to the idea, but it is sad to have a high-end phone and not being comfortable with some apps ...
Bootloader Unlocking does not Void Warranty of Xiaomi and Redmi Devices - Gizmochina
Xiaomi smartphones are popular in the developer community, thanks to the company’s policy regarding warranty against unlocking of bootloader. But the brand has now updated its policy. Thankfully, bootloader unlocks still does not void warranty of Xiaomi and Redmi devices but with some caveats...
www.gizmochina.com
MrSmile83 said:
Hello, I don't know if this will be the best thread to ask my question, but I think so.
I just bought a XIAOMI MI11 (I had always had Samsung) and I am very happy except for the dialer: I don't like the Google dialer or the contacts at all.
I know I have several ways to fix it:
1. Rotating the mobile and installing the apps manually.
2. Installing the ROM xiaomi.eu
But both methods imply loss of warranty, and I am not attracted to the idea of losing the warranty of a high-end terminal with only a few weeks.
Is there any way to do it WITHOUT LOSING THE WARRANTY?
I can think of two ways, but I don't know if they are possible:
1. Would it be possible to install a Stock ROM that has these apps? Maybe the Indian version?
2. Could I root the phone, install the apps and then unroot it? I know you have to unlock the bootloader, could I lock it again?
Doing this leave a mark? Samsung, for example, activates a bit that showed a yellow warning triangle every time the mobile software had been modified, and it was never removed again. Here is the same thing happening or is it reversible?
Thanks for the help, if it is not possible, I will try to get used to the idea, but it is sad to have a high-end phone and not being comfortable with some apps ...
Click to expand...
Click to collapse
Bootloader Unlocking does not Void Warranty of Xiaomi and Redmi Devices - Gizmochina
Xiaomi smartphones are popular in the developer community, thanks to the company’s policy regarding warranty against unlocking of bootloader. But the brand has now updated its policy. Thankfully, bootloader unlocks still does not void warranty of Xiaomi and Redmi devices but with some caveats...
www.gizmochina.com
You don't loose your warranty so don't worry.
For now you can not download dialer apk and install it manually on global rom, believe me I have tried it , like you I am hating google dialer and contacts. But the rom is stable and that works for me. We just need to wait for some developer to make MIUI dialer work on global rom.
{CORRECTION} - You can install EU rom which has MIUI dialer and when you flash it just click on the option "clean all and lock" and the phone will have locked bootloader with new software. - {you don't install EU rom with xiaomi fastboot tool , you just click on the bat file and I don't think there is a option to lock}
How to use Xiaomi Flash Tool – Xiaomi Mi Flash Tool
A Step-by-Step guide on how to use Xiaomi Mi Flash Tool to Flash Stock Fastboot ROM/ Firmware on Xiaomi Redmi/ Mi Smartphone or Tablet.
xiaomimiflashtool.com
There is no yellow markings or anything like that. So no worries.
Also you don't need to root your phone so you can install apps. And you can uninstall system apps with adb commands without rooting your device. Its very simple. Just google it.
Asnamus said:
Bootloader Unlocking does not Void Warranty of Xiaomi and Redmi Devices - Gizmochina
Xiaomi smartphones are popular in the developer community, thanks to the company’s policy regarding warranty against unlocking of bootloader. But the brand has now updated its policy. Thankfully, bootloader unlocks still does not void warranty of Xiaomi and Redmi devices but with some caveats...
www.gizmochina.com
Bootloader Unlocking does not Void Warranty of Xiaomi and Redmi Devices - Gizmochina
Xiaomi smartphones are popular in the developer community, thanks to the company’s policy regarding warranty against unlocking of bootloader. But the brand has now updated its policy. Thankfully, bootloader unlocks still does not void warranty of Xiaomi and Redmi devices but with some caveats...
www.gizmochina.com
You don't loose your warranty so don't worry.
For now you can not download dialer apk and install it manually on global rom, believe me I have tried it , like you I am hating google dialer and contacts. But the rom is stable and that works for me. We just need to wait for some developer to make MIUI dialer work on global rom.
You can install EU rom which has MIUI dialer and when you flash it just click on the option "clean all and lock" and the phone will have locked bootloader with new software.
How to use Xiaomi Flash Tool – Xiaomi Mi Flash Tool
A Step-by-Step guide on how to use Xiaomi Mi Flash Tool to Flash Stock Fastboot ROM/ Firmware on Xiaomi Redmi/ Mi Smartphone or Tablet.
xiaomimiflashtool.com
There is no yellow markings or anything like that. So no worries.
Also you don't need to root your phone so you can install apps. And you can uninstall system apps with adb commands without rooting your device. Its very simple. Just google it.
Click to expand...
Click to collapse
Thank you very much, Asnamus, for amswering so quickly. I have a couple of doubts:
1. You said that I cannot install the apk manually (I have also tried it and X- closes) but that if we wait, a modified one will come out. However, I have searched and there is nothing similar for users of other terminals (mi9, mi10 ...). Do you think someone will adapt the app?
2. If I install XIAOMI.EU you say that I can check the option "clean all and lock", what program is it in, with XiaoMiTool? Would that close the bootloader and unroot them? But the manufacturer would still know that it is not an original rom and it would affect the warranty, right? And is it updated via OTA?
3. Finally, you said that I can install and uninstall apps without being root with ADB commands, but I have read that if you uninstall the apps, you should brick the phone, is there a risk with the dialer app or with messages? Have you tried doing it? I found this guide (sorry, it's in Spanish) https://c.mi.com/oc/thread-3292740-1-0.html?mobile=no but it shows a list of safe apps to uninstall and the dialer doesn't appear among them. And it does not it seem to let me install from there.
Cheers and thank you again.
1. I sure hope so! If not maybe I will switch to EU rom just because of MIUI dialer.
2. Yes Xiaomi flash tool https://www.xiaomiflash.com
You return device to store where you bought it not to the manufacturer. Research more about that , "returning bricked phone with unlocked bootloader ." For example. I have never returned so I don't know what will happen.
3. Yes I did uninstall lot of system apps also some that are not on the list. But I didn't wrote down which apps did I uninstall. You can go in to apps and select show all apps and scroll and click on app and you will have (i) in the top right corner, click on that and it will show you which app is it and than just google it is it safe. All this process require some problem solving and some skills, if you are not sure and never done it (installing rom and other) maybe its better you don't do it. I went through a lot of errors and stayed all night and half next day but on the end I successfully installed this global 12.0.3.0 rom.
Bricked devices is not dead and broken, everything is fixable. And you can do it by yourself you just need to have some skills and don't be afraid good luck
MrSmile83 said:
Thank you very much, Asnamus, for amswering so quickly. I have a couple of doubts:
1. You said that I cannot install the apk manually (I have also tried it and X- closes) but that if we wait, a modified one will come out. However, I have searched and there is nothing similar for users of other terminals (mi9, mi10 ...). Do you think someone will adapt the app?
2. If I install XIAOMI.EU you say that I can check the option "clean all and lock", what program is it in, with XiaoMiTool? Would that close the bootloader and unroot them? But the manufacturer would still know that it is not an original rom and it would affect the warranty, right? And is it updated via OTA?
3. Finally, you said that I can install and uninstall apps without being root with ADB commands, but I have read that if you uninstall the apps, you should brick the phone, is there a risk with the dialer app or with messages? Have you tried doing it? I found this guide (sorry, it's in Spanish) https://c.mi.com/oc/thread-3292740-1-0.html?mobile=no but it shows a list of safe apps to uninstall and the dialer doesn't appear among them. And it does not it seem to let me install from there.
Cheers and thank you again.
Click to expand...
Click to collapse
So I have switched to Xiaomi.EU MIUI 12.5 21.3.3. I couldn't stand google dialer anymore. And I had time.
Here you go with the apps that I have successfully uninstall.
With ADB
pm uninstall -k --user 0 com.mi.globalbrowser (MIUI browser)
pm uninstall -k --user 0 com.google.android.googlequicksearchbox (Google)
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle (Google Assistant)
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle (Google Assistant)
pm uninstall -k --user 0 com.mi.health (MIUI Health)
pm uninstall -k --user 0 com.google.ar.lens (Google Lens)
pm uninstall -k --user 0 com.android.email (Mail)
pm uninstall -k --user 0 com.android.mms (Messaging)
pm uninstall -k --user 0 com.xiaomi.payment (Mi Coin)
pm uninstall -k --user 0 com.miui.videoplayer (Mi Video)
pm uninstall -k --user 0 com.miui.player (Music)
pm uninstall -k --user 0 com.miui.notes (Notes)
pm uninstall -k --user 0 com.miui.huanji (Mi Mover)
pm uninstall -k --user 0 com.miui.weather2 (Weather)
pm uninstall -k --user 0 com.miui.personalassistant (MIUI app vault)
pm uninstall -k --user 0 com.xiaomi.migameservice (Mi Game Service)
pm uninstall -k --user 0 com.android.protips (Home Screen Tips)
How we say in spanish: "te he metido los perros en danza" jaja.
I Read about TWRP not is ready jet for MI11. What is fastboot ROM version and what is the diference between a normal ROM?
Asnamus said:
So I have switched to Xiaomi.EU MIUI 12.5 21.3.3. I couldn't stand google dialer anymore. And I had time.
Here you go with the apps that I have successfully uninstall.
With ADB
pm uninstall -k --user 0 com.mi.globalbrowser (MIUI browser)
pm uninstall -k --user 0 com.google.android.googlequicksearchbox (Google)
pm uninstall -k --user 0 com.android.hotwordenrollment.xgoogle (Google Assistant)
pm uninstall -k --user 0 com.android.hotwordenrollment.okgoogle (Google Assistant)
pm uninstall -k --user 0 com.mi.health (MIUI Health)
pm uninstall -k --user 0 com.google.ar.lens (Google Lens)
pm uninstall -k --user 0 com.android.email (Mail)
pm uninstall -k --user 0 com.android.mms (Messaging)
pm uninstall -k --user 0 com.xiaomi.payment (Mi Coin)
pm uninstall -k --user 0 com.miui.videoplayer (Mi Video)
pm uninstall -k --user 0 com.miui.player (Music)
pm uninstall -k --user 0 com.miui.notes (Notes)
pm uninstall -k --user 0 com.miui.huanji (Mi Mover)
pm uninstall -k --user 0 com.miui.weather2 (Weather)
pm uninstall -k --user 0 com.miui.personalassistant (MIUI app vault)
pm uninstall -k --user 0 com.xiaomi.migameservice (Mi Game Service)
pm uninstall -k --user 0 com.android.protips (Home Screen Tips)
Click to expand...
Click to collapse
You use the Xiaomi.eu now. Have the MIUI Dialer a Spam call identifier?
MrSmile83 said:
You use the Xiaomi.eu now. Have the MIUI Dialer a Spam call identifier?
Click to expand...
Click to collapse
I have no idea , I search in settings now for something like that and I couldn't find.
For MIUI Dialer i have found that > https://www.apkmirror.com/apk/xiaom...-xiaomi/contacts-and-dialer-10-4-4-0-release/
It works on Mi 11
Edit: don't work for a call
Azev said:
For MIUI Dialer i have found that > https://www.apkmirror.com/apk/xiaom...-xiaomi/contacts-and-dialer-10-4-4-0-release/
It works on Mi 11
Edit: don't work for a call
Click to expand...
Click to collapse
I have switched to 12.5 EU just because of dialer. So 12.5 have xiaomi miui dialer . all good

Removing BLoatware

I found a nice and easy way to get rid of bloatware, WITHOUT root, and using Rakesh's bloatware list.
How To Remove Bloatware From Any Xiaomi Devices (Without Root): Easiest Way!
Have you just gotten a new phone and is it already filled up with a bunch of spooky apps preinstalled? Have you tried long pressing and dragging them up your screen to uninstall? Alas! There isn’t …
technolobe.com
Xiaomi Bloatware List | Remove Bloatware on MIUI 14/13/12
Find the list of safe-to-remove Xiaomi and MIUI bloatware. Learn how to uninstall system apps on MIUI 14, 13 & 12 via Xiaomi ADB/fastboot tools.
technastic.com
But when I try it, I get stuck after installing Java SE Development Kit–and Xiaomi ADB/Fastboot Tools, when the software will not recognize my phone. (USB debugging was done)
This is new phone. What else do I need to have, before this will work? Some accounts? A simcard??
Thank You
I guess adb drivers are missing. To installing that. And why don't you use simple adb after installing drivers.
Adb shell
Pm uninstall --user 0 <package name>
Pm uninstall -k --user 0 <package name>
Would recommend first one, second retains cache and some data.
Yes it's a less intuitive way, but I prefer this doing everything myself, at least trying to rely on less and less dependencies.
But using adb doesn't free up space, it's more like it just disables app, the only difference is that in both the cases APK is still in system, just don't show up in settings like as it will remain shown when disabled.
Applepear said:
I guess adb drivers are missing. To installing that. And why don't you use simple adb after installing drivers.
Adb shell
Pm uninstall --user 0 <package name>
Pm uninstall -k --user 0 <package name>
Would recommend first one, second retains cache and some data.
Yes it's a less intuitive way, but I prefer this doing everything myself, at least trying to rely on less and less dependencies.
But using adb doesn't free up space, it's more like it just disables app, the only difference is that in both the cases APK is still in system, just don't show up in settings like as it will remain shown when disabled.
Click to expand...
Click to collapse
Of course it uses ADB......
No I meant why use .jar program? Ok some people prefer easiness
I have posted the thread some weeks ago and for me it works without any issues.
Miui system apps which are safe to remove
Hello Found this very great thread here in other Xiaomi device forum,so please dont hit thanx here. Have tested and its working good for me even on Miui 12.Have fun.Cheers...
forum.xda-developers.com
-CALIBAN666- said:
I have posted the thread some weeks ago and for me it works without any issues.
Miui system apps which are safe to remove
Hello Found this very great thread here in other Xiaomi device forum,so please dont hit thanx here. Have tested and its working good for me even on Miui 12.Have fun.Cheers...
forum.xda-developers.com
Click to expand...
Click to collapse
Thank you for that list.
My problem is different..... I already have a list and I will of course compare it with yours. What I do not have is ACCESS.
The "usual" system, which I found here:
Does not recognize my phone. Probably, because I use no google or any other accounts. So I need to know what is needed to to access the bloatware, no matter what list I use...

Categories

Resources