so i did manage to find out the software version - its 30c . I tried flashing the boot.img but gave me this error:Well, maybe it's easiest to flash new version of software? Or you can try heating it a bit with hairdryer, so it will turn on long enough to see version of the software?
fastboot flash boot boot.img
target reported max download size of 536870912 bytes
sending 'boot' (16032 KB)...
OKAY [ 0.400s]
writing 'boot'...
FAILED (remote: unknown command)
finished. total time: 0.419s
then I tried to see if the bootloader was unlocked, and got this message:
C:\1>fastboot oem unlock
...
(bootloader) Device already : unlocked!
OKAY [ 0.018s]
finished. total time: 0.019s
then I tried to flash twrp.img to see if I could get into twrp, but then I got this error:
fastboot boot twrp-3.0.0-0-h901.img
downloading 'boot.img'...
OKAY [ 0.745s]
booting...
FAILED (remote: unknown command)
finished. total time: 0.762s
so at this point, I have no idea what to do next. Any suggestions?