Homebrew ArgonNX-SE Payload with Mariko and AULA OLED Support

ocoolo

New Member
Newbie
Joined
Jan 19, 2024
Messages
1
Trophies
0
Age
19
XP
3
Country
United States
@intellettuanale I made some new... Test it, Lakka not testet (not installed on my Switch), Ubuntu and Android works fine for me. :)
Requires ArgonNX-SE on SD card to work properly.

Yes, it just needs a hekate config. It will load hekate with your configuration from within Argon.

These payloads also work with an _ipl.ini and are based on hekate. If they work I'll make a separate topic for them later.
is it possible to update thes for the l4t based ubuntu/lakka, as well as lineageos 18.1? they don't use the coreboot.rom anymore
 
Last edited by ocoolo,

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,371
Trophies
3
Age
46
Location
At my chair.
XP
18,760
Country
Colombia
Hello @impeeza

Thank you very much for the offer! Sorry for answering so late. Unfortunately, health problems with a close family member. But I'm working on it again. Do you still want to help? Integrate Spanish? :grog:
Of course count with me, sorry to hear about your relative, hope everything get better soon
 
  • Like
Reactions: Storm21

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
151
Trophies
0
XP
2,205
Country
Switzerland
Of course count with me, sorry to hear about your relative, hope everything get better soon
@impeeza Thank you! :)

Here are the texts in Englisch. Edit the lang_esp, lang_eng is the englisch Sample. Can you fill this out? Only replace the texts in the "Text", please do not change other characters like \n, #FFDD00, #... The spaces before and after the text are also important, if present.

Sample:

mbox_reload = "#FF8000 Do you really want#\n#FF8000 to reboot the app?#";//Function Reload mbox Text

mbox_reload = "#FF8000 your language#\n#FF8000 your language?#";//Function Reload mbox text


It's best to use a code editor like Visual Studio. For a better view of the code.
Do you know the Unicode range of Spanish characters? I've already integrated a few more characters. But it could be that special characters for Spanish are missing.

For questions, just let me know. Thank you!


Edit: I'm ready... Estoy listo. :)

scr20240321_115714_lang.jpg
 

Attachments

  • Spanisch.zip
    9.4 KB · Views: 2
Last edited by Storm21,
  • Love
Reactions: impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,371
Trophies
3
Age
46
Location
At my chair.
XP
18,760
Country
Colombia
@impeeza Thank you! :)

Here are the texts in Englisch. Edit the lang_esp, lang_eng is the englisch Sample. Can you fill this out? Only replace the texts in the "Text", please do not change other characters like \n, #FFDD00, #... The spaces before and after the text are also important, if present.

Sample:

mbox_reload = "#FF8000 Do you really want#\n#FF8000 to reboot the app?#";//Function Reload mbox Text

mbox_reload = "#FF8000 your language#\n#FF8000 your language?#";//Function Reload mbox text


It's best to use a code editor like Visual Studio. For a better view of the code.
Do you know the Unicode range of Spanish characters? I've already integrated a few more characters. But it could be that special characters for Spanish are missing.

For questions, just let me know. Thank you!


Edit: I'm ready... Estoy listo. :)

View attachment 432890
Hello there, I just finished to translate the contents of the fille, Tried to build the payload on my PC using MSYS (or ubuntu) but I got this errors:


Bash:
Building ../build/argon-nx-gui/lv_theme_storm.o
T:/msys64/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: warning: ../build/argon-nx-gui/argon-nx-gui.elf has a LOAD segment with RWX permissions
T:/msys64/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: ../build/argon-nx-gui/nx_emmc_bis.o: in function `nx_emmc_bis_write_block':
T:\msys64\home\Impeeza\ArgonNX-SE\gui/./pl_gui/storage/nx_emmc_bis.c:168:(.text.nx_emmc_bis_write_block+0x13c): undefined reference to `nx_emmc_part_write'
T:/msys64/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: ../build/argon-nx-gui/nx_emmc_bis.o: in function `nx_emmc_bis_read_block_cached':
T:\msys64\home\Impeeza\ArgonNX-SE\gui/./pl_gui/storage/nx_emmc_bis.c:285:(.text.nx_emmc_bis_read+0x84): undefined reference to `nx_emmc_part_read'
T:/msys64/opt/devkitpro/devkitARM/bin/../lib/gcc/arm-none-eabi/13.2.0/../../../../arm-none-eabi/bin/ld.exe: ../build/argon-nx-gui/nx_emmc_bis.o: in function `nx_emmc_bis_read_block_normal':
T:\msys64\home\Impeeza\ArgonNX-SE\gui/./pl_gui/storage/nx_emmc_bis.c:228:(.text.nx_emmc_bis_read+0x18c): undefined reference to `nx_emmc_part_read'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile:120: ../build/argon-nx-gui/argon-nx-gui.elf] Error 1
make: *** [Makefile:120: gui] Error 2

I am using this packages:
Bash:
pacman -Syuu git make gcc devkitARM

and run make

Am I missing something to be able to build the payload?

I like to test the file before send back to you.
 
  • Like
Reactions: Storm21

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
151
Trophies
0
XP
2,205
Country
Switzerland
Hello there, I just finished to translate the contents of the fille, Tried to build the payload on my PC using MSYS (or ubuntu) but I got this errors:


Am I missing something to be able to build the payload?

I like to test the file before send back to you.
That was fast! :)

All right! I see I have not deleted a folder (old files) on Github. Should now work to build. But unfortunately that's of no use to you. The language selection function was built from scratch. The new language files are not compatible with this version. And I had to add new fonts and characters.

I'm sorry you can't test it yourself.
 
  • Like
Reactions: impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,371
Trophies
3
Age
46
Location
At my chair.
XP
18,760
Country
Colombia
That was fast! :)

All right! I see I have not deleted a folder (old files) on Github. Should now work to build. But unfortunately that's of no use to you. The language selection function was built from scratch. The new language files are not compatible with this version. And I had to add new fonts and characters.

I'm sorry you can't test it yourself.
Dont't worry so Here is the pre-Beta of the file and please if is no too much work please let me have a test of the buid to test it and try to correct any inaccuracy on the translation and spaces.

Thanks a lot
 

Attachments

  • lang_esp.zip
    5.3 KB · Views: 2
  • Love
Reactions: Storm21

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
151
Trophies
0
XP
2,205
Country
Switzerland
Hello @impeeza

Thank you! Looks good already! Special characters are included.

I've already corrected a few things. There are a few small things that don't quite fit in the space. And the first four are not translated. I marked everything with "!!!!!!!!!. Maybe you have other, shorter words for it?

I'll send you a pre-test version via PM so you can see better where things are. I'll also send you the Emunandswitcher, just so you can see all the texts. Is always for both programs... Please replace all files if available because of new bdk.

Text file back here. ;)
 

Attachments

  • lang_esp.zip
    5.5 KB · Views: 1
  • Love
Reactions: impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,371
Trophies
3
Age
46
Location
At my chair.
XP
18,760
Country
Colombia
Hello @impeeza

Thank you! Looks good already! Special characters are included.

I've already corrected a few things. There are a few small things that don't quite fit in the space. And the first four are not translated. I marked everything with "!!!!!!!!!. Maybe you have other, shorter words for it?

I'll send you a pre-test version via PM so you can see better where things are. I'll also send you the Emunandswitcher, just so you can see all the texts. Is always for both programs... Please replace all files if available because of new bdk.

Text file back here. ;)
Well here is the (I Hope) final version of the file.

Also I don't know if is good idea include also the names of the tabs, so far PAYLOAD and TOOLS because on Spanish TOOL will be «Herramientas» and I and deduce will be another one in the future.

Something I noted is the icon for Language selection is missing and show:
1713933393369.png


Let me to know if I can help with any else thing.
 

Attachments

  • lang_esp(V2).zip
    5.5 KB · Views: 1
  • Like
Reactions: Storm21

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
151
Trophies
0
XP
2,205
Country
Switzerland
Well here is the (I Hope) final version of the file.

Also I don't know if is good idea include also the names of the tabs, so far PAYLOAD and TOOLS because on Spanish TOOL will be «Herramientas» and I and deduce will be another one in the future.

Something I noted is the icon for Language selection is missing and show:
View attachment 433423

Let me to know if I can help with any else thing.
Thank you. Yes the Tools Tab, but Payload remains? This is in Argon? Is the lang.bmp in folder argon/sys/logos-gui/lang.bmp ?
Hmmm? It's included in my upload, I just checked again... In Emunandswitcher too?

Test Version coming soon...
 
  • Love
Reactions: impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,371
Trophies
3
Age
46
Location
At my chair.
XP
18,760
Country
Colombia
Thank you. Yes the Tools Tab, but Payload remains? This is in Argon? Is the lang.bmp in folder argon/sys/logos-gui/lang.bmp ?
Hmmm? It's included in my upload, I just checked again... In Emunandswitcher too?

Test Version coming soon...
Ok, if they are images, then could be nice the translation of the image, let me know how to help on that.
 
  • Like
Reactions: Storm21

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
151
Trophies
0
XP
2,205
Country
Switzerland
Ok, if they are images, then could be nice the translation of the image, let me know how to help on that.
Sorry, I don't understand what you mean. My English isn't the best either and I use the translator a lot. ;)

The logo actually has to work... Is it in the right folder?
I adapted the text in the HW page so that it fits. There was another bug in Minerva at Emunandswitcher. but done...

scr20240324_181312.jpg

scr20240324_181321.jpg



Test follows, but I need to know if the logo works?
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,371
Trophies
3
Age
46
Location
At my chair.
XP
18,760
Country
Colombia
Sorry, I don't understand what you mean. My English isn't the best either and I use the translator a lot. ;)

The logo actually has to work... Is it in the right folder?
I adapted the text in the HW page so that it fits. There was another bug in Minerva at Emunandswitcher. but done...

View attachment 433548
View attachment 433549


Test follows, but I need to know if the logo works?
let me try again and will tell you.
 
  • Like
Reactions: Storm21

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
151
Trophies
0
XP
2,205
Country
Switzerland
Here is the v5 back... Hope final! :) I have now translated the first four myself. Please check if it is OK.

Tools Tab now also has its own text for the language.

Test version follows...
 

Attachments

  • lang_espV5.zip
    5.5 KB · Views: 2

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Lesbians invented babies +2