Saturday, April 27, 2019

Dual SIM and memory card simultaneously on redmi note 7 pro

https://youtu.be/8YhHA4v4tlQ

This video shows how to use dual SIM (4G + 4G) & microSD card at the same time on redmi note 7 pro, using hybrid SIM adapter.
It works on any phone's hybrid SIM slot, not only redmi.
Amazon links for Hybrid SIM slot adapter:
https://goo.gl/HjZ5WU
https://amzn.to/2OW8XcH
https://amzn.to/2WPXZYV
https://amzn.to/2OVxH54
Disclaimer:
This channel is not responsible if you damage your phone by doing the trick shown in video in wrong way. If SIM tray sticks inside when inserted abnormally, visit nearby Mi authorized service center so that they just remove the SIM tray by opening the phone's panel.
Few other videos from my channel:
Realme1 vs AsusZenfone Max pro M2 boot speed comparison: https://youtu.be/qvOeIKzyn2o
How to uninstall Mi system apps without rooting: https://youtu.be/a7lsgYR3fm8
Asus ZenFone Max Pro M2 UHD 4K videos review: https://youtu.be/E74OICkt4LE
LG slim portable GP65NB60 external USB DVD writer- A quick review: https://youtu.be/lQp_5v98u3k
Using ChromeCast without internet | screen mirroring without internet: https://youtu.be/WINIve8NALw

Tuesday, November 20, 2018

Why & How to uninstall or delete system apps from android mobile phone without root method

Warning : Do not uninstall SECURITY app on MIUI - doing so will break the phone functionality.

Steps to uninstall Mi system apps without rooting:

1. Enable USB debugging on your phone and connect phone to PC.

2. Download SDK Platform-Tools for Windows from the below link and unzip ADB tool:

3. Type "cmd" from adb tool folder.

4. From command prompt, type "adb devices" to connect your phone.

5. Type "adb shell" to open shell and use the below below command to list the app your are looking for: pm list packages | grep 'globalpersonalassistant'

Note: Use "AppInspector" app on your phone to get the app names.

6. Uninstall the app from below command: pm uninstall -k --user 0 com.mi.android.globalpersonalassistant

That's all ! Restart the phone...

List of ADB commands on MIUI to be uninstalled :

#AppVault
adb shell pm uninstall -k --user 0 com.mi.android.globalminusscreen 

#Mi Browser Services
adb shell pm uninstall -k --user 0 com.android.browser 

#Mi Browser Pro
adb shell pm uninstall -k --user 0 com.mi.globalbrowser 

#Mi Feedback
adb shell pm uninstall -k --user 0 com.miui.bugreport
adb shell pm uninstall -k --user 0 com.miui.miservice

#Mi Video
adb shell pm uninstall -k --user 0 com.miui.videoplayer 

#Mi Apps
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks 

#Mi Scanner
adb shell pm uninstall -k --user 0 com.xiaomi.scanner 

#Xiaomi MIUI Forum
adb shell pm uninstall -k --user 0 com.miui.enbbs 

#Weather
adb shell pm uninstall -k --user 0 com.miui.weather2

#MiPay
adb shell pm uninstall -k --user 0 com.mipay.wallet.in

#GetApps
adb shell pm uninstall -k --user 0 com.xiaomi.mipicks

#MiStore
adb shell pm uninstall -k --user 0 com.mi.global.shop

#Google apps but optional - Google Play Movies
adb shell pm uninstall -k --user 0 com.google.android.videos

#Facebook spy apps
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
adb shell pm uninstall -k --user 0 com.facebook.apadb shell pmanager

#Facemoji or Xiaomi keyboard
adb shell pm disable-user com.facemoji.lite.xiaomi


Note:
1. As an example, we showed Mi phone here. However, steps will remain same for all android phones.
2. Below is video tutor for the same.




Troubleshooting: If uninstall in this method was done by mistake, Install es explorer app. Go to the root of the file system, perform a search with word: Apk You will be get all the apks listed, find your deleted app from there and install it.

Disclaimer: This video is created for educational purposes. This channel/blog is not responsible, if you brick your phone or create any problems by uninstalling apps which is required to run OS, for e.g. Mi account or security. In such cases, visit nearby authorized service center.