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 - alienkidmj12 - 2014-06-05 anyone have any idea how i backup the user directory using the pull command. ive tried going onto the firetv using 'adb shell' but cant seem to access this dir. i would like to restore at a later date using push command. thanks dave think ive got it adb connect <ipaddy> adb pull /storage/sdcard0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/ ./xbmcstuff and adb connect <ipaddy> adb push /storage/sdcard0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/ ./xbmcstuff RE: Amazon Fire TV for XBMC - Apothis - 2014-06-05 (2014-06-05, 18:02)alienkidmj12 Wrote: anyone have any idea how i backup the user directory using the pull command. ive tried going onto the firetv using 'adb shell' but cant seem to access this dir. i would like to restore at a later date using push command. The 'push' is the other way round: adb push ./xbmcstuff /storage/sdcard0/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/ And you can simplify the path on the FireTV a little, to /sdcard/android/data/org.xbmc/xbmc/files/.xbmc/userdata/ And as always, all this stuff is in the wiki. RE: Amazon Fire TV for XBMC - jocala - 2014-06-05 (2014-06-05, 09:19)nero12 Wrote: There is various good tools out there to install XBMC in few simple click. would be good if wiki have links to these: There's also adbFire. It's a companion program for Android XBMC, (Gotham only). It allows you to sideload XBMC (and other apps) without the hassle of downloading the Android SDK and other tools. Also push xml and other files to the various XBMC directories. Everything you need is built into adbFire. The current version is Windows-only. OS X will be available sometime next week. RE: Amazon Fire TV for XBMC - jerndl - 2014-06-05 (2014-06-05, 18:34)jocala Wrote:I get the following error message when I try to run the above. I am using Win 8.1(2014-06-05, 09:19)nero12 Wrote: There is various good tools out there to install XBMC in few simple click. would be good if wiki have links to these: Any ideas on what the problem is? Thanks. Jay RE: Amazon Fire TV for XBMC - HenryFord33 - 2014-06-05 (2014-06-05, 21:12)jerndl Wrote:(2014-06-05, 18:34)jocala Wrote:I get the following error message when I try to run the above. I am using Win 8.1(2014-06-05, 09:19)nero12 Wrote: There is various good tools out there to install XBMC in few simple click. would be good if wiki have links to these: I also got this error message on Windows 7, and Vista. RE: Amazon Fire TV for XBMC - jocala - 2014-06-05 (2014-06-05, 21:20)HenryFord33 Wrote:(2014-06-05, 21:12)jerndl Wrote:(2014-06-05, 18:34)jocala Wrote: There's also adbFire. It's a companion program for Android XBMC, (Gotham only). It allows you to sideload XBMC (and other apps) without the hassle of downloading the Android SDK and other tools. Also push xml and other files to the various XBMC directories. Everything you need is built into adbFire.I get the following error message when I try to run the above. I am using Win 8.1 Thanks for the feedback. I'm testing using Win7 and not seeing this. I'll investigate. Oops! There are a few extra files that need to be included in the app that I missed. I withdraw the download and will relaunch soon. Thanks again. RE: Amazon Fire TV for XBMC - Philmatic - 2014-06-05 EDIT: NM RE: Amazon Fire TV for XBMC - nero12 - 2014-06-05 @NEed Scott wiki is missing a key line: Gotham Final Release - Currently, only Libstagefright video acceleration is working. MediaCodec acceleration should be disabled. Please add the above, without this 1080p is no go for Gotham 13.1rc1 Once this has been disabled all seems to work fine. ATT: if u enable and disable this mediacodec few times ,make sure to exit xbmc to apply the changes (eventual do a force stop). as it did not work for me before doing this. RE: Amazon Fire TV for XBMC - elmerohueso - 2014-06-05 (2014-06-05, 23:41)nero12 Wrote: @NEed Scott Why don't you sign up for the wiki and do it? According the earlier posts, mediacodec was fixed in one of the betas. RE: Amazon Fire TV for XBMC - Killer-JoeBR - 2014-06-06 Regarding the subtitle not downloading to the movie folder shared over smb protocol: Log file: http://pastebin.com/9S9NHNDC The error looks to be here: 18:48:32 T:1690207288 WARNING: FileSmb::OpenForWrite() called with overwriting enabled! - smb://JMS/***********.en.srt 18:48:32 T:1690207288 ERROR: static bool XFILE::CFile::Cache(const CStdString&, const CStdString&, XFILE::IFileCallback*, void*) - Failed write to file smb://JMS/**********.en.srt 18:48:32 T:1690207288 DEBUG: CSmbFile::Close closing fd 10001 RE: Amazon Fire TV for XBMC - Tinwarble - 2014-06-06 (2014-06-05, 23:41)nero12 Wrote: @NEed Scott Mediacodec is working fine for 1080p mkv/h.264. It may be different for individual encodes, so whether it should be enabled or disable is going to be different depending on that. Re: RE: Amazon Fire TV for XBMC - LazerBlue - 2014-06-06 (2014-06-05, 21:20)HenryFord33 Wrote:(2014-06-05, 21:12)jerndl Wrote:(2014-06-05, 18:34)jocala Wrote: There's also adbFire. It's a companion program for Android XBMC, (Gotham only). It allows you to sideload XBMC (and other apps) without the hassle of downloading the Android SDK and other tools. Also push xml and other files to the various XBMC directories. Everything you need is built into adbFire.I get the following error message when I try to run the above. I am using Win 8.1 Also same on win 8 and 8.1 Update. I already had it installed and can adb in my sleep but thought I would check it out. RE: Amazon Fire TV for XBMC - Philmatic - 2014-06-06 Any ideas if 13.1 resolves any issues with the Fire TV? Also, does anyone have a copy of adbFire before Jay took it down? I want to try it out since I just got my FireTV today and would rather not have to install the Android SDK (I'm a Windows developer) RE: Amazon Fire TV for XBMC - underworld123 - 2014-06-06 What is the recommendation on Hardware Acceleration? Should I enable MediaCodec or libstagefreight or both? RE: Amazon Fire TV for XBMC - Tinwarble - 2014-06-06 (2014-06-06, 04:52)underworld123 Wrote: What is the recommendation on Hardware Acceleration? Should I enable MediaCodec or libstagefreight or both? What ever works best for you. I find MediaCodec only or MediaCodec + libstagefright work best for me, but it may be different depending on your encodes or the media types your are trying to play. |