Benutzer-Werkzeuge

Webseiten-Werkzeuge


miui

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
miui [2010/12/13 21:28] tommiui [2025/05/03 09:10] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 4: Zeile 4:
 [[http://www.miui.com/viewthread.php?tid=5507&extra=page%3D1%26amp;filter%3Dtype%26amp;typeid%3D16|eigene Theme basteln (Google-Übersetzung)]]\\ [[http://www.miui.com/viewthread.php?tid=5507&extra=page%3D1%26amp;filter%3Dtype%26amp;typeid%3D16|eigene Theme basteln (Google-Übersetzung)]]\\
 [[http://miui-dev.com/forums/showthread.php?243-GUIDE-Theming-MIUI-general-tutorials-of-tweaks-I-ve-made|Theme basteln in englisch]]\\ [[http://miui-dev.com/forums/showthread.php?243-GUIDE-Theming-MIUI-general-tutorials-of-tweaks-I-ve-made|Theme basteln in englisch]]\\
 +[[http://noscope.com/2010/android-miui-mini-review|MiUi Review (mit Screenshots und Text)]]
 +===== Browser Mobile View =====
 +Damit der Browser nicht die Mobile Version der Website anzeigt, kann man einen Trick anwenden
 +  - in der Browserandresszeile "about:debug" eingeben und Enter/Go drücken
 +  - Dann via "Menu - More - Settings
 +  - bis zum Ende runter scrollen und unter "UAString" auf "Desktop" stellen
 +Das wars schon
 +
 +===== Update MIUI =====
 +  - ROM Download und auf SD kopieren\\ [[http://www.miui-au.com/|Version MIUI-au]]
 +  - Ladekabel anschliessen (nicht USB)
 +  - Aktualisierung ausführen
 +  - SMS backup, Diverse Apps; Daten auf SD sichern\\
 +    * Diaro Tagebuch
 +    * MyTasks
 +    * MobisleNotes
 +  - Cache löschen
 +  - Screenshots von den Desktops inkl. Ordner\\ mit ddms (Dalvik Debug Monitor)
 +  - Reboot und 5min warten
 +  - Ab hier, Ladekabel weg!
 +  - Titanium Backup (Alle Apps und Systemdaten)
 +  - MIUI-Backup
 +  - Nand Backup
 +  - Shutdown, SD-Karte auf Rechner kopieren
 +  - Reboot in Recovery (Vol.- + Power)
 +  - Wipe Cache, Wipe Dalvik-Cache (may be twice)
 +  - ROM von SD installieren
 +  - Reboot
  
 ===== ToDo's nach Update ===== ===== ToDo's nach Update =====
-Update Miui-au 12.11 R2, what i've done:\\ +**Update Miui-au 12.11 R2, what i've done:**\\ 
-Wipe Cache +  Wipe Cache 
-Install R1, Reboot +  Install R1, Reboot 
-Install R2, Reboot +  Install R2, Reboot 
-  adb remount +  - Dann im Terminal diese Skript ausführen:\\ 
-  $ adb shell cp /sdcard/Fonts/O1-neue/* /system/fonts/ => (own Fonts Kontrapunkt.ttf) +<code bash> 
-  adb shell cp /sdcard/download/HTC_IME_themed_gIMpSTa.apk /system/app/HTC_IME_hi22.apk (own keyboard rom gimpsta-mod+#!/bin/sh 
-  $ adb reboot + 
-Enjoy and have fun+################################################################ 
 +#        # 
 +#   Tom's Font-Changer 0.9.1                     # 
 +#        # 
 +# Voraussetzung: root und s-off        # 
 +# Folder /sdcard/Fonts/droidFonts auf sdcard    # 
 +#                Folder /sdcard/Fonts mit verschiedenen Fonts  # 
 +#        # 
 +################################################################ 
 + 
 +# Pfad von Android-SDK-Tools Verzeichnis 
 +cd /home/tom/android-sdk-linux_86/tools 
 + 
 +# hier werden die zwei Schriften (normal und bold) definiert 
 +normal=ComicSansMSMod.ttf; 
 +bold=ComicSansMSMod-Bold.ttf; 
 + 
 +# /sytem schreibbar einbinden 
 +adb remount 
 + 
 +# Inhalt von droidFonts löschen 
 +adb shell rm -r /sdcard/Fonts/droidFonts/
 + 
 +# gewünschter Font aus Fonts nach droidFonts kopieren und umbenennen 
 +adb shell cp /sdcard/Fonts/$normal /sdcard/Fonts/droidFonts/DroidSans.ttf 
 +adb shell cp /sdcard/Fonts/$normal /sdcard/Fonts/droidFonts/Arial.ttf 
 + 
 +# gewünschter Font aus Fonts nach droidFonts kopieren und umbenennen 
 +adb shell cp /sdcard/Fonts/$bold /sdcard/Fonts/droidFonts/DroidSans-Bold.ttf 
 +adb shell cp /sdcard/Fonts/$bold /sdcard/Fonts/droidFonts/Arial-Bold.ttf 
 + 
 +neue Fonts nach /system kopieren 
 +adb shell cp /sdcard/Fonts/droidFonts/* /system/fonts/ 
 + 
 +# eigene Tastatur nach /system kopieren 
 +adb shell cp /sdcard/download/HTC_IME_gIMpSTa.apk /system/app/HTC_IME_hi22.apk 
 + 
 +# Desire neu starten 
 +adb reboot 
 +</code> 
 + 
 +===== Bootanimation ändern ===== 
 +# /system schreibbar 
 +  $ tom@tom-desktop:~$ adb remount 
 +  $ remount succeeded 
 + 
 +# alte bootanimation.zip sichern 
 +  $ tom@tom-desktop:~$ adb shell 
 +  $ mv /system/media/bootanimation.zip /system/media/bootanimation2.zip 
 + 
 +# neue bootanmiation nach /system/media kopieren 
 +  $ tom@tom-desktop:~$ adb push Öffentlich/bootanimation.zip /system/media 
 +  $ 1300 KB/s (890127 bytes in 0.668s) 
 + 
 +# reboot device 
 +  $ tom@tom-desktop:~$ adb reboot 
 +  $ tom@tom-desktop:~$
miui.1292272096.txt.gz · Zuletzt geändert: 2025/05/03 09:10 (Externe Bearbeitung)