I managed to install the patched boot.img by plugging the SD in my computer and running:
Code:
sudo dd if=./boot-13.2.1-adb-root-mtp.img of=/dev/disk2s1
So now I have adb but even if run:
Code:
adb reboot bootloader
The recovery shows up but fastboot does not detect any devices.
I was thinking of flashing in a similar manner as above but I don't know which one is the recovery partition. My guess is that is either s8, given that the twrp image is 8MB:
Code:
/dev/disk2 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *7.9 GB disk2
1: Linux 6.3 MB disk2s1
2: Linux 33.6 MB disk2s2
3: DOS_FAT_32 tolino 6.2 GB disk2s4
4: Linux 402.6 MB disk2s5
5: Linux 402.6 MB disk2s6
6: Linux 536.9 MB disk2s7
7: Linux 8.4 MB disk2s8
8: Linux 4.2 MB disk2s9
9: Linux 268.4 MB disk2s10
Does anyone know which one is it?
Any other ideas on how to flash TWRP?