Recent content by dams31

  1. D

    Develop an atmosphere mod for parental time limitation

    Hello, I made some progress! I was able to run the main functionnalities that I would like to include in my parental control with an nro prototype application (count time, add more time with a pin,...) -> this is the app2.zip hereafter. The step after would be to build a sysmodule to launch...
  2. D

    Develop an atmosphere mod for parental time limitation

    I just want to make a time limitation exactly the same function as Google Family Link does. I tried to add std headers from the sample file, maybe something is wrong in the makefile. During my first attemps it worked. As you want if my subject is not interesting for you
  3. D

    Develop an atmosphere mod for parental time limitation

    For sure the code I published first was a minimal test for the compilation. Here this is the complete code generated with IA and a few iterations 1756914216 From the git examples I have corrected the function names to call the different buttons and was able to compile it 1756914526 What is...
  4. D

    Develop an atmosphere mod for parental time limitation

    OK I cloned the branch and tested the compilation of applet/app-playstats. I was able to compile it! I will try to restart from that example.
  5. D

    Develop an atmosphere mod for parental time limitation

    OK... As I said in my first message I'm not a developer and I'm trying to explain with clarity what I would like to do. I can understand that from the point of view of experienced people seeing code from AI is not qualitative. As a beginner I discovered that compiling a module for atmosphere...
  6. D

    Develop an atmosphere mod for parental time limitation

    Hello thanks for your response but no I'm not NEBUBLAS2TEAM
  7. D

    Develop an atmosphere mod for parental time limitation

    Hi everyone, I’m not a developer myself, but I’ve been experimenting with a small project together with ChatGPT, and I’d like to ask for some support from the community. The idea is to create a Time Limiter overlay for the Nintendo Switch. It’s somewhat inspired by NX Activity Log (which reads...