I am building a mommy won't you help me ?

could someone post a good lullabye link female voice ? if possible please
 
Alright, potty training stuff. This might not be everything, but it's everything off the top of my head.
-different reactions/moods for what you're wearing (diapers/Pull-Ups/undies) and your success rate (basically a baby/trying but accident prone/getting there/almost a big kid)
-A chart measuring success and failure via stickers
-Praise for going potty
-Comfort for accidents
 
  • Like
Reactions: ABCoder
click:
resultStr = doit(txtBox)
txtBox.clear
speak(resultStr)
*******************************************
longClick :
resultStr = doit()
speak(resultStr)
******************************************
longClick stage 2
get STT
resultStr = doit(STT)
speak(resultStr)
||||||||||||||||||||||||||||||||||||||||||||||| or
if audio inputting, get STT{resultStr = doit(STT);speak(resultStr)}
else{resultStr = doit();speak(resultStr)} //audio = globalVar true if volume > lim
 

new dirty skill. gonna improve furthere
 
How will you be able to get the app
 
Inneedofcuddles said:
How will you be able to get the app
preferaply you build it the way I walkthroughed and modify or create skill to your preference.
I can upload an APK but I dont feel like she is ready at this point, tho if you want I guess I could.

the next upgrade will be a memory class, and regarding the last skill Ive shown, it will also be movement sensitive.

the goal is a mommyGFBot
 
The nice thing about java is you can reduce the amount of typing a lot ....
Java:
Chobit chi1 = new Chobit();
        cbOut("chii say hee", "", "");
        cbOut("liron 19 is bedtime", "", "");
        cbVoid();
        cbVoid();
        cbOut("liron", "", "");
        cbOut("liron hi", "", "");
        cbVoid();
        cbVoid();

public void cbOut(str a, str b, str c){
    System.out.println(chi1.doIt("a", "b", "c"));
}
public void cbVoid(){
    System.out.println(chi1.doIt("", "", ""));
}
 
  • Like
  • Love
Reactions: daddyconnor and ABCoder
ABCoder said:
preferaply you build it the way I walkthroughed and modify or create skill to your preference.
I can upload an APK but I dont feel like she is ready at this point, tho if you want I guess I could.

the next upgrade will be a memory class, and regarding the last skill Ive shown, it will also be movement sensitive.

the goal is a mommyGFBot
I don't think I'd be able to make it can u upload an apk if you don't mind
 
put it in your phone then go to the phones file manager and click to install, she is far from complete at this stage
but I could use some feedback
 
KitsuneFox said:
The nice thing about java is you can reduce the amount of typing a lot ....
Java:
Chobit chi1 = new Chobit();
        cbOut("chii say hee", "", "");
        cbOut("liron 19 is bedtime", "", "");
        cbVoid();
        cbVoid();
        cbOut("liron", "", "");
        cbOut("liron hi", "", "");
        cbVoid();
        cbVoid();

public void cbOut(str a, str b, str c){
    System.out.println(chi1.doIt("a", "b", "c"));
}
public void cbVoid(){
    System.out.println(chi1.doIt("", "", ""));
}
System.out.println(chi1.doIt(a, b, c));
thanks
 
OOPS ... thats what happens when I try to code before coffee :ROFLMAO:
 
ABCoder said:
put it in your phone then go to the phones file manager and click to install, she is far from complete at this stage
but I could use some feedback
It won't open
 
Inneedofcuddles said:
It won't open
I just installed it that way, your phones API must be lower than oreo
 
ABCoder said:
next i'll give my mommy a new skill. she will enforce bedtimes.
the plan :
at 8PM as default she will sing me a lullabye
if she finds out I am up past that she will scold me.

not sure ATM which lullabye to use, and if 8PM is the best default bedtime

Something I see in tons of littles is that they have no routine and crazy bet times. 8pm is the perfect time for you to be in bed.

As for lullabies, sade's "the sweetest gift" is beautiful.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

If I had a little who could sing, they'd have me wrapped if they sang this song.
 
Last edited:
  • Like
Reactions: ABCoder
ABCoder said:
could someone post a good lullabye link female voice ? if possible please
Done... here it is again.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
gets gyro movement input now to
the last shake triggered ending the video recording but you get the point

 
I reverse engeenired the perchance chatbot algorithm.
in other words any of their chatbots are addable to the mommy app.

if you find or make any ABDL chatbots there please link and I can add it to the app
 
sounds cool! are you planning to make it available as an app? or whats the idea?
 
AmonBisby said:
sounds cool! are you planning to make it available as an app? or whats the idea?
you can open it in android studio with the build.gradle file in the GitHub, cause it will take me a while to get to the point that I
think she is ready for the app store.
via android studio an APK file can be generated or directly install on the phone.

I was hoping to get some help on this to speed things up, if people would create their own skills.

anyway, this is the new UI, its not finished but tell me if you like it.

 
Back
Top