Where or which values
The values in fonction blocks i try to do alone it is correct ?
Which block you want to run ?
You need to run this first
Correct ? then take list from nearby devices ? correct? and then connect ?
No every thing i want is just keep the connexion with bluetooth device even when the application is close because i want to connect the device manually and when i close the application the connexion is keep and every information are still sent.
Yeah, i was wrong this is not that, i think i find a solution maybe if i autoreconnect to the device when a close the app can be the solution ?
Can you include version name in each download link. To make it easy to download /versi
BluetoothAuto.aia (460.6 KB)
Hi, Iβve prepared this demo AIA file to connect to a Bluetooth device in the foreground (background). Screen 1 is the client and Screen 2 is the server-side connection. You should do the rest of the work like sending data/steps to another device.
Make sure to disconnected before attempting to connect it again or the app will crash. Make sure all the storage and location permission is turned on.
Iβve tried it on android 9.1 and android 11 and just worked fineβ¦
Also, avoid creating too many unnecessary posts, keep it clean as possible.
Function id is just the preparation of values and other things. (identity)
The name means the component name or its created identity.
Function name refers to block name here, like Connect
as of here.
For the values, you have to give in a list. It is just like how you give values or connect the sockets just provided in a list.
Yes accepted.
Thank you so much for your help !
Thank you very much
I have a problem look my code, how i can execute the fonction of the block WriteStrings ?
Hello, can you provide a guide to get value from this DB?
I want to get value from 1 and 2, then show it to notification using this extension [FREE] π Notification Style: extension with various types of notification. π (SimpleNotification or LargeIconNotification)
Thankyou
What have you tried so far? Iβve gave you many examples and youβve not understood yet.
Hello, Ikhasan, the notification style extension dosent currently function fully with my extension. This is patched in the beta version, there will also be a fuctionality to compare things, but youβll have to wait for the next update , so itβll be a bit late.
Instead you can store the Tiny DB tag as the tag and value then filter them out :)
@Xoma hi , thanks for your work
Iβm trying to extract a specific piece of text that comes from a web component
I tried through these blocks
But the text is not recognized and the result is (text not found)
can you help me ?
Hi you cannot directly extract text from the web like this. Instead you can use a web that directly returns the title/number and you can show it.
Else you can use an extension that does this work.
Slowly doing these operations will be doable in the future
In fact, what is required is not to find the title.
I want the application to read the source of a specific site in the backgroundβ¦ and if it finds a certain sentence and let it (the text is here) perform a certain functionβ¦
Is this possible at the moment?
Ahh sorry, in the upcoming update (today if possible) will have feature to compare texts, conditionsβ¦
Itβll not be posible to extract/find sentense atleast for now.