Diferencia entre revisiones de «LineageOS»

De TechShareRoom wiki
Ir a la navegación Ir a la búsqueda
Sin resumen de edición
Sin resumen de edición
Línea 5: Línea 5:
*[https://wiki.lineageos.org/devices/alioth/install/variant1 ¿Cómo instalar de 0?]
*[https://wiki.lineageos.org/devices/alioth/install/variant1 ¿Cómo instalar de 0?]
*[https://wiki.lineageos.org/devices/alioth/variant1/ ¿Cómo actualizar a versión superior?]
*[https://wiki.lineageos.org/devices/alioth/variant1/ ¿Cómo actualizar a versión superior?]
<nowiki>adb reboot sideload
<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 del 00:27 2 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