Der aktuelle Status des Geräts wird unten angezeigt. Ich bevorzuge es, heimdall zu verwenden, um jede Partition nach Möglichkeit direkt über die Befehlszeile zu flashen. Es sei denn, es ist obligatorisch, alle Bilder in einen Teer zu legen und gleichzeitig zu flashen.

Obere linke Ecke des Download-Modus-Bildschirms:

Geben Sie hier die Bildbeschreibung ein

Weitere Details zum vorherigen (und gelösten) Problem hier: Frage

Antwort

Das Flashen des richtigen Bilds löste das Problem:

heimdall flash --RECOVERY TWRP-3.3.1.0_A20_V1.2_by_Agrim720\[Black-themed\].img.img 

Hier wurde eine Datei gefunden: XDA-Forum

Gerät: A205GUBU4ASK2

Wurde zuvor mit boot.img gerootet, das von magisk und vbmeta blinkten:

heimdall flash --BOOT magisk_patched.img heimdall flash --VBMETA vbmeta.img 

Ich empfehle dringend, Samsung-Geräte zu vermeiden. Motorola, z. sind besser für benutzerdefinierte ROMs.

Wenn sich das Gerät über „offizielle Binärdateien“ beschwert, muss den KG-Status umgehen .

Kommentare

  • TWRP funktionierte jedoch nur beim ersten Mal. Nachdem ich Daten formatiert und neu gestartet hatte, begann das Gerät mit Puritanismus über " offizielle Binärdateien ".
  • Ich musste BG-Status umgehen. Antwort aktualisiert. danke.

Antwort

Für Heimdal:

Ich beziehe mich auf die Entwickler lesen Sie mir die Datei für Linux-Befehlszeilenanweisungen:

Firmware über die Befehlszeile flashen:

1. Fully charge your phone (use the wall charger as it"s faster). 2. Download a decrypted device ROM or a Heimdall Firmware Package and extract everything to the one directory. 3. If the ROM is not a Heimdall Firmware Package it may instead be provided as multiple archives (nested or otherwise), extract them all to the same location. NOTE: If you want to use the CSC then extract it last. 4. Put your Galaxy S device into download mode and plug it in.. 5. Open a terminal and navigate to the directory where you extracted the ROM/firmware files. 6. Type the following to list all the functionality Heimdall supports: heimdall help 7. Before flashing, you must first know the names of the partitions you wish to flash. These can be obtained by executing: heimdall print-pit --no-reboot The inclusion of --no-reboot ensures the phone will not reboot after PIT file has been downloaded and displayed. After executing a command with the --no-reboot argument, the next command should include the --resume argument. NOTE: You can still safely reboot your phone manually (with the power button) after executing --no-reboot commands. 8. Use the help and print-pit output to construct a command with all the files you want to flash. Here is an example that does a full flash and repartition on a GT-I9000: heimdall flash --repartition --resume --pit s1_odin_20100512.pit --FACTORYFS factoryfs.rfs --CACHE cache.rfs --DBDATA dbdata.rfs --IBL+PBL boot.bin --SBL Sbl.bin --PARAM param.lfs --KERNEL zImage --MODEM modem.bin 9. Heimdall will display the progress as it flashes so that you know things are working as they should. 

So erstellen Sie ein Heimdall-Firmware-Paket:

Firstly, Heimdall"s firmware package format is just a regular TAR archive compressed with gzip. The only two real requirements are that a valid firmware.xml must be included (refer to Appendix A) and you can only include files (no directories, links etc.) As such if you"d like there is nothing preventing you from creating Heimdall packages manually. Of course Heimdall Frontend provides a simple user interface that takes care of all the hard work for you. There are two ways in which you can create a firmware package. You can create a package from scratch, or you can load an existing package, apply modifications and then save the package. Creating a package from scratch is the preferred approach, by taking this approach you"re far less likely to run into file name length limitations. Before you can access Heimdall Frontend"s firmware creation functionality (available from the "Create Package" tab) you must first specify which files will be included in your package, as well as a few flashing options i.e. Whether or not users should repartition when flashing. This information must be filled out from the "Flash" tab in exactly the same fashion you would provide information to flash your device (see "Performing a Custom Flash with Heimdall Frontend"). As mentioned above, it"s not the preferred means, but you"re able to load an existing package as a starting point for this information. Once you"ve specified the files/partitions you wish to include in your firmware package the "Create Package" tab will become available. Clicking this tab will display additional information that you can include in your package. In order to continue you must fill out all sections except for the URLs section, which is optional. The following is a break-down of what all these options mean. 

Für Odin:

Abhängig von der verwendeten Odin-Version es kann etwas anders sein. Eine neuere Odin-Version ist ziemlich einfach:

Stellen Sie sicher, dass Ihr Bootloader mit der Firmware des Geräts auf dem neuesten Stand ist oder aktualisiert wurde. Überprüfen Sie die u# im Zip / Tar-Namen der Firmware.

1) Entpacken Sie die ZIP-Datei der offiziellen Firmware.

2) Starten Sie Odin.

3) Schließen Sie Ihr Gerät über USB an. Sobald die Verbindung hergestellt ist, sollte ein Gerät im Kombinationsfeld angezeigt werden.

4) Wählen Sie AP aus. Gehen Sie innerhalb der Auswahl zu Ihrer entpackten Firmware und wählen Sie die Datei tar.md oder tar-Datei aus.

Stellen Sie sicher, dass Sie mit der Pit-Option nichts auswählen / aktivieren.

5) Drücken Sie nach dem Laden Klicken Sie auf die Starttaste und lassen Sie es so, wie es ist.

Das Booten sollte etwas oder mindestens zwanzig Minuten dauern. Nach dem Booten sollten Sie mit der Firmware vertraut sein.

Wenn Sie mehr als nur eine einzige tar- oder tar.md5-Datei haben, gehen Sie wie folgt vor:

1) Entpacken Sie die ZIP-Datei der offiziellen Firmware.

2) Die Zip-Datei enthält möglicherweise Eine Vielzahl von Dingen (Dateien) wie AP, BL, CP, CSC.

3) Starten Sie Odin.

4) Verbinden Sie Ihr Gerät über USB. Nach dem Anschließen sollte ein Gerät angezeigt werden innerhalb des Kombinationsfelds.

5) Wählen Sie jedes der verschiedenen Felder aus und legen Sie innerhalb der Auswahl die zugehörigen Dateien in das richtige Feld. AP (System), BL (Bootloader), CP (Modem), CSC (Device Varia nt).

Stellen Sie sicher, dass Sie mit der Option pit nichts auswählen / aktivieren.

6) Drücken Sie nach dem Laden den Startknopf und lassen Sie ihn so, wie es ist.

Kommentare

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert.