[Help] TWRP without SD Card?

AnOob_701

Member
Apr 1, 2019
37
5
18
I've been reading this "[ROOT] H872 (up to and including 20g)" thread and came to an step where i require SD Card to flash TWRP, my device fails to format it, i can't use SD Card, anyway to flash it would OTG do the trick?
 
Last edited:

Ducter

Senior Member
Jan 10, 2009
1,873
1,212
143
I've been reading this "[ROOT] H872 (up to and including 20g)" thread and came to an step where i require SD Card to flash TWRP, my device fails to format it, i can't use SD Card, anyway to flash it would OTG do the trick?
You've already figured it out by now I'm sure after this long but posting in case anyone else comes across your issue. You can push the recovery over to the phone after formatting it. Open terminal in the directory you've downloaded the recovery to and

adb push recovery-name.img /sdcard/recovery-name.img

Then obviously, you'll find the recovery image in your sd card directory on your phone and can flash it from there.