Ver Mensaje Individual
  #18  
Viejo 04/05/12, 03:14:31
Avatar de gotrek00
gotrek00 gotrek00 no está en línea
Usuario muy activo
Mensajes: 2,698
Compra y venta: (1)
 
Fecha de registro: mar 2009
Localización: Madrid
Mensajes: 2,698
Modelo de smartphone: Redmi Note 5
Versión de ROM: Probando las nuevas...
Tu operador: Vodafone
Mencionado: 7 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por pedroa Ver Mensaje
@echo off
title: Script de instalacion inicial para POV ProTab 2 XXL, por Gotrek00

cls
adb remount



echo adb shell mv system/media/bootanimation1.zip /system/media/bootanimation.zip
echo adb shell chmod 644 /system/media/bootanimation.zip
echo set system_x=

echo adb reboot
echo adb kill-server
echo adb exit

Lo he dejado asi y no me sale nada se queda en negro
claro jeje, tienes q quitar el "echo"

@echo off
title: Script de instalacion inicial para POV ProTab 2 XXL, por Gotrek00
cls
adb remount

adb shell mv system/media/bootanimation1.zip /system/media/bootanimation.zip
adb shell chmod 644 /system/media/bootanimation.zip
set system_x=

adb reboot
adb kill-server
adb exit
Responder Con Cita