Oye_Lucky
(Oye lucky )
June 3, 2021, 5:53am
#1
Hey all i am trying to make a app in which we speak the name of a app and it would it would open that app
It’s like open app by name
I looked for extension on google and kodular community, If any one knows how to do this
Then please help me
oseamiya
(Oseamiya)
June 3, 2021, 6:53am
#3
Must it work on the background too?
You should read this before posting your query on community.
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
1 Like
Oye_Lucky
(Oye lucky )
June 3, 2021, 6:58am
#6
did i made some mistake ?
oseamiya
(Oseamiya)
June 3, 2021, 7:00am
#7
To detect the voice,
The discussion is on the site AppyBuilder.
This is an alternate version of the Voice Recognition Component
New Features:
Ability to disable the Google dialogue,
Turn off the sound prompt signal,
Continuous listening (hands free),
and other…
Can be used in robots, running Android; Voice assistants and etc.
New properties (default all is false ):
EnableGoogleDialog (boolean) - if “true”, then the recognition works in normal mode. No additional features (described below) is working.
MuteA…
(or there are many extension related to it
And to open the application;
There are several guides that teach us how to launch applications using activity starter.
The problem is that they show us some examples and generally if we want to run some other application that is not in those guides, we can not do it because we lack data, such as packages and classes.
And the guides in the community teach us to open the calculator, gmail and some other apps … but if we want to open a specific app, we do not know what data to put in the activity starter …
To solve this I h…
(Also there is an extension for that too, you can search on community)
Also, you should make and put some own logics to make It happen.
2 Likes
Did you read the topic I quoted ?
You didn’t made any mistake but it is always a better idea to try something first, try searching on community for related query, learn to use built in components.
It is a good thing that you have an idea and you want to make it happen but in community we appreciate some effort that you make to get your app done.
So, the point I’m trying to say is, instead of saying your idea and questioning how to do it would be better that you elaborate what have you tried? what have you found on community? Where do you stuck? By doing this there is better chance for you to get your query solved.
Hope you understood what I’m trying to say.
3 Likes
iamwsumit
(Sumit Kumar)
June 3, 2021, 7:17am
#9
@Oye_Lucky , You need to use the extension posted by @oseamiya for recogniation of app name into a text from voice. After you get the app name then use this extension for getting the package name of the app through app name
Information
This extension allows you to add your app in launcher category and then can be made the default home screen of the android device.
You can design your screen that how you like to show it in home screen.
I have also added some basics blocks to get apps list, open apps, show uninstall app dialog and to check if the app is a system app or not.
I have also prepared a demo aia using colintree listview extension to show it’s basic use.
Thanks a lot to @chaimk for sponsoring this extens…
And also, you can use this extension for launching the app.
Hope it helps you.
1 Like
system
(system)
Closed
July 3, 2021, 7:17am
#10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.