B4A Question End Call Incoming - arenaluigi    Jul 20, 2012 Hi Erel,
sorry for my bad english:D
I have the source android for the reject a call in eclipse.
I tried to create a library to use it in Basic4 but i can't.
If I send the sources working... B4J Question ServletResponse has ended when calling SMTP.Send - aeric    Jan 3, 2021 I tried to use ServletResponse.Write but the ServletResponse has already ended once I called SMTP.Send.
How can I use ServletResponse.Write to return a Response text after the SMTP completed?
Line...("Error sending message")
Response.Write("Error sending message")
End If... B4A Question handle end call or received sms - ykucuk    Oct 8, 2014 hello,
i found some libs but doesn't work.
I need handle when phone call end and get sms
any help ?... B4A Question EndCall Or Other solution with SdkVersion>23 - realy not working please? - petr4ppc (first post)    May 27, 2019 Don Manfred - thank you for your Answer ....... B4A Question Close phone app automatically after call ends - Didier9    Sep 7, 2017 Is there a way to force close the phone app after a call completes?
I have an app that can place a call and that works.
But when the call completes, the phone displays the phone app instead of my app or even the home page (which is what I would actually prefer). The phone app does not close automatically. Since my app started the phone app, I assume that it should be able to close it too.
Any hep... B4A Question EndCall routine does not work on Android 8.x !? - palmzac (first post)    Jul 15, 2018 "))
Dim success As Boolean = tm.RunMethod("endCall", Null))
... B4A Question end outgoing call - ComposerB4A (first post)    Nov 1, 2013 Hello, to all, ¿is possible that we use library of "O.S." for delete the activity of "Outgoing Call"?... Share My Creation [Project Template] EndsMeet Server - aeric    Sep 19, 2025   (11 reactions) Version: 1.01 GitHub: https://github.com/pyhoon/EndsMeet-Server This is a project template for EndsMeet server library. It depends on EndsMeet, MiniHtml* and WebApiUtils libraries. Note: MiniHtml library can be removed if you want to load html files from asset. More example: EndsMeet ChartJs HTMX 164718... B4A Question Detect end of phone call - PhilipK (first post)    Oct 2, 2013 Launching the PhoneStateChanged in a seperate service module, clean and effective! Thanks NJDude.... B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging CallSubDelayed(FirebaseMessaging, "SubscribeToTopics") End Sub Now we can send messages to... Private fm As FirebaseMessaging End Sub Private Sub Receiver_Receive (FirstTime As Boolean, StartingIntent As Intent) If FirstTime Then fm.Initialize("fm") End If fm.HandleIntent(StartingIntent) End Sub Public Sub SubscribeToTopics fm.SubscribeToTopic("general") End Sub Sub fm_MessageArrived (Message As RemoteMessage) Log("Message arrived"... Page: 1   2   3   4   5   6   7   |