Enabling Root Access on BlueStacks 5 Using Kitsune Mask Print

  • 0

Rooting BlueStacks 5 allows for advanced customization and access to system-level features. This guide provides a step-by-step approach to achieve root access using the Kitsune Mask tool.

Disclaimer

Rooting your BlueStacks 5 instance may impact its stability and compatibility with certain applications. Proceed at your own risk. Always back up important data before making system modifications.

Prerequisites

  • BlueStacks 5 installed on your system.
  • Kitsune Mask APK downloaded from a trusted source.
  • Administrator privileges on your PC to modify system files.

Step-by-Step Guide

1. Modify BlueStacks Configuration

  1. Ensure BlueStacks 5 is completely closed.
  2. Navigate to the BlueStacks configuration directory:
    C:\ProgramData\BlueStacks_nxt
  3. Locate and open the bluestacks.conf file using a text editor with administrative privileges.
  4. Find the line:
    bst.feature.rooting="0"
    Change it to:
    bst.feature.rooting="1"
  5. Locate the instance-specific line, which may look like:
    bst.instance.Pie64.enable_root_access="0"
    Change it to:
    bst.instance.Pie64.enable_root_access="1"
    *Note: Replace "Pie64" with your specific instance name if different.*
  6. Save and close the bluestacks.conf file.

2. Modify Instance Configuration

  1. Navigate to your BlueStacks instance directory, typically:
    C:\ProgramData\BlueStacks_nxt\Engine\Pie64
    *Note: Replace "Pie64" with your specific instance name if different.*
  2. Locate and open the Android.bstk.in file with a text editor.
  3. Find entries similar to:
    <image location="fastboot.vdi" format="VDI" type="Readonly" /> <image location="Root.vhd" format="VHD" type="Readonly" />
    Change the type attribute from "Readonly" to "Normal":
    <image location="fastboot.vdi" format="VDI" type="Normal" /> <image location="Root.vhd" format="VHD" type="Normal" />
  4. Save and close the Android.bstk.in file.

3. Install Kitsune Mask

  1. Launch BlueStacks 5.
  2. Install the Kitsune Mask APK within the BlueStacks environment.
  3. Open Kitsune Mask and follow the on-screen instructions to complete the installation.

4. Finalize Root Access

  1. After installing Kitsune Mask, restart BlueStacks 5 to apply changes.
  2. Upon restart, Kitsune Mask should indicate that the device is rooted.

Troubleshooting

  • BlueStacks fails to start: Ensure all configuration files were edited correctly. Restore original files if necessary and repeat the process.
  • Kitsune Mask indicates no root access: Verify that the configuration changes were saved properly and that the correct instance name was used.

Conclusion

By following the steps outlined above, you can enable root access on BlueStacks 5 using Kitsune Mask. This grants enhanced control over the emulator, allowing for advanced customization and application testing.


Was this answer helpful?

« Back