Open Source • Background Tasks: Itoo 🚀

Version 4.4.1

  • Adds an option to set Firebase Bucket (i.e. for ExecuteInternalScript block)
  • Fixes an issue when accessing the Screen component blocks
  • Fixes an issue where StopProcess is being ineffective on Android 15+ devices

xyz.kumaraswamy.itoo.aix (90.9 KB)

Donate: PayPal.Me

Could you please help me, I can't get the web component to work, only the sound works with the notification, I already checked and did the same as the documentation you did but it doesn't work for me.

This is what I need please, I'm going to send you a donation for your great work, but I can't get it to work please

Could you please post your all blocks related to Itoo in high resolution? They are blurry to read.

Look at this example it doesn't work I want to make the web component work


look at this other example if it works perfectly fine

What do you want to do after the Web Request? Play a sound and show a notification? Then you have to register event for Web1.GotText with 4 parameters.

  1. Create a procedure called Web1.GotText with 4 parameters that of the event.
  2. Secondly, use the Melon Notification instead of Notification Style

In fact, I performed the same procedure that you mention but it still does not work, my intention is to activate a sound when executing the web component when I get a response, but it does not work.

Your blocks are wrong...

  1. You cannot use global variables in background
  2. You cannot use TinyDB in background, use Itoo's Store/Fetch property
  3. Why are you attempting to use CreateProcess within the web procedure? It an lead to crash.
1 Like

you are the master of masters
Captura
In this way the data is stored and obtained?

1 Like

I had the same problem, the original file is actually a high quality picture, but it looks likes MIT servers fiddle somehow with the uploaded images and blurs them to reduce their quality (maybe for compression purpose).

Right Click on empty space in Blocks editor, Download Blocks as Image

My app produces a notification message (by Melon Notification extension) every 5 seconds.
I would need to prevent the notifications from continuously waking up the screen of my phone when the device is in sleep mode.
I tried to set such behaviour in Android settings:

Settings > Apps > Special app access > Turn screen on

Unfortunately, I can't find my app here listed, and that seems a well-known Android inconvenience.
I wonder if it is possible to exploit ActivityStarter component to programmatically open Turn screen on settings for my app, in the same way I already do for external storage all files access permission:

Thanks in advance.