Giter Club home page Giter Club logo

Comments (37)

Dimensional avatar Dimensional commented on September 17, 2024

I have the same problem with my AK2i HW-44, one of the first bought within a year of it's release, so it only says compatible with DSi.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

I'm not only guy who have this problem o/.
Acekard2i dsi Compatible too ?
acekard-2i

from ntrboot_flasher.

Juanito9001 avatar Juanito9001 commented on September 17, 2024

Your Acekard is with the last firmware and kernel?? sometimes that model of cards have problems for the firmware... or other times, the guilt is the micro SD card, because is a chinese model (false space and corrupted inside) try with another SD that you know is an original brand

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

I tried with another SD ( 3). And i can't update firmware, don't have ds lite :/

from ntrboot_flasher.

hedgeberg avatar hedgeberg commented on September 17, 2024

If you have a cracked 3ds, there's an app lying around somewhere that allows you to bypass any cart checks and initialize your cart. This may allow you to initialize the firmware update. Alternatively, give us the hw rev, and we can see if someone has an updated flash you can use. It may end up being, though, that your cart is broken and not useful.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

I tried with decrypt9 to flash my AK2I, but say me " cards is not AK2I".

Ntrboot detect my Ak2I like real ak2i h81 and can dump, but decryp9 nop.

chipID : 103E204F
HW REV: 81818181
Detected : Acekard 2i HW-81

from ntrboot_flasher.

hedgeberg avatar hedgeberg commented on September 17, 2024

mmm. @KitLing does d9 do additional checks on the flash before doing stuff?

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

I tried with ntr_luncher, but get white screen, maybe my ak2i is brick.

My other linker are supercard dsonei mini, and Cyclo evolution.

I'm not good dev, but D9 check chipId here https://github.com/d0k3/Decrypt9WIP/blob/855c63d/source/decryptor/ak2i.c#L594 no ? My ChipID is 103E204F, maybe if we modify "(cartId != 0xFC2" by "(cartId != 0Xmychipid") they can work ? After it's only for unbrick my ak2i ( if they bricked )

from ntrboot_flasher.

kitlith avatar kitlith commented on September 17, 2024

@hedgeberg D9 also checks chipid, which I stopped doing to avoid softbricks due to overwritten chipid.

from ntrboot_flasher.

hedgeberg avatar hedgeberg commented on September 17, 2024

mmm. In that case, this is beginning to sound like an unwritable cart. Your cart may be hardbricked, if writing won't take place. I kind of doubt this is a flasher issue, you may want to acquire a new cart.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

Thank's for reply.

Yesterday, i tried, after a lot of Positioning, ntboor have injected on my linker. Maybe a bug, but 4 time injecte road 0% to 100%, but maybe a bug because my other N3DS bricked don't boot on.

I can't buy other cards, i have checked a lot of possibility for unbrick my ak2i with my ds onei mini/cyclo evo DS, but all need a NDS lite/phat, so i'm rekt.

So, we have possibility to see if ak2i is hardbricked ?

edit: https://www.reddit.com/r/flashcarts/comments/6qim1t/acekart_2i_bricked/ on reddit, guy have same problem with bricked ak2i and D9, Work after using 2nd card to unbrick

from ntrboot_flasher.

cakehonolulu avatar cakehonolulu commented on September 17, 2024

So same problem as mine.
Any thing we can do?

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

CakeHonolulu, ur flashcard work/not bricked ?

from ntrboot_flasher.

cakehonolulu avatar cakehonolulu commented on September 17, 2024

@Siogenon My flashcard has the same problem as yours, cannot be written
Tried using a ak2i flasher on a Nintendo DS Lite but problem remains, it can't be written.
We'll see if they can happen

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

So, exactly same problem than me.

edit: restore : reading work, but stay at 0% at " writting chunk 000000"

from ntrboot_flasher.

hedgeberg avatar hedgeberg commented on September 17, 2024

Sounds like the flash unlock was not successful, I don't really know how we'd go about debugging this remotely.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

I remain available if u need informations

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

Latest release ( 0.3) crash, when i lunch , 3DS just shut off

from ntrboot_flasher.

hedgeberg avatar hedgeberg commented on September 17, 2024

You mean the flasher crashes?

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

Problem of crash solved ! ( need to update B9S). But, with the latest release, injecting stuck always at 0%
Now, when i try to restore, 1/5 try, writing start but stop at 10, 26, or next chunk. It's weird.

EDIT : i have 2 situation with restore.

  1. i try to restore with my ak2i dump : stuck at 0% first chunk ( write don't start ). + checking chunk and writing chunck 0001000
  2. i try to restore with officiel AK2I dump : start to write first chunk, but more and more slowly and stop to 10% or 14%/26%. ( always first chunk) + checking chunk and writing chunk 0000000

from ntrboot_flasher.

rootyElf avatar rootyElf commented on September 17, 2024

I made a D9 build without cart id check. Maybe you could give it a shot.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

RootyElf thank's for u help, but i have only 2 choice flash and dump.

And say me " Cartdrige is not AK2i".

This build bypass chipID ?

edit : i think realy my linker is bricked, but not totaly destroy. If D9 start with my AK2I, i think it's good.

from ntrboot_flasher.

rootyElf avatar rootyElf commented on September 17, 2024

Ntrboothax options have been removed because they are obsolete. Flash and dump are the only relevant ones anyway. As you have already found out D9 checks the cart in this file. My build has the cartId condition removed. This build has the hwVer condition removed as well. With it there should be no way D9 complains about the cart not being an AK2i. You can try it, but it's obviously at you own risk.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

Thank's. so i try, i get " cart : 0X103e204f HW : ff.

Stuck on Erase flash.

So, nothing can work when touch on flash. Totaly hardbrick ?

edit: dump work.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

New Release say me just "flashcart setup failed ".

Edit, after tried D9 ( don't work), today my linker have 103E204f chiPid and Hw REV on ntrboot 0.1.3.
Dafuq

from ntrboot_flasher.

kitlith avatar kitlith commented on September 17, 2024

Sounds like failed cart init. I don't really have any suggestions at this point, unfortunately.

from ntrboot_flasher.

Siogenon avatar Siogenon commented on September 17, 2024

So, i think my linker is just destroy ? I'm waiting for ds onei compability, better close this issue maybe.

Thank's for help and for ur work.

from ntrboot_flasher.

mariomadproductions avatar mariomadproductions commented on September 17, 2024

Same problem with my AceKard 2i HW44. Dumping and restoring went through, but I don't know if they worked properly because my card doesn't work anymore on my DS Lite after restoring but I didn't try it before hand to see if it worked then

from ntrboot_flasher.

kitlith avatar kitlith commented on September 17, 2024

If you're concerned about a bad backup, go ahead and upload it and try using the proper backup from here.

from ntrboot_flasher.

dubbz82 avatar dubbz82 commented on September 17, 2024

Will the recent additions for logging possibly help determine what went wrong with this, or is it likely failing before anything's actually logged?

from ntrboot_flasher.

kitlith avatar kitlith commented on September 17, 2024

It's possible. Go ahead and send a log file. May build a debug build for you if there's nothing useful in there.

from ntrboot_flasher.

User13181408200115 avatar User13181408200115 commented on September 17, 2024

Same problem on DSTT also occurs with ds/dsi flasher does not occur with https://github.com/kitling/flashcart_core/files/1222726/ntrboot_flasher.zip but I am not sure if ntrboot is actually functional after flashing with https://github.com/kitling/flashcart_core/files/1222726/ntrboot_flasher.zip

from ntrboot_flasher.

handsomematt avatar handsomematt commented on September 17, 2024

from ntrboot_flasher.

User13181408200115 avatar User13181408200115 commented on September 17, 2024

What I am saying is it fails using both a 3ds(.firm flasher) and with the nds flasher
so the problem either is the flashcard_core or the dstt chip itself

from ntrboot_flasher.

BloodViper avatar BloodViper commented on September 17, 2024

Any fix to this yet? I'm having the same problem on my DSTT

from ntrboot_flasher.

eltrolado avatar eltrolado commented on September 17, 2024

Same problem with original DSTT... Any possible solution?

from ntrboot_flasher.

handsomematt avatar handsomematt commented on September 17, 2024

it is not an original DSTT

from ntrboot_flasher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.