B4A Question Turning airplane mode on and off - lemonisdead (first post)    Jul 11, 2018   (1 reaction) Hello,
It is no more allowed to change the Airplane Mode. It was possible before KitKat with the Toggle library. Now the System does nothing B4A Question airplane mode change, working in lollipop ? - DonManfred (first post)    Jul 23, 2015   (1 reaction) For airplanemode settingchange you need to add
AddPermission(android.permission.WRITE_SETTINGS) ' Allows an application to read or write the system settings.to your manifest
Based on this
http://stackoverflow.com/questions/7066427/turn-off-airplane-mode-in-android B4A Tutorial DJI virtual stick-tutorial, waypoint- and hotpoint-mission for DJI Mini- and Air-series - schimanski    Apr 24, 2022   (10 reactions) Another advantage is, that virtual stick not only works in 'p-mode' like waypoint. It works in all modes, like 'sport' or 'tripod' with a maximum speed of 15 m/s. In vs-mode, the aircraft makes no difference between flight-modes. In this context it is important to know, that on the devices, which I 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 B4A Question Cell Radio on/off - Erel (first post)    Jul 11, 2017 On older versions of Android it was possible to change the airplane mode (https://www.b4x.com/search?query=change+airplane+mode) It is not possible in newer versions of Android. B4A Question Problem re-establishing http connection after changing WiFi connection - Acuario (first post)    Jul 27, 2021 I've ruled out the 4G connectivity by setting airplane mode on and wifi on. Same result.
If I reconnect to the AP then I once again get connectivity.
It seems something in the HttpJob isn't getting cleared. In my code it is declared as private in a sub so should get created/destroyed with each call B4A Question How to disable SIM cards - Erel (first post)    Jan 30, 2015 You cannot change the air plane mode on Android 4.2+. B4A Question Can't connect to hidden WiFi network - elektor18 (first post)    Oct 02, 2018 I have tried airplane mode with wifi enabled as kisoft recommended before but no change. B4A Example [B4X] AS Onboarding - Dark and Light mode switch - Alexander Stolte    Jul 15, 2024   (4 reactions) In this event you can still change colors independently. In the following example we change the background color of the image view: Private Sub AS_Onboarding1_ThemeChanging For Each Page As AS_OnboardingPage In AS_Onboarding1.Pages 'Each page For Each Item As AS_Onboarding_Item In Page. B4i Question Wireless Connect/Disconnect notification? - MrKim (first post)    Oct 01, 2020 Am am in a foreign country indefinitely due to Covid (Taiwan - they have no Covid, they keep extending the time we can stay here and there is no sense going back to the US while it is such a mess). Most of the time I am connected to a wireless network with my Android which meets my connectivity nee Page: 1   2   3   4   5   6   7   Powered by ColBERT |