I need to develop and Android Auto app, which should communicate to Chat-bot application. Is there possibility that I can use media api and send voice command to my chat bot app?
Related
I am working very hard on a new type of service that ties in to facebook and mobile apps.
I have it working at about 90% with an Android game app, but it appears that there are some issues that I can't seem to get answered. Is there anyone here that knows the facebook API very well that might be able to answer some questions for me regarding conecting my facebook App, with my web framework, and my mobile apps? WinMo guys will be helpful too as we are planning on making this service crossplatform to all phones except the crapples.
Thanks!!!
no love? or nobody here familiar with facebook?
Recently I answered a question on MSDN winmo forums c/p;
I'm not using FaceBook (FB), but a good friend is. She asked me to look into it as she too is having issues with FB obtained from Microsoft Marketplace. I have a T-Mobile MDA Compact V cq HCT Diamond 2 cd Topaz cq Pure .
First I looked at the FB provided by Microsoft and tested it in a virtual embedded environment, as I did with all FB's tested. And I too had several 'issues' all different with several PPC based FB alternatives. Then I went to Facebook Developer site(!) and did some reading, then I found out that any FaceBook application needs API Key , Application Secret , and Application ID .
Official (Technical ) Facebook developers .com : http://developers.facebook.com/get_started.php
:: Copy/Pasted from : Drupal site builder's toolkit http://drupal.org/node/625792
Setup the Facebook Application - Part 1, on Facebook.com
The following steps assume you have a Facebook account.
• Go to http://www.facebook.com/developers/createapp.php .
• If asked to login, use your Facebook login. If you haven’t created an application before, you will be asked to grant Facebook Application access to your Facebook account. You have to allow this in order for this process to work.
• Facebook will ask you for the Application Name that you want to use. This is a short human-readable name. It will be viewable to those who are allowed to visit your Facebook account so make it simple and clear.
• Agree to the terms and click Save Changes. Note: The next page that appears will contain three pieces of information that you will need for your Drupal FB Application: API Key, Application Secret, and Application ID. You will copy and paste this information into the applicable fields when creating your Drupal FB Application.
Canvas Page-specific Setup
Not necessary for Facebook Connect-only applications.
• Click on canvas in the left menu of your Facebook application screen. At the top of the screen that appears next, fill in the URL field. Keep the URL simple and descriptive. Formatting restrictions are provided on the screen. Please read them.
:END
My facebook http://www.google.com searches ;
(copy/paste from left to right (not up down) in your preferred search engine (remember that search engines interpret commands in CAPITALS))
facebook AND configure AND "give the application access"
facebook AND configure AND "application access"
"this key identifies your application to facebook"
"you pass it with all your api calls" AND facebook
"configure access control policies" AND facebook
"third-party Integration modules" AND facebook
:END
Currently my friend is using some beta version from another developer and still has some issues, found in the first google search string. Though for her they are only minor issues for which she wants to use her laptop anyway.
I hope these links help you. I'm gonna move to a next subject now
Senax
Also a heads up Facebook just changed there API not to long ago as well should be a lot better.
How can I use the Android to Send Google SMS ?
The default app, Google Voice says Its not available to locations outside USA.
Is there a workaround, to make this work on android?
Nope. Unless if you wanna do proxy.
I am using CSipSimple with Android integration turned on for secure calls via Ostel. I have been in contact with the developer and he believed it was an HTC limitation, so I phoned HTC support this morning and they said I need to use a third-party contacts app. Their People app doesn't have a custom field for sip, nor in the IM field.
I wanted to add the sip address of a person who phoned me to their existing contact and the People app crashes. I was able to do it once but it added the address as IM & AIM and of course doesn't work to phone that person.
Can someone recommend a good contacts app that would work well with the ability to integrate with csipsimple and google contacts?
Dear XDA users
We would like to thank all of our users who have tested our Keyboard and provided us with valuable feedback. Without your support, we couldn't have made the TouchOne keyboard the best keyboard solution for smartwatches.
The TouchOne team has successfully secured more 3rd party partnerships, as we are providing a keyboard solution for them. This allows users to respond to messages using our TouchOne keyboard.
The following top rated apps will support TouchOne Keyboard:
• Web Browser for Android Wear: The Android Wear Internet Browser
• Gmail client for Android Wear: Reply to your emails from your Android wear
• Video/YouTube for Android Wear: Video player for smartwatches, powered by YouTube
• Photo Gallery for Android Wear: View your photos on your smartwatch
• Messages for Android Wear: Use this messenger for SMS, Hangouts, WhatsApp or Facebook conversations on your Android Wear smartwatch
• Documents for Android Wear: View PDFs and other documents from your phone or Google Drive on your smartwatch
• Calendar for Android Wear: Complete calendar app for your Android Wear
• Wear Messenger: SMS texting app
• Quick for Wear: Messaging for WhatsApp, Hangouts, Gmail, Telegram, Facebook Messenger, Threema, and Viber
You can use the TouchOne keyboard to reply to Whatsapp, Hangout, and Gmail notifications with 3rd party Apps support. To try this out on your smartwatch, please join our test program of the TouchOne keyboard.
https://play.google.com/apps/testing/net.infiniti.touchone.touchone
Our vision with the TouchOne keyboard is to be widely used across the Android wear platform and we are working hard to achieve this.
We will be continuing to look for more partnerships and if you have an idea for a partnership, please send us an email to [email protected]
Please stay tuned for more upcoming updates as we are happy to announce that the TouchOne Keyboard will be officially released in two weeks time on the Google Play Store.....
nice, waiting when ready to download
thanks
TouchOne still FCs regularly on my watch (stock G watch R with 6.0.1). Sigh. Uninstalling once again.
Cheers,
B.D.
BostonDan said:
TouchOne still FCs regularly on my watch (stock G watch R with 6.0.1). Sigh. Uninstalling once again.
Cheers,
B.D.
Click to expand...
Click to collapse
If you have any further troubles, send us an email to [email protected]
Hello,
I use Tasker mainly for tasks concerning my bluetooth devices (e.g. headphones and car to start the music player).
Recently, I started using Android Auto in my car.
In a lot of situations, I drive and my partner searches for an address on her phone. Afterwards I have to tell Google Maps on Android Auto the address. To make this process more efficient, our idea is that my partner sends me the address through a messenger and I directly have it in my Android Auto/Google Maps.
We tried the following:
My partner sent me the Google Maps link through a messenger and the Google Assistant in my car just read out the text. Unfortunately the Google Assistant does not recognize the Google Maps link.
What I want to do therefore is:
- Use Tasker with NotificationListener Plugin
- I made a profile which listens to notifications in my messenger app. As soon as there is a text in the notification which begins with "https://maps." an action is started.
- And at this step I don't know how to continue.
Can someone help me with the actions?
I have to check the variable %nltext and click on the Google-Maps link. How do I do this?
Thank you very much.
EDIT: I found my mistake. I had to set a global variable which consists of the local variable %nltext to be able to use the split function. I thought, I could also split local variables.