Diferencia entre revisiones de «LineageOS»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
|||
(No se muestran 4 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
== Descarga == | == Descarga == | ||
*[https://download.lineageos.org Todos los dispositivos | *[https://download.lineageos.org Todos los dispositivos] | ||
== | == Instalación y actualizaciones == | ||
*[https://wiki.lineageos.org/devices/alioth/variant1 | *[https://wiki.lineageos.org/devices/alioth/install/variant1 ¿Cómo instalar de 0?] | ||
*[[¿Cómo actualizar a versión superior de LineageOS?]] | |||
<syntaxhighlight lang="bash"> | |||
adb reboot sideload | |||
adb sideload lineage-20.0-20230603-nightly-alioth-signed.zip | adb sideload lineage-20.0-20230603-nightly-alioth-signed.zip | ||
</ | </syntaxhighlight> | ||
If you want to install any add-ons, click Advanced, then Reboot to Recovery, | If you want to install any add-ons, click Advanced, then Reboot to Recovery, | ||
then when your device reboots, click Apply Update, then Apply from ADB, then | then when your device reboots, click Apply Update, then Apply from ADB, then | ||
<syntaxhighlight lang="bash"> | |||
</ | adb sideload MindTheGapps-13.0.0-arm64-20230408_162909.zip | ||
</syntaxhighlight> | |||
== Soluciones == | == Soluciones == | ||
*[https://forum.xda-developers.com/t/any-ways-to-remove-the-emergency-button-on-lineageos-lockscreen.3561395/ Any ways to remove the "Emergency" button on LineageOS lockscreen?] | *[https://forum.xda-developers.com/t/any-ways-to-remove-the-emergency-button-on-lineageos-lockscreen.3561395/ Any ways to remove the "Emergency" button on LineageOS lockscreen?] |
Revisión actual - 17:30 19 may 2024
Descarga
Instalación y actualizaciones
adb reboot sideload
adb sideload lineage-20.0-20230603-nightly-alioth-signed.zip
If you want to install any add-ons, click Advanced, then Reboot to Recovery, then when your device reboots, click Apply Update, then Apply from ADB, then
adb sideload MindTheGapps-13.0.0-arm64-20230408_162909.zip