erel

  1. CorryWestSide

    Android Question Simple API Request with key and certificate

    hi i have this code in php that i wrote some month ago, my question is, can i write this in b4a? the actual difficoult that i encounter is given by the file .crt and .key for the ssl. Someone can help me in some way? function post_listaDispositivi() { $body =...
  2. A

    Android Question Printing Problem

    It looks ok in log file but error occurs in Printer.Write(PrintBuffer) . please help me. this code was working fine in 2017 Sub PrintReceipt startprinter Printer.IsInitialized ' BtAdmin.Initialize("BlueTooth") ' BTConnection.Initialize("Printer")...
  3. CorryWestSide

    Android Question Python Convert To B4A Language or Java

    Hi, i have this code by a company, i have to implement this in my b4a app but i realy dont know how to convert it in java or b4a. Can i have a help pls? are just 2 week that i not have any result..... import asyncio import crcmod from crcmod.predefined import * import datetime from bleak...
  4. Enrico Cicala

    Android Question How to deselect date ranges on AS DatePicker

    How can I deselect a date range after it has been set? I have tried both .Refresh, .Rebuild and .RefreshSelectedDate to no avail. Private Sub btnFilterCancel_Click dpCalendar.Rebuild dpCalendar.Refresh End Sub
  5. CorryWestSide

    Android Question How to sign an XML in B4A?

    hi, the question is very easy, i make a function for build a xml structure so i put it in a file and save it like xml. Easy, the problem is that i have to sign this file for send it to Italian Tax Agency and i have with me only a x509Certificate. On Internet i found that with only that i can...
  6. CorryWestSide

    Android Question bluetooth, Service and Characteristic problem

    The company told me this word: A Characteristic is used to write the system and you have to send the START there START (0x05,0x06,0x40,0x00,0x08,0x01,0x5B,0x95) WRITE, WRITE_NO_RESPONS UUID 00005302-0000-0041-4c50-574953450000 ----------------------------------------------------------- the...
  7. CorryWestSide

    Android Question Module bluetooth problem

    i have this kind of problem with a bluetooth module: Start with this i wirte this Log: Connected, servizi: (ArrayList) [00001800-0000-1000-8000-00805f9b34fb, 00001801-0000-1000-8000-00805f9b34fb, 00005301-0000-0041-4c50-574953450000] DONE The service that i want is only Servizio id...
  8. hamidrexas

    iOS Question .xcarchive file in b4a-buildserver ?

    hi , @Erel can we download .xcarchive from b4i-buildserver ? or we must install mac on vmware to download .xcarchive ? target : i want publish an app on testflight with middle service
  9. d'arcman

    Android Question Error After Compiling& Debug

    Dear All My Friend I had Problem when i tried simple program but i found problem after i wanted to compiled and i used B4a version 12.50 here's the picture of my error
  10. d'arcman

    Android Question about AVD manager /Emulator Error

    Dear Master I have following standar on installation the instruction including download Haxm and install it but i still have problem with my Emulator when im start from AVD Manager im find problem like above of this picture and i really need the advice cause im newbie.
  11. L

    Android Question How to draw a Path with GoogleMaps Library?

    in this code i draw a simple line on the map, but i want draw a Path, how can i do? ' Aggiunta di un marker sulla mappa Dim lat As Double = DR_VISITE.GetString("Latitudine") Dim lng As Double = DR_VISITE.GetString("Longitudine") Dim RAGSOCCLI As String =...
  12. L

    Android Question Polyline not error but not showing

    I have this code and all work perfectly, only the polyline not showing....how can i do? ' Aggiunta di un marker sulla mappa Dim lat As Double = DR_VISITE.GetString("Latitudine") Dim lng As Double = DR_VISITE.GetString("Longitudine") Dim RAGSOCCLI As String =...
  13. S

    Android Question GetLastKnownLocation Error

    Hi, I get a problem with FusedLocationProvider Library when I try to get the last known location, previously implemented with 11_22 resource, but after I downgrade it to 9_20 it works, any issue or explanation, please? best regard
  14. L

    Android Question How to get information via BLE2

    I managed to implement the functions necessary for detecting bluetooth devices. now that my connection is successful, I'd like to understand how I can get the information I need to be sent. In my case, I should convert this JS function: function RequestAudit() { Help("Caratteristica audit...
  15. L

    Android Question Bluetooth List Implementation

    Is there any way to replicate this function in b4a? it's a simple function that allows me to start a scan of available bluetooth devices function Scan() { $("#out").html(""); $(".mybutton").addClass("hide"); $("#scan").addClass("hide"); $("#refresh").removeClass("hide")...
  16. M

    Android Question [libart.so] art::ConditionVariable::WaitHoldingLocks(art::Thread*)

    Hello team, i am using firebase messaging and i am seeing that i have a lot of ANRs in google play console shown as below: Thread "Signal Catcher" tid=6 Runnable Show lessexpand_less #00 pc 0x0000000000536054 /apex/com.android.art/lib64/libart.so...
  17. ehsan gilassi

    Android Question Select SIM card slot to send SMS

    Hi. Is it possible to select the SIM card slot when sending the SMS in dual SIM card phone? According to this post https://www.b4x.com/android/forum/threads/send-message-with-2and-sim-card.82669/post-523537 The output (Log(info.RunMethod("getSubscriptionId", Null))) is: 2. 1. I use "PhoneSms"...
  18. ehsan gilassi

    B4R Question Lora library Inline C

    Hi. I used LoRa library inline C. https://github.com/sandeepmistry/arduino-LoRa . I used reading method stream from https://www.b4x.com/android/forum/threads/hardware-serial-on-esp32.97318/post-613593. But I do not get any data. Sub Process_Globals Public Serial1 As Serial Dim...
  19. ehsan gilassi

    B4R Question TFT Screen font

    Hi . I'm using esp32 (WROVER) and 2.8 inch TFT ili9341 . I used this code for set font . #if C #include "FreeSans12pt7b.h" void SetFont(B4R::Object* o) { b4r_main::_ssd->GFX->gfx->setFont(&FreeSans12pt7b); } #End If I got this error "b4r_main.cpp:24:20: error: 'class B4R::B4RAdafruitGFX' has...
  20. captain hawak

    Android Question View the latest frame of the video exo player

    hi i need to play lastest fram video stream in exo player for desktop screen sharing I do not want old frames to be displayed
Top