B4A Library [B4A] - AH_CheckInternet - Check network status (Library) - alirezahassan    May 23, 2021   (40 reactions) Hi all, With this library you will have the following possibility. Currently version v1.5 (2021/05/23) 1️. Check the status of the airplane mode 2. Check internet connection status 3. Check the roaming status of the device 4. Check VPN connection status 5. Check Data State status 6. Get the name o B4A Tutorial DJI virtual stick-tutorial, waypoint- and hotpoint-mission for DJI Mini- and Air-series - schimanski    Apr 24, 2022   (10 reactions) Sub Process_Globals
...
Public sdk As DJISDKManager
Private aircraft As DJIAircraft
Private controller As DJIFlightController
Private camera As DJICamera
'We make an instance of the aircraft and flightcontroller for the later used javaobjects
Dim AircraftInstance As Jav B4A Library DJI Drones UI - use DJI widgets in your App - DonManfred    Apr 14, 2018   (15 reactions) Returns an object that can be used as the sender filter parameter. Example:<code> Wait for (aircraft.GetName) Aircraft_ResultWithValue (Success As Boolean, ErrorMessage As String, Value As Object) If Success Then aircraftName = Value End If</code> Initialize (EventName As String, AircraftData As B4A Question Socket not connected with Android 9 - jlalexie (first post)    Aug 23, 2019   (1 reaction) I put the device in airplane mode, enable wifi. And it works perfect.
Thank for your help. B4A Question Draw Canvas Lines (Angles) with Angle Numbers Each End - harinder (first post)    Jul 17, 2020   (3 reactions) Something like this?:)
Both wind arrow and plane animated to respectively show wind dir and plane take off..
97267 B4J Question Problem with Designer & TextField - SeaBee (first post)    Jul 23, 2019   (1 reaction) The plane surface means it is good for things like UK Ordnance Survey maps and Admiralty charts because of the projection they use, but may not be used where the Earth's curvature has to be considered. The functions can also be easily adapted to three dimensions, so I guess that makes them good for B4A Question DJI : BatteryState - aeropic (first post)    Feb 05, 2021   (1 reaction) aircraft)
pnlCamera.AddView(camera.CreateVideoView, 0, 0, pnlCamera.Width, pnlCamera.Height)
timer1.Enabled = True
HotpointOperator.Initialize("HotpointOperator")
aircraftName = "N/A"
Wait for (aircraft.GetName) Aircraft_ResultWithValue (Success As Boolean, ErrorMessage As String B4A Question Change IP Address (Mobile) - John Naylor (first post)    Oct 22, 2024 3. Changing Network Technology (3G/4G/5G): Android does not offer a public API for changing the network type (3G, 4G, 5G) programmatically without root. This type of change can only be done via user settings, or in some cases, certain custom ROMs or specific device manufacturers might offer a metho German Flugmodus - specci48 (first post)    Jan 06, 2016 Zumindest bei
Msgbox("airplane",TGL.AirplaneMode)
und
Msgbox("phonetest",p.IsAirplaneModeon)
würde ich nichts anderes erwarten, denn das Ergebnis gibt Auskunft darüber, ob der AirplaneMode eingeschaltet ist, oder eben nicht (=false).
Einfach mal den Flugmodus einschalten, dann sollten beid B4A Question Check airplane mode status - Cableguy (first post)    Jan 30, 2015   (1 reaction) Use the phone lib. You know this forum has a search function. .. you should use it. Page: 1   2   3   4   5   6   7   Powered by ColBERT |