Recent content by TonioGela

  1. TonioGela

    Homebrew [DISCUSSION] New Super Ultimate Injector (NSUI)

    Is it me or no text appear on banners once installed in 3ds?
  2. TonioGela

    Hacking New Theme for EZ-Flash Omega!

    Thanks @Sterophonick. I'll like to have a look at the code of the kernel, I've never done embedded C (on any kind of C that ends up running on a device that's not a full-fledged CPU) so I'm really curious.
  3. TonioGela

    Hacking New Theme for EZ-Flash Omega!

    So what's the procedure with Rev B? Update using the newly released stock firmware and then reapply the last build of Simple that Stero posted?
  4. TonioGela

    Hacking Guide - How to convert YouTube videos to Game Boy Advance ROM files

    So, has anyone succeeded in converting a video to a format that meteo reads well using ffmpeg? I've tried a lot of both manual and automatic conversion methods, to either avi or mpeg like: ffmpeg -i input.mp4 -output.avi ffmpeg -i input.mp4 output.mpeg ffmpeg -i input.mp4 -c:v mpeg1video -c:a...