Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ELF to DOL Converter Wii: Difference between revisions

From GameBrew
m (HydeWing moved page Elf To Dol Converter Wii to ELF to DOL Converter Wii without leaving a redirect)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew PC Tools (PC utilities) - GameBrew
|title_mode=append
|image=elftodolconverterwii.jpg
|image_alt=ELF to DOL Converter
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=ELF to DOL Converter
|title=ELF to DOL Converter
|image=elftodolconverterwii.jpg
|image=elftodolconverterwii2.png
|description=Convert all your .elf files to .dol
|description=Convert all your .elf files to .dol.
|author=Yossi
|author=Yossi, Pegasus23, sk8rboy
|lastupdated=2008/10/30
|lastupdated=2008/10/30
|type=PC utilities
|type=PC utilities
|version=v 1.3
|version=1.3
|license=GNU GPL
|license=GNU GPL
|download=https://dlhb.gamebrew.org/wiihomebrews/elftodolconverterwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/elftodolconverterwii.7z?k33p0fil35
|website=
|website=https://wiibrew.org/wiki/ELF_to_DOL_Converter
|source=
}}
}}
When [[Homebrew Channel Wii#Beta 9|HBC Beta 9]] came out, its authors decided to no longer support any invalid .elf files. This change was made with little, if any, notification given to users or authors. If you had invalid .elf files, you were screwed, unless you converted them to .dol format with some little program that got buried in some directory when/if you installed [[devkitPPC]]. This script was written to automate the task of converting all your stuff. It even comes with that little program so you don't need to install the entire devkitPPC.
When [[Homebrew Channel Wii|Homebrew Channel]] Beta 9 came out, it no longer supports any invalid .elf files. So if you had invalid .elf files, the only way to converted them to .dol format is to use some little program that got buried in some directory when/if you installed [https://devkitpro.org/ devkitPPC]. This script was written to automate the task of converting all your stuff. It even comes with that little program so you don't need to install the entire devkitPPC.


'''Note:''' old devkitPPC releases actually had broken .elf support and applications should '''not''' have been distributed as .elf files. Modern versions of devkitPPC produce valid .elf files that are acceptable as well as .dol files. This script is really only for old .elf releases where the author has yet to release a valid .elf or .dol.
'''Note:''' Old devkitPPC releases actually had broken .elf support and applications should not have been distributed as .elf files. Modern versions of devkitPPC produce valid .elf files that are acceptable as well as .dol files. This script is really only for old .elf releases where the author has yet to release a valid .elf or .dol.


== What do I do? ==
==User guide==
There are 3 files in the archive. Do whatever you want with the readme.txt, but put the other 2 files in your apps folder on the SD card (you need that sd card reader again :-/). Then just run the elf-dol_converter file and follow the directions on the screen. On Linux and on Mac OS X you may need to do <tt>chmod +x elf-dol_converter.sh</tt> first. When you are done, you can leave the files on your SD card, or remove them, whatever floats yer boat.
Just put the other 2 files in your apps folder on the SD card (you need that sd card reader again).  


<youtube>x8AoUhpDZtc</youtube>
Then run the elf-dol_converter file and follow the directions on the screen.


== What does it do? ==
On Linux and on Mac OS X you may need to do <tt>chmod +x elf-dol_converter.sh</tt> first.  
This script looks inside any folders in the same folder that it's in and converts any file it finds that's named boot.elf into a file that's named boot.dol. If everything goes as planned, the new boot.dol will be in the format HBCb9+ likes. '''So you can run it, and it will convert ''all'' your apps in ''one'' go''', as long as they were already setup the way HBC likes them (/apps/''app_name''/boot.elf).


== Notice! ==
When you are done, you can leave the files on your SD card, or remove them, whatever floats yer boat.
* This script will affect files named boot.elf; files named boot.dol may also get overwritten if they are in the same folder as a boot.elf. '''Unless your .elf file is named boot.elf, ''and located in the right place'', this script will not touch it.'''


* This script deletes the old .elf files after it's done with them. If you want to keep them either back them up beforehand, or edit the script to not erase.  
=== What does it do ===
This script looks inside any folders in the same folder that it's in and converts any file it finds that's named boot.elf into a file that's named boot.dol.  
 
If everything goes as planned, the new boot.dol will be in the format HBCb9+ likes.  


* There ''are'' some [[Elf To Dol Converter Wii#List of apps with valid .elf files|valid .elf files]] out there. Running this script on them will cause them to stop working. Backup your apps folder before you run this.
So you can run it, and it will convert all your apps in one go, as long as they were already setup the way HBC likes them (/apps/app_name/boot.elf).


=== Notice ===
* This script will affect files named boot.elf; files named boot.dol may also get overwritten if they are in the same folder as a boot.elf. Unless your .elf file is named boot.elf, and located in the right place, this script will not touch it.
* This script deletes the old .elf files after it's done with them. If you want to keep them either back them up beforehand, or edit the script to not erase.
* There are some [[#Partial list of apps with valid .elf files|valid .elf files]] out there. Running this script on them will cause them to stop working. Backup your apps folder before you run this.
* The Linux (and Mac?) version has a little bug where if a directory directly under /apps has a space in its name, the script will complain and not look in that directory.
* The Linux (and Mac?) version has a little bug where if a directory directly under /apps has a space in its name, the script will complain and not look in that directory.
* The Windows version has a bug/feature that it will also convert a boot.elf file that is in the same directory as itself (''exempli gratia'', \apps\boot.elf).
* The Windows version has a bug/feature that it will also convert a boot.elf file that is in the same directory as itself (''exempli gratia'', \apps\boot.elf).


== Partial list of apps with valid .elf files ==
=== Apps with valid .elf files ===
These apps should not be run through this converter. Backup these programs before running this script, as it doesn't have the smarts to avoid them. Please add to this list if you find (or release) something that should be in it. So far the list is:
These apps should not be run through this converter. Backup these programs before running this script, as it doesn't have the smarts to avoid them. Please add to this list if you find (or release) something that should be in it. So far the list is:
:* [[Kobo Deluxe Wii]]
* [[Kobo Deluxe Wii|Kobo Deluxe]].
:* [[GeeXboX]]
* [[GeeXboX]].
:* [[Opentyrianwii]]
* [[OpenTyrianWii]].
:* [[Wii Linux Wii]]
* [[Wii-Linux-NGX|Wii Linux]].
:* [[Nowell Wii]]
* [[Nowell Wii|Nowell]].
:* [http://hackmii.com/2009/02/bootmii-checker/ BootMii checker]
* [http://hackmii.com/2009/02/bootmii-checker/ BootMii checker].
:* [http://hackmii.com/2009/05/bootmii_beta_1/ BootMii beta 1] (and 2, and 3, etc.)
* [http://hackmii.com/2009/05/bootmii_beta_1/ BootMii beta 1] (and 2, and 3, etc).
:* Just about any .elf released since the end of October 2008
* Just about any .elf released since the end of October 2008.


Cheapo workaround is to rename (not convert) each valid boot.elf to boot.dol. HBC still loads it just fine, and this script will ignore it. Not ideal, but we're all hackers here, right?
Cheapo workaround is to rename (not convert) each valid boot.elf to boot.dol. HBC still loads it just fine, and this script will ignore it.  


== Explanation of v1.1 windows code ==
==Screenshots==
The Unix(Mac OS X and Linux) scripts work very similar to this script.
https://dlhb.gamebrew.org/wiihomebrews/elftodolconverterwii3.png
{| class="wikitable"
|-
! colspan="2"|Elf converter
|-
! Code !! Explanation
|-
| <tt>@ ECHO off</tt> || Makes it so only lines that start with 'echo' will print on the screen.
|-
| colspan="2"| <tt>echo This will delete your old boot.elf files when it's done.</tt>
|-
| colspan="2"| <tt>echo So if you have some perverse attachment to them, figure something out.</tt>
|-
| colspan="2"| <tt>echo Press ctrl+c to NOT continue.</tt>
|-
| <tt>echo.</tt> || Makes a blank line.
|-
| <tt>pause</tt> || Asks you to press the "Any" key (not shift) :P
|-
| colspan="2"| <tt>echo.</tt>
|-
| <tt>for /R %%f in (.) do if exist "%%f\boot.elf" (</tt> || Makes %%f hold the path to every directory in this directory, one by one. But not any directories under those.
|-
| colspan="2"| <tt>powerpc-gekko-objcopy.exe -O binary "%%f\boot.elf" "%%f\boot.dol"</tt>
|-
| <tt>if exist "%%f\boot.dol" (del "%%f\boot.elf")</tt> || If it worked, erase the .elf.
|-
| colspan="2"| <tt>)</tt>
|-
| colspan="2"| <tt>echo Done!</tt>
|-
| colspan="2"| <tt>pause</tt>
|}


==External links==
==External links==
* wiibrew - https://wiibrew.org/wiki/ELF_to_DOL_Converter
* WiiBrew - https://wiibrew.org/wiki/ELF_to_DOL_Converter

Latest revision as of 10:33, 28 Ocak 2024

ELF to DOL Converter
Elftodolconverterwii2.png
General
AuthorYossi, Pegasus23, sk8rboy
TypePC utilities
Version1.3
LicenseGNU GPL
Last Updated2008/10/30
Links
Download
Website

When Homebrew Channel Beta 9 came out, it no longer supports any invalid .elf files. So if you had invalid .elf files, the only way to converted them to .dol format is to use some little program that got buried in some directory when/if you installed devkitPPC. This script was written to automate the task of converting all your stuff. It even comes with that little program so you don't need to install the entire devkitPPC.

Note: Old devkitPPC releases actually had broken .elf support and applications should not have been distributed as .elf files. Modern versions of devkitPPC produce valid .elf files that are acceptable as well as .dol files. This script is really only for old .elf releases where the author has yet to release a valid .elf or .dol.

User guide

Just put the other 2 files in your apps folder on the SD card (you need that sd card reader again).

Then run the elf-dol_converter file and follow the directions on the screen.

On Linux and on Mac OS X you may need to do chmod +x elf-dol_converter.sh first.

When you are done, you can leave the files on your SD card, or remove them, whatever floats yer boat.

What does it do

This script looks inside any folders in the same folder that it's in and converts any file it finds that's named boot.elf into a file that's named boot.dol.

If everything goes as planned, the new boot.dol will be in the format HBCb9+ likes.

So you can run it, and it will convert all your apps in one go, as long as they were already setup the way HBC likes them (/apps/app_name/boot.elf).

Notice

  • This script will affect files named boot.elf; files named boot.dol may also get overwritten if they are in the same folder as a boot.elf. Unless your .elf file is named boot.elf, and located in the right place, this script will not touch it.
  • This script deletes the old .elf files after it's done with them. If you want to keep them either back them up beforehand, or edit the script to not erase.
  • There are some valid .elf files out there. Running this script on them will cause them to stop working. Backup your apps folder before you run this.
  • The Linux (and Mac?) version has a little bug where if a directory directly under /apps has a space in its name, the script will complain and not look in that directory.
  • The Windows version has a bug/feature that it will also convert a boot.elf file that is in the same directory as itself (exempli gratia, \apps\boot.elf).

Apps with valid .elf files

These apps should not be run through this converter. Backup these programs before running this script, as it doesn't have the smarts to avoid them. Please add to this list if you find (or release) something that should be in it. So far the list is:

Cheapo workaround is to rename (not convert) each valid boot.elf to boot.dol. HBC still loads it just fine, and this script will ignore it.

Screenshots

elftodolconverterwii3.png

External links

Advertising: