Homebrew [Release] Sunshell - A powerfull shell for 3DS

  • Thread starter Thread starter Rinnegatamante
  • Start date Start date
  • Views Views 258,327
  • Replies Replies 1,054
  • Likes Likes 77

Can you try to open with a text editor music.lua in modules folder and edit this line:

MAX_RAM_ALLOCATION = 1048576

with

MAX_RAM_ALLOCATION = 10485760

and tell me if it works? (Don't know why but using only 1 MB for Streaming feature seems to not work properly with you).
 
Your latest update on github crashes.

This is what it says:
Code:
Error: [string "?"]:79: attempt to call a nil value (field 'checkBuild')
 
Can you try to open with a text editor music.lua in modules folder and edit this line:

MAX_RAM_ALLOCATION = 1048576

with

MAX_RAM_ALLOCATION = 10485760

and tell me if it works? (Don't know why but using only 1 MB for Streaming feature seems to not work properly with you).
Now it works
 
maybe you've already answer it somewhere, so sorry to ask, but, how do you send emails? i mean, i entered everything (mail recipient and message) but what do i press to send it? if i press ''A'' it just put me back to editing the message. :unsure:
 
maybe you've already answer it somewhere, so sorry to ask, but, how do you send emails? i mean, i entered everything (mail recipient and message) but what do i press to send it? if i press ''A'' it just put me back to editing the message. :unsure:

I have to add controls for Mail module.
Anyway:
A = Edit Body
X = Edit Mail Destination
Y = Edit Subject
R = Send Mail
 
  • Like
Reactions: puss2puss
I have to add controls for Mail module.
Anyway:
A = Edit Body
X = Edit Mail Destination
Y = Edit Subject
R = Send Mail

ok nice!
small suggestion: would you be able to add a wifi switch on/off in sunshell? maybe an icon in the bottom to click to activate and desactivate.. could be in the lower left corner :P
 
me too, it freezes..but if i wait for a long time, it ends up giving this error:
error: string ''?'':39: request error
not sure if it can help you identify the issue?..

(sorry for the double post..)
 
ok nice!
small suggestion: would you be able to add a wifi switch on/off in sunshell? maybe an icon in the bottom to click to activate and desactivate.. could be in the lower left corner :P

And wi-fi status next to the battery would be cool.
 
  • Like
Reactions: puss2puss
imo, this could be a nice layout for the top information bar:
Sunshell2.png
 
Don't know if modifying wifi status via software could be done but wifi status near battery was in program to be added.

I don't think you can on the O3DS, but it should be possible on the N3DS since it has no hardware switch(as far as I know)

imo, this could be a nice layout for the top information bar:
Sunshell2.png
Would you mind sharing your icons?:)
 
oh but its okay :P would be cool even if its just an icon that appears and disapear when activated or desactivate. ..oh and btw, on the n3ds we can see the different intensity bars..not sure if its exactly the same for the old one..

Lenan: no problem, i'l pack them tonight and upload them.
 
I think the Homebrewlauncher reads the wifi intensity?

No:
Code:
if(wifiStatus)
{
gfxDrawSpriteAlphaBlend(GFX_TOP, GFX_LEFT, (u8*)wifi_full_bin, 18, 20, 240 - 18, 0);
}
else
{
gfxDrawSpriteAlphaBlend(GFX_TOP, GFX_LEFT, (u8*)wifi_none_bin, 18, 20, 240 - 18, 0);
}
 

Site & Scene News

Popular threads in this forum