Ok, sorry - it's been crazy around here.
I do not like one bit that you do not have fastboot access in the bootloader and somehow suspect something else is going on, but I cannot make sense of it...
So you have adb in Android.
Make sure you are flashing the correct recovery this time, ok?
Rename the downloaded recovery image to twrp.img and place it into the root of your internal memory on the tablet. That is the same level where your Pictures and Documents folder are too. Do not put it into any folders, just into the root level of /sdcard
Then issue these commands:
Code:
adb shell
su
dd if=/sdcard/twrp.img of=/dev/block/mmcblk0p4
Then reboot the tablet normally. Turn it off again and now boot into recovery and check if it is accessible.
Best is probably that you copy and paste the dd command. Please make sure you type it correctly, especially the last bit: That's mmcblk"zero"p4