B4A Question PhoneEvents PhoneStateChanged IncomingNumber is empty - NeoTechni    May 12, 2021
Sub PE_PhoneStateChanged (State As String, IncomingNumber As String, Intent As Intent)
If State... B4A Question PhoneEvents no longer triggering - ddk1    Nov 20, 2021 PhoneEvents TextToSpeechFinish event, then do something. TextToSpeechFinish recently just decided to stop... PE As PhoneEvents
Dim mPhId As PhoneId
End Sub
Sub Activity_Create(FirstTime As Boolean)
If... knows why PhoneEvents stopped working, and maybe my workaround will help someone else.... B4A Question [SOLVED] - Phone library - PhoneEvents - PhoneStateChanged IncomingNumber is empty - rleiman    Jan 25, 2020 Greetings,
I'm experimenting with the phone library and noticed that the IncomingNumber string ... B4A Question [SOLVED] PhoneStateChanged of PhoneEvents in Phone library - Can it be used in the Starter service? - rleiman    Jan 2, 2020 Greetings,
I using PhoneStateChanged of PhoneEvents from the Phone library for the first time for...
#End Region
Sub Process_Globals
Dim PhoneId As PhoneId
Dim PE As PhoneEvents
End Sub
Sub... B4A Question PhoneEvent: BatteryChanged event problem - DavideV    Jan 12, 2016 modules.
Dim rv As RemoteViews
Dim Pe As PhoneEvents
Dim PrevLevel As Int=0... B4A Question Android 9 Pie / Android sdk 28 and PhoneEvents [SOLVED] - Magma    Mar 5, 2019 ... PhoneEvents can't show the Incoming Phone Number... at log...
when i have target sdk: 26 works...: android.app.Service.START_STICKY
#End Region
Sub Process_Globals
Dim PE As PhoneEvents
End Sub... B4A Question TextToSpeechFinish PhoneEvent - hatzisn    Mar 1, 2019 Hi every one,
This event does not fire in a code module. I do not know if this is the case or it is an Android version matter as my ... B4A Question PhoneEvents.Initialize does not work after PhoneEvents.StopListening - corwin42    Apr 6, 2011 If I call PhoneEvents.StopListening I can not reinitialize the PE Object.
I have this small test....
Dim pe As PhoneEvents
End Sub
Sub Globals
'These global variables will be redeclared... B4A Question ScreenOff, PhoneSms and PhoneEvents - lemonisdead    Sep 22, 2013 Hello,
This new thread comes after this post : http://www.b4x.com/android/forum/threads/service-startforground-and-phonesensors.32865/
Using the PhoneWakeState I was able to use some sensors. So I h... B4A Question Problem with PhoneEvents - InfiniteImp (first post)    Oct 14, 2017   (1 reaction) Got this solved. I misunderstood how PhoneStateChanged worked. It is working as it should.
Than... Page: 1   2   3   4   5   6   7   |