-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for LineageOS recovery (if possible) #210
Comments
Yes, this is in my head for some time (and actually the installer started with only LineageOS recovery). Thanks for adding it to the issues! Yet, I haven't figured out how to do the scripting in the LOS recovery, I have to find some time to dig in the source code of the recovery. Of course, there might be the option to use the LOS recovery without scripting, and people pressing buttons on the device screen. I thought about a "simple lineage os" mode, where you just can install official lineage OS images with the official lineage os recovery. But I'm not sure about this way. What do you think? |
I add a quick look when I discovered OAI because I wanted t script with eOS recovery which is based on LOS recovery -> I could not find similar scripting support to TWRP but I might be wrong |
I start to take a look on it, here what I found :
This issue is similar to #73 . |
These are both more dangerous than going through a recovery. Thats part of why they exist. You could also just write all required files to the right partitions directly from fastboot (like the google pixel scripts by google or the graphenos is installer is doing it). But for that you need to know way more about the devices and everything needs to work well or it breaks... |
Ok, so... not a good idea. So maybe we should create a step by step install process specifically for LOS recovery ? |
I believe it would be really useful to support each ROMs own recovery, if possible |
There are only a few different recoveries :
The main point with LineageOS recovery is that it does not support scripting, so user have to follow some steps manually (factory reset & sideload). But it shouldn't be hard to implement. |
Is your feature request related to a problem? Please describe.
Some devices supported by LineageOS have no TWRP support.
Describe the solution you'd like
If it is possible add scripting for LineageOS recovery to OAI (related to the OrangeFox support #188 )
The text was updated successfully, but these errors were encountered: