Enable Multi Window on Android Marshmallow And Use Two Apps (With & Without Root)

Multi Window is a feature available on Android 6.0 Marshmallow. Multi Window is a well-known feature in the Android community which allows the user to launch and use two applications at the same time. OEMs like Samsung and LG have perfected multi window capabilities on their custom Android skins.

On the other side, stock AOSP Android doesn’t get to enjoy multi window capabilities. Even though Android 6.0 Marshmallow has multi window capabilities built into the system, Google notes that it is highly experimental, that is why multi window is hidden. You need to manually enable it on your Marshmallow Android if you want to use two apps at the same time.

Since it is hidden by default, you will need root or a computer to enable multi window on your Android 6.0 Marshmallow running device. The easiest way is through root, because all you need is a root file explorer to add an extra line to a system file on the phone.

Enable Multi Window on Android 6.0 Marshmallow

There are two ways you can enable multi window on Marshmallow. The first method requires root, while the second method doesn’t require root.

Enable multi window with root

  1. Use a root file explorer from the Play Store such as ES File Explorer or Root Explorer.
  2. Open the file manager and go to the root of your phone’s system.
  3. Find build.prop file and open it using a text editor.
  4. Find ro.build.type and change the text after “=” from user to userdebug.
  5. Save the file and reboot your phone.

Go to Settings > Developer Options and scroll to a category called ‘Drawing’. Enable Multi Window option. Now you can use two apps at the same time on AOSP Marshmallow.

Enable multi window without root

  1. Download and install ADB drivers on your computer.
  2. Connect your phone to your computer and make sure ADB drivers are installed correctly.
  3. Open CMD on your PC and enter the following code:
    adb pull /system/build.prop
  4. Open the file using a text editor on your PC.
  5. Find ro.build.type and change the text after ‘=’ from user to userdebug.
  6. Save the file.
  7. Open CMD again and enter:
    adb push build.prop /system/
  8. Now enter:
    adb shell
  9. And finally:
    cd system
    chmod 644 build.prop
  10. Reboot your phone.

Go to Settings > Developer Options > Drawing and you have the option to enable Multi Window.

SourceQuinny899

8 COMMENTS

  1. Hey, I am attempting to do this the non-root way on my Nexus 6. However when I reach the adb push section I keep getting failed to copy ‘c:build.prop’ to ‘/system//build.prop’: Read-only file system. Any help with this would be greatly appreciated.

  2. Sorry my English.

    But for adb write in the system folder, you have to be root, right? Or the adb can’t write, just read. However, you have to be root in both.

  3. change the title, it can’t be done without root, how can you push build.prop without root access to system ??

  4. without root needed a custom recovery for this man!
    adb pull /system is false !! with stock recovery
    sry for english

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Wallpapers