Hey,

hab hier was interessantes gefunden.

Mit dem Script könnt ihr veranlassen das bei jedem Boot eine zufällige Bootanimation erscheint

Installation des Scripts
Entpackt das Angehängte Zip File.

Gebt folgende Befehle in der adb Shell ein:
Code:
adb remount
adb push 10bootanimation /system/etc/init.d
adb shell chmod 750 /system/etc/init.d/10bootanimation
Es kann sein das der Ordner init.d nicht an diesem Ort ist. Einfach mal schnell selbst suchen

Installation der Bootanimation
Gebt folgenden Befehl ein (nur das allererste Mal, da ihr den Ordner nur einmal erstellen müsst):
Code:
adb shell mkdir /data/local/bootanimation
Um jeweils die Animation zu kopieren benutzt folgenden Befehl:
Code:
adb push animation-filename.zip /data/local/bootanimation
Hinweis: animation-filename.zip ist der Platzhalter für den Namen eurer Animation. Wenn ihr wissen wollt wie eine Boot animation aufgebaut ist schaut euch doch mal die Datei /system/media/bootanimation.zip an.

Ihr könnt im Script die Variable für die Bootanimation Location ändern wenn ihr sie nicht unter /data/local haben wollt.

Habs noch nicht getestet, werds vielleicht heute abend machen.

Grüsse

dremox