Diferencia entre revisiones de «LineageOS»

De TechShareRoom wiki
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/devices/alioth/builds POCO F3]
*[https://download.lineageos.org Todos los dispositivos]


== Actualizaciones ==
== Instalación y actualizaciones ==
*[https://wiki.lineageos.org/devices/alioth/variant1/ ¿Cómo actualizar a versión superior?]
*[https://wiki.lineageos.org/devices/alioth/install/variant1 ¿Cómo instalar de 0?]
<nowiki>adb reboot sideload
*[[¿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
</nowiki>
</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
<nowiki>adb sideload MindTheGapps-13.0.0-arm64-20230408_162909.zip
<syntaxhighlight lang="bash">
</nowiki>
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

Soluciones