Hi there everyone, I am having problems with erasing using fastboot.
Before doing this, I am rooted on stock ROM so I am pretty sure that my bootloader is unlocked.
I have used the commands found on dogbin
https://del.dog/yjaidupheh.txt but started having trouble on 'fastboot reboot fastboot'. It simply displays 'usage: fastboot [ <option> ] <command>' following the help menu for fastboot commands.
When executing 'fastboot devices', it correctly identifies the device in fastboot mode.
When executing 'fastboot -w', it will successfully erase some partitions but some will fail. "Can't determine partition type.
FAILED (remote: GetVar Variable Not found)" and "erasing 'cache'...
FAILED (remote: Check device console.)"
"fastboot erase system" failed
"fastboot erase odm" failed
"fastboot erase product" failed
"fastboot erase vendor" failed
The rest were OKAY.
I have not tried flashing yet.
Is there any fix to erase the partitions? (I have tried mauronofrio's adb and fastboot installer but I cant seem to activate fastboot at all)
Thanks in advance.