Friday, 19 June 2020

Removed system application Xiaomi phones

1. First Enable the USB debugging mode on your Xiaomi phone. Go to About phone and tap of MIUI Version several times on it. Go back to main Settings > Additional Settings, and tap Developer options to enable it from there. and scroll down to find USB Debugging option and enable it.
2. Connect your phone to the PC with USB cable.
3. Now Open the Platform-tools folder on your PC and hold down the shift button on your keyboard, then right-click any empty space in any folder and select “Open command window here”
4. One your phone is connected as the ADB mode, run the following command without the app name (# Google Duo) to uninstall all the system Apps form MIUI.
adb shell pm uninstall -k –user 0 com.google.android.apps.tachyon # Google Duo
adb shell pm uninstall -k –user 0 com.google.android.music # Google Music
adb shell pm uninstall -k –user 0 com.google.android.videos # Play Movies
adb shell pm uninstall -k –user 0 com.android.browser # Mi Browser
adb shell pm uninstall -k –user 0 com.miui.bugreport # Mi Feedback
adb shell pm uninstall -k –user 0 com.miui.compass # Mi Compass
adb shell pm uninstall -k –user 0 com.miui.notes # Mi Notes
adb shell pm uninstall -k –user 0 com.miui.screenrecorder # Mi Screen Recorder
adb shell pm uninstall -k –user 0 com.miui.videoplayer # Mi Video
adb shell pm uninstall -k –user 0 com.miui.player # Mi Music
adb shell pm uninstall -k –user 0 com.xiaomi.midrop # Mi Drop
adb shell pm uninstall -k –user 0 com.xiaomi.mipicks # Mi Apps
adb shell pm uninstall -k –user 0 com.xiaomi.scanner # Mi Scanner
adb shell pm uninstall -k –user 0 com.google.ar.lens # Google Lens
adb shell pm uninstall -k –user 0 com.google.android.apps.docs # Google Docs
adb shell pm uninstall -k –user 0 com.android.chrome # Google Chrome
adb shell pm uninstall -k –user 0 com.google.android.youtube # Google YouTube
adb shell pm uninstall -k –user 0 com.duokan.phone.remotecontroller.peel.plugin # Peel Mi Remote
adb shell pm uninstall -k –user 0 com.duokan.phone.remotecontroller # Mi Remote controller
adb shell pm uninstall -k –user 0 com.miui.enbbs # Xiaomi MIUI Forum

Sunday, 3 May 2020

Manish gupta pubg id

My id---> 5274773337
Name___ 『DYN父MO』
Am dynamo fan
My fb id


Saturday, 3 November 2018

Bootable usb pendrive using cmd

Creating a usb pendrive using command prompt is not hard, it is one of the most common ways to create a bootable usb.
      This method does not work if your operating sistem is windows xp or windows 8 , you cannot select the primary partition in comand prompt.
       You just need to follow these simple steps:
  1. First step is to obtain the windows files from somewhere and save them to a folder in your pc. You can rip a windows dvd , or if you have the iso image file you can open it with magic disc or daemon tools or even winrar , and you need to copy the whole content to a folder anywhere in your pc , you just need to make sure you know where it is located.
  2. Make sure your usb stick is inserted, go to start search cmd , right click the  file and select run as administrator. The command prompt will appear, now you need to write the following comands:
  3. diskpart→list disk→select disk 1(chose  the usb device, you will recognize it by its size)→clean(this will erase the usb)→create partition primary→select partition 1→active→format fs=ntfs(this will format the usb drive and will take 10-15 minutes)→Untitled 5
  4. After the format is done you have to continue writting  in command promt :  →assign(now you will notice that the usb drive changed its letter to (H): or (G))→exit(this command will exit the disk part function)
  5. Now you have to write the path to the executable file in your windows saved folder , make sure that in your windows folder you have the boot folder with the bootsect executable file.Untitled 8
  6. In my case the command goes like this:   E:→cd win 7 sp1→
           →cd boot→bootsect.exe/nt60 h:(h is the letter of the usb drive ,this comand will update the boot core)→exit (this will exit command prompt).
Untitled 6
  1. Now you have to copy all the files in the windows folder to your usb drive. Untitled 7
  2. ALL DONE. You can now restart your pc and boot from the usb hard drive.