Homebrew [RELEASE] CtrBootManager9

kedest

Well-Known Member
Member
Joined
Feb 6, 2007
Messages
3,289
Trophies
0
Website
Visit site
XP
534
Country
Netherlands
Is it possible to delete/hide the 'remove entry' option?
I really would like the boot-menu to be static/locked. Editing anything should only be possible through the .cfg file
 

Lucard-lol

Active Member
Newcomer
Joined
Jan 10, 2016
Messages
27
Trophies
0
XP
81
Country
cd $dir_build/CtrBootManager/source;
sed -i -e 's|#define CONFIG_PATH "/a9lh.cfg"|#define CONFIG_PATH "/A9LH/a9lh.cfg"|g' config.h
sed -i -e 's|"/a9lh.cfg"|"/A9LH/a9lh.cfg"|g' config_new.c
Pretty much what I did. Change was easy, getting it to compile on Windows was not :(
Just gave up and did the linux dance to get it going.
Hi how did you did this? i dont know how to do it i want to move a lot of my stuff in one folder do I have to edit the arm9loaderhax.bin? i want to use this with the boot animation for arm9loaderhax.
 

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Trophies
0
XP
279
Country
United States
Hi how did you did this? i dont know how to do it i want to move a lot of my stuff in one folder do I have to edit the arm9loaderhax.bin? i want to use this with the boot animation for arm9loaderhax.

I would just suggest using Ctrbootmanager9 if you're not comfortable with messing with the source code. Otherwise you need to recompile and reinstall arm9loaderhax onto your 3ds from decibile's github with the changes above.

Edit: didn't completely read your post. Just modify a9lh.cfg to have an entry to your boot animation payload.
 
Last edited by 3xkrazy,

Lucard-lol

Active Member
Newcomer
Joined
Jan 10, 2016
Messages
27
Trophies
0
XP
81
Country
I would just suggest using Ctrbootmanager9 if you're not comfortable with messing with the source code. Otherwise you need to recompile and reinstall arm9loaderhax onto your 3ds from decibile's github with the changes above.

Edit: didn't completely read your post. Just modify a9lh.cfg to have an entry to your boot animation payload.

Hi thanks for the answer I want to do that, I mean i want to put every thing in one folder on youtube there is a guy that move the ctrbootmanager inside an aurei folder and the same with the a9lh.cfg but he put another name and a lot of weird stuf I dont know how did he did that i could use that but is in spanish I prefere use it in english so, the main problem is move the al9h.cfg into a folder how can I do that pd:I know about code (java). I can adapt myself for whatever language is used for this I just want to move the cfg
 

lettuce

Well-Known Member
Member
Joined
Jul 27, 2006
Messages
811
Trophies
0
XP
491
Country
This is my config file...

Code:
; CtrBootManager configuration file

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

[theme]                     ; theme use RGB colors
bgTop1 = 000000             ; top gradient 1 (BLACK)
bgTop2 = 000000             ; top gradient 2 (BLACK)
bgBottom = 000000           ; bottom color (BLACK)
highlight = dcdcdc          ; selection highlight box (WHITE/GREY)
borders = ffffff            ; borders color (WHITE)
font1 = ffffff              ; default font (WHITE)
font2 = 000000              ; selected font (BLACK)
bgImgTop = /bgTop.bin       ; 400x240 pixels (https://xem.github.io/3DShomebrew/tools/image-to-bin.html)
bgImgBot = /bgBot.bin       ; 320x240 pixels

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

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

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

I have renamed a9loaderhax.bin to AuReiNand.bin, so if i hold nothing it should boot a9lh as usual and if i hold start it should boot decrypt9, is that correct?
 

jerrmy12

Well-Known Member
Member
Joined
Apr 8, 2016
Messages
240
Trophies
0
XP
108
Country
United States
This is my config file...

Code:
; CtrBootManager configuration file

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

[theme]                     ; theme use RGB colors
bgTop1 = 000000             ; top gradient 1 (BLACK)
bgTop2 = 000000             ; top gradient 2 (BLACK)
bgBottom = 000000           ; bottom color (BLACK)
highlight = dcdcdc          ; selection highlight box (WHITE/GREY)
borders = ffffff            ; borders color (WHITE)
font1 = ffffff              ; default font (WHITE)
font2 = 000000              ; selected font (BLACK)
bgImgTop = /bgTop.bin       ; 400x240 pixels (https://xem.github.io/3DShomebrew/tools/image-to-bin.html)
bgImgBot = /bgBot.bin       ; 320x240 pixels

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

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

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

I have renamed a9loaderhax.bin to AuReiNand.bin, so if i hold nothing it should boot a9lh as usual and if i hold start it should boot decrypt9, is that correct?
You tried booting before editing this, right?
 

lettuce

Well-Known Member
Member
Joined
Jul 27, 2006
Messages
811
Trophies
0
XP
491
Country
ok ill try a fresh cfg file

--------------------- MERGED ---------------------------

You should try it

Ok i have just replace my cfg file with the fresh one from the zip file and still nothing boots!. Any ideas what the issue maybe?....the cfg has to be in the root of the SD card right?
 

jerrmy12

Well-Known Member
Member
Joined
Apr 8, 2016
Messages
240
Trophies
0
XP
108
Country
United States
ok ill try a fresh cfg file

--------------------- MERGED ---------------------------



Ok i have just replace my cfg file with the fresh one from the zip file and still nothing boots!. Any ideas what the issue maybe?....the cfg has to be in the root of the SD card right?
Do you have the latest arm9loaderhax from your cfw download? Yes
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    No you asked for proof that your wife was finally leaving
    +1
  • BigOnYa @ BigOnYa:
    Nuh I had her chipped, I always know where she is.
  • K3Nv2 @ K3Nv2:
    I found where it was
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    If I could halucinAte this is what I imagine it would look like?
  • K3Nv2 @ K3Nv2:
    Featuring Taylor swift
    +1
  • BakerMan @ BakerMan:
    guys, pubg should've never blown up
  • BigOnYa @ BigOnYa:
    Wut do you mean? Pubg is alright, I play it with a few buddies online.
  • BakerMan @ BakerMan:
    the game itself is ok, but it's influence is the problem
  • K3Nv2 @ K3Nv2:
    Call of duty is a good Fortnite skin
  • BakerMan @ BakerMan:
    call of duty and fortnite, ex-fucking-actly
  • BakerMan @ BakerMan:
    without pubg popping off, fortnite wouldn't add battle royale, and call of duty wouldn't go even shittier than it did before because of blackout, warzone and dmz
  • Psionic Roshambo @ Psionic Roshambo:
    Make a porn based spoof of it, Pube G
  • BigOnYa @ BigOnYa:
    Just play My Pony online. Its better than Fortnight or COD.
  • Psionic Roshambo @ Psionic Roshambo:
    FPS porn games sound fun lol
    +1
  • K3Nv2 @ K3Nv2:
    Call of duty got close with that by using Nikkie Minaj
  • BigOnYa @ BigOnYa:
    -Bonus- Faceshot
  • K3Nv2 @ K3Nv2:
    5 killstreak call in the gangbang
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Still enjoying Bad Ass Babes lol
  • Psionic Roshambo @ Psionic Roshambo:
    Legit a super solid beat em up
  • Psionic Roshambo @ Psionic Roshambo:
    The special moves are hilarious
  • BigOnYa @ BigOnYa:
    Introducing the most anticipated 1p v 4p game of the year - COCC (Call of couch casting)
  • RetroNerdGamer @ RetroNerdGamer:
    isnt that just gal gun
  • K3Nv2 @ K3Nv2:
    Hoochie gun
    K3Nv2 @ K3Nv2: Hoochie gun