Search results

  1. S

    Hacking 3DS unbricking progress

    When I had my brick last year they were already using a different key. I'm pretty sure they were using AES CBC mode so you can't just use an XOR pad to unbrick anymore. If someone manages to get the key they'll have to run some 3DS homebrew with the CID to get the unlock key.
  2. S

    Hardware N3DS NAND backup possible, I hope.

    So I managed to mess up my n3ds XL's firmware. I have backups of the NAND but my hardware NAND mod isn't working and I'm unable to entry recovery mode. I assume the NAND mod is broken and I'm failing to fix it correctly. Is there anyone here trusted I could pay to do the NAND mod in a lot...
  3. S

    Hacking Is their any way to install .CIA files to 3ds

    The NAND's filesystem is less than 1GB so that's not really a problem.
  4. S

    Hacking 3DS unbricking progress

    Yeah I'm kinda just looking for someone confident enough to try to fix the thing. Looks like the traces to DAT0/CMD/CLK need to be cut and then alternate pinouts would have to be used. It's in C you can see all the source code here: https://github.com/bkifft/RPU
  5. S

    Hardware nand flash dump (3ds xl)

    Pulled it and still nothing. I guess I can try sending it to someone more confident in this. It was mentioned to me it might be possible to cut the traces for those pads and then just use alternate points to force erase/flash a new nand.
  6. S

    Hardware nand flash dump (3ds xl)

    Looks a little bit more cleaned up now and a multimeter doesn't show the two as being connected anymore but still I'm getting the same thing.
  7. S

    Hardware nand flash dump (3ds xl)

    I managed to clean up the solder splash and I'm still getting the same thing.
  8. S

    Hardware nand flash dump (3ds xl)

    It kinda looks like it's a bit deeper than that. But I'm not entirely sure. It was someone I know personally who after getting it back made me realize I know more than they do. Here's an attempt at a better picture though my phone camera really doesn't like focusing. [/img]
  9. S

    Hardware nand flash dump (3ds xl)

    Hey so I was trying to unbrick my 3ds and I thought my mod job might have been the problem so I had someone else do this for me. When I got my 3DS back the raspberry pi wasn't even able to recognize the SD card. I put a multimeter on the DAT0 CLK CMD pins on the SD card and they were all...
  10. S

    Hacking 3DS unbricking progress

    Well looking at the specification better what's happening is the LOCK_UNLOCK_FAILED error bit is being set after the command is being sent. The locked bit is set so it can't be that it's on an unlocked card. Looking at the CSD bit 13 is cleared so I'm guessing other bits in the data field got...
  11. S

    Hacking 3DS unbricking progress

    That was the CSD I got after I tried to force erase.
  12. S

    Hacking 3DS unbricking progress

    I was stupid and ran a modified Launcher. I've had a look at this bricking code and it should only happen if your Launcher.dat gets corrupted somehow. CSD for me is 00D04700320F5903AEFFFFFFE1824000.
  13. S

    Hacking 3DS unbricking progress

    I got bricked by 2.3b so the password is different now. Probably easier to just erase and then reflash than it is to figure out all the details this time. I'm pretty sure they're using CBC encrypt this time so you can't just generate an xor pad.
  14. S

    Hacking 3DS unbricking progress

    I'm trying to unbrick a 3ds using force erase then reflash it. When I try to do a force erase I get status 0x02000900 before it tries to send the force erase. After sending the force erase it gets back status 0x03000900 which is still locked.
  15. S

    Hacking GATEWAY PUBLIC RELEASE 2.3b

    Bricking code is still in this version as well.
  16. S

    Homebrew Homebrew Development

    It was someone in waffle's group. It directly used the IO registers. Here's a mirror of it http://pastebin.com/qaV25PX9
  17. S

    Homebrew Homebrew Development

    Always a good idea to do MSR CPSR_c, #0xDF Then you're disabling interrupts and switching to system mode which shares registers with usermode. If you're planning on returning to usermode it's probably a good idea to save the CPSR in a register before doing this. I've had a lot of issues...
  18. S

    Homebrew Homebrew Development

    There are AEABI functions for divmod. You can link those functions in by using -lgcc. The compiler should automatically call them as needed.
  19. S

    Hacking ALBW ActorCommon.szs extracted

    Might as well just post the code to extract szs.
  20. S

    Homebrew Homebrew Development

    With the current Gateway Homebrew setup it wouldn't be possible. You wouldn't be able to spawn a background process and have it continue to run while you switch to an actual game.
General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: It will actually make it worse