Recent content by eth0

  1. E

    Hacking M3i Zero led color

    I've got that one mine too, It's a awesome card, but the build quality is to cry about. my SCDSONEi's build quality is amazing, that's why the later is my dev card it can take a beating better and the menu sucks.
  2. E

    Homebrew Save Backuping Homebrew

    How much interest would there be in such a thing? I'm currently busy with my summer job but I may have a week or two to look at it at the start of September.
  3. E

    Hacking M3i Zero led color

    So they seem to be alternating between red and blue then. IIRC there was a batch that didn't work after flashing unless you put some paper between it to get the contacts to touch.
  4. E

    Hacking I think i know how to make m3i zero work on 1.4

    Why dump it, F_CORE.dat should be what you need.
  5. E

    Hacking M3 Sakura Suggestion Topic (For the G6 Team)

    26) Be able to hide folders > you can sort of do this now, select the file/folder under windows and check the hidden checkbox in the properties dialog. (does not work on mac with SetFile -a V )
  6. E

    Hacking M3i Zero led color

    I just received mine and the led is red. IIRC the very first send out to testers where red. The first production batch was blue (possibly a bad batch with blue onces too) So is the red one from a new batch or from the older test batch? I don't really care since mine works but it may be good...
  7. E

    Hacking Alright M3 team time to work your magic

    I thinking they maybe a few DSi's and they don't want to update them to get 1.4 Since there is no going back. So you probably need a DSi with 1.3 (what mine shipped with) but future DSi's will ship with newer versions so you can't just update the one you have and get a new one with 1.3!
  8. E

    Hacking updating on the dsi

    It automatically connects at 2am to check and install updates! j/k, only when you select update from the system configuration thingy or when you go into the shop thing. Browsing should be ok, I hope since I just did.
  9. E

    DSi firmware 1.4 blocks flashcards!

    Not really want to contribute to this small kibble but... What if you send the 1.3X firmware back to a device instead of the 1.4X would that do downgrading? Then again it's probably like the iPhone's BB, upgrade only (at least if nintendo is smart) Don't feel like upgrading mine to test...
  10. E

    Hacking What type is the M3i Zero's firmware update connector?

    Yep, my macbook pro is very selective on what power it pushes over the USB peripherals. My Mac Mini isn't though, I guess it's part of the power savings or something. The iPod/iPhone/... usb power adaptor may work though!
  11. E

    Hacking What type is the M3i Zero's firmware update connector?

    if i'm not mistaken, it just wires the USB power connections to two pins that plug into the card, there is no actually data communication going over it. I'm fairly certain you can remove the USB end and hook up a battery if you want.
  12. E

    Homebrew How do you make homebrew?

    PAlib isn't to bad, you can do some nice things with it and it's not to hard, using native libnds is a bit harder IMHO, although a lot cleaner. I guess it depends on if you want to have it easy and produce some things first or have a harder time but do it without PAlib. Or just try PAlib and if...
  13. E

    Homebrew DSi running original DS firmware

    You just press the power button on the DSi to return to the firmware, do your thing in Pictochat, close that and select your card again from the menu. No eject/insert required. edit: Da-Domb1 beat me too it , serves me right for opening 20ish tabs and checking them one by one later.
  14. E

    Hacking M3 Zero is great!! Tested on Phat LITE and DSi

    can't you just use select+vol-up/vol-down? works fine for me, even in game!
  15. E

    Homebrew How do you make homebrew?

    You can get devkitARM/libnds/dswifi/.../PAlib combo to work in the latest vc free edition. It's not that hard. personally I use Xcode on mac for editing my .c files, works fine too. pitty chishm's loader is broke else I'd release my stuff edit: some may consider palib to be bad, but...