Recent content by ZaindORp

  1. Z

    Brightness mod for Fat DS....FlashMe??

    These should be easily found in the download section of this forum. A regular Flashme will suffice; there isn't a special version specifically for providing Fat DS brightness support. If you don't see any changes after flashing, it means your NDS doesn't support multi-level brightness, not that...
  2. Z

    Hacking Misc Fixing EZFlash Parallel's sleep issues once and for all!

    Yes, actually, just a few days after the first release was released got a hand crafted one. And few weeks later got a transparent simple shell made by Chiscart from a friend, which looks nice. It's sad that the DSPico from Chiscart didn't sold in China (They only do foreign trade, even though...
  3. Z

    How to dump the program from a MK4-mini?

    Perhaps asking such a question in this day and age seems rather strange. But when finding some early NDS flashcarts, why not try them out? Apparently, what dealing with now are some old flashcarts, like the MK3 and DSLink. After testing the boot methods of Flashme V7 and MK4-Mini, wanted to find...
  4. Z

    Hacking Misc Fixing EZFlash Parallel's sleep issues once and for all!

    Adding wires to a card with such a beautiful transparent casing actually makes it look terrible. What a pity.
  5. Z

    Yet another enhanced EZ Omega D.E kernel

    Pogoshell is really an old thing. It was designed to work with some old flashcarts like XG or Turbo FA and can't work with EZ OMEGA. The kernel here just using the plugin system port from it, instead of using the whole homebrew. While this kernel is currently doesn't work with EZ OMEGA (and no...
  6. Z

    Yet another enhanced EZ Omega D.E kernel

    They are different kernel. They can't work together. Just flash it and the old one would be overwritten. As they are using different file structure, you may need to move the files to the right place. The way to install this kernel is just as same as install the Simple light kernel. Just download...
  7. Z

    Yet another enhanced EZ Omega D.E kernel

    Theoretically, any kernel can use custom skins, but currently it is impossible without re-flashing the kernel. This kernel may be the only one that can read the theme directly from the SD card and apply it. In addition, the theme format of this kernel is compatible with the official kernel. You...
  8. Z

    Yet another enhanced EZ Omega D.E kernel

    Simple light support both EZ Omega and EZ Omega D.E but this only work with EZ Omega D.E. Simple light use a different file structure from the official kernel but this use the same one. Simple light backup the ROM multiple times(one for last one and another for an earlier version, and another)...
  9. Z

    Yet another enhanced EZ Omega D.E kernel

    At least for ZaindORp, these functions don't seem to be used very often. There aren't many games that support the vibration function on DS/GBA, so they're not used very often (but the new Goodboy Galaxy supports vibration! EZ Omega D.E support this feature). RAM expansion is a rarely used...
  10. Z

    Yet another enhanced EZ Omega D.E kernel

    This doesn't sound right. Normally this will take a few seconds (on ZaindORp's card, it took about three seconds) to copy the theme to the correct location. It sounds like the notification on your device just flashed by and wasn't as expected. Can you check the /THEMES folder to see if there is...
  11. Z

    Using OMEGA kernel on EZ Flash Reform? [Help]

    The basic working principle can be analyzed from the source code and actual use. The kernel source code of EZ Omega is public, and the relevant code about the patch process before starting the game can be found in it. Obviously, those are some very simple processes, which do not involve SRAM...
  12. Z

    Using OMEGA kernel on EZ Flash Reform? [Help]

    That's impossible. EZ Omega's FPGA firmware implements many features that simulate real cartridges (mainly clocks and game archives), which are impossible for EZ Reform to replicate because it has fewer programmable logic units. The principle of EZ Reform is very primitive. The CPLD on it is...
  13. Z

    Yet another enhanced EZ Omega D.E kernel

    It is such a relationship. Okay, the description written above has been changed.
  14. Z

    Yet another enhanced EZ Omega D.E kernel

    The skin won't take effect at once when you press A at that setting interface, but when you switch to another interface or after you reboot your GBA.
  15. Z

    Yet another enhanced EZ Omega D.E kernel

    Doing so can indeed make the root directory more tidy overall. However, the concept of this kernel is more about improving it without destroying the official kernel behavior as much as possible, so it is not designed that way... But it's not difficult to make a compilation that is consistent...