-
-
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
custom recoveries #73
Comments
In the beginning the tool also supported the LOS recovery, but (as far as I know) it doesn't allow for any scripting so not too much automation is possible. So for now, only TWRP-based recoveries are supported. For example OrangeFox also works in general. But for the average user, I would recommend using a TWRP recovery. Do you have an example (or examples) of LOS supported devices with no TWRP support? I will look into the openrecovery script possibilities and maybe there is an option to use the LOS recovery still. |
Well it isnt supported by your installer, but thr TP1803/Nubia Mini 5G does have official lineage support without twrp. Unofficial builds exist, but dont work on the bootloader that is shipped with the builds. |
You should update the twrp links for cheeseburger/dumpling as well. It points to the old twrp link, but OP5/T actually got a unified more up to date version... |
Currently, the link is generated from the device code like this: |
Closed with #68 |
Xperia 1 II and 5 II dont support official twrp either, but Idk if you should add unofficial twrp support (and Idk if I will bringup these 2) |
Hm, I would not link to unofficial TWRP sources, since I don't know how stable and trustworthy they are. So I would not recommend them easily. But it's great to support these if people can find them somewhere. |
Well there is no device supported that doesnt have official twrp for now, so that isnt an issue right now, but supporting these is pretty difficult if you dont support either the lineage recovery nor unofficial ones. In the end it is only booted temporarily from what I saw and only usb and mounting has to work properly (encryption doesnt have to work). |
I'm not sure if I understand correctly. But unofficial TWRP versions are supported if you can download them somewhere, you can use them. Same as for ROMs. |
oh, nvm Im stupid |
But still the TP1803 issue persists (not supported yet). https://wiki.lineageos.org/devices/TP1803/install |
I got info from a LineageOS core-developer, that the LineageOS recovery should also have quite some scripting capabilities. So I will explore that and then there might be a way to implement support for the LineageOS recovery and even have a full end to end experience (including downloads) if your device is officially supported by LOS. |
this should get fixed with #188 (?) |
I guess we are moving forward here, but it's not a full fix yet, since there are still devices where only the LineageOS recovery would provide full (at least official) support. |
For LineageOS recovery, maybe we should focus on only one issue, so maybe #210 ? |
While most devices support twrp it isnt the case for all lineage supported devices. Id suggest adding support for at least the lineage recoveries if thats possible.
edit:
I foolishly just tested it renaming the lineage recoveryimage and saw that you are using some twrp specific commands, so that cant work obv. When installing ota updates there it sometimes says "executing openrecovery script" so that might be helpful... In addition a lot of twrp based custom recoveries exist, which probably still contain these functions, but I have to test that myself ig.
The text was updated successfully, but these errors were encountered: