Xiaomi.eu Rom auf dem Poco F2 - Wer nutzt sie schon?

@Maheshwara jap
 
  • Danke
Reaktionen: Maheshwara
WhatsApp Image 2020-09-21 at 17.19.16.jpeg
WhatsApp Image 2020-09-21 at 17.19.16(1).jpeg
Xiaomi.eu Stable: Von 100-18% in knapp 20h. Ich weiß nicht, ob ich damit glücklich sein soll :(
 
Schau mal im Akku-Thread vorbei. Hatte rund 6 Stunden und nur mobile Daten, also ohne WLAN. Bekomme den Akku einfach nicht platt über den Tag.
 
  • Danke
Reaktionen: derchii
Hallo zusammen,
kann jemand bitte mal testen, ob der Schnellfotomodus in den Kameraeinstellungen vorhanden ist?
Besten Dank und Gruß
 
Ist vorhanden
 

Anhänge

  • Screenshot_2020-09-28-10-09-59-680_com.android.camera.jpg
    Screenshot_2020-09-28-10-09-59-680_com.android.camera.jpg
    326,1 KB · Aufrufe: 115
  • Danke
Reaktionen: Lord_Naicon
@enricosteph super - Danke.
 
Wer der chinesischen TWRP Version nicht traut, kann jetzt diese nehmen:
[RECOVERY][3.4.0-14][lmi]TWRP Xiaomi Poco F2 Pro

Für die die Probleme haben mit MiFlash zu Flashen die Datei flash_all.bat mit Notepad++ anpassen!

Standardmäßig sieht es so aus:

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *lmi" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *lmi" || exit /B 1

::check anti_version
if exist %~dp0images\anti_version.txt (for /f "delims==" %%a in (%~dp0images\anti_version.txt) do (set CURRENT_ANTI_VER=%%a))
if [%CURRENT_ANTI_VER%] EQU [] set CURRENT_ANTI_VER=0
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"') do (set version=%%i)
if [%version%] EQU [] set version=0
set anticheck="antirollback check pass"
if %version% GTR %CURRENT_ANTI_VER% set anticheck="Current device antirollback version is greater than this pakcage"
echo %anticheck% | findstr /r /c:"pass" || @echo "Antirollback check error" && exit /B 1

fastboot %* erase boot || @echo "Erase boot error" && exit /B 1
fastboot %* flash crclist %~dp0images\crclist.txt || @echo "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @echo "Flash sparsecrclist error" && exit /B 1
fastboot %* flash xbl_4 %~dp0images\xbl_4.elf || @echo "Flash xbl_4 error" && exit /B 1
::fastboot %* flash xblbak %~dp0images\xbl.elf || @echo "Flash xblbak error" && exit /B 1
fastboot %* flash xbl_config_4 %~dp0images\xbl_config_4.elf || @echo "Flash xbl_config_4 error" && exit /B 1
fastboot %* flash xbl_5 %~dp0images\xbl_5.elf || @echo "Flash xbl_5 error" && exit /B 1
::fastboot %* flash xblbak %~dp0images\xbl.elf || @echo "Flash xblbak error" && exit /B 1
fastboot %* flash xbl_config_5 %~dp0images\xbl_config_5.elf || @echo "Flash xbl_config_5 error" && exit /B 1
fastboot %* flash abl %~dp0images\abl.elf || @echo "Flash abl error" && exit /B 1
::fastboot %* flash ablbak %~dp0images\abl.elf || @echo "Flash ablbak error" && exit /B 1
fastboot %* flash tz %~dp0images\tz.mbn || @echo "Flash tz error" && exit /B 1
::fastboot %* flash tzbak %~dp0images\tz.mbn || @echo "Flash tzbak error" && exit /B 1
fastboot %* flash hyp %~dp0images\hyp.mbn || @echo "Flash hyp error" && exit /B 1
::fastboot %* flash hypbak %~dp0images\hyp.mbn || @echo "Flash hypbak error" && exit /B 1
fastboot %* flash devcfg %~dp0images\devcfg.mbn || @echo "Flash devcfg error" && exit /B 1
::fastboot %* flash devcfgbak %~dp0images\devcfg.mbn || @echo "Flash devcfgbak error" && exit /B 1
fastboot %* flash storsec %~dp0images\storsec.mbn || @echo "Flash storsec error" && exit /B 1
::fastboot %* flash storsecbak %~dp0images\storsec.mbn || @echo "Flash storsecbak error" && exit /B 1
fastboot %* flash bluetooth %~dp0images\BTFM.bin || @echo "Flash bluetooth error" && exit /B 1
fastboot %* flash cmnlib %~dp0images\cmnlib.mbn || @echo "Flash cmnlib error" && exit /B 1
::fastboot %* flash cmnlibbak %~dp0images\cmnlib.mbn || @echo "Flash cmnlibbak error" && exit /B 1
fastboot %* flash cmnlib64 %~dp0images\cmnlib64.mbn || @echo "Flash cmnlib64 error" && exit /B 1
::fastboot %* flash cmnlib64bak %~dp0images\cmnlib64.mbn || @echo "Flash cmnlib64bak error" && exit /B 1
fastboot %* flash modem %~dp0images\NON-HLOS.bin || @echo "Flash modem error" && exit /B 1
fastboot %* flash dsp %~dp0images\dspso.bin || @echo "Flash dsp error" && exit /B 1
fastboot %* flash keymaster %~dp0images\km4.mbn || @echo "Flash keymaster error" && exit /B 1
::fastboot %* flash keymasterbak %~dp0images\keymaster64.mbn || @echo "Flash keymasterbak error" && exit /B 1
fastboot %* flash logo %~dp0images\logo.img || @echo "Flash logo error" && exit /B 1
::fastboot %* flash splash %~dp0images\splash.img || @echo "Flash splash error" && exit /B 1
fastboot %* flash featenabler %~dp0images\featenabler.mbn || @echo "Flash featenabler error" && exit /B 1
fastboot %* flash misc %~dp0images\misc.img || @echo "Flash misc error" && exit /B 1
fastboot %* flash aop %~dp0images\aop.mbn || @echo "Flash aop error" && exit /B 1
fastboot %* flash qupfw %~dp0images\qupv3fw.elf || @echo "Flash qupfw error" && exit /B 1
fastboot %* flash uefisecapp %~dp0images\uefi_sec.mbn || @echo "Flash uefisecapp error" && exit /B 1
fastboot %* flash multiimgoem %~dp0images\multi_image.mbn || @echo "Flash multiimgoem error" && exit /B 1
fastboot %* flash vbmeta_system %~dp0images\vbmeta_system.img || @echo "Flash vbmeta_system error" && exit /B 1
fastboot %* flash vbmeta %~dp0images\vbmeta.img || @echo "Flash vbmeta error" && exit /B 1
fastboot %* flash dtbo %~dp0images\dtbo.img || @echo "Flash dtbo error" && exit /B 1
fastboot %* flash super %~dp0images\super.img || @echo "Flash super error" && exit /B 1
::fastboot %* flash odm %~dp0images\odm.img || @echo "Flash odm error" && exit /B 1
fastboot %* flash cache %~dp0images\cache.img || @echo "Flash cache error" && exit /B 1
fastboot %* erase metadata || @echo "Erase metadata error" && exit /B 1
fastboot %* flash userdata %~dp0images\userdata.img || @echo "Flash userdata error" && exit /B 1
fastboot %* flash recovery %~dp0images\recovery.img || @echo "Flash recovery error" && exit /B 1
::fastboot %* erase sec || @echo "Erase sec error" && exit /B 1
if exist %~dp0images\exaid.img (
fastboot %* flash exaid %~dp0images\exaid.img || @echo "Flash exaid error" && exit /B 1
) else (
fastboot %* erase exaid || @echo "Erase exaid error" && exit /B 1
)
fastboot %* flash cust %~dp0images\cust.img || @echo "Flash cust error" && exit /B 1
fastboot %* flash boot %~dp0images\boot.img || @echo "Flash boot error" && exit /B 1
fastboot %* reboot || @echo "Reboot error" && exit /B 1

Den oberen berreich einfach entfernen und abspeichern. Hier das bsp.!

fastboot %* erase boot || @echo "Erase boot error" && exit /B 1
fastboot %* flash crclist %~dp0images\crclist.txt || @echo "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @echo "Flash sparsecrclist error" && exit /B 1
fastboot %* flash xbl_4 %~dp0images\xbl_4.elf || @echo "Flash xbl_4 error" && exit /B 1
::fastboot %* flash xblbak %~dp0images\xbl.elf || @echo "Flash xblbak error" && exit /B 1
fastboot %* flash xbl_config_4 %~dp0images\xbl_config_4.elf || @echo "Flash xbl_config_4 error" && exit /B 1
fastboot %* flash xbl_5 %~dp0images\xbl_5.elf || @echo "Flash xbl_5 error" && exit /B 1
::fastboot %* flash xblbak %~dp0images\xbl.elf || @echo "Flash xblbak error" && exit /B 1
fastboot %* flash xbl_config_5 %~dp0images\xbl_config_5.elf || @echo "Flash xbl_config_5 error" && exit /B 1
fastboot %* flash abl %~dp0images\abl.elf || @echo "Flash abl error" && exit /B 1
::fastboot %* flash ablbak %~dp0images\abl.elf || @echo "Flash ablbak error" && exit /B 1
fastboot %* flash tz %~dp0images\tz.mbn || @echo "Flash tz error" && exit /B 1
::fastboot %* flash tzbak %~dp0images\tz.mbn || @echo "Flash tzbak error" && exit /B 1
fastboot %* flash hyp %~dp0images\hyp.mbn || @echo "Flash hyp error" && exit /B 1
::fastboot %* flash hypbak %~dp0images\hyp.mbn || @echo "Flash hypbak error" && exit /B 1
fastboot %* flash devcfg %~dp0images\devcfg.mbn || @echo "Flash devcfg error" && exit /B 1
::fastboot %* flash devcfgbak %~dp0images\devcfg.mbn || @echo "Flash devcfgbak error" && exit /B 1
fastboot %* flash storsec %~dp0images\storsec.mbn || @echo "Flash storsec error" && exit /B 1
::fastboot %* flash storsecbak %~dp0images\storsec.mbn || @echo "Flash storsecbak error" && exit /B 1
fastboot %* flash bluetooth %~dp0images\BTFM.bin || @echo "Flash bluetooth error" && exit /B 1
fastboot %* flash cmnlib %~dp0images\cmnlib.mbn || @echo "Flash cmnlib error" && exit /B 1
::fastboot %* flash cmnlibbak %~dp0images\cmnlib.mbn || @echo "Flash cmnlibbak error" && exit /B 1
fastboot %* flash cmnlib64 %~dp0images\cmnlib64.mbn || @echo "Flash cmnlib64 error" && exit /B 1
::fastboot %* flash cmnlib64bak %~dp0images\cmnlib64.mbn || @echo "Flash cmnlib64bak error" && exit /B 1
fastboot %* flash modem %~dp0images\NON-HLOS.bin || @echo "Flash modem error" && exit /B 1
fastboot %* flash dsp %~dp0images\dspso.bin || @echo "Flash dsp error" && exit /B 1
fastboot %* flash keymaster %~dp0images\km4.mbn || @echo "Flash keymaster error" && exit /B 1
::fastboot %* flash keymasterbak %~dp0images\keymaster64.mbn || @echo "Flash keymasterbak error" && exit /B 1
fastboot %* flash logo %~dp0images\logo.img || @echo "Flash logo error" && exit /B 1
::fastboot %* flash splash %~dp0images\splash.img || @echo "Flash splash error" && exit /B 1
fastboot %* flash featenabler %~dp0images\featenabler.mbn || @echo "Flash featenabler error" && exit /B 1
fastboot %* flash misc %~dp0images\misc.img || @echo "Flash misc error" && exit /B 1
fastboot %* flash aop %~dp0images\aop.mbn || @echo "Flash aop error" && exit /B 1
fastboot %* flash qupfw %~dp0images\qupv3fw.elf || @echo "Flash qupfw error" && exit /B 1
fastboot %* flash uefisecapp %~dp0images\uefi_sec.mbn || @echo "Flash uefisecapp error" && exit /B 1
fastboot %* flash multiimgoem %~dp0images\multi_image.mbn || @echo "Flash multiimgoem error" && exit /B 1
fastboot %* flash vbmeta_system %~dp0images\vbmeta_system.img || @echo "Flash vbmeta_system error" && exit /B 1
fastboot %* flash vbmeta %~dp0images\vbmeta.img || @echo "Flash vbmeta error" && exit /B 1
fastboot %* flash dtbo %~dp0images\dtbo.img || @echo "Flash dtbo error" && exit /B 1
fastboot %* flash super %~dp0images\super.img || @echo "Flash super error" && exit /B 1
::fastboot %* flash odm %~dp0images\odm.img || @echo "Flash odm error" && exit /B 1
fastboot %* flash cache %~dp0images\cache.img || @echo "Flash cache error" && exit /B 1
fastboot %* erase metadata || @echo "Erase metadata error" && exit /B 1
fastboot %* flash userdata %~dp0images\userdata.img || @echo "Flash userdata error" && exit /B 1
fastboot %* flash recovery %~dp0images\recovery.img || @echo "Flash recovery error" && exit /B 1
::fastboot %* erase sec || @echo "Erase sec error" && exit /B 1
if exist %~dp0images\exaid.img (
fastboot %* flash exaid %~dp0images\exaid.img || @echo "Flash exaid error" && exit /B 1
) else (
fastboot %* erase exaid || @echo "Erase exaid error" && exit /B 1
)
fastboot %* flash cust %~dp0images\cust.img || @echo "Flash cust error" && exit /B 1
fastboot %* flash boot %~dp0images\boot.img || @echo "Flash boot error" && exit /B 1
fastboot %* reboot || @echo "Reboot error" && exit /B 1

Ansonsten kann man auch mit dieseme schönen Tool Flashen:
Szaki/XiaomiADBFastbootTools

Hier das bsp. Video dazu
 
  • Danke
Reaktionen: Maheshwara und medion1113
Hallo zusammen,
ich habe heute mein Poco F2 Pro erhalten und direkt den Vorgang gestartet um den Bootloader zu entsperren. Soweit so gut, hat auch alles geklappt. Hab eine Wartezeit von 168 Stunden. Kein Problem, hab ja noch mein MI8 als Daily Driver.
SIM-Karte habe ich wieder ins MI8 gesteckt. Aber was ist mit dem MI Account. Darf dieser weiterhin auf dem MI8 angemeldet sein? Oder muss ich den während der Wartezeit abmelden.
Danke und Gruß
 
Kannst doch mehrere Geräte gleichzeitig im Account haben.
 
Hat schon wer das neue Magisk 21 am laufen?
 
Hallo zusammen,
am Donnerstag ist es soweit und ich kann die Xiaomi.EU installieren.
Aktuell suche ich mir schon mal alles zusammen, was ich benötige.
Welche TWRP sollte man aktuell nehmen?
Das
Twrp-3.4.1b-0328 for K30Pro by wzsx150
oder
[3.4.0-14][lmi]TWRP Xiaomi Poco F2 Pro by mauronofrio

Oder gibt es von wzsx150 schon eine aktuellere Version? Oder ist es eigentlich egal, welcher der beiden Versionen man nimmt.
 
Funktioniert die Rechteverwaltung unter Android 11
 
Hallo zusammen,
ich hoffe ihr könnt mir helfen.
Ich habe bereits mehrere TWRP Versionen probiert. Aktuell habe ich die recovery-TWRP-3.4.2B-0623-REDMI_K30PRO-CN-wzsx150 installiert.
Ich boote ins TWRP und gehe auf WIPE, Format Data, dann kopiere ich xiaomi.eu_multi_HMK30Pro_20.9.24_v12-11.zip auf den internen Speicher (dieser ist leer, nur diese Datei vorhanden, sonst keine Ordner) und installiere die Rom. Danach wipe Cache/Dalvik und reboot. Ich lande wieder im TWRP.
Was mache ich falsch?
 
Ich hab jetzt versucht mit dem XiaomiMiTool V2 versucht ein Fastboot Rom zu flashen. Der Vorgang ist aber auf Fehler gelaufen. Jetzt habe ich das Problem, dass ich in einem Fastboot-Boot Loop stecke. Handy rebootet direkt in Fastboot
 
Und nochmals ich. Ich hab jetzt lmi_eea_global_images_V12.0.2.0.QJKEUXM_20200730.0000.00_10.0_eea mit MIFlash 2019.12.6.0 versucht zu flashen. Der Vorgang wurde auch mit einer Fehlermeldung beendet. aber das Handy ist automatisch gestartet und vollständig gebootet - gott sei dank keinen Briefbeschwerer
 
  • Danke
Reaktionen: medion1113
Also dein Gerät läuft wieder, nur halt wieder mit der alten ROM, aber nicht xiaomi.eu?
 
Mittlerweile die Xiaomi.EU - war aber ein Kampf.
 
Und was war nun der Grund dafür, dass du anfangs solche Probleme hattest? Wäre gut für mich zu wissen, da ich auch gerne endlich xiaomi.eu flashen würde. Ich habe aktuell allerdings kein Zweithandy und demnach kann ich mir so einen Problem-Marathon nicht leisten 😅
 

Ähnliche Themen

P
Antworten
9
Aufrufe
801
PfailoBello
PfailoBello
H
  • hans-peter2210
Antworten
7
Aufrufe
893
hofi001
H
nox2021
  • nox2021
Antworten
2
Aufrufe
953
TheMissingLink
TheMissingLink
Zurück
Oben Unten