T
TVIX
Ambitioniertes Mitglied
- 0
Ich suche eins welches wirklich funktioniert mit allen Funktionen
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
TVIX schrieb:ich wollte ne custom boot ani ins SGT kopieren desw dahcte ich ich brauche den ROOT
(Quelle: xda-forum)
Root Explorer method:
1. Rename your boot animation to bootanimation.zip
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB method:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot