![]() |
Amazon Fire TV for XBMC - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: Amazon Fire TV for XBMC (/showthread.php?tid=191109) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
|
RE: Amazon Fire TV for XBMC - elmerohueso - 2014-04-12 (2014-04-11, 23:36)jocala Wrote: If you want just windows adb w/o the sdk here's a package: adb for windows. No muss, no fuss, just adb. This works with xp and win7 haven't tried it with win8.x. Virus-checked, d/l from a reliable host, I packaged this when I was doing phone dev. Which version of ADB is that? The download page says it's from 2012, so it isn't going to be compatible with 4.2.2 and newer security changes (having to "Trust" devices connecting via ADB over USB).. I know this device is doing ADB over wifi, which doesn't do the trust check, but it'd be best to have the newest version just in case you might use it for other stuff. RE: Amazon Fire TV for XBMC - haikuginger - 2014-04-12 (2014-04-11, 23:19)thess Wrote: Remote tangent, the fix for the Ortek MCE IR problem I mentioned earlier (up/down keys getting double pressed) was to set the device 'command repeat' in the Harmony software for the device to 1. (Not 3, not 0, 1.) NOW I have my Harmony remote fully controlling the Fire and XBMC the way I want it to. (*Thinks about making snarky "boyfriend acceptance factor" joke, refrains*) It's almost certainly cloud-based. If you look at how Google Now and Siri work, both stream the voice data directly to the cloud and get plaintext as well as command interpretations back. The exact implementation varies, but average Internet bandwidth has reached the point where it's simply much easier to do the recognition on a dedicated server. It's a trend that we've seen over and over again- as Internet bandwidth has increased, the better choice for many purposes, from a user interaction perspective, has been to have remote servers actually work on data instead of having the user-facing device do it. RE: Amazon Fire TV for XBMC - bnazza - 2014-04-12 I haven't quite got the Harmony One perfected for both XBMC and FireTV yet, but the Plex Media Player profile gives you all the buttons to map with Flirc.. only problem is the current activity is not set to the Plex, so you have to go to that Device to control it.. once you do, all the controls work though. If anyone finds a profile that has all the buttons to map, and is set as the current activity then I'd love to know. RE: Amazon Fire TV for XBMC - joeyf - 2014-04-12 (2014-04-12, 01:06)elmerohueso Wrote:I had installed this program awhile back called Virtuous 10 Studio to decompile and recompile apks. I was having trouble with APKTool and this worked awesome. Just launched it and clicked on ADB console and boom, off and running. XDA thread here.(2014-04-11, 23:36)jocala Wrote: If you want just windows adb w/o the sdk here's a package: adb for windows. No muss, no fuss, just adb. This works with xp and win7 haven't tried it with win8.x. Virus-checked, d/l from a reliable host, I packaged this when I was doing phone dev. RE: Amazon Fire TV for XBMC - jingram - 2014-04-12 (2014-04-11, 21:08)elmerohueso Wrote:(2014-04-11, 20:16)jingram Wrote: FYI installed the Netflix plugin mentioned above and it doesn't change the confluence menu at all. It simply adds a plug-in under videos and it doesn't run, although it shows properly installed. I've been all through the skin settings under (Settings>Appearance>Skin>Settings) and see absolutely no way to add a direct Menu Item/shortcut for Netflix or Hulu +. I'm looking to add them as a root menu item. RE: Amazon Fire TV for XBMC - cstark27 - 2014-04-12 (2014-04-12, 01:25)jingram Wrote:(2014-04-11, 21:08)elmerohueso Wrote:(2014-04-11, 20:16)jingram Wrote: FYI installed the Netflix plugin mentioned above and it doesn't change the confluence menu at all. It simply adds a plug-in under videos and it doesn't run, although it shows properly installed. I don't think you can do it with Confluence because it doesn't see the Android Apps as a program addon. Try Ace skin. Favorite Netflix, then go to Ace, customize main menu then scroll down to FAVOURITE and you should be able to pick Netflix. This is on the Gotham release. It won't launch on the Frodo release. RE: Amazon Fire TV for XBMC - brockftw - 2014-04-12 Long time lurker first time poster. The ouya build is working great. Just a little choppy when I'm using mash up. Ice films works pretty damn good. The spmc was choppy for me though. Didn't change any settings though. I should add that I don't have surround sound and I use xbmc only for icefilms 1channel mash up and navix. I'm going to be getting a desktop soon for a video library soon though. RE: Amazon Fire TV for XBMC - ozkhan1 - 2014-04-12 (2014-04-12, 01:17)haikuginger Wrote:Very true. Something like that will always be cloud based also because they wouldn't want the actual code for the ai on the device itself.(2014-04-11, 23:19)thess Wrote: Remote tangent, the fix for the Ortek MCE IR problem I mentioned earlier (up/down keys getting double pressed) was to set the device 'command repeat' in the Harmony software for the device to 1. (Not 3, not 0, 1.) NOW I have my Harmony remote fully controlling the Fire and XBMC the way I want it to. (*Thinks about making snarky "boyfriend acceptance factor" joke, refrains*) RE: Amazon Fire TV for XBMC - alpha.s - 2014-04-12 I also tried the latest Gotham build (xbmc-20140411-88ab6ea-fixamcoutput-armeabi-v7a.apk) and can confirm that it works beautifully well with mediacodec OFF and libstagefright ON. No audio passthrough as mentioned. thanks a ton! Koying Amazon Fire TV for XBMC - ilovemymac - 2014-04-12 Anyone know how this could be used overseas and still access amazon Netflix and Xbmc stuff? Or is it possible RE: Amazon Fire TV for XBMC - Netix - 2014-04-12 (2014-04-12, 02:20)ilovemymac Wrote: Anyone know how this could be used overseas and still access amazon Netflix and Xbmc stuff? Or is it possible Yup with http://www.unblock-us.com/ .. never tried it but saw it earlier in this thread..! RE: Amazon Fire TV for XBMC - who.is.matt - 2014-04-12 (2014-04-12, 02:20)ilovemymac Wrote: Anyone know how this could be used overseas and still access amazon Netflix and Xbmc stuff? Or is it possible You could do it with a VPN service like Private Internet Access, assuming you could install the app. RE: Amazon Fire TV for XBMC - jocala - 2014-04-12 (2014-04-12, 01:06)elmerohueso Wrote:(2014-04-11, 23:36)jocala Wrote: If you want just windows adb w/o the sdk here's a package: adb for windows. No muss, no fuss, just adb. This works with xp and win7 haven't tried it with win8.x. Virus-checked, d/l from a reliable host, I packaged this when I was doing phone dev. EDIT: <derp> You're mistaken ![]() The archive contains Android Debug Bridge version 1.0.31. This version of adb ships with the current adt packages: Code: adt-bundle-linux-x86_64-20140321.zip I use all three of these bundles to code for android. It works perfectly well under Win7 and WinXP. If someone doesn't want to download the entire SDK they can use it with no problems to sideload apps. There are no security issues. </derp> EDIT: Derp! I posted a link to an old upload. The current adb for windows 1.0.31. is available at this link. Apologies to elmerohueso RE: Amazon Fire TV for XBMC - n3on - 2014-04-12 (2014-04-11, 23:19)thess Wrote: Remote tangent, the fix for the Ortek MCE IR problem I mentioned earlier (up/down keys getting double pressed) was to set the device 'command repeat' in the Harmony software for the device to 1. (Not 3, not 0, 1.) NOW I have my Harmony remote fully controlling the Fire and XBMC the way I want it to. (*Thinks about making snarky "boyfriend acceptance factor" joke, refrains*) I had the exact same experience and yes it is "cloud" based. God do I hate that buzz word. Seriously on what day did marketers decide that the word "internet" should be called "the cloud" and why did everyone agree with them? I suspect they were staring at a network chart when it happened. RE: Amazon Fire TV for XBMC - jocala - 2014-04-12 (2014-04-11, 23:29)thess Wrote:(2014-04-11, 18:45)jocala Wrote: I'm having trouble with the ORtek VRC-1100 for xbmc, can someone help? Thanks for the reply. I'll have to check out this add-on. |