I feel like I am a step away from solving such issue and get my app finally working, but the things are getting more and more complicated...
Do you deem feasible to somehow exploit ActivityStarter component to do that?
By the way, just right now I was unsuccessfully trying something like that (I get permission denied and the activity is not found):
I need that my APP work uninterruptedly and them I download the ITOO extension. I read the information and I made a very simple example , see the picture, but it doesn't work, somebody could help me?
thanks
I really don't know why I must put an argument x and if it is really needed what I define as argument X ("...also you forgot the argument x for the procedure..."), for instance : I have to put "response content" due I´m asking a url conexion??
About my start mode, I need an exactly alarm schedule, as you see I already asking for this permission
I did not tell you to add an argument responseContent, I said
Your getphp procedure is the event handler for the Timer event. Both the event and event handler do not have any argument, fetchMessage is the event handler for the GotText event. Both have 4 arguments.
What about
As you are trying to call the alarmmanager extension from the background, you first have to set the start mode in your main background procedure console
Also it would make sense to register the Alarmmanager1.Started event to find out, if the alarm time could have been set correctly or if an error ocurred.
i have tested the whole web1 code seperately and ik that it can store the value, there r no battery ristrictions currently active on my Nothing Phone 1(that i know of).
Please post an higher resolution of your screenshots the next time. It's hard to read and makes it difficult for us to help you.
I see a few mistakes in your blocks.
Do not use TinyDB in background due to sync issues, instead use Itoo's own StoreProperty and Fetch property blocks. (Read Principles of Design and Usage) in the first post.
Secondly, global variables do not work in the background. They are not defined when you access them from background. So the URL variable must not be accessed from the background.
You are still using TinyDB in the background
Also why do you use TinyDB and Store/FetchProperty methods for the same tags? Just use only Store/FetchPropetty methods to simplify your blocks
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!