-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Whats up, community!
Facing some issue trying to uninstall Windows10X from my Surface Duo 1.
The log is the following:
`D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>adb devices
List of devices attached
908@@@@@@@@ device
D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>adb reboot bootloader
D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>fastboot boot "D:\Surface duo!Attempt_2\8.12.2025\TWRP image\surfaceduo1-twrp.img"
Sending 'boot.img' (51960 KB) OKAY [ 1.485s]
Booting OKAY [ 10.127s]
Finished. Total time: 11.661s
D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>adb shell "setenforce 0"
D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>adb push "C:\Users\User\Downloads\parted" /sdcard/
C:\Users\User\Downloads\parted: 1 file pushed, 0 skipped. 350.0 MB/s (913864 bytes in 0.002s)
D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>adb shell "mv /sdcard/parted /sbin/parted && chmod 755 /sbin/parted"
mv: bad '/sdcard/parted': No such file or directory
D:\Surface duo!Attempt_2\8.12.2025\SDK\platform-tools>`
What can be the case of the problem?
Thank you in advance!