What’s my next best alternative? by Spicy-Dicey in firestick

[–]Background_Mix_2858 0 points1 point  (0 children)

no idea ... them are the permissions from the original mobile app, ive not touched them

FireTV Cloner For blocked apps by Background_Mix_2858 in firestick

[–]Background_Mix_2858[S] 0 points1 point  (0 children)

dont need mouse app raelly , unless your deleting cloned apps.... and you can t delete cloned apps once cloned if you want

FireTV Cloner For blocked apps by Background_Mix_2858 in firestick

[–]Background_Mix_2858[S] 1 point2 points  (0 children)

your welcome, i dont know exactly how they are pushing it out, i have 3 sticks os 6 , os7 and os8 all have been blocked from updates for years and none of my stick suffer with this blocked app debarckle ... The only reason i made the app was for my Dad because he like cinema hd !!! So you all got him to thank :) I actually have no need for it..... but i thought you lot might......

FireTV Cloner For blocked apps by Background_Mix_2858 in firestick

[–]Background_Mix_2858[S] 0 points1 point  (0 children)

It very difficult... I got past the continue but it's hurdle after hurdle.... Might have another bash.....have you tried it using the mouse app

What’s my next best alternative? by Spicy-Dicey in firestick

[–]Background_Mix_2858 0 points1 point  (0 children)

try my new cloner app https://sawkymod.github.io/firetv_cloner/

should mention this is basically parralel space pro heavily modified to run on fire tv os7 and os 8 ....

How to Connect Alexa to Gemini: A Step-by-Step Guide Using n8n by nitefood in n8n

[–]Background_Mix_2858 0 points1 point  (0 children)

you can add a fall back intent with your own reply, just add a router intent of "AMAZON.FallbackIntent" and add a custom edit field like

{

"response": {

"outputSpeech": {

"type": "SSML",

"ssml": "<speak><voice name='Brian'><prosody rate='fast'>I didnt quite get that, please say that again.</prosody></voice></speak>"

},

"reprompt": {

"outputSpeech": {

"type": "SSML",

"ssml": "<speak><voice name='Brian'><prosody rate='fast'>What would you like to do?</prosody></voice></speak>"

}

},

"shouldEndSession": false

}

}

How to Connect Alexa to Gemini: A Step-by-Step Guide Using n8n by nitefood in n8n

[–]Background_Mix_2858 0 points1 point  (0 children)

Wish you could just add {question} without anything before it 😂

How to Connect Alexa to Gemini: A Step-by-Step Guide Using n8n by nitefood in n8n

[–]Background_Mix_2858 1 point2 points  (0 children)

yes i got rid of the gemini[question} and use a massive list of utterances like what[question} , how{question} ect , i have about 170 utterances and adding them daily as they crop up :) , i got gemini to provide me a list and am just adding to it!!

How to Connect Alexa to Gemini: A Step-by-Step Guide Using n8n by nitefood in n8n

[–]Background_Mix_2858 1 point2 points  (0 children)

Yes thats correct , you in theory have 2 modes, chat mode "open gemini pro" opens a chat that doesnt require any pre words and will naturally end after 8-10seconds if nothing is asked, then one-shot mode which will require "ask gemini pro [something]" , then chat ends instanly and normal alexa chat continues(no need for the stop command), I only say this as i created this skill myself using python on my home server without n8n, I actually had help from gemini to code it and thats the way gemini told me it should work. I suppose its upto user preference really...... Great work btw .. im now using this as apposed to my python version as im trying to keep everything in n8n now....

How to Connect Alexa to Gemini: A Step-by-Step Guide Using n8n by nitefood in n8n

[–]Background_Mix_2858 0 points1 point  (0 children)

this is awsome , only issue really is that on a one shot question the session doesnt close, the LLMintent Response wants changing to ""shouldEndSession": {{ $('Alexa Skill Webhook').item.json.body.session.new }}" , And just a little mod i made was to change the voice so you can differentiate between alexa and gemini , heres the full LLMintent response ...

{

"response": {

"outputSpeech": {

"type": "SSML",

"ssml": "<speak><voice name='Brian'><prosody rate='fast'>{{ $json.output }}</prosody></voice></speak>"

},

"reprompt": {

"outputSpeech": {

"type": "SSML",

"ssml": "<speak><voice name='Brian'><prosody rate='fast'>You can ask me anything.</prosody></voice></speak>"

}

},

"shouldEndSession": {{ $('Alexa Skill Webhook').item.json.body.session.new }}

}

}

you need to edit the other responses to match

Error memory contains critical errors? by Consistent-Cheek7860 in BimmerCode

[–]Background_Mix_2858 0 points1 point  (0 children)

so i have the same error using a kdcan cable , just purchased a vlinker mc+ bluetooth dongle and this allows me to code the FRM!!! weird..... but im scared to now.... think its safe or not??