Homebrew [Release] GodMode9i - All Access File Browser for the DS(i) (and 3DS)

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.2.0

What's new?
  • Non-spoofed AK2i carts should now be supported when running from the SD card or as a CIA.
  • You can now move files between the SD card and flashcard.
  • The NitroFS of a .nds file can now be mounted.
  • Software version is now added to the filename of a dumped GBA ROM.
  • "[fat:/] GAMECART" is now shown, only if flashcard is successfully mounted.
Bug fixes
  • ".." can no longer be copied to clipboard.
  • Clipboard can no longer be restored after moving a file, as clipboard would contain a non-existent file.
 
  • Like
Reactions: Itzumi and Tarmfot

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.2.1

What's new?
  • The GodMode icon of DOOM has been added to the logo!
    CIA users: To see the new icon, delete GodMode9i from "Data Management -> DSiWare" in System Settings, then install the CIA again.
  • SD card's volume label is now shown.
  • While copying a file, the number of bytes copied, alongside the actual file size, are now shown.
Bug fixes
  • The boot option for .firm payloads is no longer shown on DSi consoles.
  • Should now work properly on CycloDS iEvolution in DSi mode.
  • Removed SD remounting, as it never worked.
  • After deleting file which is contained in clipboard, the clipboard is now cleared.
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.3.0

What's new?
  • GM9i now has the look of the original GodMode9!
    • The path and time text on top is now colored green.
    • Un-highlighted selections are now darkened.
    • Directories/folders now show "(dir)" on the right side of the screen.
    • ".." is now shown on drive root.
  • SD card can now be remounted again on NO$GBA (if .nds itself is ran).
Improvement
  • File sizes are now loaded into memory, and displayed from there, instead of loading file size on each file highlight.
    Fixes big files taking a second to show the size on-screen.
Bug fix
  • Certain Slot-1 carts (such as R4i and 3DS carts) will no longer cause the app to shut down the console.
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.3.1, now with screenshot capture!

What's new?
  • Screenshot capture has been added! (Credit to devkitPro for the code used in the nds example)
    Hold R+L buttons to take a screenshot.
  • New logo, where it's similar to the original GodMode9 logo. (Logo made by zacchi4k)
    The icon has been updated as well.
    CIA users: To see the new icon, delete GodMode9i from Data Management -> DSiWare in System Settings, then install the CIA again.
  • Recursive folder deleting has been added, so now folders can be deleted properly! (thanks to @Epicpkmn11)
  • .dsi files can now be booted! (thanks to @ChampionLeake)
  • Power button text has been updated for 3DS consoles, along with the addition of a HOME button text.
  • Removed unneeded exception stub and bootstub.
Bug fix
  • Prevented wrapping with Left/Right press. (thanks to @Epicpkmn11)
Known bug
  • Screenshot captures lack the first vertical line.
 

superhacman

New Member
Newbie
Joined
Oct 19, 2018
Messages
3
Trophies
0
Age
24
XP
167
Country
United States
According to what I can understand of the code, the R4i Gold+ RTS should be supported, but it doesn't work for me. Any ideas about why that might be the case?
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
According to what I can understand of the code, the R4i Gold+ RTS should be supported, but it doesn't work for me. Any ideas about why that might be the case?
It's not supported. The console shutdown did not mean it wasn't supported. It was just a bug in the code.
 

superhacman

New Member
Newbie
Joined
Oct 19, 2018
Messages
3
Trophies
0
Age
24
XP
167
Country
United States
It wasn't a console shutdown that made me think that it would be supported, it was these lines
Code:
else if (!memcmp(gamename, "QMATETRIAL", 9) || !memcmp(gamename, "R4DSULTRA", 9)) {
            io_dldi_data = dldiLoadFromBin(r4idsn_sd_dldi);
            fatMountSimple("fat", &io_dldi_data->ioInterface);
The game ID it spoofs is QMATETRIAL, which is why I thought that it was
 
Last edited by superhacman,
  • Like
Reactions: Crazynoob458

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
It wasn't the console shutdown that made me think that it would be supported, it was these lines
Code:
else if (!memcmp(gamename, "QMATETRIAL", 9) || !memcmp(gamename, "R4DSULTRA", 9)) {
            io_dldi_data = dldiLoadFromBin(r4idsn_sd_dldi);
            fatMountSimple("fat", &io_dldi_data->ioInterface);
Oh, that code.
Yeah, it doesn't seem to work with your card for some reason.
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.3.2

What's new?
  • Added recursive copying (copy files and dirs within dirs). (thanks to @Epicpkmn11)
  • When taking a screenshot, the bottom screen will now be taken as well.
Bug fixes
  • Screenshots will no longer exclude the first vertical line.
  • When taking a screenshot, "/gm9i/out" will now be created, if it doesn't exist.
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.3.3

What's new?
  • Filesizes are shown next to the filenames.
  • You can now hold R+X to rename a file or folder. (thanks to @Epicpkmn11)
  • You can now hold R+Y to create a new folder.
Bug fixes
  • ".." is now always shown before the file/folder list. (thanks to @Epicpkmn11)
  • You can no longer copy and paste a file in same location as copied file.
  • "1 Bytes" is now shown as "1 Byte".
 

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,973
Trophies
3
Location
Austria
XP
2,481
Country
Austria
Hello Forum.

This Tool is great,but sadly it not worked for me with full support.
With Versions LOWER 1.3 is has the SHUTDOWN Issue.
With Versions HIGHER 1.3 my Flashcard seems no longer supported.:cry:

P1310469.JPG P1310471.JPG

Newertheless,another great tool :yaynds:
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
Hello Forum.

This Tool is great,but sadly it not worked for me with full support.
With Versions LOWER 1.3 is has the SHUTDOWN Issue.
With Versions HIGHER 1.3 my Flashcard seems no longer supported.:cry:

View attachment 149427 View attachment 149428

Newertheless,another great tool :yaynds:
Your flashcard wasn't supported in DSi mode in the first place.
It is not in the list of supported flashcards.
 

RocketRobz

Stylish TWiLight Hero
OP
Developer
Joined
Oct 1, 2010
Messages
16,514
Trophies
3
Age
24
XP
20,844
Country
United States
v1.3.4: New years release

What's new?
  • When dumping a GBA ROM, the SRAM is dumped as well.
Improvements
Bug fix
  • Fixed bug with renaming a file's name to a new name with spaces. (thanks to @Epicpkmn11)
 
  • Like
Reactions: Sunuku

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    BigOnYa @ BigOnYa: They're made with left over pancake/wafle batter, that's been sitting out all day.