Home Menu

Menu



ROMs y desarrollo LG Nexus 5X ROMs y desarrollo LG Nexus 5X


 
Herramientas
  #1  
Viejo 08/09/16, 16:26:22
Avatar de GyGaByTe_28
GyGaByTe_28 GyGaByTe_28 no está en línea
Usuario muy activo
Mensajes: 3,465
 
Fecha de registro: dic 2012
Localización: Tenerife
Mensajes: 3,465
Modelo de smartphone: Samsung s22
Versión de ROM: Android 12
Tu operador: Otra
Mencionado: 32 comentarios
Tagged: 0 hilos
Para meter OTAS via SDK necesito tener bootloader abierto?

Quiero preguntar si es mejor dejar el bootloader abierto estando en stock o cerrado.

Si dejo el bootloader abierto puedo pagar con nfc? me llegan las OTAS o me vere obligado a meterlas con SDK?.
Responder Con Cita


  #2  
Viejo 08/09/16, 16:48:20
Avatar de GyGaByTe_28
GyGaByTe_28 GyGaByTe_28 no está en línea
Usuario muy activo
Mensajes: 3,465
 
Fecha de registro: dic 2012
Localización: Tenerife
Mensajes: 3,465
Modelo de smartphone: Samsung s22
Versión de ROM: Android 12
Tu operador: Otra
Mencionado: 32 comentarios
Tagged: 0 hilos
Me auto Respondo para las OTAS y el SDK no se necesita bootloader abierto. Como mola jejejejejej.

Ehhh por cierto me recomendáis tener el bootloader abierto? me siento mas seguro teniéndolo así porque eso puede incluso salvar la vida.
Responder Con Cita
  #3  
Viejo 09/09/16, 15:16:43
Avatar de Noelito3
Noelito3 Noelito3 no está en línea
Usuario muy activo
Mensajes: 524
 
Fecha de registro: feb 2013
Mensajes: 524
Tu operador: Movistar
Mencionado: 2 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por GyGaByTe_28 Ver Mensaje
Me auto Respondo para las OTAS y el SDK no se necesita bootloader abierto. Como mola jejejejejej.

Ehhh por cierto me recomendáis tener el bootloader abierto? me siento mas seguro teniéndolo así porque eso puede incluso salvar la vida.
Yo lo tengo abierto. No le veo sentido a cerrarlo, a no ser que tengas que enviarlo al servicio técnico.
Por cierto, como habría que instalar las otas con el sdk, igual que una imagen?
Responder Con Cita
  #4  
Viejo 09/09/16, 15:49:30
Avatar de GyGaByTe_28
GyGaByTe_28 GyGaByTe_28 no está en línea
Usuario muy activo
Mensajes: 3,465
 
Fecha de registro: dic 2012
Localización: Tenerife
Mensajes: 3,465
Modelo de smartphone: Samsung s22
Versión de ROM: Android 12
Tu operador: Otra
Mencionado: 32 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por Noelito3 Ver Mensaje
Yo lo tengo abierto. No le veo sentido a cerrarlo, a no ser que tengas que enviarlo al servicio técnico.
Por cierto, como habría que instalar las otas con el sdk, igual que una imagen?
No no es igual es parecido. Y ya me informe para meter las otas por SDK no se necesita bootloader abierto y tampoco se pierden datos.
Responder Con Cita
  #5  
Viejo 09/09/16, 16:23:01
Avatar de Noelito3
Noelito3 Noelito3 no está en línea
Usuario muy activo
Mensajes: 524
 
Fecha de registro: feb 2013
Mensajes: 524
Tu operador: Movistar
Mencionado: 2 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por GyGaByTe_28 Ver Mensaje
No no es igual es parecido. Y ya me informe para meter las otas por SDK no se necesita bootloader abierto y tampoco se pierden datos.
Que comandos hay que utilizar?
Responder Con Cita
  #6  
Viejo 09/09/16, 16:40:28
Avatar de GyGaByTe_28
GyGaByTe_28 GyGaByTe_28 no está en línea
Usuario muy activo
Mensajes: 3,465
 
Fecha de registro: dic 2012
Localización: Tenerife
Mensajes: 3,465
Modelo de smartphone: Samsung s22
Versión de ROM: Android 12
Tu operador: Otra
Mencionado: 32 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por Noelito3 Ver Mensaje
Que comandos hay que utilizar?
To update a device using one of the OTA images below, you need the adb tool. Add it to your PATH environment variable.

To apply an OTA update image:

Download the appropriate update image for your device below.
Verify the checksum of the image: the OTA mechanism has a built-in validation feature, however verifying would save you some time in case the file was incomplete. The last portion of the filename is the first 8 digits of its SHA-256 checksum; the full SHA-256 checksum is also shown next to the download link.
With the device powered on and USB debugging enabled, execute:
adb reboot recovery
The device is now in recovery mode and an Android logo with red exclamation mark should appear on screen.
Hold Power button and press Volume Up once, and a menu will be shown. Select the option of
Apply update from ADB
Run the following command:
adb sideload (ota file.zip)
where (ota file.zip) is replaced with the file you have downloaded and verified.
Once the update finishes, you should reboot the phone by choosing:
Reboot the system now
For device security, you should disable USB debugging when it is not being updated.

Sacado de google: https://developers.google.com/android/nexus/ota
Responder Con Cita
Los siguientes 2 usuarios han agradecido a GyGaByTe_28 su comentario:
  #7  
Viejo 09/09/16, 16:42:03
Avatar de Noelito3
Noelito3 Noelito3 no está en línea
Usuario muy activo
Mensajes: 524
 
Fecha de registro: feb 2013
Mensajes: 524
Tu operador: Movistar
Mencionado: 2 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por GyGaByTe_28 Ver Mensaje
To update a device using one of the OTA images below, you need the adb tool. Add it to your PATH environment variable.

To apply an OTA update image:

Download the appropriate update image for your device below.
Verify the checksum of the image: the OTA mechanism has a built-in validation feature, however verifying would save you some time in case the file was incomplete. The last portion of the filename is the first 8 digits of its SHA-256 checksum; the full SHA-256 checksum is also shown next to the download link.
With the device powered on and USB debugging enabled, execute:
adb reboot recovery
The device is now in recovery mode and an Android logo with red exclamation mark should appear on screen.
Hold Power button and press Volume Up once, and a menu will be shown. Select the option of
Apply update from ADB
Run the following command:
adb sideload (ota file.zip)
where (ota file.zip) is replaced with the file you have downloaded and verified.
Once the update finishes, you should reboot the phone by choosing:
Reboot the system now
For device security, you should disable USB debugging when it is not being updated.

Sacado de google: https://developers.google.com/android/nexus/ota
Ok gracias, mediante sideload.
Responder Con Cita
  #8  
Viejo 07/10/16, 22:36:26
Avatar de carahuevo
carahuevo carahuevo no está en línea
Usuario muy activo
Mensajes: 1,055
 
Fecha de registro: nov 2009
Localización: Madrid
Mensajes: 1,055
Modelo de smartphone: Pixel 9a
Tu operador: Movistar
Mencionado: 3 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por GyGaByTe_28 Ver Mensaje
To update a device using one of the OTA images below, you need the adb tool. Add it to your PATH environment variable.

To apply an OTA update image:

Download the appropriate update image for your device below.
Verify the checksum of the image: the OTA mechanism has a built-in validation feature, however verifying would save you some time in case the file was incomplete. The last portion of the filename is the first 8 digits of its SHA-256 checksum; the full SHA-256 checksum is also shown next to the download link.
With the device powered on and USB debugging enabled, execute:
adb reboot recovery
The device is now in recovery mode and an Android logo with red exclamation mark should appear on screen.
Hold Power button and press Volume Up once, and a menu will be shown. Select the option of
Apply update from ADB
Run the following command:
adb sideload (ota file.zip)
where (ota file.zip) is replaced with the file you have downloaded and verified.
Once the update finishes, you should reboot the phone by choosing:
Reboot the system now
For device security, you should disable USB debugging when it is not being updated.

Sacado de google: https://developers.google.com/android/nexus/ota

Gracias compañero, estaba buscando esto precisamente

Salu2
Responder Con Cita
Gracias de parte de:
Respuesta

Estás aquí
Regresar   HTCMania > Foros LG > Otros smartphones antiguos de LG > LG Nexus 5X > ROMs y desarrollo LG Nexus 5X


Reglas de Mensajes
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Las caritas están On
Código [IMG] está On
Código HTML está Off

Saltar a Foro



Hora actual: 19:14:50 (GMT +2)

Cookies
Powered by vBulletin™
Copyright © vBulletin Solutions, Inc. All rights reserved.
 
HTCMania: líderes desde el 2007