Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem injecting stay at 0% #12

Open
Siogenon opened this issue Aug 13, 2017 · 37 comments
Open

Problem injecting stay at 0% #12

Siogenon opened this issue Aug 13, 2017 · 37 comments
Labels

Comments

@Siogenon
Copy link

Siogenon commented Aug 13, 2017

On acekard 2i H81, N3DS, latest release. Card is detected, dump work no problem. But when i inject, injection stay at 0%, same problem for restore, stay at 0%.

Tried latest files, but nothing.
20170813_151208
20170813_151216

Card is detected like Ak2I hw-81 on ntrboothax

@Dimensional
Copy link

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.

@Siogenon
Copy link
Author

Siogenon commented Aug 14, 2017

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

@Juanito9001
Copy link

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

@Siogenon
Copy link
Author

Siogenon commented Aug 14, 2017

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

@hedgeberg
Copy link
Member

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.

@Siogenon
Copy link
Author

Siogenon commented Aug 14, 2017

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

@hedgeberg
Copy link
Member

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

@Siogenon
Copy link
Author

Siogenon commented Aug 14, 2017

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 )

@kitlith
Copy link
Member

kitlith commented Aug 15, 2017

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

@hedgeberg
Copy link
Member

hedgeberg commented Aug 15, 2017

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.

@Siogenon
Copy link
Author

Siogenon commented Aug 15, 2017

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

@cakehonolulu
Copy link

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

@Siogenon
Copy link
Author

CakeHonolulu, ur flashcard work/not bricked ?

@cakehonolulu
Copy link

cakehonolulu commented Aug 15, 2017

@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

@Siogenon
Copy link
Author

Siogenon commented Aug 15, 2017

So, exactly same problem than me.

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

@hedgeberg
Copy link
Member

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

@Siogenon
Copy link
Author

I remain available if u need informations

@Siogenon
Copy link
Author

Siogenon commented Aug 25, 2017

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

@hedgeberg
Copy link
Member

You mean the flasher crashes?

@Siogenon
Copy link
Author

Siogenon commented Aug 25, 2017

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

@rootyElf
Copy link

rootyElf commented Sep 2, 2017

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

@Siogenon
Copy link
Author

Siogenon commented Sep 2, 2017

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.

@rootyElf
Copy link

rootyElf commented Sep 2, 2017

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.

@Siogenon
Copy link
Author

Siogenon commented Sep 2, 2017

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.

@Siogenon
Copy link
Author

Siogenon commented Sep 7, 2017

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

@kitlith
Copy link
Member

kitlith commented Sep 7, 2017

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

@Siogenon
Copy link
Author

Siogenon commented Sep 8, 2017

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.

@mariomadproductions
Copy link

mariomadproductions commented Sep 16, 2017

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

@kitlith
Copy link
Member

kitlith commented Sep 28, 2017

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

@dubbz82
Copy link

dubbz82 commented Sep 30, 2017

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

@kitlith
Copy link
Member

kitlith commented Sep 30, 2017

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

@kitlith kitlith added the bug label Oct 7, 2017
@User13181408200115
Copy link

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

@handsomematt
Copy link
Member

handsomematt commented Oct 15, 2017 via email

@User13181408200115
Copy link

User13181408200115 commented Oct 17, 2017

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

@BloodViper
Copy link

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

@eltrolado
Copy link

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

@handsomematt
Copy link
Member

it is not an original DSTT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests