Changes

Jump to navigation Jump to search
76 bytes removed ,  01:25, 17 July 2009
Reworded with fewer parentheticals
Line 10: Line 10:  
In order to use the Wii Shop channel, you have to configure your Wii's connection settings.
 
In order to use the Wii Shop channel, you have to configure your Wii's connection settings.
 
It uses a secure connection to the servers, so we cannot sniff it. In previous versions of the channel, the connection wasn't secured, read more about those findings at http://Mozy.org/wii. Please note that these are outdated, and may have changed in newer versions.<br>
 
It uses a secure connection to the servers, so we cannot sniff it. In previous versions of the channel, the connection wasn't secured, read more about those findings at http://Mozy.org/wii. Please note that these are outdated, and may have changed in newer versions.<br>
You can also [[Accessing_Wii_Shop_Channel_From_PC|access the Wii Shop channel from a PC]], but it will not look as it does on the Wii, because the HTML contains special Wii-only features, that cannot be read by a normal internet-browser (mostly javascript or fonts). We've tried using these codes on the Internet Channel without success.
+
You can also [[Accessing_Wii_Shop_Channel_From_PC|access the Wii Shop Channel from a PC]], but it will not look as it does on the Wii, because the HTML refers to Wii-specific fonts and Wii-specific JavaScript APIs. We've tried using these codes on the Internet Channel without success.
    
To find out used URLs and IPs check this page out [[Wii.com]]
 
To find out used URLs and IPs check this page out [[Wii.com]]
   −
The wii shop channel's title ID is 0x0001000248414241.
+
The wii shop channel's title ID is 0x0001000248414241 (HABA).
    
If you have the latest git of libogc, available from git://hackmii.com/home/ogcgit/libogc if you have a git client, you can use the following code to start the shop channel and jump to a specific product:
 
If you have the latest git of libogc, available from git://hackmii.com/home/ogcgit/libogc if you have a git client, you can use the following code to start the shop channel and jump to a specific product:
Line 20: Line 20:  
WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=*FULLTITLEID*", NULL /*terminator*/ );
 
WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=*FULLTITLEID*", NULL /*terminator*/ );
   −
where *FULLTITLEID* is the full ID in hex of the software, for example, for the European version of Columns on the Megadrive (note: you cannot browse to product pages for IDs not in the enduser's region), you would use:
+
where *FULLTITLEID* is the full ID in hex of the software. For example, to open the European version of Columns on the Megadrive in the European version of Wii Shop Channel, you would use:
    
WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=000100014d414250", NULL /*terminator*/ );
 
WII_LaunchTitleWithArgs(0x0001000248414241LL, 0,"/startup?initpage=showTitle&titleId=000100014d414250", NULL /*terminator*/ );
    
[[Category:Software]]
 
[[Category:Software]]
72

edits

Navigation menu