[Discontinued] Background Tasks [4.1] 🥳

Please remove those unnecessary large pics.
It’s obvious, said you before, you cant create anything things like the label.

So how to get my data? By If condition.

Can you give me code that help me to create extra function so that i calln seprate tag and value as like:-

if tag = nib
then value = store in variable.

I think your extension is not configure for GetValue Function it’s only works with DataChanged Event.

Get a New update and fix those bugs

Hey, a fast question: can your extension work with “Phone Call” component? I would like to detect in background when user stars a call:upside_down_face:

Explain clearly.

Its pretty much easy, just create an component that has events to listen to those events and you can call functions like (show a notification).

The extension is pretty much useless without its developer.
Anyone can share their thoughts on ‘how’ to simplify the working process.

1 Like

I found out that “Phone Call” component cannot detect every started call, but only the started call with the specify phone number… So my other question is: can your below extension detect every phone call? If yes, can that extension work in background? And what is the “android.intent.action” for a phone call?

You can check the number through the extra function using the inbuilt component.

I have tried with these blocks:

BLOCK 1

Background task starts fine, but when I call someone notification isn’t shown:cry:

How to repeat the code if i am use DataChanged event?
In Background!

Because i don’t know any method to repeat the Event by clock.

How i can use if then condition with Extra Function Block?

I want to check not equals condition, But i don’t know the code to execute.

@Xoma or anyone Help Me

Why cant you look how at the examples?
They are so easy, something != something

1 Like

Therw are too many mess when found the informative post of your and others,

If you categorize them in your first post it is very helpful.

Can i use full java in extra function or conditional java only?

Why this method does not working?

if( Make Extra Function != val1){return true;} else{return false;} :: function(something)

Screenshot_2021_0807_111316

It’s simple, MakeExtra can only work for function values.
You will have to first call the function then check the invoke.

This is personal, I send you my blocks help me out and aia also.

I sent my aia to you help me to solve the Make Extra Block Problem

If you want to make a changing wallpaper, then maybe look at this:

3 Likes

This post was flagged by the community and is temporarily hidden.

I wonder why do you want to talk about such things that don’t contain any info or anything.
Avoid off-topic.

2 Likes

Hi! Im trying to send at 9 oclock a push notification with web component content, so i use the alarm clock. But the tag {%3} is not working, because the notification show me the text {%3}
I dont know what to do :frowning: