Lo stato corrente del dispositivo è mostrato sotto. Preferisco usare heimdall per eseguire il flashing di ogni partizione direttamente dalla riga di comando, se possibile. A meno che non sia obbligatorio mettere tutte le immagini allinterno di un catrame e lampeggiarle contemporaneamente.

Angolo superiore sinistro della schermata della modalità di download:

inserisci qui la descrizione dellimmagine

Ulteriori dettagli sul problema precedente (e risolto) qui: domanda

risposta

Il problema con il lampeggiamento dellimg corretto ha risolto il problema:

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

Il file è stato trovato qui: XDA-forum

Dispositivo: A205GUBU4ASK2

Precedentemente rootato con boot.img patchato da magisk e vbmeta lampeggiavano:

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

Consiglio vivamente di evitare i dispositivi Samsung. Quelli Motorola, ad es. sono migliori per le ROM personalizzate.

Se il dispositivo si lamenta dei “binari ufficiali”, è necessario bypassare lo stato di KG .

Commenti

  • Tuttavia TWRP ha funzionato solo la prima volta. Dopo aver formattato i dati e riavviato, il dispositivo è iniziato con il puritanesimo sui " binari ufficiali ".
  • Dovevo bypassare lo stato KG. risposta aggiornata. grazie.

Risposta

Per Heimdal:

mi riferisco al Gli sviluppatori mi leggono il file per le istruzioni della riga di comando di Linux:

Firmware lampeggiante dalla riga di comando:

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. 

Come creare un pacchetto firmware Heimdall:

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. 

Per Odin:

A seconda della versione di Odin che stai utilizzando può essere leggermente diverso. Una versione più recente di Odin è piuttosto semplice:

Assicurati che il tuo bootloader sia aggiornato con il firmware del dispositivo o aggiornato. Controlla u# allinterno del nome zip / tar del firmware.

1) decomprimi il file .zip del firmware ufficiale.

2) Avvia Odin.

3) collega il tuo dispositivo tramite USB. Una volta connesso, un dispositivo dovrebbe essere visualizzato nella casella combinata.

4) seleziona AP, allinterno della selezione vai al tuo firmware decompresso e seleziona il file tar.md o il file tar.

Assicurati di non selezionare / abilitare nulla con lopzione pit.

5) Una volta caricato push il pulsante di avvio e lascia che sia così.

Dovrebbe volerci un po o arrivare a venti minuti o più per avviarsi. Una volta avviato dovresti essere a posto con il firmware.

Se hai più di un singolo file tar o tar.md5, allora:

1) decomprimi il file .zip del firmware ufficiale.

2) lo zip potrebbe includere una varietà di cose (file) come AP, BL, CP, CSC.

3) avvia Odin.

4) collega il tuo dispositivo tramite USB. Una volta connesso, un dispositivo dovrebbe mostrare in alto allinterno della casella com.

5) selezionare ciascuna delle diverse caselle e allinterno della selezione mettere i file associati nella casella corretta. AP (sistema), BL (Bootloader), CP (Modem), CSC (Device Varia nt).

Assicurati di non selezionare / abilitare nulla con lopzione thepit.

6) Una volta caricato, premi il pulsante di avvio e lascia che sia così.

Commenti

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *