Homebrew [RELEASE] CtrBootManager9

cpasjuste

Well-Known Member
OP
Member
Joined
Aug 27, 2015
Messages
1,108
Trophies
1
Age
44
XP
4,482
Country
France
Anyway to boot rxTools? rxTools has an "arm9loaderhax.bin" file, but it won't work with CtrBootManager9. If I completely remove Ctr and paste the rxTool's "arm9loaderhax.bin" in the root of the SDcard, it will boot. But if the rxTool's "arm9loaderhax.bin" is located inside eg SDcard\rxTools\arm9loaderhax.bin, it won't boot.
Unfortunately I don't have a o3ds but I'll try to take a look at rxtools sources.
 
  • Like
Reactions: fr3quency

RednaxelaNnamtra

Well-Known Member
Member
Joined
Dec 8, 2011
Messages
1,210
Trophies
1
XP
3,361
Country
Germany
Anyway to boot rxTools? rxTools has an "arm9loaderhax.bin" file, but it won't work with CtrBootManager9. If I completely remove Ctr and paste the rxTool's "arm9loaderhax.bin" in the root of the SDcard, it will boot. But if the rxTool's "arm9loaderhax.bin" is located inside eg SDcard\rxTools\arm9loaderhax.bin, it won't boot.
Could you please test bootctr9 too, would be good to know if its maybe something on rxTools site.
 

cpasjuste

Well-Known Member
OP
Member
Joined
Aug 27, 2015
Messages
1,108
Trophies
1
Age
44
XP
4,482
Country
France
Little feedback : the highlight option is broken in this release.

I'm using this :
bgTop1 ="ffffff";
bgTop2 ="ffffff";
bgBottom ="ffffff";
highlight ="ffffff";
borders ="ffffff";
font1 ="000000";
font2 ="e6001e";// selection

Highlighted text should be white but is still black.
Thanks.
All colors changes are working fine here. Here you're highlighted (selected) text is "font2=e6001e", almost red. Your're "higlight box" is white.
 

wsquan171

Well-Known Member
Member
Joined
Feb 14, 2015
Messages
289
Trophies
0
XP
669
Country
China
Awesome! Waited for this for a long time. So essentially this boots other A9LH payloads I guess? I'll try cakes and reinand when I'm back home. Finally I can use the theme I converted previously for the original CBM again on my n3ds.
 

Xinaman

Well-Known Member
Member
Joined
Sep 21, 2015
Messages
251
Trophies
0
Age
37
XP
184
Country
Brazil
Its not autobooting, please help

Code:
; CtrBootManager configuration file

[general]        ; General configuration
timeout = 0        ; Default timeout in seconds (-1 = disable autoboot)
recovery = 14            ; Hold this key to enter the menu (keycode: https://goo.gl/4XLDIL)
default = 0             ; Default boot entry

[theme]                     ; theme use RGB colors
bgTop1 = 4a0031             ;
bgTop2 = 6f0149             ;
bgBottom = 6f0149           ;
highlight = dcdcdc          ;
borders = ffffff            ;
font1 = ffffff              ;
font2 = 000000              ; selection
bgImgTop = /bgTop.bin       ; 400x240 pixels
bgImgBot = /bgBot.bin       ; 320x240 pixels

[entry]
title =    AuReiNand    ;
path =    /AuReiNand.bin    ;
offset = 0        ;
key = 0            ; Key to override default boot entry. Don't remove, must be last entry !

[entry]
title =    Decrypt9            ;
path =    /Decrypt9WIP.bin  ;
offset = 0                  ;
key = 1                     ; Key to override default boot entry. Don't remove, must be last entry !
 

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Trophies
0
XP
279
Country
United States
Is there something wrong with your repo?

Code:
hle@x60 ~/src $ git clone --recursive https://github.com/Cpasjuste/CtrBootManager.git
Cloning into 'CtrBootManager'...
remote: Counting objects: 632, done.
remote: Compressing objects: 100% (207/207), done.
remote: Total 632 (delta 83), reused 0 (delta 0), pack-reused 418
Receiving objects: 100% (632/632), 717.59 KiB | 1.36 MiB/s, done.
Resolving deltas: 100% (333/333), done.
Checking connectivity... done.
Submodule 'source/CakeBrah/source/libkhax' ([email protected]:Cpasjuste/libkhax.git) registered for path 'source/CakeBrah/source/libkhax'
Cloning into 'source/CakeBrah/source/libkhax'...
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of '[email protected]:Cpasjuste/libkhax.git' into submodule path 'source/CakeBrah/source/libkhax' failed
 

hackotedelaplaqu

Well-Known Member
Member
Joined
Jan 10, 2009
Messages
606
Trophies
1
Website
wiibrew.org
XP
1,196
Country
France
Last edited by hackotedelaplaqu,

d0k3

3DS Homebrew Legend
Member
Joined
Dec 3, 2004
Messages
2,786
Trophies
1
XP
3,896
Country
Germany
You happen to have the download link for Decrypt9-A9LH with you? ;)

Thanks :)
Booting CakesFW A9LH Emunand works perfect
Booting AuReiNand A9LH Sysnand works perfect
What, can you boot GodMode9 now? :) Anyways, you may have the same problem with Decrypt9WIP and EmuNAND9. I'll have to look, could use some help, too. @cpasjuste, any idea on how to solve this? Or is it just the offset (GodMode9.bin has offset zero)?
 
Last edited by d0k3,

DjoeN

Captain Haddock!
Member
Joined
Oct 21, 2005
Messages
5,489
Trophies
0
Age
54
Location
Somewhere in this potatoland!
Website
djoen.dommel.be
XP
2,857
Country
Belgium
What, can you boot GodMode9 now? :) Anyways, you may have the same problem with Decrypt9WIP and EmuNAND9. I'll have to look, could use some help, too. @cpasjuste, any idea on how to solve this? Or is it just the offset (GodMode9.bin has offset zero).
Just posted in Decryp9 thread, it freezes :/
Blackscreens or freezes in the menu with ctrbootmanager9.

O3DS (hardmodded) with latest A9LH (just compiled)
 

cpasjuste

Well-Known Member
OP
Member
Joined
Aug 27, 2015
Messages
1,108
Trophies
1
Age
44
XP
4,482
Country
France
What, can you boot GodMode9 now? :) Anyways, you may have the same problem with Decrypt9WIP and EmuNAND9. I'll have to look, could use some help, too. @cpasjuste, any idea on how to solve this? Or is it just the offset (GodMode9.bin has offset zero)?
I think that if you use BOOTSTRAP flag (for ld scripts, etc) but use GATEWAY framebuffer it should work.
 

d0k3

3DS Homebrew Legend
Member
Joined
Dec 3, 2004
Messages
2,786
Trophies
1
XP
3,896
Country
Germany
I think that if you use BOOTSTRAP flag (for ld scripts, etc) but use GATEWAY framebuffer it should work.
I know... but that is an ugly solution cause it would be another case in the Makefile and it doesn't work with Brahma 2 then. CFWs seem to have that solved though (one payload that works with Brahma 2 and A9LH). I'm searching for a solution right now.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: you can't turn link into a femboy in tears of the kingdom