Homebrew [RELEASE] CtrBootManager9

cpasjuste

Well-Known Member
OP
Member
Joined
Aug 27, 2015
Messages
1,108
Trophies
1
Age
44
XP
4,483
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,212
Trophies
1
XP
3,377
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,483
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,483
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.
  • K3Nv2 @ K3Nv2:
    I've been taking fiber pills, eating more grapes, switched to wheat bread in hopes to lower it
    +1
  • BigOnYa @ BigOnYa:
    I like wheat bread, I even like the chunky wheat bread with pieces of whole grain in it.
  • K3Nv2 @ K3Nv2:
    Been getting this honey wheat bread from aldis pretty decent not very sweet to out do it
  • K3Nv2 @ K3Nv2:
    Me making any food at home is an improvement to how I use to be
    +1
  • BigOnYa @ BigOnYa:
    I have an bread machine and use it alot, better than breads you buy, but don't last as long, cause no bs preservatives
  • K3Nv2 @ K3Nv2:
    I got compliments about my weight loss and thought well guess I can pig out again now I'm the piggy
  • BigOnYa @ BigOnYa:
    My biggest prob is alcohol, definitely is fattening
  • K3Nv2 @ K3Nv2:
    I know when to stop at least honestly don't get those that go and go with food
  • BigOnYa @ BigOnYa:
    Or those that order 2 big macs , large fry, ice cream sundie, then a diet coke
  • K3Nv2 @ K3Nv2:
    I might get downing two big macs but nah that's it
  • BigOnYa @ BigOnYa:
    Ok that will be $15.99, cash or charge?
  • K3Nv2 @ K3Nv2:
    My go to orders usually a mcdouble and a mcchicken and I'm happy rarely mess with fries
  • K3Nv2 @ K3Nv2:
    Pro tip ask for that clowns jizzmac sauce on your mcdouble
    +1
  • BigOnYa @ BigOnYa:
    Do they charge extra when you add sauce,etc? I know burger king used to not, but don't know nowadays
  • K3Nv2 @ K3Nv2:
    They may squrit it for free if you ask nice
    +1
  • K3Nv2 @ K3Nv2:
    Last time I got bk it was 35c per sauce fuck you king of my nutsack
    +1
  • K3Nv2 @ K3Nv2:
    I'll buy a bottle of baby rays BBQ for $2 and add it from home out of spite
    +1
  • BigOnYa @ BigOnYa:
    I like baby rays, my favorite is KC masterpiece tho. Figured all you could buy is that there.
  • K3Nv2 @ K3Nv2:
    The metro doesn't discriminate good sauce
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Baby Rays isn't that what killed the crocodile hunter?
  • Psionic Roshambo @ Psionic Roshambo:
    If only he had done an endorsement for them....
  • Psionic Roshambo @ Psionic Roshambo:
    Oy mate don't let a bad bbq sauce kill your party! Baby Rays are killing it!! The flavor hits you right in the chest!
    +1
  • Xdqwerty @ Xdqwerty:
    My phone only has 13% battery so i don't have much time left
  • Xdqwerty @ Xdqwerty:
    Now 12%
  • BigOnYa @ BigOnYa:
    Happy birthday, btw
    BigOnYa @ BigOnYa: Happy birthday, btw