Skip to main content

UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.

Use below command to resolve problem pip3 install PyQt5

How to uninstall applicatuon from android device without rooting

 Requirement :

1. Window based computer

2. USB debuging on in your Phone (Go to Developer option in your phone and On USB debuging

Uninstall Application from your phone :

Step - 1 : Download the file from given below link

                http://dl.google.com/android/repository/platform-tools-latest-windows.zip

Step - 2 : Extract file after downloading and go to that folder(extracted folder)

Step - 3 : Type "Cmd" in that folder then its open "Command Promt"

Step - 4 : Type following "command" in Command prompt and press "Enter" key

                    i. adb devices

                    ii. adb shell

Step - 5 :  After typing above command then you need to Uninstall application from your phone which you want

Step - 6 : Get your APK name by press and hold your application, like below image





Step - 6 : Type following command in in Command prompt to uninstall the Application
                 pm uninstall -k --user 0 APK name

                For eg : To uninstall Mi Browser  from your Mi Phone
                                pm uninstall -k --user 0  com.android.browser

See below image to clear understanding :





Comments

Popular posts from this blog