Hacking Bugs and Features in Next Acekard RPG

golden

What a Digital Dummy!!!
Member
Joined
Dec 1, 2007
Messages
1,453
Trophies
0
Website
Visit site
XP
209
Country
United States
From what i can see they are infact stored on the nand and writting to the sd/nand on next boot. though that process takes a little while to complete maybe i can do something to speed it up but i've got others thing i want to do before that.
Good luck with whatever you are doing. About speeding up the process, I think it is fast enough. It is one second or less for me usually for saving pokemon DP but I think the next step would be to take it out rather than speed it up.
 

Normmatt

Former AKAIO Programmer
OP
Member
Joined
Dec 14, 2004
Messages
2,161
Trophies
1
Age
33
Website
normmatt.com
XP
2,199
Country
New Zealand
That 'MAY' be possible as it seems to be writting to a sector of the nand if you can pass it the sector and address of the save file on either the nand or the sd it you possible write directly to the save file but doing that would be very dangerous as if you shutdown using a write you could screw up your nand or your sd.
 

golden

What a Digital Dummy!!!
Member
Joined
Dec 1, 2007
Messages
1,453
Trophies
0
Website
Visit site
XP
209
Country
United States
That 'MAY' be possible as it seems to be writting to a sector of the nand if you can pass it the sector and address of the save file on either the nand or the sd it you possible write directly to the save file but doing that would be very dangerous as if you shutdown using a write you could screw up your nand or your sd.
Perhaps that's the reason Acekard team didn't implement it?
 

OSW

Wii King
Former Staff
Joined
Oct 30, 2006
Messages
4,787
Trophies
0
XP
482
Country
I personally wouldn't bother messing with the save system. It's acceptable and fast for the method.

does it have a capacitor or somehting which stores the battery? or since you said "nand", does it have a seperate nand storage?
 

golden

What a Digital Dummy!!!
Member
Joined
Dec 1, 2007
Messages
1,453
Trophies
0
Website
Visit site
XP
209
Country
United States
From what i can tell it shouldn't as it seems to stores it directly on the nand(internal memory).
Then what's the point? If you are playing games through nand why not just write it there instead of store it on the nand? Isn't it possible to change the storing routine on the nand to writing on the nand? Of course, this only would apply to nand stored games but still, it would be an improvement.
 

OSW

Wii King
Former Staff
Joined
Oct 30, 2006
Messages
4,787
Trophies
0
XP
482
Country
again, it doesn't really bother me, however i have a feeling they promised they would release the rom booting code too
smile.gif


Normmatt, do you have any idea if the RPG internal firmware (i don't know how to refer to it.... maybe bootloader?) is rewritable?
 

Normmatt

Former AKAIO Programmer
OP
Member
Joined
Dec 14, 2004
Messages
2,161
Trophies
1
Age
33
Website
normmatt.com
XP
2,199
Country
New Zealand
They dont provide the rom patching code so i really cant do much about that atm sorry.

You should try to contact the team. You never know, they might supply you with it unless it is like top secret or something. >.>



I'd assume it'd be secret as most flashcards patch code and releasing theres would allows others to copy their code to improve their card which isn't a good move on acekard's part.

QUOTE(OSW @ Jan 5 2008, 07:42 PM)again, it doesn't really bother me, however i have a feeling they promised they would release the rom booting code too
smile.gif


Normmatt, do you have any idea if the RPG internal firmware (i don't know how to refer to it.... maybe bootloader?) is rewritable?

I'm not too sure about the bootloader, why do you ask?
 

golden

What a Digital Dummy!!!
Member
Joined
Dec 1, 2007
Messages
1,453
Trophies
0
Website
Visit site
XP
209
Country
United States
QUOTE said:
I'd assume it'd be secret as most flashcards patch code and releasing theres would allows others to copy their code to improve their card which isn't a good move on acekard's part.
I'd assume the open source would give others enough information to implement the RPG's features one to their own cart. That's why if you notice, the RPG has no exclusive SOFTWARE features. It only has hardware exclusives which cannot be stolen if it is open source.
 

Jaejae

Superfly Don't Used
Member
Joined
Sep 23, 2007
Messages
625
Trophies
0
Age
31
Location
Auckland, New Zealand
Website
Visit site
XP
184
Country
New Zealand
One of my biggest complaints with the loader is that it loads the folders as you open them, this takes a second or so, and I get impatient, and end up loading the first game in my list.
Perhaps if the folders were loaded at boot.
I have no idea how hard this would be to implement, but I presume it would be pretty hard.
 

OSW

Wii King
Former Staff
Joined
Oct 30, 2006
Messages
4,787
Trophies
0
XP
482
Country
i'm pretty sure most flashcards load folders when you click on them rather than analyse the whole flashcard before boot.

honestly i dont want to sacrifice boot time.

Keep the NDS files in any one folder under 15 and it loads pretty fast.
 

TD-Linux

Active Member
Newcomer
Joined
Dec 30, 2007
Messages
33
Trophies
0
XP
41
Country
United States
I think we should fix file loading - we can make it load in the background, at least. Or give some moving indicator...

Not releasing their rom loader is kinda lame, as it has no advantages over any others...

How hard is it to load roms, BTW? Could we write our own patcher?

I want to be able to access the bootloader too. I wouldn't be suprised if it was accessible somehow over USB...
 

Extreme Coder

Well-Known Member
Member
Joined
Nov 25, 2005
Messages
937
Trophies
0
Age
30
Location
Cairo, Egypt
Website
Visit site
XP
346
Country
Egypt
What is the use of being able to access the bootloader?

Don't you think we should form a Google Code/DejaVu/SourceForge/whatever project so that not everyone goes off developing his own branch of the firmware. I want to develop some things, for example text and image file viewing as a start to brush up on my coding skills
smile.gif


IMO, a neat feature we should add would be to replace the top screen with the calendar thingy on it, with an animated gif, which would change according to what you press
tongue.gif
 

golden

What a Digital Dummy!!!
Member
Joined
Dec 1, 2007
Messages
1,453
Trophies
0
Website
Visit site
XP
209
Country
United States
What is the use of being able to access the bootloader?

Don't you think we should form a Google Code/DejaVu/SourceForge/whatever project so that not everyone goes off developing his own branch of the firmware. I want to develop some things, for example text and image file viewing as a start to brush up on my coding skills
smile.gif


IMO, a neat feature we should add would be to replace the top screen with the calendar thingy on it, with an animated gif, which would change according to what you press
tongue.gif
Or animated gif images supported in skins!!! That would be awesome.
 

Normmatt

Former AKAIO Programmer
OP
Member
Joined
Dec 14, 2004
Messages
2,161
Trophies
1
Age
33
Website
normmatt.com
XP
2,199
Country
New Zealand
gif images wont be supported as they will need to be decoded and converted each time you load them which would slow down the menu greatly not to mention animations would slow that down once again.

I've been meaning to setup a svn for my custom firmware but my changes might make it into the next official release.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @SylverReZ... +1