Git Product home page Git Product logo

yawmm's Introduction

+----------------------------+
|   WAD Manager v1.5         |
|   developed by Waninkoko   |
+----------------------------+
|    www.teknoconsolas.es    |
+----------------------------+


[ DISCLAIMER ]:

- THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESS NOR IMPLIED.
  I DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGE IN YOUR WII CONSOLE
  BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.


[ DESCRIPTION ]:

- WAD Manager is an application that allows you to (un)install
  WAD packages.

  It lists all the available WAD packages in a storage device
  so you can select which one to (un)install.


[ SUPPORTED DEVICES ]:

- SDGecko.
- Internal SD slot (with SDHC support).
- USB device (1.1 and 2.0).


[ HOW TO USE ]:

1. Create a folder called "wad" in the root of the storage device.
2. Copy all the WAD packages in the folder created in the step 1.
3. Run the application with any method to load homebrew.


[ NOTES ]:

- To use the NAND emulation is necessary to have a COMPLETE copy
  of the NAND filesystem in the root of the FAT device.


[ KUDOS ]:

- Team Twiizers/devkitPRO
- svpe
- kwiirk
- All my betatesters.

yawmm's People

Watchers

James Cloos avatar

yawmm's Issues

Directory location of wm_config.txt

Would you consider moving the wm_config.txt file to the apps/yawmm directory?  
Most apps are now keeping their config files in the same folder as the app.  If 
not a change of location from the wad directory, perhaps allow another location 
to be apps/yawmm.  Thanks...

Original issue reported on code.google.com by [email protected] on 21 Jun 2010 at 4:33

Error 2011

Everytime I try to install a wad, I get Error 2011. Is there a fix?


Original issue reported on code.google.com by [email protected] on 8 Mar 2014 at 6:29

no ios reload and auto ios load

It would be great if you could load it with "No IOS Reload" by default or via 
config.

Also it would be great if yawmm could reload into a specified ios if it became 
available.

What I would like to do, cboot2 ->yawmm ->no ios reload ->batch wad install 
->cios236 install ->auto reload cios236 ->complete batch install.


Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 12:40

Error while I was compiling

I was trying to compile this when i receive some errors (i suppose that happen 
becuse I have wrong library).
What do I need?

Original issue reported on code.google.com by ZRicky11 on 21 Mar 2011 at 4:39

show error 1029 when i install ftpii.wad

What steps will reproduce the problem?
1.i install wanikoko's ciosX rev19 base on ios57
2.i select ios249
3.i select ftpii.wad ,then install it show error 1029
4,i select ios222 ,then install it show success

What is the expected output? What do you see instead?

i hope that you solove it.

What version of the product are you using? On what operating system?

yet another wad manager rev17,3.2u 


Please provide any additional information below.




Original issue reported on code.google.com by [email protected] on 7 Mar 2010 at 5:55

Problem mounting device when using wm_config.txt

I am trying to get my wm_config.txt working.  I want to always use IOS36 to 
install/uninstall wads.  IOS 36 does not have usb 2.0 support so I set 
FatDevice=usb.  When I run the app I am getting ERROR! (ret = -1) when mounting 
the device.  Then I am asked to Press any Button to continue but it just keeps 
repeating Press and Button to continue.  I can not even exit the app.  When I 
press the power button on the Wii to get out, I get a code dump.

This is the same error without the config file when using IOS36 and I select 
USB 2.0 Mass Storage Device.  I can only conclude that even though I have 
specified FatDevice=usb in the config file, the app is trying to mount the 
device as usb2.

I have attached my wm_config.txt file.  Thanks for your support...

Original issue reported on code.google.com by [email protected] on 14 Jun 2010 at 12:40

Attachments:

Problem with installing a wad

Hi, I'm having problems with installing wads. Any time I try to install a wad I 
get ERROR! (ret = -2011). Can you help me?


Original issue reported on code.google.com by [email protected] on 29 Aug 2014 at 11:31

How to resolve a YAWMM's bug

Hi
Some month ago I translated your YAWMM in Italian, and I found a bug: if you 
select (for example) <IOS247>, YAWMM does not work and you usually recive the 
DSI Error.
Today I resolve this bug, changing this in the main.c:

                /* Shutdown subsystems */
                Wpad_Disconnect();

                printf("\tLoading IOS%d...\n", version);
                sleep(1);

                /* Load IOS */
                ret = IOS_ReloadIOS(version);

from:

                /* Shutdown subsystems */
                Wpad_Disconnect();
                //mload_close();

                /* Load IOS */

                if(!loadIOS(version)) Wpad_Init(), Menu_SelectIOS();

Bye

@ xFlak: good work with your ModMii!

Original issue reported on code.google.com by ZRicky11 on 18 Jun 2011 at 3:45

Return error -2011

What steps will reproduce the problem?
1. Has never happened before keeps happening with both WM 1.7 and YAWMM
2.I have IOS58
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
The latest on 4.3u

Please provide any additional information below.

Everything I try to install pops up the same error and nobody knows what the 
hell the problem is. XD would be nice to find out why its acting up

Original issue reported on code.google.com by [email protected] on 11 Aug 2014 at 11:07

Always displays nand menu

What steps will reproduce the problem?
1. Select any IOS

What is the expected output? What do you see instead?
Only see the nand emu options when the IOS/ the wad manager supports them.
They show up all the time.

Original issue reported on code.google.com by [email protected] on 24 Feb 2010 at 2:09

Can't install system menu 4.1E(U) on Wii 4.3E(U)

What steps will reproduce the problem?
1. Get a 4.3E(U) Wii and try to downgrade it to 4.1E(U)
2. Install IOS60v6174 wad (non stub system ios for 4.1)
3. Install 4.1 system menu wad: v450 for EUR or v449 for USA 

What is the expected output? What do you see instead?
I get this error:

Can't get the SM region
Please check the site for updates
ERROR! (ret = -999)


What version of the product are you using? On what operating system?
r25 on Wii 4.3E

Please provide any additional information below.
I'm pretty sure the issue is in regionlist array inside wad.c source.
Currently last row of the regionlist array is
{512, 'E'}, {513, 'E'}, {514, 'P'}, {518, 'K'},
As you can see there are wrong version/region pairs for 4.3E and 4.3U.
It should be
{512, 'E'}, {513, 'P'}, {514, 'E'}, {518, 'K'},

Hope that helps :)



Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 12:09

ios36 will allow installation of ios202 but cannot uninstall

Hi cwstjdenobs,

I like to use ios36 to manage my wads as I feel it is always installed and 
safe.  However I notice that I can install ios202 wad from Hermes using 36 but 
I cannot uninstall it.  I get a -1017 error condition.  I can use ios249 to 
install and uninstall ios202 successfully.  Can you shed any light on this one? 
 Thanks...

Original issue reported on code.google.com by [email protected] on 25 Jul 2010 at 10:50

Yawmm r.11 and r17 crashes at startup

When I start yawmm r17 from the Homebrew Channel, I only get a blank screen
and the Wii is freezed. I need to manually switch off using the power
button on the console. Yamwmm r11 displays the YAWMM logos, and then
freezes my wii like r17, before I get the IOS selection prompt. Older
versions seems to work.

Original issue reported on code.google.com by [email protected] on 7 Mar 2010 at 11:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.