[GUIDA] Cambiaro Logo iniziale
Vi riporto la procedura sia via adb sia via terminale stesso.
Quote:
File browser method (Rooted devices only):
Connect your phone to your computer via USB and mount the storage card for file transfer.
Copy the bootanimation.zip file that you want to install, to your SD card.
Unmount USB storage and launch the file browser of your choice on your phone.
Browse to /system/media, copy the existing bootanimation.zip file from there and paste it somewhere safe on your SD card.
Browse to the location on the SD card where you copied the new bootanimation.zip and copy it.
Browse to /data/local and paste the bootanimation.zip file there to override the default system boot animation without replacing it.
OR
Browse to /system/media and paste the bootanimation.zip file there.
If you are using Super Manager, you will have to enable its root function first from the settings. Furthermore, you may need to mount the /system partition as read-write first too upon entering it.
Note: If you had earlier on copied a custom bootanimation.zip file into /data/local, you will also need to delete it or else the new one from /system/media will not be loaded.
ADB method:
Enable USB debugging on your device in Settings > Applications > Development.
Connect your device to the computer via USB.
Launch a command prompt/terminal window on your computer.
Navigate to the location where you have the bootanimation.zip file saved.
Rooted/Unrooted devices:Enter these commands:
adb pull /data/local/bootanimation.zip c:\
adb push bootanimation.zip /data/local/
OR
Rooted devices only: Enter these commands:
adb pull /system/media/bootanimation.zip c:\
adb remount
adb push bootanimation.zip /system/media/
Whichever method you used, you should now have the new boot animation successfully installed on your device. Simply restart it and you should see it running upon boot.
Per chi non ha dimestichezza con l'inglese leggete qui la traduzione fatta con google (troppo testo!):
Quote:
File metodo browser (dispositivi radicate solo):
Collegare il telefono al computer tramite USB e montare la scheda di memoria per il trasferimento di file.
Copiare il file bootanimation.zip che si desidera installare, la scheda SD.
Smonta archiviazione USB e lanciare il file browser di vostra scelta sul tuo cellulare.
Individuare / system / media, copiare il file esistente bootanimation.zip da lì e incollarlo in un posto sicuro sulla scheda SD.
Individuare la posizione sulla scheda SD, dove è stato copiato il nuovo bootanimation.zip e copiarlo.
Sfoglia per data / local / e incollare il file bootanimation.zip lì per sostituire il sistema di animazione di avvio di default senza sostituirlo.
O
Individuare / system / media e incollare il file bootanimation.zip lì.
Se si utilizza Super Manager, si dovrà abilitare la sua funzione prima radice dalle impostazioni. Inoltre, potrebbe essere necessario per montare la partizione / system in lettura-scrittura prima troppo entrando in esso.
Nota: Se avete avuto in precedenza copiato su un file personalizzato bootanimation.zip in / data / local, sarà anche necessario eliminarlo oppure quello nuovo da / system / media non verrà caricato.
Metodo ADB:
Attivare il debug sul dispositivo USB in Impostazioni> Applicazioni> Sviluppo.
Collegare il dispositivo al computer via USB.
Avviare un prompt / terminale finestra di comando sul vostro computer.
Passare al percorso in cui avete salvato il file bootanimation.zip.
Dispositivi radicate / senza radice: scrivete questi comandi:
adb pull / data / local / bootanimation.zip c: \
adb push bootanimation.zip / data / local /
O
Dispositivi radicate solo: scrivete questi comandi:
adb pull / system / media / bootanimation.zip c: \
adb remount
adb push bootanimation.zip / system / media /
Indipendentemente dal metodo utilizzato, si dovrebbe ora avere la nuova animazione di boot correttamente installato sul vostro dispositivo. Basta riavviare e si dovrebbe vedere in esecuzione all'avvio.