Questions tagged [wii]

Video game device developed by Nintendo.

Video game device developed by Nintendo.

64 questions
3
votes
0 answers

Animate wrappanel items repositioning

I'm trying to create an animation like the text zoom animation that exists in the wii news channel. See this at 0:45 to an example. My current code is to take a string, split it into a string[] between the spaces, create a textblock for each word,…
Guilherme
  • 5,143
  • 5
  • 39
  • 60
3
votes
2 answers

Flash Lite 3.1 + javascript

I know almost nothing about actionscript. Is it possible for Flash Lite 3.1 to use the flash.external.ExternalInterface to allow javascript interaction? If it is possible, can someone explain why jPlayer (open source) doesn't work on the Wii? I…
Joel Harris
  • 1,966
  • 3
  • 20
  • 32
3
votes
1 answer

How can I permanently pair a Wii Balance Board with an Ubuntu PC?

I have a Wii Balance Board, for which I've written a weight-measuring script (detailed here). However, I can't get the board to pair with the computer. I don't want to have to put it in sync mode every time, as it's very time-consuming, but it won't…
Stavros Korokithakis
  • 4,680
  • 10
  • 35
  • 42
3
votes
0 answers

Does Flash in the Wii support h264?

I'm working on a streaming video player that can play either FLV or H264. I have it working on the PC and my attempts to get the Wii to play H264 have come up short. With the recent browser update the Wii has Flash Lite 3.1 (upgraded from Flash 7)…
Jake
  • 242
  • 2
  • 7
2
votes
3 answers

wii programming

my daughter just got a wii for christmas from her parents and her father has nothing better to do than looking for ways to dive into wii programming. i already read a lot about "homebrew" and wii. but i seem to be unable to find answers for the most…
aurora
  • 9,607
  • 7
  • 36
  • 54
2
votes
1 answer

android 6+ How to connect wii balance board?

I made an Android app that connected and readed input fine with Wii balance board, based on Fitscales code. My app worked like a charm with SDK 15 & 16 until Android 4.4 (KitKat), when Android stopped the Wii support. Wii support is now re-enabled,…
Rudy
  • 181
  • 2
  • 10
2
votes
3 answers

Looking for Wii compatible Javascript Flash mp3 player

I am looking for a flash mp3 player that will work within the Opera-based browser on the Wii. The player needs to be javascript enabled (support methods like play, stop etc.) The mp3 tracklist will be built dynamically using ajax on the same page…
Joel Harris
  • 1,966
  • 3
  • 20
  • 32
2
votes
0 answers

How to read and translate data from wii balance board

By the advise from How to connect wii balance board with android Through 0x32, According to data pattern below , Byte no. 0 and 1 is serve for core buttons. Another 8 bytes left is for the extension (Balance Board) From my observation, Bit no.…
JiratPasuksmit
  • 672
  • 7
  • 18
2
votes
1 answer

How do i play audio on devkitPro?

I am trying to develop a app that will use the devkitPro toolkit. How do I play Audio files on Wii? I can't seem to get them to play. I have tried over and over.
Tyler McMaster
  • 1,407
  • 2
  • 14
  • 15
1
vote
1 answer

Xbox, PS3, Wii Parental lock API/SDK

Sorry if this is a general question but I cannot locate this information (their SDK's are mostly locked) Do the SDKs for Xbox, PS3, Wii have an API/access to parental lock facility? Can I make an app that can control the parental lock on these…
sami
  • 723
  • 2
  • 9
  • 23
1
vote
1 answer

How to create a wii option selector with devkitpro?

How to create a wii options selector like wii mod lite? (devkitpro + C) wii mod lite options selector i searched and searched, but i didnt found anything
1
vote
0 answers

How do you receive a status code from HTTP using libogc?

So, I've been working on a Wii application. I want it to connect to my server and receive a status code response. I wrote the following code to try to do so(yeah, it's messy, I know) s32 connectSocket(const char *hostn, u32 port) { int sock =…
Tech
  • 37
  • 1
  • 8
1
vote
0 answers

Raspberry Pi not picking up Wii controller or not communicating

I am trying to connect my Wii-mote's to my Raspberry Pi, so I can use them in pygame. I know to use the Wii controller, I need to make some configurations, and I have made them. However, when I run my .sh script to connect the remotes, I am thrown…
SimplyDev
  • 90
  • 2
  • 11
1
vote
0 answers

Problems with downloading a file with devkitPro (Wii)

i found this code online that should download a file to my usb plugged into my wii, however, i found it only works with http or www domains, which means i cant download a file from my github.io website. i really could not find any useful examples or…
weeg luigi
  • 23
  • 2
  • 4
1
vote
1 answer

Extracting files from a proprietary archive format

I'm currently working on reverse engineering a game so that me and my friends can look through it and edit stuff. I have much experience with modding games, but the issue here is that it looks like the developer of this game in particular uses a…
darthteddy1
  • 35
  • 2
  • 4