PDA

View Full Version : New Firestick with Alexa voice



Sammygazo
11-15-2017, 09:10 PM
Trying to set this up to get the most out of my rocket.
i found a detailed how to but it was posted in 2015.
Do these instructions still apply to a new Firestick or are there
new procedures?

ilan
11-16-2017, 04:57 PM
It depends on how you want to use the Firestick and the specific instructions you are referring to. You'd need to point out the instructions and what you're trying to do.

kens
11-16-2017, 09:01 PM
Ultimate FireTV Stick Remote Mod. for KODI & PotatoTV/ Stalker/ IPTV Simple

Enables added functionality to the FireTV Stick remote to mimic standard remote functions.

<!-- Button Ids: -->
<!-- 3: left (in fullscreen mode- returns to last ch.) -->
<!-- 3: right (in fullscreen mode- OSD) -->
<!-- 3: up/down (in fullscreen mode- Channel Peek Up/Dn
(Shows Channel List info. with On-screen Banner (press Select(4) to change Channel) -->
<!-- 4: Select / OK -->
<!-- 6: menu (in fullscreen mode- TV Ch. Numeric Keypad OnScreen Dialog) -->
<!-- 7: FFwd. (in fullscreen mode- Vol. Up / In EPG- Scroll Page up) -->
<!-- 8: play/ pause (in fullscreen mode- Stop(End Stream)) -->
<!-- 9: Back/Return (in fullscreen mode- Brings up EPG or Channel List) -->
<!-- 10: Rwd. (in fullscreen mode- Vol. Down / In EPG- Scroll Page down) -->

* Copy to: Android/data/org.xbmc.kodi/files/.kodi/userdata/keymaps directory

*Easy method to copy files to FireTV Stick

Amazon store - Install ES File Explorer.
To Copy - go to directory with file. long press on the file and a check mark will appear. Go down and select copy.
To Paste -go to directory for the file. Go down and select Paste.
* In settings, turn on Hidden Files /Folders

- For transfer across network (pc for example), On pc, go to directory you want to make accessable, right click and then
"Share as" Enter a (or you can share the entire c:\ directory)
- In ES File explorer, click network or LAN, then click Scan. It will scan for discoverable devices. Click on PC (If
password protected, enter user name/pwd), then copy and Paste as above.

*Alternately, you can make text file "Keyboard.xml"
enter the following text, and save to the keymaps directory.

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<FullscreenVideo>
<keyboard>
<rewind>VolumeDown</rewind>
<fastforward>VolumeUp</fastforward>
<play_pause>Pause</play_pause>
</keyboard>
</FullscreenVideo>
<FullscreenLiveTV>
<keyboard>
<menu>Number1</menu>
<left>Number0</left>
<right>OSD</right>
<rewind>VolumeDown</rewind>
<fastforward>VolumeUp</fastforward>
<play_pause>Stop</play_pause>
</keyboard>
</FullscreenLiveTV>
<tvguide>
<keyboard>
<fastforward>PageDown</fastforward>
<rewind>PageUp</rewind>
<play_pause>Stop</play_pause>
</keyboard>
</tvguide>
<tvchannels>
<keyboard>
<fastforward>PageDown</fastforward>
<rewind>PageUp</rewind>
<play_pause>Stop</play_pause>
</keyboard>
</tvchannels>
</keymap>

Good Luck & Happy Viewing
/kens
http://www.mediafire.com/file/cuu0i4lut97917d/Keyboard.xml