MCMi460 / Reset-Parental-Controls-NX

An easy way to change the pin for parental controls for the Nintendo Switch! (cfw required)
GNU General Public License v3.0
13 stars 4 forks source link

Can i set play time offline? #3

Open aylz10 opened 3 months ago

aylz10 commented 3 months ago

I want to hack my switch, but I need to use parental controls to set play times for my kids. I can't connect to the internet because of the crack. I cannot use original parental controls to set play time limits when offline. I would like to ask if I can use this program to bypass this limit? Can i set up parental controls offline without binding my account, and can i set play time limits?

Delation commented 2 months ago

Not with this app, no. I'll look into getting an update for it that includes these features, but this app does not support all of that at the moment, sorry.

aylz10 commented 2 months ago

Thanks for your reply and looking forward to your updates. I have children at home and I really need this function. Now I can only create emummc after setting the time in sysmmc, which is very troublesome and unsafe.

aylz10 commented 2 months ago

@MCMi460 @CompuGenius-Programs I implemented the function of setting playtimer offline based on your code, and it has been tested and can be used in emummc. But since my ability is very poor, the code is very dirty. My project address is: https://github.com/aylz10/Reset-Parental-Controls-NX/tree/playtimer

CompuGenius-Programs commented 2 months ago

@MCMi460 @CompuGenius-Programs I implemented the function of setting playtimer offline based on your code, and it has been tested and can be used in emummc. But since my ability is very poor, the code is very dirty. My project address is: https://github.com/aylz10/Reset-Parental-Controls-NX/tree/playtimer

This is awesome! I can't test it until next week, but I'm super excited! It's interesting that the function used has ForDebug in the name. Do you know why that is?

aylz10 commented 2 months ago

@MCMi460 @CompuGenius-Programs I implemented the function of setting playtimer offline based on your code, and it has been tested and can be used in emummc. But since my ability is very poor, the code is very dirty. My project address is: https://github.com/aylz10/Reset-Parental-Controls-NX/tree/playtimer

This is awesome! I can't test it until next week, but I'm super excited! It's interesting that the function used has ForDebug in the name. Do you know why that is?

I guess the normal process is to use the APP for network synchronization settings, so there is no formal interface. The ForDebug interface is reserved for developers to facilitate debugging.

CompuGenius-Programs commented 1 month ago

@MCMi460 @CompuGenius-Programs I implemented the function of setting playtimer offline based on your code, and it has been tested and can be used in emummc. But since my ability is very poor, the code is very dirty. My project address is: https://github.com/aylz10/Reset-Parental-Controls-NX/tree/playtimer

This is awesome! I can't test it until next week, but I'm super excited! It's interesting that the function used has ForDebug in the name. Do you know why that is?

I guess the normal process is to use the APP for network synchronization settings, so there is no formal interface. The ForDebug interface is reserved for developers to facilitate debugging.

That is what I suspected, but it seemed off that it would be able to be used. Glad it could! Can't wait to try it out in a couple days

CompuGenius-Programs commented 1 month ago

@aylz10 I just tried the code - it works! Thank you so much!

CompuGenius-Programs commented 1 month ago

@MCMi460 @CompuGenius-Programs I implemented the function of setting playtimer offline based on your code, and it has been tested and can be used in emummc. But since my ability is very poor, the code is very dirty. My project address is: https://github.com/aylz10/Reset-Parental-Controls-NX/tree/playtimer

Would you let @MCMi460 and me mess around with your code, merge it into the existing app?

aylz10 commented 1 month ago

@MCMi460 @CompuGenius-Programs I implemented the function of setting playtimer offline based on your code, and it has been tested and can be used in emummc. But since my ability is very poor, the code is very dirty. My project address is: https://github.com/aylz10/Reset-Parental-Controls-NX/tree/playtimer

Would you let @MCMi460 and me mess around with your code, merge it into the existing app?

Of course

CompuGenius-Programs commented 1 month ago

@aylz10 awesome, thanks! Looking forward to giving updates soon