erel

  1. CorryWestSide

    Android Question Error: java.io.IOException: Error writing 8 bytes at offset 0 length=8 [UsbSerial AND AsyncStreams LIBRARY]

    Here Log when i plug-in and try to start a communication with my otg - USBToIrDa Manufacturer : ARKMICRO ������������������������������������ Product : USB TO IRDA �������������������������������������� Serial : not available DeviceName : /dev/bus/usb/001/014 DeviceClass ...
  2. CorryWestSide

    Android Question java usb send and receive

    hi, i have to implement this kind of communication and i wanna know that i just use the correct function in java: example of what i wanna do: //invia tramite l'endpoint OUT della chiavetta USB IrDA. (ovvero la via di uscita per i dati verso il dispositivo USB, chiavetta USB IrDA prenderà...
  3. Global Robot Empire

    Tribute To Erel

    What you have created – from scratch – is epic, revolutionary and nothing short of MONUMENTAL For this – I salute you You have empowered and awakened a hitherto dormant community of Visual Basic aficionado–enthusiasts from a deep slumber – with your magnificent and wondrous tools – tailored...
  4. CorryWestSide

    Android Question Usb IrDa Dongle implement Idea

    Hi, with this post i wanna ask you if theres is a way to implement a Usb IrDa Dongle device comunication. Actually my idea is very simple, make an app that uses the USB connection with InfraRed Tecnology for communicate with a my vending machine port for recover sales data and then analys the...
  5. 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 =...
  6. 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")...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. 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...
  12. 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
  13. 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
  14. 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.
  15. 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 =...
  16. 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 =...
  17. 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
  18. 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...
  19. 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")...
  20. 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...
Top