B4A Question net.sqlcipher.database.SQLiteException: file is not a database - svitol    Mar 20, 2023 Hi, after updating to Android 13 a receive this message into my app where i use sqlchiper database. net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master; on this line: Main.SQL1.Initialize(Main.percorso_db,"SecureAccountManagerCrypt.db",True,password,"") How i can solve this problem and restore my database with my data? There is a sqlchiper browser database view? Thank you My version... B4A Question reading an email account with Android 8.0 - DonManfred (first post)    May 3, 2018   (1 reaction) .lang.String, java.lang.String, android.os.Bundle)']AccountManager.newChooseAccountIntent() or an authenticator-specific method. After getting access to accounts, an app can can call AccountManager...  B4A Question Any news about Native Ads Advanced? - sorex (first post)    Feb 27, 2018 I forgot to mentioned that on one page they mentioned that you had to ask your account manager to enable it and if you don't have one you had to request an account manager via the contact form or so....  B4A Question Find accounts in the device - somed3v3loper (first post)    Mar 4, 2016   (2 reactions) From here http://stackoverflow.com/questions/13244130/how-to-list-out-all-the-accounts-facebook-twitter-gmail-etc-in-android Dim AccountManager As JavaObject AccountManager.InitializeContext Log(AccountManager.RunMethod("getAccounts",Null)) #If JAVA import android.accounts.AccountManager; import android.accounts.Account; import java.util.List; import java....b4a.objects.collections.List getAccounts () { AccountManager am = AccountManager.get... B4i Tutorial Dummies Guide to Getting Started with B4i - Falcon    Aug 11, 2021   (41 reactions) Developer account, the B4i IDE, compiling your App. and then showing how to distribute it to a client for... Account - see the 'SETTING UP APPLE ACCOUNT' section below. 3. Install B4i Bridge... you when registering with Apple) is basically needed to setup the Certificate file/s in the Apple Account... the Apple Store. See the 'SETTING UP APPLE ACCOUNT' section below for more info. Read... the 'SETTING UP APPLE ACCOUNT' section below for the Main Identifier. So if for example you used... B4i Question How do I get device Users Full Name or Email - mcqueccu (first post)    Aug 4, 2021 Yes, privacy concerns are issues and I have to ask anyway. I think with android you can get the logged-in users email using account manager, and thats why i want to know if there is something similar in ios. I also chanced upon this link https://developer.apple.com/documentation/foundation/1410265-nsfullusername... B4A Question remove accounts - merlin2049er (first post)    Jun 19, 2015 ok, it seems like it's a call thru the reflections library right to the android public account manager future. http://developer.android.com/reference/android/accounts/AccountManager.html#removeAccount(android.accounts.Account, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler) Bonus if anyone can help me formulate this into a command to remove "com.google" accounts.... Share My Creation SithasoDaisy: PocketBase - Social Media Manager for $5.00 - Mashiane    Mar 27, 2024   (2 reactions) Hi The Social Media Manager is an app that helps you post to your social media accounts. You can post to Twitter, Facebook, LinkedIn, and YouTube. The post below was posted to FB from the app. Buy with Paypal 142383 142389 Post Listing.. 142384 We can add and update posts and then send them. 142385 The back-end is pockethost, with crud functionality. This uses PocketBase as a back-end. Get the source code now Bonus Content: SithasoZapier as discussed in these posts. You can learn... B4A Question How to translate java (AccountPicker) to B4A ... - Erel (first post)    Feb 25, 2018   (7 reactions)  'resultCode = RESULT_OK
       Dim data As Intent = Args(1)
       Dim StaticAccountManager As JavaObject
       StaticAccountManager.InitializeStatic("android.accounts.AccountManager")
       Log(data.ExtrasToString)
       Dim Name As String = data.GetExtra(StaticAccountManager.GetField...Code:
Sub ShowPicker
   Dim AccountPicker As JavaObject
   AccountPicker.InitializeStatic...  B4A Library BiometricManager - Biometric Authentication - Erel    Nov 22, 2022   (42 reactions)   tags: Finger, finger print https://www.b4x.com/basic4android/images/i_view64_rpWKS7JTGJ.png This class replaces FingerprintManager (https://www.b4x.com/android/forum/threads/fingerprint-authentication.72500/#content). It works with all the device supported biometric authentication features. Setup: 1. Open B4A Sdk Manager, search for biometric and install androidx.biometric:biometric. 2. Add to the activity: #AdditionalJar: androidx.biometric:biometric #Extends: android.support.v7.app.AppCompatActivity 'discard... Page: 1   2   3   4   5   6   7    |