Copy more detail , I am trying to do this manually and still having issue .
Current Symptoms:
The device is detected with fastboot devices (e.g. ------------7EWJ fastboot).
Commands like fastboot flash boot boot.img hang indefinitely at < waiting for any device >.
I have successfully flashed some partitions earlier. but i cant seem to stay connected to the tablet.
i am using new cables that came with the tablet and still no luck
Steps Taken So Far:
Verified the device is in Fastboot Mode by manually rebooting into it (Volume Down + Power) and confirming with fastboot devices.
Checked Bootloader Status:
Used :
bash
Copy code
~/Desktop/platform-tools/fastboot getvar unlocked
This checks whether the bootloader is still unlocked.
Stopped Conflicting Services:
Stopped and masked fwupd.service to prevent interference:
bash
Copy code
sudo systemctl stop fwupd.service
sudo systemctl mask fwupd.service
Restarted Fastboot Server:
Restarted the Fastboot server:
bash
Copy code
~/Desktop/platform-tools/fastboot kill-server
~/Desktop/platform-tools/fastboot start-server
all of this and still cant flash all the partitions