• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

What is the best app for automatically reading emails and texts?

SMWAS

Newbie
I would like to set up a SmartAction to launch an app when I am in my car that will automatically read to me my incoming texts and emails. I have seen a couple that will do this for texts, but emails are usually more time sensitive for me. Any recommendations would be appreciated. Thanks.
 
Sorry - bit late to the party but I've just had success with reading out texts and emails (from, subject).
I tried drivesafe.ly (free) which has a superb speech engine. It is fine for texts but unreliable for emails. (The latter is achieved by polling gmail).
So I used Tasker to handle emails, summarised as follows (I cannot post links :-(
1. use Event Notification (app = gmail) to trigger processsing
2. access the most recent entry in gmail's local dbase (use sqlite3 ensuring that the dbase diry permissions were writeable)
3. store 'from' and 'subject' in Tasker variables
4. read data out loud with TTS engine SVOX
SVOX is the next best, working TTS, I have found.
 
Back
Top Bottom