TeamWin / android_bootable_recovery

1.29k stars 407 forks source link

Is there a guide for building an unofficial twrp to adapt a new device? #83

Open lz1998 opened 3 years ago

lz1998 commented 3 years ago

There is no official twrp for xiaomi mi 10 ultra. And I don't know the unofficial one is safe or not, because it's not open-source. I hope I can adapt MI 10 ULTRA by myself. Is there a guide?

johunIZQIJ commented 3 years ago

And there is no support yet for the Vivo Z1 Pro.. So..how do we get TWRP for our devices??

sjevtic commented 3 years ago

See these:

https://forum.xda-developers.com/t/dev-how-to-compile-twrp-touch-recovery.1943625/ https://forum.xda-developers.com/t/how-to-building-twrp-from-source-with-goodies.4029449/

The Internet is full of guides for this topic, but by far the most useful source will be to find an existing TWRP device tree from a similar or predecessor device.

mhoyer commented 2 years ago

I wonder why there is only references to aged XDA forum posts about how to build TWRP. Shouldn't it be part of this repositories README.md instead? I mean, a) this would put the documentation where it belongs to and b) it is covered with version control and one does not have to fiddle around with old posts and potential hints somewhere deep in the XDA threads.

I would actually help here, but where to start if the information is so distributed? Can someone else (with knowledge about the build steps) kick off a first version of build instructions here in this repo?