[Discontinued] Background Tasks [4.1] 🥳

still not working ?? any idea

Please go through the first post and read what each blocks do.
I will help you once I get some time.

hmm…yeah ok i tried but same problem i will wait for you

1 Like

Please wait some time.
The extension FileTools is blocked by Kodular’s system.

Check this for simple true/false is file exists notifcation:

FileChecker (2).aia (499.5 KB)

1 Like

thank you! you are very sweet

1 Like


error
while running it
complied apk - FileChecker.apk (5.3 MB)

hi, what is your android version?

if you have set important foreground flag, remove it.

My phone is Galaxy Samsung A50 with Android 10.

You could write a small player in foreground mode?

Thanks

Samsung is been killing the foreground mode:

Extensions put a wake lock, through the problem still continues.
I had got it solved by removing the background restrictions. Read the above website.

android 6

I don’t do anything i just use your aia to test it but it give error

Set the time(latency) to value above 0 and it would be solved.

1 Like

thank you so sweet :smiling_face_with_three_hearts: :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:

1 Like

do you have an example firebase+notify for tasktension 3.6A?

Yeah, look up from 3.0 extension, you will find examples working with data change events.
But use it carefully as it will consume more energy than a normal service.

Is it possible.
When app close app get cell from airtable and download image file and set wallpaper.
If it is possible so tell me codding ans get your fee

Please refrain from posting personal information in your posts, @YogeshJangra.

1 Like

Yeah, use the “foreground” task for it that downloads the wallpaper from the internet using the DownloadManager.
Foreground tasks start immediately (with a notification that tells what activity is going on). Once the download is complete, you should be above to set that using the Wallpaper component.

I request you please make aia for this type app. Please

What have you tried first of all?