enjoylife's Stuff

Home » enjoylife (4 trails)
enjoylife's Stats (public trails only):
Trails created: 80
Marks created: 1259
Views received: 103,736
Positive ratings: 1
Negative ratings:
Comments received: 3
Comments left: 0
super master (enjoylife)

enjoylife's Trails: data    (view all)
标 题: [已解决]有没有办法将dol装到wii channel里
发信站: BBS 未名空间站 (Wed Oct 15 00:41:49 2008)

找了半天,不得其门。
这儿有好多wii hack,是autoinjectuwadinjectorv3 吧
http://www.nes-hacks.com/downloads/wii-downloads/apps-and-loaders/

我还找了doltool, wadtool..都不得其法。。
那个用过的讲讲?


解决方法:
准备
1. autoinjectuwadinjectorv3 from http://www.nes-hacks.com/downloads/wii-downloads/apps-and-loaders/
2. 现成wad 一个
3.需要改的 dol, 如geeckoos.dol
4.common-key.bin: copy common-key from backup-creator_v1,(就是你转iso to partition.iso在那个目录)
rename to common-key.bin

执行:

D:\wii\autoinjectuwadinjectorv3>injectuwad geckoos.dol Ocarina+GeckoOSChannelv1.
07d.wad geckoos 4 y

结果:
@Waiting 0 seconds for disc write...

1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
@Calculating ROM size...
@Reading ROM data...
1 file(s) copied.
Old MD5 sum: 36f82955cd15ece6f274ef1374a4b712
Recalculating MD5 sum... OK
New MD5 sum: 36f82955cd15ece6f274ef1374a4b712
Writing file... OK
@Using sha1.exe to calculate sha1 of 00000000.app
@Using sha1.exe to calculate sha1 of 00000001.app
Trucha sign enabled
Cert... OK
Trailer... OK
TMD... OK
There are 3 files described on the TMD.
Ticket... OK
Signing Ticket... 97 it. OK
00000000.app... OK
00000001.app... OK
00000002.app... OK
Signing TMD... 27 it. OK
Header... OK
Writing title.wad file... OK
1 file(s) copied.


@All done!

有一堆文件生成,
HB-geckoos.dol.wad 就是你要的东东。
Tags: geckoos, dol, wii, tmd, app, ...
A trail of 9 pages

Yum is usually already installed if you're running Fedora Core. In case you are using Red Hat Enterprise Linux or an older Red Hat Linux distribution. You can find Yum at: http://dag.wieers.com/packages/yum/

The configuration of Yum is inside the rpmforge-release package. You need to install it yourself.

If you've done that, the rest is simple. Upgrade your system by doing:

yum update

You can add new software by typing:

yum install

Or update installed software:

yum update

Or search for software in the local repository meta-data:

yum search

Or simply list all available software:

yum list available

From time to time you may want to save some diskspace:

yum clean

Tags: yum, update, software, installed, time, ...
A trail of 1 page

This past week proved that you can't rely on something as simple as a web browser to keep your personal data and identity safe from harm.

Critical flaws were found in the Internet Explorer and even Firefox web browsers, leaving users potentially vulnerable to spyware, viruses, and password-sniffing. But don't throw up your hands in defeat—with the right software tools and a little Advanced Common Sense, you can secure your data so that even if someone did get onto your computer or into your email, they'd find nothing but headaches and woe. Read on for our list of ten software apps and strategies for locking down your online life. Photo by Anonymous Account.

Tags: data, web, defeat—with, software, headaches, ...
A trail of 11 pages

SQL JOIN

The JOIN keyword is used in an SQL statement to query data from two or more tables, based on a relationship between certain columns in these tables.

Tables in a database are often related to each other with keys.

A primary key is a column (or a combination of columns) with a unique value for each row. Each primary key value must be unique within the table. The purpose is to bind data together, across tables, without repeating all of the data in every table.

Look at the "Persons" table:

Tags: data, tables, sql, persons, bind, ...
A trail of 3 pages