How To Install Any Android App In Micromax Bharat 1 Using PC/Laptop

how to install apps in micromax bharat 1 v409…

Hello Readers, I am back with a new trick to install any android app in your micromax bharat 1 phone. just install adb in your pc and follow the steps given below . if you are having any problem then watch the tutorial video .

Download Adb From Here

Below are its basic specs:

  1. Runs on Snapdragon 200.
  2. Has a custom-made Android KitKat 4.4.4 based rom with a minimalist UI.
  3. Has a 240×320 resolution display.
  4. 2000mAH battery.

Basic Notes:

  1. To get into recovery mode: ‘*’ + Power on
  2. To get into fastboot mode: ‘#’ + Power on

What will you find in this thread?

  1. To enable adb and installation of apps from unknown sources.
  2. To obtain root privileges.
  3. Discussion and more ideas worth exploring

To enable installing from unknown sources and to enable adb, follow the instructions below.

  1. Make sure you have installed adb and all the necessary drivers in your computer.
  2. Download and extract everything from the attachment to a folder.

Download Attachment of Recovery From Here

  1. Turn off your device.
  2. Put it in fastboot mode and connect to your PC with a usb cable.
  3. Once you can confirm that the device is correctly recognized, open up a powershell (Shift + Right click) in the extracted folder. (Or a terminal if you are using linux based distro).
  4. Type in the following:

Please press enter after every line.

fastboot devices

fastboot boot recovery_V407.img

Now wait for 20 seconds then enter below codes one by one

adb shell
mount system
echo ” >> /system/build.prop
echo ‘# Enable ADB (By Ravikirancg)’ >> /system/build.prop
echo ‘persist.service.adb.enable=1’ >> /system/build.prop
echo ‘persist.service.debuggable=1’ >> /system/build.prop
echo ‘persist.sys.usb.config=mtp,adb’ >> /system/build.prop

reboot

After rebooting allow USB Debugging from the popup on your mobile screen then punch the below code in your laptop

adb shell settings put global install_non_market_apps 1

Congratulations

You May Also Like-

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.