Homebrew [indev] TreeHome - custom home menu template

  • Thread starter Thread starter Sono
  • Start date Start date
  • Views Views 39,530
  • Replies Replies 160
  • Likes Likes 60
Here's to the hopes I can seperate 3ds, GBA & other games into different category tables! \0_0/
 
  • Like
Reactions: Sono
I'll ask only for one thing. Default home menu is perfect for me, the only change I need is showing actual battery percentage instead of 4 unreliable blocks.
 
Interesting. I see MCU isn't in ctrulib at the moment, can it just be added to the rsf and accessed as normal or does it need anything special?

C:
Result mcuGetBatteryVoltage(u8* out)
{
    u32* ipc = getThreadCommandBuffer();
    ipc[0] = 0x40000;
    Result ret = svcSendSyncRequest(mcuHandle);
    if(ret < 0) return ret;
    *out = ipc[2];
    return ipc[1];
}

Result mcuGetBatteryLevel(u8* out)
{
    u32* ipc = getThreadCommandBuffer();
    ipc[0] = 0x50000;
    Result ret = svcSendSyncRequest(mcuHandle);
    if(ret < 0) return ret;
    *out = ipc[2];
    return ipc[1];
}
 
It's like that on all old cell phones or other electronic devices. the idea is that as power gets lower, you get a more accurate reading.
i think alot perceived the 3DS 3-power Bars as 3 between Full to 75%, 2 between 50 and 70. 1 between 25 and 45, Low Warning at 15 to 10%, and flashing red at 5% (aka save yer shit and plugin Naow!)
 
i think alot perceived the 3DS 3-power Bars as 3 between Full to 75%, 2 between 50 and 70. 1 between 25 and 45, Low Warning at 15 to 10%, and flashing red at 5% (aka save yer shit and plugin Naow!)

Am I crazy? I thought the 3DS has 4 power bars. I'm at work so I can't verify
 
This could change the game! We bought the 3ds and we should be able to customize it to our own preference. Kinda like android. PSP has this with its custom themes that totally trick out the home screen. And android.
 
OP says the project would not be abandoned but I still do not see any links in this thread.

That is pretty disappointing as a developer I would love to have a look at this and see what could be done.

EDIT: Found out what is going on, does not work on N3DS atm. Misread first post
 
Last edited by Kriogenic,
OP says the project would not be abandoned but I still do not see any links in this thread.

That is pretty disappointing as a developer I would love to have a look at this and see what could be done.
Well, you're obviously not looking hard enough.
Otherwise, keep it up. Hopefully you can get a stable version of this soon.
 
Have patience. Stuff like this doesn't come in a month. It takes valuable time and effort to build.
 
Last edited by Shah Isah,

Site & Scene News

Popular threads in this forum