CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: Ilcarcarlo con ben 2 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: megthebest con ben 7 Thanks ricevuti negli ultimi sette giorni
Utente del mese: megthebest con ben 33 Thanks ricevuti nell'ultimo mese

Pagina 1 di 2 12 ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 1 a 10 su 20
Discussione:

[INFO] GUIDA all'uso di Heimdall

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #1
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    [INFO] GUIDA all'uso di Heimdall



    Flash di un firmware
    Rispetto ad Odin, Heimdall utilizza una diversa gestione dei file da flashare nel nostro telefono: in Odin eravate abituati (forse) ad inserire nei campi PDA, PHONE e CSC degli archivi compressi in formato .tar (o .tar.md5 nel caso di archivi verificati).

    Con Heimdall invece dovrete specificare manualmente dove installare (nel telefono) i singoli file contenuti negli archivi .tar. Assumerò ora che siate già in possesso dei singoli file da flashare, qualora così non fosse più in basso troverete le istruzioni per ottenerli partendo dagli archivi utilizzabili con Odin.

    Spostatevi nella scheda Flash.
    Nel campo PIT cliccate su Browse e caricate il vostro file PIT (a differenza di Odin, Heimdall richiede sempre il file PIT).

    Dovrete poi selezionare o meno il campo Repartition a seconda del firmware che state caricando, leggete quindi le istruzioni fornite con il firmware.

    A questo punto passiamo a caricare uno per uno i vari file nella sezione Partitions (Files) in questo modo:

    Click su Add
    Scegliete un valore nel campo Partition Name
    Scegliete il file da caricare nella partizione cliccando su Browse
    Ripetete le operazioni (cominciando da Add!) finché non avrete caricato tutti i file (nota: non tutti i valori di Partition Name, in generale, saranno utilizzati).

    Quale Partition Name devo scegliere per il mio file?
    boot.bin --> IBL+PBL
    cache.rfs --> CACHE
    dbdata.rfs --> DBDATAFS
    factory.rfs --> FACTORYFS
    modem.bin --> MODEM
    param.lfs --> PARAM
    Sbl.bin --> SBL
    zImage --> KERNEL
    In genere non avrete mai bisogno di utilizzare EFS, RECOVERY e SBL2.


    heimdall x windows
    https://github.com/downloads/Benjami....3.2-win32.zip
    Ultima modifica di Andromeda1968; 17-05-12 alle 08:26

  2. I seguenti 3 Utenti hanno ringraziato Andromeda1968 per il post:

    hiace (17-05-12),ntony17 (12-02-13),pglmro (17-05-12)

  3.  
  4. #2
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    Heimdall is an open-source alternative to flashing firmware to devices. It claims to be safer and a better alternative to Odin pretty much.

    Although Heimdall is safer, it is still a firmware flashing tool, and like all firmware flashing tools, there could be dire consequences for not following instructions. I take no responsibility for what unexpected results or damage that may happen when following this guide. (I followed this guide on my tab though and it worked great)

    - You should probably backup all important data prior to using Heimdall

    First, you'll have to acquire Heimdall. You can find Heimdall releases and information here: Heimdall – Glass Echidna

    - Heimdall is for Windows, OS X, and Linux
    - I recommend using the command-line version over the GUI

    zImage Guide
    Note: For flashing of just the kernel to your device
    - Command for flashing zImage

    Code:
    heimdall flash --kernel zImage --verbose
    Files Needed:
    zImage

    ROM, Kernel, Modem, etc. Guide
    Note: For flashing a ROM, Kernel, and Modem to your device, or for "re-stocking"
    - Command for flashing complete ROM, Kernel, and Modem

    Code:
    heimdall flash --repartition --primary-boot boot.bin --cache cache.rfs --dbdata dbdata.rfs --factoryfs factoryfs.rfs --pit gt-p1000_mr.pit --modem modem.bin --param param.lfs --secondary-boot Sbl.bin --kernel zImage --verbose

    Files Needed for Command Above:
    gt-p1000_mr.pit (partitioning)
    modem.bin (modem)
    boot.bin
    cache.rfs
    dbdata.rfs
    factoryfs.rfs (file-system or ROM?)
    param.lfs
    Sbl.bin
    zImage (kernel)

    From this point on, this will mostly be a Windows-based guide. I'll use a Samsung Galaxy Tab 7" P1000 GSM and I'll re-stock using files from Overcome, and then flash the Overcome kernel afterwards. You may have to modify parts of the guide for different devices, kernels, ROMs, Operating Systems, etc.

    Windows Driver Preparation
    1. Install Samsung's Drivers (SAMSUNG_USB_Driver_for_Mobile_Phones.msi either from Kies or SAMSUNG_USB_Driver_for_Mobile_Phones_x86.exe from GB-Stock-Safe-v5.zip)
    Note: You should reboot your computer after installing, even if it doesn't tell you to. Drivers wouldn't initialize until I rebooted.
    2. Connect your Tab to your computer at least once in Normal, Recovery, and Download mode so that all drivers initialize
    3. Reboot your tab to Download mode
    4. Run zadig.exe
    5. Go to Options > List All Devices
    6. Select Samsung USB Composite Device from the dropdown box
    7. Click Install Driver (accept any unsigned driver prompts you get)
    8. Once Zadig says the drivers are installed successfully, close it

    Windows Flashing Preparation
    1. Make a folder specifically for Heimdall someplace safe
    2. Copy heimdall.exe and libusb-1.0.dll to the Heimdall folder
    3. Acquire GB-Stock-Safe-v5.zip, and Overcome_Kernel_v4.0.0.tar
    4. Extract the contents of GB-Stock-Safe-v5.zip in a folder somewhere
    Note: In the GB-Stock-Safe-v5.zip extracted folder should at least be modem folders, gt-p1000_mr.pit, and GB_Stock_Safe_v5.tar
    5. Take the modem.bin from the modem of your choosing and throw it in the Heimdall folder
    6. Take gt-p1000_mr.pit and throw it in the Heimdall folder
    7. Extract the contents of GB_Stock_Safe_v5.tar into the Heimdall folder
    Note: You should have 13 files total equaling around 391MB

    Windows Flashing (Re-stocking)
    1. Reboot your tab into Download mode
    2. Connect it to your PC with the same USB port you used to prepare drivers
    3. Open Command Prompt
    4. cd into the Heimdall folder
    5. Type (or copy/paste)

    Code:
    heimdall flash --repartition --primary-boot boot.bin --cache cache.rfs --dbdata dbdata.rfs --factoryfs factoryfs.rfs --pit gt-p1000_mr.pit --modem modem.bin --param param.lfs --secondary-boot Sbl.bin --kernel zImage --verbose
    and press Enter

    Note: This will take maybe 2 minutes, but quicker then Odin
    Note: When flashing is complete, tab will automatically reboot
    Note: You will have to manually wipe caches and factory reset from Recovery if you see it fails to mount /data on initial boot (if you see red text, then it failed)
    6. When tab finishes booting, complete the Setup Wizard
    Note: If you are going to flash another ROM (such as icedBOCA, CM9, etc), then just press Next through all of setup. Language will be Italian, but this does not matter for now
    Note: If you just want to return to a pure factory state, this is as far as you should go
    Note: This does not seem to wipe the internal SD card. For the cleanest experience possible, I recommend manually formatting the internal SD card right after the Setup Wizard

    Windows Flashing (Overcome Kernel)
    Note: This will convert partitions to ext4 and give you CWM recovery
    Note: This is to be done after you have re-stocked
    1. Acquire Overcome_Kernel_v4.0.0.tar
    Note: You should have this already if you followed Windows Flashing Preparation
    2. Copy heimdall.exe and libusb-1.0.dll to a new Heimdall folder
    Note: Or use the same Heimdall folder you had previously
    Note: I'll refer to the new folder as Heimdall2
    3. Extract the zImage file from Overcome_Kernel_v4.0.0.tar to the Heimdall2 folder
    4. Reboot your tab into Download mode
    5. Connect it to your PC with the same USB port you used to prepare drivers
    6. Open Command Prompt
    7. cd into the Heimdall2 folder
    8. Type (or copy/paste)

    Code:
    heimdall flash --kernel zImage --verbose

    Note: This should take less then 5 seconds
    Note: Your tab should automatically reboot when completed
    9. Your tab should now convert partitions to ext4
    Note: This is known as the Voodoo lagfix
    Note: You will be stuck on the SGT bootscreen until this process is done
    Note: You will hear a "sexy" voice telling you the steps of the ext4 process
    Note: This process should take maybe 3-5 minutes
    Note: Your tab will automatically reboot when complete, so you can walk away if needed
    10. You are now on Gingerbread with Overcome kernel

    - From this point on, you can now proceed to install (most, if not all) any compatible ROM/Kernel you want
    - You should not need Heimdall from this point on also, as most ROM's and Kernels offer .zip packages that can be flashed from CWM/Recovery

    Note: For any new ROM you flash, I recommend doing a data wipe afterwards, that way, you can gain access to the Setup Wizard and properly setup your Google Account, Market Sync, etc.

    Windows Troubleshooting and Q&A

    Q: I get a libusb error when trying to flash anything with Heimdall
    A: This is due to either improper driver installation or using another USB port then the one you used to install the drivers
    Note: You have to use zadig
    Note: I would recommend uninstalling all previous USB filter drivers as well if you have problems

    Q: Is it possible to use both Heimdall and Odin?
    A: Yes, but it is recommended to have two USB ports. Do the zadig driver install on one USB port, and that port will be for Heimdall, and the second USB port will be untouched, and you'll be able to use Odin on it
    Note: You cannot use Heimdall and Odin on the same port without uninstalling/installing the libusb filter driver from zadig that Heimdall needs

    Q: Is Heimdall really faster then Odin?
    A: Indeed. It's faster to start the flashing process, and faster to flash in-general. For instance, to re-stock my tab, I simply plug it into my Heimdall USB port, run a batch file (simply containing the command used above), and it's re-stocked in about 1 minute. With Odin, you have to manually select the files, and then flashing itself takes 2-3 minutes.

  5. Il seguente Utente ha ringraziato Andromeda1968 per il post:

    hiace (17-05-12)

  6. #3
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    ho anche contattato Misha84 che ha fatto una bellissima pagina sul nostro forum:

    https://www.androidiani.com/forum/mo...-progress.html

    magari la sistemiamo anche per il nostro Note e chissà puo' venire in aiuto delle persone che hanno bricckato...

    uno le prova tutte poi l'ultima spiaggia è l'Assistenza...IUCAL


  7. Il seguente Utente ha ringraziato Andromeda1968 per il post:

    hiace (17-05-12)

  8. #4
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    prima prova che potete fare....parole di Misha84:

    .... prova andando nella tab utility del programma, e vedere se rileva il terminale in download mode.
    se viene rilevato direi si è a buon punto.

  9. #5
    Androidiano VIP L'avatar di AlienwareAR


    Registrato dal
    Nov 2011
    Località
    Pavia & Milano
    Messaggi
    1,622
    Smartphone
    Honor 8 Pro

    Ringraziamenti
    212
    Ringraziato 337 volte in 303 Posts
    Predefinito

    Ciao Andromeda!

    Dunque, l'utilizzo di Heimdall al posto di Odin, è consigliato solo per chi sfortunatamente ha avuto il brick..?!?! :o
    Oppure anche a chi vorrebbe passare ad ICS..?!

  10. #6
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    Quote Originariamente inviato da AlienwareAR Visualizza il messaggio
    Ciao Andromeda!

    Dunque, l'utilizzo di Heimdall al posto di Odin, è consigliato solo per chi sfortunatamente ha avuto il brick..?!?! :o
    Oppure anche a chi vorrebbe passare ad ICS..?!
    x il brick....

  11. Il seguente Utente ha ringraziato Andromeda1968 per il post:

    AlienwareAR (17-05-12)

  12. #7
    Androidiano VIP L'avatar di AlienwareAR


    Registrato dal
    Nov 2011
    Località
    Pavia & Milano
    Messaggi
    1,622
    Smartphone
    Honor 8 Pro

    Ringraziamenti
    212
    Ringraziato 337 volte in 303 Posts
    Predefinito

    Quote Originariamente inviato da Andromeda1968 Visualizza il messaggio
    x il brick....
    Roger!

  13. #8
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    sempre che funzioni.... ma la vedo dura

  14. #9
    Senior Droid L'avatar di kaisernose


    Registrato dal
    Apr 2010
    Località
    Paternò (CT)
    Messaggi
    786
    Smartphone
    tanti...ora OneX

    Ringraziamenti
    154
    Ringraziato 118 volte in 83 Posts
    Predefinito

    Per il Brick o per Mac e Linux Utenti.
    "Beh, perché lo trovava un gran divertimento; perché certi uomini non cercano qualcosa di logico come i soldi: non si possono comprare né dominare, non ci si ragiona né ci si tratta. Certi uomini vogliono solo veder bruciare il mondo."
    G1,Magic,Milestone,NexusOne,GalaxyS,Nexus S,Atrix,Galaxy Nexu,Note e ora HTC ONE X--->Solo perchè ce l'ha Cesco.
    Tab-TF101---NOW Nexus7.

  15. Il seguente Utente ha ringraziato kaisernose per il post:

    misha84 (04-06-12)

  16. #10
    Androidiano VIP L'avatar di Andromeda1968


    Registrato dal
    Dec 2010
    Località
    Riserva Navajo
    Messaggi
    23,074

    Ringraziamenti
    251
    Ringraziato 10,044 volte in 5,101 Posts
    Predefinito

    Quote Originariamente inviato da kaisernose Visualizza il messaggio
    Per il Brick o per Mac e Linux Utenti.
    la vedo dura come soluzione al brick....

    attendiamo news dal nuovo firmware samsung ICS.....ora c'e' Taiwan nuovo..qualche cosa si muove.

Pagina 1 di 2 12 ultimoultimo
Ultima pagina

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy