i saw that error i left in some tinyDB blocks lol, thanks
Any suggestions to make itoo working in the background with sound!
here is my blocks so what is missing to make itoo working in the background with sound when a sheet cell num exceeds 7 in the listview elements!
thanks in advance!
User interface components like labels do not exist in the background
Taifun
He tried even without that label but the sound didnot appear. So do not what is the reason. Or do not knkw where do makes mistake
Then he should do it step by step... start simple, and if it works, add more blocks
The first thing could be to use the complete response content together with TextToSpeech
Taifun
Is it possible to use variables in background tasks?
Read the first post in this thread
Taifun
#1 ?
Yes exactly,
A thread usually starts with the first post Open Source • Background Tasks: Itoo 🚀
Taifun
i want to have 2 background tasks running, one will be syncing data and the other must track location and send a notification if a change is detected.
How can i go about this, should i use 2 different itoo components or can i register 2 separate events??
You can see the previous post where we registered with 2 events and got succeeded..
- Clock timer
- Got text
oo ok thanks i will try
You will not be able to do this using itoo, see again my answer here
Taifun
ohhk thanks
can i just change itoo's foreground service type to location??
this would mean i need to use 2 itoos, but like kinda makes sense ig??
No. Using two background services functionality is not tested for. I'd suggest you to try to combine two functionalities into 1 itoo foreground service.
wht do u recommend for location??
Just read my previous answer
Taifun
ya but it is paid, and i cant pay i am like 13 and i have 0 dollars to my name
I was just reading through the first post again and noticed a documentation mismatch. Under the design solutions section it says:
- When the device restarts, how do I start a background process?
- This can be done using SaveProcessForBoot feature offered by the extension.
but then the documentation for SaveProcessForBoot
says the following.
Which one is it? I'm inclined to think the design solutions section is wrong, but I'm not positive.