Thoddü
Enthusiast
- 1.035
Das Problem lag hier auch nie im Flashen sondern im Wipen. Liest den Thread überhaupt mal einer durch!?
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.
Discussion thread for /data EMMC lockup/corruption bug - Page 43 - xda-developersYou may ask what about Installing ROMs, you thought Recovery was responsible for that too?
This is only partially true. You use the menu option in Recovery to choose to install an update.zip. Recovery is responsible for providing the location of the update.zip and verifying the signature, but when it comes to actually "installing" the update.zip, Recovery uses a "helper app" called update-binary contained in the update.zip.
This update-binary helper app is responsible for running the Edify install script in the update.zip. It communicates with Recovery just to update the progress bar, output ui messages, and set up the updating of firmware. The rest of the script functions, it handles by itself directly, so Recovery isn't involved.
update-binary also calls make_ext4fs() so it can also do potentially "unsafe" operations, just like we discussed for Recovery above. If the update-binary, that was included in the update.zip, was compiled using GB-sources, then it is "safe". If it was compiled against ICS sources then there is one function in the Edify script that can potentially cause bricking, format().
To be clear, Recovery has no control over the update-binary that is included in the update.zip. Whomever built the ROM update.zip package made that decision. So this is why even with a "safe" Recovery, you can brick your phone installing ROMs (with an ICS kernel).
Even if the Recovery is "safe", if you ask it to use an "unsafe" update-binary to install a ROM AND that ROM install script chose to do a format(), then the EMMC lockup/superbrick bug can be triggered.
Dort am besten den Punkt 6 lesen. Das ist das Zitierte aus dem xda-Thread, nur nochmal zusammengefasst und auf deutsch (bei Übersetzungs- oder Verständnisfehlern melden ; mein Englisch ist halt auch nicht perfekt ). Und *vielleicht* auch für einen DAU verständlich, sofern er auch das weiterführende Material liest und versteht - wobei das ehrlich gesagt nicht mein Ziel war (sollte sich hier tatsächlich ein DAU verirrt haben, dann ist er auch extrem schnell wieder draußen ).trayzor schrieb:so auch schon hier erklärt :
https://www.android-hilfe.de/forum/...ter-emmc-chip.252968-page-2.html#post-3413764
wobei das ehrlich gesagt nicht mein Ziel war (sollte sich hier tatsächlich ein DAU verirrt haben, dann ist er auch extrem schnell wieder draußen )
Eben weil wir in einem Technik-Forum sind, das Wert auf Qualität legt.