Mic input status; Groove IP w/Google Voice - VOIP Phone! - Kindle Fire Android Development

UPDATE:
It looks like Hashcode will look into the possibility of allowing audio input simultaneously with audio output at the kernel level for 3.0 Kernel for Kindle Fire
I'm hoping that this will stir up some interest in using our kindles to make phone calls over Wifi.
There was a thread in the General section that talked about using earbuds with a mic as audio input to the KF. I downloaded "Voice Recorder" from Google Play Store and confirmed that my set of earbuds works great with the KF to record audio.
The pinout of the earbud's 3.5mm phono plug from tip to sleeve is left+, right+, ground (- or common), and mic+. Most earbuds with a mic designed for smartphones (iphone, HTC, etc.) have this pinout.
I successfully made a phone call with my KF connected to wifi, using Groove IP with my Google Voice account (free and easy to set up on the PC, both downloadable from the Play Store). Now when I say successful, I mean the call went through and I could hear the person on the other end, but they could not hear me. No big surprise, I think we could be close to having Groove IP recognize the audio input on the KF the same way the Voice Recorder app did. This is why I am reviving this topic with its own thread in hopes that some smart folks here might know how to proceed in making progress on this front.
I am running MoDaCo Gr8 ROM and I have Google Contacts (synced), Voice, and Groove IP. Groove IP looks great!! just like a phone interface with a contact list that is my synced Google contacts. SO CLOSE!!!
Any positive feedback on what could be done to make the audio input on the KF accessible by more than just the Voice Recorder app?
For earlier discoveries about mic input: FlashFire1 and shravbits have posted some useful info to note.
If you feel like giving it a try for fun, test your mic input with the Voice Recorder app.
Then setup a Google Voice account, and download the Google Voice app from the Play Store, then install Groove IP and connect it to your Google Voice account.
earbuds/mic that may work with the KF:
Apple generic and OEM earbuds
Misc earbuds with mic
Mini Mic

It has been noted somewhere that half duplexing is possibly being switched in software at the app level. It looks like our kindle fires come with the Texas Instruments AIC3110 chip ( http://www.ti.com/product/tlv320aic3110#description ) and from what I can tell, this hardware does support full duplex (audio input and output stream simultaneously).

I'm experienced with this whole mic thing (considering I started this http://forum.xda-developers.com/showthread.php?p=23546913)
But I don't think this 'calling from my kindle' thing is going to go much further. Skype isn't working, Google Voice doesn't work, Grooveshark doesn't work! No VoIP is working! I have tried, but the hardware just isn't cooperating at all! Sure Voice Search and all work, but this is, well, harder. I will keep trying and experimenting with this till I get it at least close to working
Sent from my Kindle Fire using Tapatalk

shravbits said:
I'm experienced with this whole mic thing (considering I started this http://forum.xda-developers.com/showthread.php?p=23546913)
But I don't think this 'calling from my kindle' thing is going to go much further. Skype isn't working, Google Voice doesn't work, Grooveshark doesn't work! No VoIP is working! I have tried, but the hardware just isn't cooperating at all! Sure Voice Search and all work, but this is, well, harder. I will keep trying and experimenting with this till I get it at least close to working
Sent from my Kindle Fire using Tapatalk
Click to expand...
Click to collapse
I think it may be possible to enable duplex audio at the kernel level.... just need devs with experience there to look into it.... I'm hoping.

Maybe with a few modifications to Hashcode's 3.0 Kernel, this could be working. We shall see
Sent from my Kindle Fire using Tapatalk

why don't you just contact hashcode and ask him to tackle this?

symbiiote said:
why don't you just contact hashcode and ask him to tackle this?
Click to expand...
Click to collapse
Honestly, as much as I want the mic too, I think Hashcode has a lot on his plate already. You could ask him, but just keep that in mind.

Cl8rs said:
Honestly, as much as I want the mic too, I think Hashcode has a lot on his plate already. You could ask him, but just keep that in mind.
Click to expand...
Click to collapse
Yeah. He still needs to finish off the 3.0 kernel, and then we should ask him to tweak it
Sent from my Kindle Fire using Tapatalk

shravbits said:
I'm experienced with this whole mic thing (considering I started this http://forum.xda-developers.com/showthread.php?p=23546913)
But I don't think this 'calling from my kindle' thing is going to go much further. Skype isn't working, Google Voice doesn't work, Grooveshark doesn't work! No VoIP is working! I have tried, but the hardware just isn't cooperating at all! Sure Voice Search and all work, but this is, well, harder. I will keep trying and experimenting with this till I get it at least close to working
Sent from my Kindle Fire using Tapatalk
Click to expand...
Click to collapse
I've tested the Grooveshark and works well; Skype and Groove IP can establish the VoIP calls, obviously the other party can't hear me as gruuvin said.
If this is possible to activate the microphone, definitely the fire will satisfy the basic users' needs, and it will make it more attractive for the lower budget.

A member, leroy641, contacted me by private message, because he could not post in this section. It is an interesting note from a Groove IP dev who has considered this.
leroy641 said:
i cant post in the developer forums but just wanted to let u know i contacted groove on 3/29 and this is thier answer
me:Have you guys thought of a kindle fire version? The default android sound recorder works with a headphone/ mic combo. I have tried every alternative mic option from the troubleshooting section. If you could somehow figure out how to use the same input as the sound recorder and add that to the mic options that would be great.
snrb labs:Hi,The issue is that other settings on the mic are required for VoIP use. Our understanding is the audio driver on the kindle fire doesn't implement those settings. So it wouldn't be possible to support the device unless that was changed.
seems like a driver mod might fix it.......
Click to expand...
Click to collapse

gruuvin said:
A member, leroy641, contacted me by private message, because he could not post in this section. It is an interesting note from a Groove IP dev who has considered this.
Click to expand...
Click to collapse
Please thank Leroy for me
Gửi từ Kindle Lửa của tôi qua Tapatalk 2

symbiiote said:
why don't you just contact hashcode and ask him to tackle this?
Click to expand...
Click to collapse
I posted a message in Hashcode's
[WIP][KERNEL][DEV-ONLY] 3.0 Kernel for K-Fire [05-13 #10a -- SHUTDOWN + MARKET FIX]
thread about our issue being discussed here. I hope I didn't ruffle any feathers, because I just noticed the [DEV-ONLY] part of the thread title
Hey, I'm a firmware developer working on a networking module that implements a pretty complicated utility systems protocol... maybe that will keep me out of hot water with the android devs? 8-/
I did a quick search on audio full-duplex support for android and found a TI-Android-ICS-PortingGuide wiki (http://processors.wiki.ti.com/index.php/TI-Android-ICS-PortingGuide) that mentioned in the "Audio" section support for simultaneous playback and record (full-duplex mode) for an AM335xevm that uses AIC31 audio codec. I believe our kindles use the AIC3110 audio chip, so maybe this is good news.
http://processors.wiki.ti.com/index.php/UserGuideAudioDriver_PSP_04.02.00.07
http://processors.wiki.ti.com/index.php/AM335x_Audio_Driver%27s_Guide

Good news guys, Hashcode confirmed putting the "mic" issue next on the developement list.
Not sth to open champagne yet, but we can put it to chill.

milanche said:
Good news guys, Hashcode confirmed putting the "mic" issue next on the developement list.
Not sth to open champagne yet, but we can put it to chill.
Click to expand...
Click to collapse
Ya it's great news!
Hashcode said:
Thank you! I'll bookmark this post and read through the info as soon as the charger driver is in better shape. This is next on "the list"(tm).
Click to expand...
Click to collapse

Great job guys! This is a great feature to be added. A big shout out to Hashcode!
Sent from my Kindle Fire using Tapatalk

I really wish I had a credit card to donate some money to Hashcode. He is the reason the Kindle Fire community is alive today. I hope others are donating to give him the incentive to develop for a long time

http://forum.xda-developers.com/showpost.php?p=30960182&postcount=1531
This may be coming soon, according to hash.

pkopalek said:
http://forum.xda-developers.com/showpost.php?p=30960182&postcount=1531
This may be coming soon, according to hash.
Click to expand...
Click to collapse
Reviving an old thread. It's been almost a year since this idea almost happened! It would be pretty cool... in any kernel!

That full duplex is yet to come.......if only I had experience with kernels!
Sent from my Amazon Kindle Fire

Related

[Q] Bluetooth keyboard

I have been reading some of the reviews on amazon about some of these mini keyboards, and I'm still adjusting to the onscreen keyboard as I came from the D2 then the TP2 before that, so I would like to know what ones are compatible with android? Does anyone have one? Most people in the reviews say that they can't get them to work with android, so I don't want to waste 20-30-40 bucks just to find out its not compatible with our devices. Any suggestions would be greatly appreciated.
Curious about this too, if don't remember seeing anything about bluetooth keyboards working without some hacking.
Sent from my ADR6400L using Tapatalk
I guess you and I must be the only ones who care about this.
No...I very much care about this, too. I just tried to pair my Thunderbolt with my Apple wireless keyboard and it did pair. Now, however, it says "paired and not connected" but when I click on the keyboard name it does not do anything. When I press and hold the keyboard name, my only option is to unpair. Not sure how to proceed...
Reading a lot of the reviews on amazon it seems to be a running theme that not all of the BT keyboards are compatible with android. Now, whether that is true or not, I don't know. I was hoping to find someone who has one and can provide some insight. Supposedly, according to the reviews, there are two different protocols for BT and only one(spp, if that makes sense?) works with android. That's the best info I have gathered, but this is strictly based off of reviewers, so I don't actually know anything. So I thought I would bring my question/problem to the smartest community on earth.
I will play around again with my Apple keyboard tonight and see if I can figure this out for you. And for me!
I'm interested as well. Like you, I haven't been able to find any hard info either, and don't want to waste money...
hello, I've been interested in this for a while now…*
here's the BT keyboard i'm considering:
Spider E-BTKB-B001 Black Bluetooth Wireless Ultra Slim Keyboard - seen on newegg ~ $40
although today I tried this app:
market.android.com - Remote Web Desktop
its wifi keyboard feature gets your foot in the door with real keyboard text entry…*haven't tested this for my use case - notes in audible bookmarks - but i look forward to the future development of this Remote Web Desktop application
oops, i can't include links yet
So, if I understood your post correctly, you have already received this and it does work correctly? Can you post some pics to show how big it is compared to the phone? Thanks for the post.
1454 said:
So, if I understood your post correctly, you have already received this and it does work correctly? Can you post some pics to show how big it is compared to the phone? Thanks for the post.
Click to expand...
Click to collapse
+1 to this post. Very interested.
This one on amazon looks like it works... from the reviews anyway
ProMini Wireless Bluetooth Keyboard (Build-in TouchPad/Laser Pointer) - Black
(cant post links yet so you'll have to search)
B
I can confirm that my buddy's apple bt keyboard works with my TB, but my dell bt keyboard does not.
Can you provide the keyboard model that worked?
I have a no name mini bt keyboard that pairs but will not connect with my unrooted thunderbolt..
The one I have is an unbranded keyboard
Mini Bluetooth Wireless Keyboard for iPad/iPhone 4.0 OS/Android/Window Mobile/Symbian Smartphone
It will pair but not connect.
Sweeny Russ said:
I can confirm that my buddy's apple bt keyboard works with my TB, but my dell bt keyboard does not.
Click to expand...
Click to collapse
What app did you use to get the bluetooth keyboard to work? I'm very interested in this.
Has anyone tried the Motorola Wireless Keyboard? It's made for Android and has shortcut keys.
rednoved said:
Has anyone tried the Motorola Wireless Keyboard? It's made for Android and has shortcut keys.
Click to expand...
Click to collapse
Intrigued, I would really like to know also. Is that the one for the Xoom?
I've got one of those no-name (actually a company called magic-pro) bluetooth keyboards, and I've tried every app/driver out there that I've been able to find to get the danged thing to work. So far the most useful thing on it is the laserpointer, it's a great cat toy. The bluetooth dongle does work pain-free with a Windows 7 machine, but that's not why I got the thing. Going to keep on trying new revisions, hopefully I'll hit something eventually that doesn't require rooting.
I use Wifi Keyboard occassionally which works great, cheaper then buying a BT.
Sent from my PC36100 using XDA Premium App
OneStepAhead said:
I use Wifi Keyboard occassionally which works great, cheaper then buying a BT.
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
Hahaha! You made my day OneStepAhead! I'm using it right now to text family without having to type on my phone. This is really really cool. I was not going to buy a $100 keyboard, so this is perfect.
Which one did you buy?

Useful app... offline voicecommands

Hi,
I think there is a very useful app needed in all smartphone...and specially in the fantastic galaxy s2: the offline voicecommands.
People, like me, that have not the possibility to get always connected to the net, need the offline voicecommands like the mororola smartphones. We just need a porting of that app as the vivaldi 4season team did, but working for all the roms and in particular that app have to work...
Who is the dev that can do this for the "disconnected" community? He will help the people that need to call someone whilst is driving a car... No accidents trying to do a call whilst driving car, no money spent in a special contract to be always connected.
We need a hero!
girsa said:
Hi,
I think there is a very useful app needed in all smartphone...and specially in the fantastic galaxy s2: the offline voicecommands.
People, like me, that have not the possibility to get always connected to the net, need the offline voicecommands like the mororola smartphones. We just need a porting of that app as the vivaldi 4season team did, but working for all the roms and in particular that app have to work...
Who is the dev that can do this for the "disconnected" community? He will help the people that need to call someone whilst is driving a car... No accidents trying to do a call whilst driving car, no money spent in a special contract to be always connected.
We need a hero!
Click to expand...
Click to collapse
Dont we have that already with the Built in Samsung Voice actions powered by Vlingo which also has a drive/car mode
Vlimgo requires Internet and to be honest is not greatest when dialing contacts especially if they are not typical English names.
Just do what I do as soon as I install rom, delete vlingo and put original android voicedialer.apk in system (note: not voice search) app from nexus s gingerbread or cyanogen rom. Works offline and much better for contacts recognition. Responds fine to bluetooth dial as well.
Sent from my GT-I9100
Idan73 said:
Vlimgo requires Internet and to be honest is not greatest when dialing contacts especially if they are not typical English names.
Just do what I do as soon as I install rom, delete vlingo and put original android voicedialer.apk in system (note: not voice search) app from nexus s gingerbread or cyanogen rom. Works offline and much better for contacts recognition. Responds fine to bluetooth dial as well.
Sent from my GT-I9100
Click to expand...
Click to collapse
Could you post that apk please?
Here you go!
Remember put this in system/app folder with root explorer (do not install as regular apk) and remember to delete vlingo voice to go apk from there cause it will clash on bluetooth dial.
Istituto tris app multilanguage?
Is this only for dialing or sms too?
Inviato dal mio GT-I9100 usando Tapatalk
It's name is voice dialer! Ask me again if this is for dictating sms!
Or are you asking if you can start text message with this?
There's voice actions for that or vlingo or whatever but they all need to be connected to the net.
With this you can basically start any app installed on the phone with command open * (open MESSAGING or open OPERA MOBILE) or dial contacts on the PHONE or command redial.
You can not say 'send text to "contact name"'. If you want deeper than that then use online ones I mentioned.
Iono if it's multilanguage? I why don't you try it then tell us? What I do know is that I have plenty non English contacts and it dials them correctly even though it repeats them weird with English phonetics. It is able to learn as well so if it's confused between 2 contacts, manually selecting correct one, will not prompt again with same pronunciation. I have had few names that I had to gradually train like that going from English phonetics to native tongue pronunciation and now it's perfect.
I save data with titanium so don't have to train it again between flashing.
Sent from my GT-I9100
So arrogant
Idan73 said:
It's name is voice dialer! Ask me again if this is for dictating sms!
Or are you asking if you can start text message with this?
There's voice actions for that or vlingo or whatever but they all need to be connected to the net.
With this you can basically start any app installed on the phone with command open * (open MESSAGING or open OPERA MOBILE) or dial contacts on the PHONE or command redial.
You can not say 'send text to "contact name"'. If you want deeper than that then use online ones I mentioned.
Iono if it's multilanguage? I why don't you try it then tell us? What I do know is that I have plenty non English contacts and it dials them correctly even though it repeats them weird with English phonetics. It is able to learn as well so if it's confused between 2 contacts, manually selecting correct one, will not prompt again with same pronunciation. I have had few names that I had to gradually train like that going from English phonetics to native tongue pronunciation and now it's perfect.
I save data with titanium so don't have to train it again between flashing.
Sent from my GT-I9100
Click to expand...
Click to collapse
Calm down. If you insist, so i ask you again: is it for dictating sms?
A forum need people able to talk gently with others and if they can and want, to answer to the question, and not to be arrogant.
If you are nervous go to sleep.
So Dumb
So Dumb to not understand plain English.
Lol! Yeah all we need in forum are lazy people that post request in wrong section and won't do **** for themselves even when the help and explanation is being offered several times, but are easy to offend!
This was a waste of fingers. I'm off to sleep as you suggested and you wait for another soft spoken fellow or a gall.
But I'll throw you another bone. None of the solutions to date offer offline dictation on any smartphone platform and you ponder...
Sent from my GT-I9100
girsa said:
Hi,
I think there is a very useful app needed in all smartphone...and specially in the fantastic galaxy s2: the offline voicecommands.
People, like me, that have not the possibility to get always connected to the net, need the offline voicecommands like the mororola smartphones. We just need a porting of that app as the vivaldi 4season team did, but working for all the roms and in particular that app have to work...
Who is the dev that can do this for the "disconnected" community? He will help the people that need to call someone whilst is driving a car... No accidents trying to do a call whilst driving car, no money spent in a special contract to be always connected.
We need a hero!
Click to expand...
Click to collapse
if you just try to read and research you can make it work with any rom you want,i already have it working in the rom i am using which is hyperdroid v5.2 and also tried it with checkrom and batista70 3.0 and it works
Idan73 said:
Lol! Yeah all we need in forum are lazy people that post request in wrong section and won't do **** for themselves even when the help and explanation is being offered several times, but are easy to offend!
This was a waste of fingers. I'm off to sleep as you suggested and you wait for another soft spoken fellow or a gall.
But I'll throw you another bone. None of the solutions to date offer offline dictation on any smartphone platform and you ponder...
Sent from my GT-I9100
Click to expand...
Click to collapse
Stupid as usual. Nothing better to expect from you and useless people thinking like you. Enjoy you and your friends with the bones by yourself.
Poor you...find a girl and be less nervous, and maybe a mother so serious you will be polite.
Inviato dal mio GT-I9100 usando Tapatalk
Lolz! And this is how needy but polite people become not so polite but still lazy.
Point being: instead of finding ways of being offended maybe you should have read more carefully and see I and others had tried to help you throughout this topic. You have 4 posts and look what they are.
Anyways ill stop now and leave your thread alone.
Sent from my GT-I9100
read and research and you can make it work.got it working on on hyperdroid v5.2
Idan73 said:
Lolz! And this is how needy but polite people become not so polite but still lazy.
Point being: instead of finding ways of being offended maybe you should have read more carefully and see I and others had tried to help you throughout this topic. You have 4 posts and look what they are.
Anyways ill stop now and leave your thread alone.
Sent from my GT-I9100
Click to expand...
Click to collapse
Hallelujah!

[Q] Looking for help getting Ouya controller working on PC

Had my Ouya for over a month and... haven't really used it much. Got a lot on my plate and this thing is too brickable for someone like me to mess with. I'm hoping that the public release will include some surprises (really, I just hope it becomes worth the $99 I paid a year ago). Like everyone else around here, I'm pretty bummed out that the Ouya people completely lied about this system being hacker-friendly, and the games available on their store... um.... pretty much all suck. Installed amazon app store and nova launcher BTW. Improvement, but not so much as would make me choose to use the ouya over my ps3, computer, tablet, or.... um.... a block of wood. (wow, didn't intend to rant. sorry).
In the meantime, I'd like to use the controller with some of my steam games. It's unbelievably simple to connect it to my PC, and it is recognized as an Ouya controller, but the buttons are mapped... strangely. For the life of me I can't understand why remapping the buttons is not built into windows. So.... anyone know how to do this?
Thanks in advance.
Try the utility used for the Logitech Game Pad.
http://www.logitech.com/en-us/support/gamepad-f310?osid=14&bit=64
If the Ouya shows up as a "game controller", then you can map it. Look for the option in my screen shot attached below.
coachclass said:
Try the utility used for the Logitech Game Pad.
http://www.logitech.com/en-us/support/gamepad-f310?osid=14&bit=64
If the Ouya shows up as a "game controller", then you can map it. Look for the option in my screen shot attached below.
Click to expand...
Click to collapse
Unless I'm doing something wrong, that doesn't appear to work. The ouya controller comes up as a game controller (even when you use the "game controllers" link in the tray menu) but the "profiler" says that it does not detect any game controllers. I uninstalled and reinstalled the ouya controller to see if that would make a difference.
This is a bit ridiculous. An "open" system that you can't hack and can't repurpose. This thing is going to flop so badly at retail it's painful to think about it.
there are no drivers. You're more hoping that generic HID gamepad drivers are going to work. And CoachClass said to try it. He/she didn't claim it was going to work. Obviously, he/she has some experience or read of others using other controllers with it and that it if showed in the spot, it usually worked.
Now, if the controller actually turns out to be worthwhile, someone will create some kind of app to use it on the PC. Be patient, the console hasn't even been released to the public, so it's still in beta.
lovekeiiy said:
there are no drivers. You're more hoping that generic HID gamepad drivers are going to work. And CoachClass said to try it. He/she didn't claim it was going to work. Obviously, he/she has some experience or read of others using other controllers with it and that it if showed in the spot, it usually worked.
Now, if the controller actually turns out to be worthwhile, someone will create some kind of app to use it on the PC. Be patient, the console hasn't even been released to the public, so it's still in beta.
Click to expand...
Click to collapse
By your tone I'll assume you think I said something rude to CoachClass. I think you should reread my comment. I was just reporting back that I tried the suggestion and it didn't work. I appreciated the suggestion.
slack04 said:
By your tone ... .
Click to expand...
Click to collapse
I'm not doubting my tone came off harsh or a bit rude. Collateral damage from other things. Nonetheless, I'm not going to excuse what I said, came off more harsh than intended. My tone was more overall to the post overall given the last line of your post. The other comments were more implied based off that line.
But what I said was true about the drivers, and the need to be patient for them to come along. If you like the controller, it may be worth while to ask Ouya to create the drivers at some point in the future.
slack04 said:
By your tone I'll assume you think I said something rude to CoachClass. I think you should reread my comment. I was just reporting back that I tried the suggestion and it didn't work. I appreciated the suggestion.
Click to expand...
Click to collapse
I'm alright, we're cool.
I'm getting my Ouya next week, so I'll be able to play with it a little. I understand some of the disappointment. Ouya would be better as a pure Android machine. I won't referee whether the company lived up to their promise of making an open system or not. I could see that they meant open as in anyone could develop a game for it, but the rest of XDA wants a system that we can play with.
But, I'm still looking forward to using it for some of the things we know works. It would be nice if the Ouya controller can be repurposed as a PC controller, or even phone/tablet controller, but I'm glad other controllers (PS3, Logitech) could be used on the Ouya. That's a plus, so I'd give them credit for that.
Anyways, hope with more people working on the Ouya it'll be able to satisfy our expectations. I'm glad for everyone who's on this forum and generating ideas and trying out stuff.
---------- Post added at 07:48 AM ---------- Previous post was at 07:45 AM ----------
Hey, wait a minute. Has anyone tried connecting the Ouya to their phone/tablet?
There's a bluetooth gamepad call the Moga. On the playstore, you can find an app for it. Not sure if that helps.
coachclass said:
[/COLOR]Hey, wait a minute. Has anyone tried connecting the Ouya to their phone/tablet?
There's a bluetooth gamepad call the Moga. On the playstore, you can find an app for it. Not sure if that helps.
Click to expand...
Click to collapse
I connected mine to my galaxy tab 2 today, you need to hold the middle button down to get it to pair.
I was trying to figure out Tincore Keymapper, but it doesn't have very good documentation and the tutorial on YouTube skips a lot of early steps and moves way to fast.
https://play.google.com/store/apps/details?id=com.tincore.and.keymapper
Hopefully something similar will be available for Windows.
Sent from my GT-P3113 using Tapatalk 4 Beta
Bump, has anyone figured this out?
I used a Bluetooth USB dongle and the controller connects and is recognized as "OUYA Game Controller" in Win7 Devices but the buttons don't work with anything/arent mapped. In the Device Calibration I can light up all 16 buttons with the controller but outside of that they dont work. The touchpad works to move the mouse & click but nothing else.

Voice controlled TV Remote using Tasker/Utter!

Edit: the correct links are down a couple posts.
I posted this over in the AT&T forum and thought I'd give back a little cause its pretty cool.
I recently posted a question in Q&A about any TV remote apps that can be voice controlled. No luck. I stumbled upon this tasker plugin by Ozkaya that is awesome. http://forum.xda-developers.com/show...php?p=45572797. It allows you to program your IR remote with Pronto hex codes(many found here http://www.remotecentral.com/ as posted in the Dev's thread).
I combo'd this with Utter! and like magic, I was able to program voice controllable macro's, functions, anything really as long as the hex codes were available. And there is alot of them. I have Verizon Fios and the motorola codes worked for my box even though they weren't the same model. To me, this is an awesome show off tool (and slightly practical if I am eating chicken wings and need to switch between football games!). I literally say "phone" to wake up utter and "channel back" or "ESPN". as a command.
I did nothing here but stumble upon a combo of apps that work great together. If you like the idea please check out the thread and thank the Dev's and support their work. I feel this is one of those gems that slipped back a few pages and got lost. Hope you like it too.
If someone really wants to get tweaky, here is another plugin for Tasker that will initiate the voice recognition in Utter! when the phone is on charge and the stop it when is taken off charge. Its towards the bottom of the thread. http://forum.xda-developers.com/show...php?p=34339449.
Congrats using tasker! I hate it! I prefer just writing out a full android app xD
Sent from my SGH-M919 using Tapatalk 2
QuOTE=elesbb;45749080]Congrats using tasker! I hate it! I prefer just writing out a full android app xD
Sent from my SGH-M919 using Tapatalk 2[/QUOTE]
Yea I don't know how to that but it would be great if you could write it. I'd buy.
The links you have pasted did not work, here you go.
The link in post 1.
http://forum.xda-developers.com/showthread.php?p=45572797
The link in post 2.
http://forum.xda-developers.com/showthread.php?p=34339449
Thanks for the ideas. I mainly do this to really show the kids what can be done with this tech, but this is actually practical as my 85 pound "lap dog" likes to curl up on me and makes getting to the remote a little hard at times.
God, it took me hours to figure out how to get Tasker to send a text at a set time and for that have hated Tasker and never delete that profile, but going to try this out. Thanks for posting man
flyingwolf said:
The links you have pasted did not work, here you go.
The link in post 1.
http://forum.xda-developers.com/showthread.php?p=45572797
The link in post 2.
http://forum.xda-developers.com/showthread.php?p=34339449
Thanks for the ideas. I mainly do this to really show the kids what can be done with this tech, but this is actually practical as my 85 pound "lap dog" likes to curl up on me and makes getting to the remote a little hard at times.
Click to expand...
Click to collapse
Thanks bro. Its definetly more of a cool show off tool but I searched hard for an app that did it and ccouldn't find one. Tasker is a little tough but this is all premade commands so its a little easier. Still took me a few minutes to set up though. Regardless, I imagine only a few people can this with a phone which makes it cool to me. Hope you like it too.
No problem.
I had a moment of being a complete ass.
Go into a local place that has the TV just way too loud.
Have the phone programmed to send the universal TV off codes and just say "Phone, shut that **** off" and see what happens.

Voice Control for Kodi, Netflix, and Hulu?

@rbox and others.... is it possible for devs to add voice control for apps other than Amazon stuff on the AFTV2? I would love to see voice control for Kodi, Netflix and Hulu not to mention all the other apps I have side loaded.
tekno4ever said:
@rbox and others.... is it possible for devs to add voice control for apps other than Amazon stuff on the AFTV2? I would love to see voice control for Kodi, Netflix and Hulu not to mention all the other apps I have side loaded.
Click to expand...
Click to collapse
I'd like to see this as well. Typing on the fire TV is such a pain
Taconut said:
I'd like to see this as well. Typing on the fire TV is such a pain
Click to expand...
Click to collapse
I PM @rbox but have not heard anything back yet. Hopefully a DEV can respond giving us insight as to whether or not this can be done within the XDA community or if it will have to be done solely by Amazon.
Sent from my SM-G900T using XDA Free mobile app
tekno4ever said:
I PM @rbox but have not heard anything back yet. Hopefully a DEV can respond giving us insight as to whether or not this can be done within the XDA community or if it will have to be done solely by Amazon.
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
Awesome! I appreciate your initiative . If he has anything interesting to say, stick it in this thread, that way me or anyone else who's interested (and there must be others) can see it.
I just want Amazon to fulfill the promise they made to integrate Netflix into voice search. I doubt it happens.
Hi,
I've had a FireTV lying around gathering dust for quite some time, waiting for a solution to root it.
I managed to root it the other day, and have been looking at the voice search feature.
After reversing some code, I found the actual voice search is handled by com.amazon.vizzini.apk
The SearchOverlay.class has this piece of code, which calls back to the amazon fireTV UI.
Intent localIntent = new Intent();
localIntent.setComponent(new ComponentName("com.amazon.tv.launcher", "com.amazon.tv.launcher.ui.SearchResultsActivity"));
localIntent.putExtra("identifier", null);
localIntent.addFlags(402653184);
localIntent.putExtra("term", str);
localIntent.putExtra("text", str);
localIntent.putExtra("source", "VOICE");
localContext.startActivity(localIntent);
I wrote a small app, and replaced the amazon FireTV UI with my own app for testing
Proof of concept below, next step is to see if I can get it to push text to KODI
Unfortunately I cant post links due to < 10 posts :/ but youtube.com/watch?v=6dtsEthux0s
Mick
not sure if this applies, but there is a thread at the official Kodi forum "[Alpha] Amazon Echo(Alexa) Skill and Kodi Addon".
I haven't received the 5.0 update for my FTV yet to test any thing out.
Guys, thats awesome news!! Thrilled! Having voice search to work kodi would be a really big step! How i wish i could contribute! If you need a betatester let me know, i think i could at least help that way
dafunkydan said:
Guys, thats awesome news!! Thrilled! Having voice search to work kodi would be a really big step! How i wish i could contribute! If you need a betatester let me know, i think i could at least help that way
Click to expand...
Click to collapse
See the thread I just posted in the fire TV general section
Mick
I love seeing this progress!
Sent from my SM-G900T using XDA Free mobile app
tekno4ever said:
I love seeing this progress!
Sent from my SM-G900T using XDA Free mobile app
Click to expand...
Click to collapse
I've posted my code etc on the thread here:
http://forum.xda-developers.com/fire-tv/general/kodi-amazon-voice-search-d-proof-concept-t3324984
Mick

Categories

Resources