Hello Friends,
Android 11 has finally been released for Duo 1 and the update makes this device what it should have been from the beginning. But root is always nice.
Luckily Android 11 has made rooting a bit easier as well.
Pre-requisites
If there is enough demand, I will do a walk thought on extracting the stock boot and patching it because I understand some don't like to trust downloaded boots.
A huge thank you to @NTchrist and @Perseu5 for pathfinding this all and their amazing guides, give those guys some thanks and kudos please!
forum.xda-developers.com
forum.xda-developers.com
forum.xda-developers.com
Android 11 has finally been released for Duo 1 and the update makes this device what it should have been from the beginning. But root is always nice.
Luckily Android 11 has made rooting a bit easier as well.
Pre-requisites
- Unlocked bootloader
- adb/fastboot set up properly
- understanding what adb/fastboot and basic commands using these tools
- How to open a CMD/Powershell in a given location
- Windows 10/11 (you can make this work for MacOS/Linux but that isn't what this guide is based on)
- I do not know if this will for at&t version or not. I do not have the at&t model so I cannot verify.
- Download this patched boot.img (link)
- This is simply the Android 11 stock boot img patched with magisk 23, I just did the hard work for you because it is a pain in the butt to get payload unloader to work.
- If you do not want to use my pre-patched boot that is understandable but at this time I am not providing a how-to on extracting the boot from the OTA. You can use the pre-existing root guide by @NTchrist and @Perseu5 to at least extract the stock boot and then patch it yourself, just make sure you use Magisk 23.
- Install Magisk Manager 23 which is the current stable/beta build (link)
- either via adb or manually
- Open Magisk Manager Once after installation and before moving to the next step
- Boot into bootloader
- either from cmd adb while the device is booted via adb command
-
Code:
adb reboot-bootloader
-
- or from issuing a reboot from the power menu and holding volume down while rebooting
- or from power off, hold the power button and volume down for 3 seconds
- either from cmd adb while the device is booted via adb command
- Boot the patched boot.img you downloaded by opening a CMD in the location of the downloaded patched boot and issuing this command
-
Code:
fastboot boot patched.156.boot.img
-
- The device will boot into Android system
- Open Magisk Manager > Click "Install" > "Direct Install"
- Maigsk will install and reboot
- Your device is rooted
If there is enough demand, I will do a walk thought on extracting the stock boot and patching it because I understand some don't like to trust downloaded boots.
A huge thank you to @NTchrist and @Perseu5 for pathfinding this all and their amazing guides, give those guys some thanks and kudos please!

Unlocking Bootloader/ Magisk Attempt
MAGISK FULL GUIDE (APK for install and other mods coming soon!) The bootloader unlock is pretty similar to any other phone. Go to settings>about> click on build number until developer options are enabled. Go back and select system>Developer...


Root guide (updated)
Since the last guy hasn't been updating his op, I figured I'd start a fresh thread with what we know and what to do for newcomers. I will not be posting patched boot images in this thread, I'm a firm believer of "give you steps to follow from...


Android 11 OTA Link & zip File, .img Files (Unlocked)
Hey friends! These are only for the unlocked Surface Duo. I am sorry At&t users. Here is the OTA link for Android 11: https://android.googleapis.com/packages/ota-api/package/a9bfdee15f2137f020fffded98b4bdee5d8bec8e.zip Link to the OTA.zip...

Last edited: