There is a new update today but i could not update my Duo despite i tried many times even reboot the phone.
Attachments
-
224.9 KB Views: 104
You might have to do it through recovery and adb sideload it. There is a link on the firmware page of ms on how to do it.There is a new update today but i could not update my Duo despite i tried many times even reboot the phone.
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 Options. Make sure to enable OEM unlocking.
(On PC) "adb reboot bootloader", "fastboot flashing unlock_critical", use volume to select unlock. THIS WILL ERASE ALL CONTENT ON YOUR DEVICE.
IF YOU DONT WANT TO DO THIS FROM SCRATCH, SKIP TO PART 2
Go to https://support.microsoft.com/en-us/surfacerecoveryimage
Select Surface Duo from the drop down
Enter your serial number and download the file
Extract the firmware .zip
Extract the Payload file
Moved bootloader to root
Installed Magisk Manager apk and patched bootloader image
Attempted to flash which resulted in "cannot write to partition_b"
PART 2:
download the patched magisk_boot.img from here https://drive.google.com/file/d/1-7NWj8_jFH8AtpTTpXITOv1eh-wo7xlz/view?usp=sharing
adb reboot bootloader
fastboot boot magisk_patched.img
PART 3 - All right, lets make it permanent!
Place magisk_patched.img on your sd root
adb shell
su
cd /dev/block/by-name/
chmod 777 boot_a
chmod 777 boot_b
DEV=$(ls /dev/block/by-name/boot_b); echo $DEV
dd of=$DEV if=/sdcard/magisk_patched.img
DEV=$(ls /dev/block/by-name/boot_a); echo $DEV
dd of=$DEV if=/sdcard/magisk_patched.img
Reboot and we are good!
I am working on an app to streamline the process as well as provide additional mods and addons to the device. I hope to have something for you guys by the end of the week.
I do plan on streaming some of this stuff (twitch.tv/goingh0st), and am working on a section of my discord for the same thing (World of Gh0st)
https://www.patreon.com/GoinGh0st
Thank you for your support and I cant wait to get more stuff to you guys!
nevermind, i learned about payload dumper. i figured it out and now im back on stock with the update..im figuring the same method will work with the October boot image...who cares to try it out ?hey, if i want to unroot and return to stock for a moment, how can i? i keep getting status 5 in adb and it doesn't see the device.
It's because it's only for the unlocked variants that come straight from Microsoft. The att versions still have to waitThere is a new update today but i could not update my Duo despite i tried many times even reboot the phone.
...
---------- Post added at 03:58 PM ---------- Previous post was at 03:56 PM ----------
It's because it's only for the unlocked variants that come straight from Microsoft. The att versions still have to wait
Never mind!On my unlocked (not AT&T) phone, I restored the original boot.img and successfully applied the October update.
However, I lost root...
On my unlocked (not AT&T) phone, I restored the original boot.img and successfully applied the October update.
However, I lost root because:
But I'm happily using the updated phone without root for now.
- I failed to capture the OTA URL and acquire the OTA zip for patching
- the update resets permissions on boot partitions so it cannot be read via adb shell w/o root
- using fastboot to boot the old magisk_patched.img results in the touch screen not working
(meaning I'm stuck at lock screen and cannot grant USB debug or super user)
---------- Post added at 04:38 PM ---------- Previous post was at 03:46 PM ----------
Never mind!
Last time I had checked Microsoft's recovery download, it was still the original (2020.812.86). However, I checked today and they have updated it (2020.910.72). So, I was able to extract and patch the new boot.img and now have root again.
Original: boot_2020.910.72.img (96 MB; SHA-1: C9D455AAE1DBD5F85E66BB65711D91F8BEA694E7)Can you post the newly patched boot.img?:good:
That magisk patch imaged worked perfectly thank you.Original: boot_2020.910.72.img (96 MB; SHA-1: C9D455AAE1DBD5F85E66BB65711D91F8BEA694E7)
Patched: magisk_patched_2020.910.72.img (57 MB; SHA-1: 1D5B332CF7595E4FEEF44DC5B4626F6852DBA2CE)
No promises on keeping these links available of course.![]()
This worked for meNow I could not boot into recovery mode, no matters how I tried, with volume down and power buttons, or with magisk app, or use adb.
Any one could help please?