Ich habe leider noch nie direkt mit fastboot geflasht. Habe es aber trotzdem mal versucht...
Ich habe
- "minimal_adb_fastboot_v1.4" geladen und installiert
- meine ROM entpackt und die Datein vom Ordner Images in mein ADB ordner kopiert
- über CMD in mein ADB Ordner navigiert
- Handy in Fastboot Modus versetzt
- "fastboot" eingegeben
- "fastboot devices" eingegeben
- "fastboot flash partition gpt_both0.bin" eingegeben
jetzt kam schon die erste Fehlermeldung. War da jetzt ein Fehler in meiner Vorgehensweise, oder wollte das Handy wieder nicht mitmachen?
Code:
F:\Handy\Minimal ADB and Fastboot>fastboot devices
90341d0e7d12 fastboot
F:\Handy\Minimal ADB and Fastboot>fastboot flash partition gpt_both0.bin
target reported max download size of 268435456 bytes
sending 'partition' (33 KB)...
OKAY [ 0.006s]
writing 'partition'...
FAILED (remote: failed to write partition)
finished. total time: 0.035s
F:\Handy\Minimal ADB and Fastboot>
Ich hab dann einfach mal weiter gemacht.
bis auf "fastboot flash sec sec.dat" wurde alles ohne Fehler beendet
Code:
F:\Handy\Minimal ADB and Fastboot>fastboot flash tz tz.mbn
target reported max download size of 268435456 bytes
sending 'tz' (402 KB)...
OKAY [ 0.016s]
writing 'tz'...
OKAY [ 0.008s]
finished. total time: 0.026s
F:\Handy\Minimal ADB and Fastboot>fastboot flash sbl1 sbl1.mbn
target reported max download size of 268435456 bytes
sending 'sbl1' (246 KB)...
OKAY [ 0.013s]
writing 'sbl1'...
OKAY [ 0.009s]
finished. total time: 0.023s
F:\Handy\Minimal ADB and Fastboot>fastboot flash rpm rpm.mbn
target reported max download size of 268435456 bytes
sending 'rpm' (145 KB)...
OKAY [ 0.010s]
writing 'rpm'...
OKAY [ 0.009s]
finished. total time: 0.022s
F:\Handy\Minimal ADB and Fastboot>fastboot flash aboot emmc_appsboot.mbn
target reported max download size of 268435456 bytes
sending 'aboot' (495 KB)...
OKAY [ 0.020s]
writing 'aboot'...
OKAY [ 0.012s]
finished. total time: 0.034s
F:\Handy\Minimal ADB and Fastboot>fastboot flash hyp hyp.mbn
target reported max download size of 268435456 bytes
sending 'hyp' (19 KB)...
OKAY [ 0.004s]
writing 'hyp'...
OKAY [ 0.005s]
finished. total time: 0.012s
F:\Handy\Minimal ADB and Fastboot>fastboot flash tzbak tz.mbn
target reported max download size of 268435456 bytes
sending 'tzbak' (402 KB)...
OKAY [ 0.017s]
writing 'tzbak'...
OKAY [ 0.010s]
finished. total time: 0.030s
F:\Handy\Minimal ADB and Fastboot>fastboot flash sbl1bak sbl1.mbn
target reported max download size of 268435456 bytes
sending 'sbl1bak' (246 KB)...
OKAY [ 0.012s]
writing 'sbl1bak'...
OKAY [ 0.010s]
finished. total time: 0.024s
F:\Handy\Minimal ADB and Fastboot>fastboot flash rpmbak rpm.mbn
target reported max download size of 268435456 bytes
sending 'rpmbak' (145 KB)...
OKAY [ 0.008s]
writing 'rpmbak'...
OKAY [ 0.006s]
finished. total time: 0.016s
F:\Handy\Minimal ADB and Fastboot>flash abootbak emmc_appsboot.mbn
Der Befehl "flash" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
F:\Handy\Minimal ADB and Fastboot>fastboot flash abootbak emmc_appsboot.mbn
target reported max download size of 268435456 bytes
sending 'abootbak' (495 KB)...
OKAY [ 0.020s]
writing 'abootbak'...
OKAY [ 0.011s]
finished. total time: 0.033s
F:\Handy\Minimal ADB and Fastboot>fastboot flash hypbak hyp.mbn
target reported max download size of 268435456 bytes
sending 'hypbak' (19 KB)...
OKAY [ 0.006s]
writing 'hypbak'...
OKAY [ 0.006s]
finished. total time: 0.015s
F:\Handy\Minimal ADB and Fastboot>fastboot erase boot
erasing 'boot'...
OKAY [ 0.066s]
finished. total time: 0.067s
F:\Handy\Minimal ADB and Fastboot>fastboot flash modem NON-HLOS.bin
target reported max download size of 268435456 bytes
sending 'modem' (45585 KB)...
OKAY [ 1.480s]
writing 'modem'...
OKAY [ 0.517s]
finished. total time: 1.999s
F:\Handy\Minimal ADB and Fastboot>fastboot flash system system.img
target reported max download size of 268435456 bytes
erasing 'system'...
OKAY [ 0.025s]
sending sparse 'system' 1/3 (262111 KB)...
OKAY [ 9.876s]
writing 'system' 1/3...
OKAY [ 3.647s]
sending sparse 'system' 2/3 (256717 KB)...
OKAY [ 9.280s]
writing 'system' 2/3...
OKAY [ 3.241s]
sending sparse 'system' 3/3 (53983 KB)...
OKAY [ 2.052s]
writing 'system' 3/3...
OKAY [ 0.731s]
finished. total time: 28.861s
F:\Handy\Minimal ADB and Fastboot>fastboot flash cache cache.img
target reported max download size of 268435456 bytes
erasing 'cache'...
OKAY [ 0.025s]
sending 'cache' (6972 KB)...
OKAY [ 0.234s]
writing 'cache'...
OKAY [ 0.088s]
finished. total time: 0.349s
F:\Handy\Minimal ADB and Fastboot>fastboot flash userdata userdata.img
target reported max download size of 268435456 bytes
erasing 'userdata'...
OKAY [ 0.065s]
sending sparse 'userdata' 1/2 (256612 KB)...
OKAY [ 8.883s]
writing 'userdata' 1/2...
OKAY [ 2.921s]
sending sparse 'userdata' 2/2 (187457 KB)...
OKAY [ 6.496s]
writing 'userdata' 2/2...
OKAY [ 2.139s]
finished. total time: 20.508s
F:\Handy\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 268435456 bytes
sending 'recovery' (11986 KB)...
OKAY [ 0.411s]
writing 'recovery'...
OKAY [ 0.139s]
finished. total time: 0.552s
F:\Handy\Minimal ADB and Fastboot>fastboot flash boot boot.img
target reported max download size of 268435456 bytes
sending 'boot' (10432 KB)...
OKAY [ 0.341s]
writing 'boot'...
OKAY [ 0.122s]
finished. total time: 0.464s
F:\Handy\Minimal ADB and Fastboot>fastboot flash persist persist.img
target reported max download size of 268435456 bytes
sending 'persist' (4696 KB)...
OKAY [ 0.156s]
writing 'persist'...
OKAY [ 0.062s]
finished. total time: 0.220s
F:\Handy\Minimal ADB and Fastboot>fastboot flash sec sec.dat
target reported max download size of 268435456 bytes
sending 'sec' (0 KB)...
OKAY [ 0.004s]
writing 'sec'...
FAILED (remote: flash write failure)
finished. total time: 0.019s
F:\Handy\Minimal ADB and Fastboot>fastboot flash splash splash.img
target reported max download size of 268435456 bytes
sending 'splash' (5401 KB)...
OKAY [ 0.179s]
writing 'splash'...
OKAY [ 0.074s]
finished. total time: 0.257s
F:\Handy\Minimal ADB and Fastboot>fastboot reboot
rebooting...
finished. total time: 0.002s
F:\Handy\Minimal ADB and Fastboot>
Das Handy hat neu gestartet und steht jetzt wieder im Bootscreen (schwarzer Bildschirn und MI-Logo)
Kannst du dir da einen Reim draus bilden?
***lg Pielo***
P.S.: Wie ich eben gelesen habe, hattest du schon mal ein Redmi2 mit dem gleichen Fehler. Die zerschossene Partitionstabelle scheint ein häufiges Problem zu sein. Das das noch niemand hinbekommen hat...