text to speech using eclipse - Java for Android App Development

i want to have voice prompt in my android app.., i have used the text to speech program for this, that program will take user input in the form of edit text and then speak out that text, i want to use that program for voice prompt like when the time is set it will speak out this phrase " your time is set to" and the new time which is set by time picker like 08:00,so it should speak like "your time is set to 8 o' clock" can anybody help me out in this please ??

ATI-ERP expeditious Business Solutions
code.tutsplus.com/tutorials/android-sdk-using-the-text-to-speech-engine--mobile-8540
see above link you will get the solution.
For Web Apps visit ati-erp.com
ATI-ERP

Related

Reject Call With Text Message

Does anyone know how to get this to work?
It can be found in Start - Settings - Phone - Advanced Tab
Mine is ticked but doesn't seem to do anything when I choose Ignore to an incoming call (i.e. the caller is not sent a text message saying the above)
Any ideas
I have wondered about this for a long time, but haven't come up with anything to make it work, sorry.
I usually disable it sooner or later, just in case.
K_Hismoom said:
I have wondered about this for a long time, but haven't come up with anything to make it work, sorry.
I usually disable it sooner or later, just in case.
Click to expand...
Click to collapse
I have unlimited text messages so charges isn't an issue for me.
All I can find is the option to send a text message when a call comes through, but nothing to automatically send a text message on an ignored call.
Hm, I think it's like this. Someone is calling you and if you wan't to ignore/reject the call, put your phone upside down on a table(with screen to the table), the call will be automatically ignored and I think THEN the message will be sent try it, not sure
I think, I have figured it out.
On an incoming call, you have the option to click on "Send text" in the lower left corner. The call is then rejected and you can compose an SMS to send to the caller.
I use an app called SMS Minder to do this myself, and I'm quite pleased with the results. You can have it respond to all missed calls/texts (select BLACKLIST & leave the field blank) or only to missed calls from certain numbers (select WHITELIST & add the numbers you want to respond to).
I've been using it for several months and it makes my work so much easier. I'm a cabdriver, and when a call comes in & doesn't get answered for whatever reason SMS Minder sends a message that says "I can't talk now, please text me".
For the longest time I didn't really trust Texting that much, but it's become an integral part of my work now. So much easier to read&reply to an SMS (10 to 15 seconds tops) than it is to dial voicemail, listen through the prompts & recital of the phonenumber, then listen to the message...and finally after all of THAT is done, then return the person's call. Texting is just that much easier.
Especially if I use a program like this to automate my responses...and a program on my desktop to send other text messages just like they were an email (it's got an interface similar to Outlook). I plug the phone into the computer & tuck it away...then any interaction I have with the phone is done by using Jeyo Mobile Companion (SMS interface with additional cool features) and/or MyMobiler (fully manipulable screen-shot of the phone's screen) on my desktop.
Of all the apps I've tried and/or discarded, these three have become almost indispensable to my work.
Use QSMS To Buddy:FullFeatured Free app from android market
Posted Android app on non Android forum by mistake. Sorry!
i believe, given the age of this thread, that it is about the native windows mobile feature to reject calls with an sms and there was no need to bump the thread with an app for another operating system. also, on android, depending on your phone and rom, this feature might also be pre-installed and available from stock, w/o the need for a 3rd party app.

[NEED SOME HELP] HOWTO get tables From Website with VB

Hi Guys,
i'm working hard on a windows mobile application in visual studio 2008 (vb). What i want is that the application retrieve a table from a website.. based on user input.
for example there is a website.. where a text fiel exist wich is called country. when i'm filling that text field with United Kindom and push the button submit, the website is showing me a list of al the cars in the united kingdom.
But how can i fill that text field in my visual basic application and how can i show the results in my visual basic application?
I hope somebody can help me!
cobrawnl said:
Hi Guys,
i'm working hard on a windows mobile application in visual studio 2008 (vb). What i want is that the application retrieve a table from a website.. based on user input.
for example there is a website.. where a text fiel exist wich is called country. when i'm filling that text field with United Kindom and push the button submit, the website is showing me a list of al the cars in the united kingdom.
But how can i fill that text field in my visual basic application and how can i show the results in my visual basic application?
I hope somebody can help me!
Click to expand...
Click to collapse
Hello,
You may have a look at the HTML source code of the page where you have to fill the text field. Look for the FORM tag (to get the name, the method "post or get" and the redirection url), then find the text field and get its name, now find the submit button and take the name (be sure no JScript are executed for the "onclick"), look also for "input type=hidden" fields!
Now the idea is to send a request to the webserver to act "as if you clicked this submit button". For this have a look at the System.Net.WebClient classes, look the HttpWebRequest and HttpWebResponse objects also.
You'll be able to send a POST of data or a GET with a "long" url (?param=value&param2=value2... where param is the name of hidden and text fields)
I tell you all this from memory since I'm @work I don't have all my source-code under the hands I'll have a look quickly tonight, I made this kind of thing ; for windows not mobile and in c# but the idea should be the same...
Hope this helps!
Dark
PS: have a look in google for "sample + HttpWebRequest + VB.Net" you may find great stuff there...
Thanks dark! Its working fine with httpwebrequest

[APP Request] Google Voice Dialer

I was wondering how hard it would be for someone to write a program that would integrate with the address book on windows mobile [professional]. The idea would be, when the program was opened, it would show all of your contacts, but when you hit send, it would dial your Google voice number, auto select 2, then auto enter the number for the promt. I'm sure it wouldn't be too terribly hard, yet my SDK skills aren't quite up to par (Comp Eng Student).
EDIT: It took a while, but I wrote up something myself. You can see it here: http://forum.xda-developers.com/showthread.php?p=3482584
GV dialer for Mobile. a working application
Here it is. its easy to do. Here is an app that works and does what you are asking for.
http://www.brianhama.com/GVoiceDialer.aspx

How to send text message by voice

I am working in android application something like when i speak some particular word over the phone like "help" the application should automatic send message to desired user that is saved on phone....
but i couldn't figure the right way
so thing is that how can i create such application in short time...
help me...
Do you have any code started? If so what do you have?

Looking for app that search local app, email, text message

Hi,
Just switch from Iphone. Is there a way I can search for local apps name, email, text message. For example, If i want to launch something in 1000 apps, what is the best way to search just to type few letter.
Thank you
stagius24 said:
Hi,
Just switch from Iphone. Is there a way I can search for local apps name, email, text message. For example, If i want to launch something in 1000 apps, what is the best way to search just to type few letter.
Thank you
Click to expand...
Click to collapse
You can use Google Now to search your phone.

Categories

Resources