In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "DVDX"

From WiiBrew
Jump to navigation Jump to search
m (fix large gap)
 
(104 intermediate revisions by 45 users not shown)
Line 1: Line 1:
'''DVDx''' is a homebrew application that installs a hidden "channel" which can be used by other homebrew applications to access home burned and factory pressed DVD content without the need for a modchip. This does not modify any IOS in any way, making it very safe. Please note that DVD+R (as opposed to DVD-R) discs will need to have their BookType set to DVD-ROM to work properly in Normal mode (if you have no modchip). PatchMii mode does not have this requirement, but requires a modchip.
+
{{Redundant|Homebrew Channel|specialReason=if an app has not updated to stop using DVDx}}
 +
{{Infobox homebrew
 +
| title      = DVDX
 +
| image      = [[File:Dvdx0.png]]
 +
| author      = [[Team Twiizers]]
 +
| id          = DVDX, DISC
 +
| type        = unique
 +
| licence    = GPL
 +
| website    = http://www.hackmii.com
 +
| discussion  = Talk:DVDX
 +
| source      =
 +
| peripherals = {{wiimote1}}
 +
| hbb        = yes
 +
}} {{Modifies NAND}}
  
== Installation ==
+
'''DVDX''' (sometimes formatted as '''DVDx''') is a homebrew application that installs a hidden "channel" which was used by other homebrew applications to access home burned and factory pressed DVD content without the need for a modchip. It was named after its original title ID, DVDX. As of [[HackMii Installer]] 0.7, DVDX is dead and has been superseded by the [[Homebrew Channel]] 1.0.7 itself.
Installation is simple - just run the [http://static.hackmii.com/dvdx.zip DVDx stub installer]. If you have a modchip, you may need to install [http://static.hackmii.com/patchmii_core.dol PatchMii core] before installing DVDx.
 
  
== Development ==
+
DVD access, both with DVDX and with the Homebrew Channel, is done with [[libdi]]. Newer versions of libdi do not depend on DVDX, so DVDX should only be installed for compatibility with older homebrew.
Homebrew developers looking to add DVD support to their applications will need to use libdi, which has been added to libogc. libdi requires the DVDx stub.
 
  
== Applications Using DVDx ==
+
== FAQ ==
 +
'''Q''': Does this require a [[drivechip]]?
  
*[[MPlayer]]
+
'''A''': No. In fact, drivechips are often not compatible with DVDX. If you wish to have both a drivechip and DVDX, you need to be on [[3.3]] or earlier, and you need to install v1 using the [[PatchMii]] method.
*[[Wii Miidia]] (still in development)
 
*[[FCE Ultra GX]]
 
*[[Snes9x GX]]
 
*[[Visual Boy Advance GX]]
 
*[[Genesis Plus]]
 
*[[SMSPlus]]
 
*[[Hugo-Wii]]
 
*[[Gnuboy GX]]
 
  
{{Stub}}
+
'''Q''': What type of DVD should I use?
 +
 
 +
'''A''': Pressed DVD-ROM video discs of course work. For recordables, DVD-R media is recommended, as they are the most similar to pressed DVDs in terms of reflectivity. However, DVDX has been confirmed working with various DVD media, including DVD+R/RW and DVD-R/RW discs. Particular brands (lower quality discs) may be problematic, and different Wii drives have different levels of compatibility. Please note that DVD+R/RW discs will need to have their BookType set to DVD-ROM to work properly in Normal mode (if you have no modchip). PatchMii mode does not have this requirement, but requires a modchip.
 +
 
 +
'''Q''': Why does my Wii not read my DVDs?
 +
 
 +
'''A''': Be sure that you install the latest DVDX, and that the application that you are trying to use supports the latest DVDX, with the new title ID (DISC). If you are using a burned disc, make sure it is burned correctly. Try re-burning the DVD on a DVD-R if it is not already.
 +
 
 +
'''Q''': Why is this homebrew now redundant?
 +
 
 +
'''A''': With the addition of the ahbprot flag in the TMD, DVDX became much more widely installed. For better convenience, the [[Homebrew Channel]] has been updated to allow apps to fully access hardware, and [[libogc]] was updated to use the full hardware access to read DVDs instead of loading DVDx. The only reason to continue using DVDx is for homebrew that has not been recompiled with a newer libogc.
 +
 
 +
== Changelog ==
 +
=== v7 ===
 +
* New title ID (DISC) to circumvent deletion
 +
* Magic added so that the title ID can be changed in the future without interfering with existing homebrew
 +
* AHBPROT is now enabled in the TMD
 +
* TMD version has been changed to 2 to allow homebrew apps to detect AHBPROT.
 +
 
 +
=== v6 ===
 +
* Switched back to older IOS versions.
 +
 
 +
=== v5 ===
 +
* Installer no longer exists; the installing code is now part of the [[HackMii Installer]].
 +
 
 +
=== v4 ===
 +
* Newer [[IOS]] versions are now used
 +
 
 +
=== v3 ===
 +
* New exploit for the installer, copied from the Homebrew Channel installer, to work with the [[4.0]] update.
 +
 
 +
=== v2 ===
 +
* Code from [[Homebrew Channel]] installer was copied to the DVDX installer to work with the [[3.4]] update.
 +
* [[PatchMii]] installation method has been removed
 +
** [[Drivechip|Drivechips]] are no longer supported
 +
 
 +
=== v1 ===
 +
* Initial release
 +
 
 +
{{Navbox fail0verflow}}

Latest revision as of 22:08, 16 June 2023

DVDX
Dvdx0.png
General
Author(s)Team Twiizers
Title IDDVDX, DISC
TypeUnique application
LicenceGPL
Links
Website
Discussion
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg
NOTICE
ModifiesConsole.png
This homebrew application makes permanent changes to the Wii's NAND, thus, this application should be used with caution.

It is recommended to have a NAND backup with either BootMii as boot2 or Priiloader with BootMii as IOS installed before proceeding with the usage of this application.

DVDX (sometimes formatted as DVDx) is a homebrew application that installs a hidden "channel" which was used by other homebrew applications to access home burned and factory pressed DVD content without the need for a modchip. It was named after its original title ID, DVDX. As of HackMii Installer 0.7, DVDX is dead and has been superseded by the Homebrew Channel 1.0.7 itself.

DVD access, both with DVDX and with the Homebrew Channel, is done with libdi. Newer versions of libdi do not depend on DVDX, so DVDX should only be installed for compatibility with older homebrew.

FAQ

Q: Does this require a drivechip?

A: No. In fact, drivechips are often not compatible with DVDX. If you wish to have both a drivechip and DVDX, you need to be on 3.3 or earlier, and you need to install v1 using the PatchMii method.

Q: What type of DVD should I use?

A: Pressed DVD-ROM video discs of course work. For recordables, DVD-R media is recommended, as they are the most similar to pressed DVDs in terms of reflectivity. However, DVDX has been confirmed working with various DVD media, including DVD+R/RW and DVD-R/RW discs. Particular brands (lower quality discs) may be problematic, and different Wii drives have different levels of compatibility. Please note that DVD+R/RW discs will need to have their BookType set to DVD-ROM to work properly in Normal mode (if you have no modchip). PatchMii mode does not have this requirement, but requires a modchip.

Q: Why does my Wii not read my DVDs?

A: Be sure that you install the latest DVDX, and that the application that you are trying to use supports the latest DVDX, with the new title ID (DISC). If you are using a burned disc, make sure it is burned correctly. Try re-burning the DVD on a DVD-R if it is not already.

Q: Why is this homebrew now redundant?

A: With the addition of the ahbprot flag in the TMD, DVDX became much more widely installed. For better convenience, the Homebrew Channel has been updated to allow apps to fully access hardware, and libogc was updated to use the full hardware access to read DVDs instead of loading DVDx. The only reason to continue using DVDx is for homebrew that has not been recompiled with a newer libogc.

Changelog

v7

  • New title ID (DISC) to circumvent deletion
  • Magic added so that the title ID can be changed in the future without interfering with existing homebrew
  • AHBPROT is now enabled in the TMD
  • TMD version has been changed to 2 to allow homebrew apps to detect AHBPROT.

v6

  • Switched back to older IOS versions.

v5

  • Installer no longer exists; the installing code is now part of the HackMii Installer.

v4

  • Newer IOS versions are now used

v3

  • New exploit for the installer, copied from the Homebrew Channel installer, to work with the 4.0 update.

v2

v1

  • Initial release