Commit Graph

45 Commits

Author SHA1 Message Date
Joel
74d4025520 Hide device cert for now
It isn't displayed properly.
2017-01-16 14:30:36 -06:00
Joel
7cbd1747a4 Fix banner.wav 2017-01-15 12:28:14 -06:00
Joel
529e11a058 Merge upstream changes
W.I.P changes include friend code, and device cert. Device cert doesn't
print anything as of now.

The NNID is displayed properly. This time it shows both your username
and ID. Fixed a problem that caused crashes when de-initializing actu.
2016-11-28 01:45:57 -06:00
Joel
ccc5f21532 Add an additional check to prevent crashes while exiting. 2016-11-15 17:52:43 -06:00
Joel
d97d918332 Update README.md 2016-11-13 21:14:50 -06:00
Joel
b5946f4ee8 Minor changes 2016-11-05 19:51:42 -05:00
Joel
e5e0e7f1be Merge pull request #2 from SegFault42/master
colors and refresh information
2016-10-30 23:14:01 -05:00
SegFault42
68230ac70b back to original indentation 2016-10-31 04:33:17 +01:00
SegFault42
2de5201296 refactoring, color and refrshing information 2016-10-30 12:35:48 +01:00
SegFault42
60a5116ec1 refactoring ... 2016-10-29 19:04:46 +02:00
Joel
e9559ec5ff Display 3D slider and WiFi signal strength (actual and percentages) 2016-10-16 16:05:41 -05:00
Joel
2d51eae691 Reorganize storage details and add more info.
Now displays device ID, and soap ID.
Storage is displayed as {Partition} Storage : Free / Total
Enabled cfgs service to allow the use of CFGS functions (getSerial)
2016-10-16 15:00:34 -05:00
Joel
281c1a744c Display serial and re-ogranize info into respectful categories 2016-10-12 11:11:01 -05:00
Joel
83741b6751 Implement cfgs and frd functions from Reisyukaku's ctrulib 2016-10-12 11:08:48 -05:00
Joel
96507dc308 Update README.md 2016-10-02 22:16:15 -05:00
Joel
e01a67da93 display volume and battery voltage (estimated) 2016-10-02 22:14:41 -05:00
Joel
e37359509d Add mcuGetBatteryVoltage and mcuGetVolume 2016-09-23 10:38:10 -05:00
Joel
450da230db Update README.md 2016-09-23 00:27:26 -05:00
Joel
ad6ab49297 Bump version to 5.0 and add battery percentage 2016-09-23 00:24:48 -05:00
Joel
827f1772d2 Get actual battery percentage thanks to Spaqin
Removed ir:u service because it isn't required in this program. Besides
I had to make room for mcu::HWC.

I also forgot to mention I got the ACTU functions from MrCheeze.
Many thanks to him.
2016-09-23 00:24:14 -05:00
Joel
7a36f136f2 Minor string adjustments 2016-09-05 10:54:32 -05:00
Joel
8b0f2fd481 Fix sdmcExit(); for the second time! 2016-09-04 21:09:27 -05:00
Joel
2dbdb1dbdb Minor string adjustment 2016-09-04 19:20:49 -05:00
Joel
9f4a9f76fe Display screen type - Thanks SciresM! 2016-09-04 19:19:36 -05:00
Joel
4ee4f74fe2 Update main.c
Fixed sdmcExit();
2016-08-24 15:53:51 -05:00
Joel
06c235905f Fixed NNID num detetcion, and added title count 2016-08-24 09:44:20 -05:00
Joel
a10c2e6b99 Fixed crash caused by a file check under a missing directory 2016-08-18 19:45:15 +05:30
Joel
7a2419a34d Display NAND and SDMC CID (like actually this time) 2016-08-17 21:44:46 +05:30
Joel
281b2beb05 Update readme 2016-08-17 21:28:10 +05:30
Joel
bd14b9da0c Display SDMC CID and NAND CID 2016-08-17 21:27:12 +05:30
Joel
00da0b8227 Text color added
To make things prettier :p
2016-08-03 14:17:38 +05:30
Joel
48805b06fb Initial support for screenshots config
Basically what you need to do is open screenshot.bin, which is placed
under 3ds/3DSident/screenshots/screenshot.bin and replace 1 with 0, if
you want to disable screenshots.
2016-08-03 14:06:45 +05:30
Joel
1455347dba Merge upstream changes
- Reorganized info into categories.
- Added CIA builds
2016-07-29 08:55:39 +05:30
Joel
9971f5cdc5 Update README.md 2016-07-29 08:51:22 +05:30
Joel
93f1d56c23 Add 3DSident dir check for CIA users. 2016-07-29 02:03:00 +05:30
Joel
3c11aa7387 Added more information.
- Battery percentage is now shown (incrementals of 1-5 is displayed as
20-100%)
- NNID detection.
- SD size
- CTR NAND size
2016-07-29 01:02:39 +05:30
Joel
f794d96445 Capitalization ㅇㅅㅇ 2016-07-27 14:23:07 +05:30
Joel
610506e2b2 Added app title, app icon and updated readme 2016-07-27 14:12:52 +05:30
Joel
6a61408ca2 Now saves screenshot upon exit.
More similarity towards PSPident :p
2016-07-27 13:58:48 +05:30
Joel
78b88c6d7d Merge pull request #1 from Wolfvak/patch-1
Some cleanup and fixes. Details:
2016-07-26 09:11:41 +05:30
Wolfvak
99537e1631 Some cleanup and fixes. Details:
- sprintf automatically zero-terminates the string, so macAddress[18] = 0; isn't necessary
- reworked all strings to a table in order to improve readability, added const
- if osGetSystemVersionData succeeds, it'll print out the info (which works perfectly on real hw)
- fixed identation issues
2016-07-26 00:20:13 -03:00
Joel
6ea97ceda9 Spelling errors and indentations lel 2016-07-26 08:32:40 +05:30
Joel
26997aa21d Update README.md 2016-07-26 07:48:45 +05:30
Joel
ad15700fe4 Update 2016-07-26 07:29:07 +05:30
Wolf
e7d90930df Added files 2016-07-20 16:42:47 -03:00