Wish Registering/Using Android Backup Service - Keeping data between resets - brunnlechner (first post)    Apr 28, 2017 I would also be interested in the auto backup function.... Other [new feature] Auto backups - Erel    Jan 1, 2019   (35 reactions) This feature was planned for a long time. The IDE will make projects backups automatically: https://www.b4x.com/basic4android/images/SS-2018-12-03_17.38.53.png The zip file created is the same zip... there are changes). It automatically deletes older backups based on a set of internal rules. The frequency... with one file every two months after 6 months. It can be disabled if needed. Edit: The backups are saved in the project folder inside a folder named AutoBackups.... Wish library for Android's key/value backup service - Erel (first post)    Jan 6, 2019   (1 reaction) This is not a simple library to make. As auto backup (which just works) is the recommended method I don't think that it is really worth the effort to implement the older method.
If you are able to identify the user then there are many simple ways to backup their settings.... B4A Question Android 11 - How to create folder for database backup and storing user files? - anglia (first post)    Apr 20, 2021 Sorry Erel. I should have been clearer.
What I meant was any folder created by my app or the user.
... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A you choose which version to use. Each Android version is mapped to an api level. You can see this mapping here: https://en.wikipedia.org/wiki/Android_version_history#Overview The api level is used in our code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... you can leave it with the default value or set it to 16 to target Android 4.1+ and (theoretically) lose 1% of the devices. android.jar Set under Tools - Configure Paths. android.jar is a referenced library... B4A Question Application initialization file - DonManfred (first post)    Jul 17, 2024
I searched the entire forum and did not find a similar question.
Search for "Android Backup"
I found the solution within 1 minute.... B4J Code Snippet [SQLite] BACKUP TO (Alternative to VACUUM TO) - Magma (first post)    Oct 18, 2025 Hi there ... i think that this vacuum too.. https://www.b4x.com/android/forum/threads/backup-sqlite-db-with-vacuum-into.145313/... B4A Question How do I set my app's photos/files to be backed up by Google Photos/Backup - Erel (first post)    Aug 17, 2025   (1 reaction) have you tried this: https://www.b4x.com/android/forum/threads/add-image-to-gallery-android-5-10.121992/#content ? Google Photos will not backup your images if they aren't considered to be in the gallery. There is a built-in backup feature which is enabled, unless you explicitly set android:allowBackup to False in the manifest editor. It should backup your app files automatically. Though I don't think that you have any control over its exact behavior.... B4A Tutorial Runtime Permissions (Android 6.0+ Permissions) - Erel    Mar 16, 2022   (34 reactions)   tags: RuntimePermission, runtime permissions, B4A Runtime Permissions, Runtime, SDK, B4A (Permission As String, Result As Boolean) 2. Important to read: https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content 261306184 If the targetSdkVersion is lower than 23 then the standard permissions system will be used on all devices including Android 6...://developer.android.com/guide/topics/permissions/overview.html#permission-groups 44797.../basic4android/images/SS-2016-06-08_15.06.00.png The dangerous permissions are marked with * (in B4A v6... B4A Library New Net library - Android FTP, SMTP and POP3 - Erel    Oct 6, 2025   (24 reactions)   tags: FTP, ftp smtp pop3, Net, B4A, Email .70 - Adds support for calling with Wait For: https://www.b4x.com/android/forum/threads/b4x-net... types of authentication methods (SMTP): http://www.b4x.com/android/forum/threads/new-net-library-android-ftp-smtp-and-pop3.10892/page-11#post-232432 V1.51 is released. Fixes an issue with FTP over SSL explicit mode. V1.50 is released. See this link: http://www.b4x.com/android/forum/threads/new-net-library-android-ftp-smtp-and-pop3.10892/page-10#post-231145 V1.37 is released. This version... Page: 1   2   3   4   5   6   7   |