Continuing on from earlier and still using these tools…
I know have a better idea of what’s happening.
wheelie has the SBK’s compiled in, so it can:
bootloader.bin runs and provides a “Nv3p” protocol server that nvflash can talk to.nvflash can now do all sorts of stuff to the device!So, TWRP is still a far superior recovery to ASUS’ crappy recovery so let’s install that.
Volume Up+Power)wheelie as usual:
./wheelie -2 --bl bootloader.bin --bct transformer.bct --odm 0x300d8011
blobunpack twrp-2.3.2.3-tf101.blob
5 in the default partition table) using nvflash
./nvflash -r --download 5 twrp-2.3.2.3-tf101.blob.SOS --sync
./nvflash -r --go
Volume Down+Power)Nice, that means we can boot into TWRP and sideload or do anything we like.