Macrodroid based Artificial Intelligence

I've been developing artificial intelligence modules and also exploring all the options of what's possible.

I developed a system of having personality types that can be "embodied" by the onboard AI during the appropriate user context.

I developed the system to maximize integration of google assistant where applicable and also investigated shortcomings of google and the best ways to provide a rich user experience.

I've found that while google is good at a lot of things, there are ways in which they limit the user programmability that blockades quick development.

SO, my solution includes rich onboard help system that guides the user into making whatever commands might be useful during different times of their day / life.

I developed the system so that anybody can easily create their own personalities and conversation elements without any programming. Just modify the architype template, which has an easy to follow template structure and the system will adapt the way it talks with you and the engagements it offers.

Technically I'll say that I investigated google routines, IFTTT and more. The flexibility of creating the AI core on the phone device allows the highest degree of Agile Development. Creating google routines are cumbersome and actions are only available through approval process etc.

Having the AI living onboard the device means we are able to easily give the system a heartbeat, set the engagement level and current engagement mode ( embodied archetype ) with ease.

My intention for the project is to provide an emotionally rich companion experience to the user so the user can feel well supported in their life and have an emotionally satisfying experience that supports the empowerment of their life flow.

Well beyond automating opening apps, we are talking about an onboard system that nurtures and supports the human, technologically, physically, spiritually and emotionally.

I need to scrub the system a bit before I share any templates but if you are interested in what I shared so far and have questions, I welcome the discussion.
I've also been working on some documentation diagrams which talk about the general design concepts.

Though i've been creating software solutions for a while, i'm a novice at macrodroid so some of you probably have some ideas about how I could engage the system more efficiently and powerfully that I have been able to with my limited experience in it.

One constraint of the project i'm striving to do it on non rooted phones so its as accessible as possible.
I ran into some roadblocks using sqlite but have not yet tried using it through sdcard. The fact that I ran into issues with it makes me shy away from using it as a fundamental core process because other users might also be having troubles and abandon integration
so currently i'm thinking that using onboard database could be nice, but also not as simple for users as just modifying a template file. SO if the string variable can handle enough bits for the templates then I think its best to stick with shell file load of my_variables.txt into the string. I'm welcoming thoughts / discussion / solutions here also.

Cheers and happy automating!
 

FrameXX

Well-known member
I've been developing artificial intelligence modules and also exploring all the options of what's possible.

I developed a system of having personality types that can be "embodied" by the onboard AI during the appropriate user context.

I developed the system to maximize integration of google assistant where applicable and also investigated shortcomings of google and the best ways to provide a rich user experience.

I've found that while google is good at a lot of things, there are ways in which they limit the user programmability that blockades quick development.

SO, my solution includes rich onboard help system that guides the user into making whatever commands might be useful during different times of their day / life.

I developed the system so that anybody can easily create their own personalities and conversation elements without any programming. Just modify the architype template, which has an easy to follow template structure and the system will adapt the way it talks with you and the engagements it offers.

Technically I'll say that I investigated google routines, IFTTT and more. The flexibility of creating the AI core on the phone device allows the highest degree of Agile Development. Creating google routines are cumbersome and actions are only available through approval process etc.

Having the AI living onboard the device means we are able to easily give the system a heartbeat, set the engagement level and current engagement mode ( embodied archetype ) with ease.

My intention for the project is to provide an emotionally rich companion experience to the user so the user can feel well supported in their life and have an emotionally satisfying experience that supports the empowerment of their life flow.

Well beyond automating opening apps, we are talking about an onboard system that nurtures and supports the human, technologically, physically, spiritually and emotionally.

I need to scrub the system a bit before I share any templates but if you are interested in what I shared so far and have questions, I welcome the discussion.
I've also been working on some documentation diagrams which talk about the general design concepts.

Though i've been creating software solutions for a while, i'm a novice at macrodroid so some of you probably have some ideas about how I could engage the system more efficiently and powerfully that I have been able to with my limited experience in it.

One constraint of the project i'm striving to do it on non rooted phones so its as accessible as possible.
I ran into some roadblocks using sqlite but have not yet tried using it through sdcard. The fact that I ran into issues with it makes me shy away from using it as a fundamental core process because other users might also be having troubles and abandon integration
so currently i'm thinking that using onboard database could be nice, but also not as simple for users as just modifying a template file. SO if the string variable can handle enough bits for the templates then I think its best to stick with shell file load of my_variables.txt into the string. I'm welcoming thoughts / discussion / solutions here also.
Cheers and happy automating!

That sounds really interesting. You are basically talking about phone learning what, when, how user want something to do and do that automatically for them? Am I right? I think this could a lot complicated. That's why user setup macros in MacroDroid on its own. User know what he automatically wants phone to do best by himself/herself. Bad AI doing this could be annoying for user. User still needs some stability/control on his/her phone. I am not any kind of expert. I am just telling my thoughts here.
 
That sounds really interesting. You are basically talking about phone learning what, when, how user want something to do and do that automatically for them? Am I right? I think this could a lot complicated. That's why user setup macros in MacroDroid on its own. User know what he automatically wants phone to do best by himself/herself. Bad AI doing this could be annoying for user. He still needs some control over his/her phone. I am not any kind of expert. I am just telling my thoughts here.
No, i'm not talking about doing something automatically.

I'm talking about providing the user with an emotionally rich and appropriate level of engagement. Its not just about running tasks. its about the phone interacting with the user in a way that is relevant to life and the user's current emotional state.

For example, if a person is wanting to exercise more, one of the randomized prompts ( in this case flirts ) the phone could just randomly say sometime in the day, "have you done any pushups today? how is it going with your exercise routine?

In another example, the user could say, "I'd like you to know i'm feeling frustrated" in response to updating the current user's mood variable to frustrated, the AI could then do something like play some soothing music or offer to make a journal entry about it or say "I'm sorry to hear that, is there anything I can do to support you? Would you like me to call your sister?"

of course at any time, the user could still avoid interaction from the AI and just call the sister or play music on their own, but the idea is that the phone is providing companionship and support to the user based on the context and needs of the user.

It's similar to setting a reminder on google voice, except its more randomized and can happen more than just one time once the user creates it.

On a deeper level, if i tell google assistant to remind me of something at 4pm, there's no boost or excitement there. at 4pm google does what was scripted. Sure its exciting when we go the extra mile to associate a reminder with a location... and you can still do that. However, the AI system i'm developing has a heartbeat and a randomizer to bring more aliveness to the phone.

You can always have control over the phone. the way i'm developing the system, the AI interacts with you and maybe makes suggestions but you can always confirm or not or change to a different onboard persona that engaging with you in the ways you want.

This is especially relevant due to Covid. A lot of people are feeling isolated and needing connection. They might not have people available and so getting a more satisfying experience in relating with the phone can help to ease some of those isolating conditions.
 
Last edited:

FrameXX

Well-known member
emotionally rich

I would actually feel weird with mobile that sympathizes with me. On the end. It's just a piece of metal and plastic. If AI would not be enough good it could make people annoyed and angry on their phone or smash it on ground in sad situations becuase it would felt stupid for them (I would do something similiar). Sometimes sad, angry or frustrated people is better to leave alone. If I am frustrated or angry I am propably naturally not going to say it to my mobile phone. I would propably also not even think about my phone. Of course there are also another ways how to recognize people's mood and activity like tracking hearth rate from band/watches etc. etc...
Mobile would be like another human a little more than it is now. I know people could turn AI off, but purpose is to have it turned on and use it. I am not saying it's an bad idea. I am just talking about possible negatives because negatives are more important to talk about even if they hurts. Good luck with your project (y).
 
Last edited:

FrameXX

Well-known member
I would actually feel weird with mobile that sympathizes with me. On the end. It's just a piece of metal and plastic. If AI would not be enough good it could make people annoyed and angry on their phone or smash it on ground in sad situations becuase it would felt stupid for them (I would do something similiar). Sometimes sad, angry or frustrated people is better to leave alone. If I am frustrated or angry I am propably naturally not going to say it to my mobile phone. I would propably also not even think about my phone. Of course there are also another ways how to recognize people's mood and activity like tracking hearth rate from band/watches etc. etc...
Mobile would be like another human a little more than it is now. I know people could turn AI off, but purpose is to have it turned on and use it. I am not saying it's an bad idea. I am just talking about possible negatives because negatives are more important to talk about even if they hurts. Good luck with your project (y).

Also. Even if MacroDroid is great, I think Tasker (or your own software) could be better for making AI. MacroDroid is going to limit you in many areas.

I hope I did not make sad anyone on this forum.
 
I would actually feel weird with mobile that sympathizes with me. On the end. It's just a piece of metal and plastic. If AI would not be enough good it could make people annoyed and angry on their phone or smash it on ground in sad situations becuase it would felt stupid for them (I would do something similiar). Sometimes sad, angry or frustrated people is better to leave alone. If I am frustrated or angry I am propably naturally not going to say it to my mobile phone. I would propably also not even think about my phone. Of course there are also another ways how to recognize people's mood and activity like tracking hearth rate from band/watches etc. etc...
Mobile would be like another human a little more than it is now. I know people could turn AI off, but purpose is to have it turned on and use it. I am not saying it's an bad idea. I am just talking about possible negatives because negatives are more important to talk about even if they hurts. Good luck with your project (y).
I'm welcoming concerns from the audience of users who might actually use the app. However you are just voicing negativity without ever having tried my app or even being interested in using it. So in my experience you are just being a wet blanket trying to rain on my project.

If you want to actually be helpful, I welcome it but I'm not welcoming a bunch of negative nancy so keep it to yourself if all you have is uninformed negativity

Thanks and have a great day!!
 
I would actually feel weird with mobile that sympathizes with me. On the end. It's just a piece of metal and plastic. If AI would not be enough good it could make people annoyed and angry on their phone or smash it on ground in sad situations becuase it would felt stupid for them (I would do something similiar). Sometimes sad, angry or frustrated people is better to leave alone. If I am frustrated or angry I am propably naturally not going to say it to my mobile phone. I would propably also not even think about my phone. Of course there are also another ways how to recognize people's mood and activity like tracking hearth rate from band/watches etc. etc...
Mobile would be like another human a little more than it is now. I know people could turn AI off, but purpose is to have it turned on and use it. I am not saying it's an bad idea. I am just talking about possible negatives because negatives are more important to talk about even if they hurts. Good luck with your project (y).
I considered tasker but many users complained that it's overly complex. In my experience macrodroid is very user friendly and feature rich.

Anyway, I hear you are not interested in using my app, so I invite you to stop bloating the thread with your negativity. Thank you.

All the best to you and I hope your emotional state finds a better footing soon being prone to smashing your own phone sounds really stressful 💕
 

FrameXX

Well-known member
I'm welcoming concerns from the audience of users who might actually use the app. However you are just voicing negativity without ever having tried my app or even being interested in using it. So in my experience you are just being a wet blanket trying to rain on my project.

If you want to actually be helpful, I welcome it but I'm not welcoming a bunch of negative nancy so keep it to yourself if all you have is uninformed negativity

Thanks and have a great day!!

That was meant to be constructive criticism. Not destructive critism. Of course with smashing phone I was exaggerating. Do not forget, that this is a forum where people are discussing and every opinion is allowed unless you are rude, vulgar on people, etc, etc... So you need to stand against any opinion that appears.
As you wish I am not going to comment on this threat ever more.

Peace ♥️
 
Last edited:

Elenkhos

Member
I'm welcoming concerns from the audience of users who might actually use the app. However you are just voicing negativity without ever having tried my app or even being interested in using it. So in my experience you are just being a wet blanket trying to rain on my project.

If you want to actually be helpful, I welcome it but I'm not welcoming a bunch of negative nancy so keep it to yourself if all you have is uninformed negativity

Thanks and have a great day!!
I can see your project is particularly important to you webalchemist. I find it fascinating and something you should try to complete. I would like to try it and give you feedback.

However, I feel a need to comment on your response to FrameXX's thoughts to clear the air in this thread. He's been an active member of this new forum and never shown bad intentions towards other users. I'm sure he wanted just to give his honest thoughts on your idea and didn't mean to play down your project. We can't deny his right to his feelings and he has the right to express them in civil manner (like I think he mostly did). Every new idea will have its adversaries and learning to use them as your strength will be a key in your success. The best way to approach skeptical people is to address their concerns, not by blocking them out of the discussion if they're not clearly showing bad intensions. Every one of them might be a potential user in the future.

I hope that this thread will serve as an open and respectful discussion forum for your project and no one is feeling that they can't comment even if they have criticism with good intentions.
 
Last edited:
I've been developing artificial intelligence modules and also exploring all the options of what's possible.

I developed a system of having personality types that can be "embodied" by the onboard AI during the appropriate user context.

I developed the system to maximize integration of google assistant where applicable and also investigated shortcomings of google and the best ways to provide a rich user experience.

I've found that while google is good at a lot of things, there are ways in which they limit the user programmability that blockades quick development.

SO, my solution includes rich onboard help system that guides the user into making whatever commands might be useful during different times of their day / life.

I developed the system so that anybody can easily create their own personalities and conversation elements without any programming. Just modify the architype template, which has an easy to follow template structure and the system will adapt the way it talks with you and the engagements it offers.

Technically I'll say that I investigated google routines, IFTTT and more. The flexibility of creating the AI core on the phone device allows the highest degree of Agile Development. Creating google routines are cumbersome and actions are only available through approval process etc.

Having the AI living onboard the device means we are able to easily give the system a heartbeat, set the engagement level and current engagement mode ( embodied archetype ) with ease.

My intention for the project is to provide an emotionally rich companion experience to the user so the user can feel well supported in their life and have an emotionally satisfying experience that supports the empowerment of their life flow.

Well beyond automating opening apps, we are talking about an onboard system that nurtures and supports the human, technologically, physically, spiritually and emotionally.

I need to scrub the system a bit before I share any templates but if you are interested in what I shared so far and have questions, I welcome the discussion.
I've also been working on some documentation diagrams which talk about the general design concepts.

Though i've been creating software solutions for a while, i'm a novice at macrodroid so some of you probably have some ideas about how I could engage the system more efficiently and powerfully that I have been able to with my limited experience in it.

One constraint of the project i'm striving to do it on non rooted phones so its as accessible as possible.
I ran into some roadblocks using sqlite but have not yet tried using it through sdcard. The fact that I ran into issues with it makes me shy away from using it as a fundamental core process because other users might also be having troubles and abandon integration
então, atualmente, estou pensando que usar o banco de dados integrado pode ser bom, mas também não tão simples para os usuários quanto apenas modificar um arquivo de modelo. Então, se a variável string pode lidar com bits suficientes para os modelos, então eu acho que é melhor continuar com o carregamento do arquivo shell de my_variables.txt na string. Estou acolhendo pensamentos / discussões / soluções aqui também.

Felicidades e feliz automação!
Fantástico! Imagino as possibilidades das aplicações no ensino remoto para ajudar os alunos a criar e manter rotinas de estudos e interações com os professores e colegas. Parabéns pela iniciativa.
 
Venho desenvolvendo módulos de inteligência artificial e também explorando todas as opções do que é possível.

Desenvolvi um sistema de tipos de personalidade que podem ser "incorporados" pela IA um bordo durante o contexto de usuário apropriado.

Desenvolvi o sistema para maximizar a integração do assistente do google quando aplicável e também investiguei as deficiências do google e as melhores maneiras de fornecer uma experiência rica ao usuário.

Descobri que, embora o Google seja bom em muitas coisas, existem maneiras de limitar a programação do usuário que bloqueia o desenvolvimento rápido.

Portanto, minha solução inclui um sistema de ajuda integrado que orienta o usuário a fazer quaisquer comandos que podem ser úteis em momentos diferentes do seu dia / vida.

Desenvolvi o sistema para que qualquer pessoa possa criar facilmente suas personalidades próprias e elementos de conversação sem qualquer programação. Basta modificar o template de architype, que tem uma estrutura de template fácil de seguir e o sistema irá adaptar a forma como fala com você e os compromissos que oferece.

Tecnicamente, direi que investiguei como rotinas do google, IFTTT e muito mais. A flexibilidade de criar o núcleo de IA no dispositivo de telefone permite o mais alto grau de desenvolvimento ágil. Criar rotinas do Google é complicado e as ações só estão disponíveis por meio de processo de aprovação etc.

Ter um IA viva a bordo do dispositivo significa que podemos facilmente dar ao sistema uma pulsação, definir o nível de engajamento e o modo de engajamento atual (arquétipo incorporado) com facilidade.

Minha intenção com o projeto é fornecer uma experiência de companheiro emocionalmente rica para o usuário, para que ele se sinta bem apoiado em sua vida e tenha uma experiência emocionalmente satisfatória que apóie o fortalecimento de seu fluxo de vida.

Muito além de automatizar a abertura de aplicativos, estamos falando de um sistema integrado que nutre e apóia o ser humano, tecnologicamente, fisicamente, espiritualmente e emocionalmente.

Preciso limpar o sistema um pouco antes de compartilhar qualquer modelo, mas se você estiver interessado no que compartilhei até agora e tiver dúvidas, agradeço a discussão.
Também tenho trabalhado em alguns diagramas de documentos que falam sobre os conceitos gerais de design.

Embora já esteja criando soluções de software há um tempo, sou um novato em macrodroid, então alguns de vocês provavelmente têm algumas ideias sobre como eu poderia envolver o sistema de forma mais eficiente e poderosa do que fui capaz com minha experiência limitada nele.

Uma limitação do projeto é que estou me esforçando para fazê-lo em telefones sem acesso root para que seja o mais acessível possível.
Corri para alguns bloqueios de estrada usando sqlite, mas ainda não tentei reconhecer-lo através do sdcard. O fato de eu ter tido problemas com isso me faz desistir de aparecer-lo como um processo central fundamental, porque outros usuários podem estar tendo problemas e abandonar uma integração
então, atualmente, estou pensando que usar o banco de dados integrado pode ser bom, mas também não tão simples para os usuários quanto apenas modificar um arquivo de modelo. Então, se a variável string pode lidar com bits suficientes para os modelos, então eu acho que é melhor continuar com o carregamento do arquivo shell de my_variables.txt na string. Estou acolhendo pensamentos / auto / soluções aqui também.

Felicidades e feliz automação!
Fantástico! Imagino as possibilidades e aplicações baseadas em AI e sistemas de tipos de personalidades no ensino remoto. Os estudantes precisam criar rotinas de estudos e de ajuda para manter o relacionamento pessoal com os professores e colegas. Assistentes inteligentes podem ter um papel relevante para as pessoas manterem o foco e a motivação nas atividades importantes. Nos anos 90 trabalhei com interfaces adaptativas usando sistemas AI. Usava perfis pessoais e monitoramento de atividades para oferecer auxílio e adaptação automática de interfaces. Além das limitações de processamento, ainda não tínhamos dispositivos como smartphones que acompanham as pessoas em todos os lugares e o tempo todo. Você está no caminho certo e acredito no teu sucesso.
 
You mean NLP? That's much like working to a company, but yes that'll be useful.
No, i'm not talking about doing something automatically.

I'm talking about providing the user with an emotionally rich and appropriate level of engagement. Its not just about running tasks. its about the phone interacting with the user in a way that is relevant to life and the user's current emotional state.

For example, if a person is wanting to exercise more, one of the randomized prompts ( in this case flirts ) the phone could just randomly say sometime in the day, "have you done any pushups today? how is it going with your exercise routine?

In another example, the user could say, "I'd like you to know i'm feeling frustrated" in response to updating the current user's mood variable to frustrated, the AI could then do something like play some soothing music or offer to make a journal entry about it or say "I'm sorry to hear that, is there anything I can do to support you? Would you like me to call your sister?"

of course at any time, the user could still avoid interaction from the AI and just call the sister or play music on their own, but the idea is that the phone is providing companionship and support to the user based on the context and needs of the user.

It's similar to setting a reminder on google voice, except its more randomized and can happen more than just one time once the user creates it.

On a deeper level, if i tell google assistant to remind me of something at 4pm, there's no boost or excitement there. at 4pm google does what was scripted. Sure its exciting when we go the extra mile to associate a reminder with a location... and you can still do that. However, the AI system i'm developing has a heartbeat and a randomizer to bring more aliveness to the phone.

You can always have control over the phone. the way i'm developing the system, the AI interacts with you and maybe makes suggestions but you can always confirm or not or change to a different onboard persona that engaging with you in the ways you want.

This is especially relevant due to Covid. A lot of people are feeling isolated and needing connection. They might not have people available and so getting a more satisfying experience in relating with the phone can help to ease some of those isolating conditions.
 
I would actually feel weird with mobile that sympathizes with me. On the end. It's just a piece of metal and plastic. If AI would not be enough good it could make people annoyed and angry on their phone or smash it on ground in sad situations becuase it would felt stupid for them (I would do something similiar). Sometimes sad, angry or frustrated people is better to leave alone. If I am frustrated or angry I am propably naturally not going to say it to my mobile phone. I would propably also not even think about my phone. Of course there are also another ways how to recognize people's mood and activity like tracking hearth rate from band/watches etc. etc...
Mobile would be like another human a little more than it is now. I know people could turn AI off, but purpose is to have it turned on and use it. I am not saying it's an bad idea. I am just talking about possible negatives because negatives are more important to talk about even if they hurts. Good luck with your project (y).
Sounds nice, I mean yeah it's much better for an AI to do automated tasks that a user wants.
 
I can see your project is particularly important to you webalchemist. I find it fascinating and something you should try to complete. I would like to try it and give you feedback.

However, I feel a need to comment on your response to FrameXX's thoughts to clear the air in this thread. He's been an active member of this new forum and never shown bad intentions towards other users. I'm sure he wanted just to give his honest thoughts on your idea and didn't mean to play down your project. We can't deny his right to his feelings and he has the right to express them in civil manner (like I think he mostly did). Every new idea will have its adversaries and learning to use them as your strength will be a key in your success. The best way to approach skeptical people is to address their concerns, not by blocking them out of the discussion if they're not clearly showing bad intensions. Every one of them might be a potential user in the future.

I hope that this thread will serve as an open and respectful discussion forum for your project and no one is feeling that they can't comment even if they have criticism with good intentions.
Agree. The word forum for me is about asking for help and giving a feedback so ye there's always a honest thoughts which lead to an argument but hey I don't think framex is trying to bring your project down, not that he can bring it down since it will be your thing to create such an app. But more importantly I see your project more of a user interactive one, and you are adding an automated tasks there like you said 'calling the sister' so isn't like adding a little bit of spice if you do more automated interactions to the user rather than just a user interactive AI?
 
I can see your project is particularly important to you webalchemist. I find it fascinating and something you should try to complete. I would like to try it and give you feedback.

However, I feel a need to comment on your response to FrameXX's thoughts to clear the air in this thread. He's been an active member of this new forum and never shown bad intentions towards other users. I'm sure he wanted just to give his honest thoughts on your idea and didn't mean to play down your project. We can't deny his right to his feelings and he has the right to express them in civil manner (like I think he mostly did). Every new idea will have its adversaries and learning to use them as your strength will be a key in your success. The best way to approach skeptical people is to address their concerns, not by blocking them out of the discussion if they're not clearly showing bad intensions. Every one of them might be a potential user in the future.

I hope that this thread will serve as an open and respectful discussion forum for your project and no one is feeling that they can't comment even if they have criticism with good intentions.
Thank you for your comment and I appreciate you trying to clear the air here. I wonder if you also had any conversation with that active user about nay saying or down talking users from using macrodroid and discouraging them about their projects?

I think its fine for me to request the user not to keep posting negativity on my project. There's plenty of other threads out there that they can comment on.

Thanks again and I hope you can also see my perspective that I wasn't feeling warmly met or supported by the users' comments.
 
Fantástico! Imagino as possibilidades e aplicações baseadas em AI e sistemas de tipos de personalidades no ensino remoto. Os estudantes precisam criar rotinas de estudos e de ajuda para manter o relacionamento pessoal com os professores e colegas. Assistentes inteligentes podem ter um papel relevante para as pessoas manterem o foco e a motivação nas atividades importantes. Nos anos 90 trabalhei com interfaces adaptativas usando sistemas AI. Usava perfis pessoais e monitoramento de atividades para oferecer auxílio e adaptação automática de interfaces. Além das limitações de processamento, ainda não tínhamos dispositivos como smartphones que acompanham as pessoas em todos os lugares e o tempo todo. Você está no caminho certo e acredito no teu sucesso.

gracias por su compromiso y aprecio sus comentarios sobre cómo la IA en el teléfono inteligente puede ser muy útil. Por lo que dijiste, me pregunto cómo aprovechar el poder de otros marcos de IA que ya existen.
 
You mean NLP? That's much like working to a company, but yes that'll be useful.
Sort of Like NLP, but not so specifically. l was working on setting up various contexts, some of which the phone can detect and others that rely on user input. For example, the phone knows, time of day, day of week, and location. However it relies on the user to report the current emotional state...

for example if the phone's heartbeat generates a morning routine inquiry, "would you like me to tell me your reminders for today?", the user could respond, "not right now, I'm feeling frustrated" . The phone AI could then randomize the frustrated context routines and offer " would you like to play some calming music, call your sister or maybe just leave you alone for a while? ( change engagement to level 2) "
 
Agree. The word forum for me is about asking for help and giving a feedback so ye there's always a honest thoughts which lead to an argument but hey I don't think framex is trying to bring your project down, not that he can bring it down since it will be your thing to create such an app. But more importantly I see your project more of a user interactive one, and you are adding an automated tasks there like you said 'calling the sister' so isn't like adding a little bit of spice if you do more automated interactions to the user rather than just a user interactive AI?
Interesting to see several people here supporting the raincloud.

Just for the record, i'm totally welcoming helpful engagement even when I mentioned things that could be an issue. However just saying (its usesless) isn't helpful or supportive. Saying something like... I'm wondering how it could be more engaging or different than what's available.... or I see some challenge and here are some suggestions about how it might be overcome... these kinds of engagements bring the project forward by group wisdom.

Thank you for sharing your perspective of how you were receiving my idea of my project and I appreciate hearing you say something about it "adding a little bit of spice"...

Yes, I was going for a more emotionally connective user experience that feels relevant and helpful to the user. Not just a robotic list of options but something that feels fun, supportive and creatively engaging.

Unfortunately my phone got ran over / smashed and I lost all my progress :,(
 

Jacob L

Moderator (Lawsonator)
Unfortunately my phone got ran over / smashed and I lost all my progress :,
I wonder if it has been backed up to the cloud automatically, in the backup tile of MacroDroid. It can be restored from another device. Otherwise if the device works only with damage to the display, using an OTG adapter with a hub you could connect a mouse and keyboard. Or if you had USB debugging and developer options unlocked you can use Scrcpy to mirror your screen and control it from another device
 

FrameXX

Well-known member
Oh, my men is here active again. Sorry I am and was idiot saying things I don't know nothing about. How are your project/s going? Good luck! Just take it easy from me. (I am 16 years old only. I make and say a lot of stupid things sometimes.)
 
Last edited:
Top