Benutzer-Werkzeuge

Webseiten-Werkzeuge


miui

MiUi (China-ROM)

Browser Mobile View

Damit der Browser nicht die Mobile Version der Website anzeigt, kann man einen Trick anwenden

  1. in der Browserandresszeile „about:debug“ eingeben und Enter/Go drücken
  2. Dann via „Menu - More - Settings
  3. bis zum Ende runter scrollen und unter „UAString“ auf „Desktop“ stellen

Das wars schon

Update MIUI

  1. ROM Download und auf SD kopieren
    Version MIUI-au
  2. Ladekabel anschliessen (nicht USB)
  3. Aktualisierung ausführen
  4. SMS backup, Diverse Apps; Daten auf SD sichern
    • Diaro Tagebuch
    • MyTasks
    • MobisleNotes
  5. Cache löschen
  6. Screenshots von den Desktops inkl. Ordner
    mit ddms (Dalvik Debug Monitor)
  7. Reboot und 5min warten
  8. Ab hier, Ladekabel weg!
  9. Titanium Backup (Alle Apps und Systemdaten)
  10. MIUI-Backup
  11. Nand Backup
  12. Shutdown, SD-Karte auf Rechner kopieren
  13. Reboot in Recovery (Vol.- + Power)
  14. Wipe Cache, Wipe Dalvik-Cache (may be twice)
  15. ROM von SD installieren
  16. Reboot

ToDo's nach Update

Update Miui-au 12.11 R2, what i've done:

  1. Wipe Cache
  2. Install R1, Reboot
  3. Install R2, Reboot
  4. Dann im Terminal diese Skript ausführen:
#!/bin/sh
 
################################################################
#							       #
#		  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

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.txt · Zuletzt geändert: 2025/05/03 09:10 von 127.0.0.1