Le nuove versioni di WhatsApp su versioni recenti di Android salvano i backup nella cartella:<MEMORIA_INTERNA>/Android/media/com.whatsapp/WhatsApp/Databases/msgstore.db.crypt15Il problema è che questa cartella /Android/media/com.whatsapp deve essere creata da WhatsApp altrimenti WhatsApp non la vede. Quindi per ripristinare un backup locale di WhatsApp seguire questi passi su un dispositivo nuovo (o dove è stato…
-
-
Restore WhatsApp local backup (dbcrypt15 and over) on a new Android device
New versions of WhatsApp on recent versions of Android stores backup files in:<INTERNAL_STORAGE>/Android/media/com.whatsapp/WhatsApp/Databases/msgstore.db.crypt15The problem is that the folder /Android/media/com.whatsapp must be created by WhatsApp otherwise WhatsApp can access this folder. So to restore WhatsApp local backup follow these steps on the new device: If WhatsApp is connected to Google Drive,…
-
Connecting PowerBI to PostgreSQL
Connecting PowerBI to PostgreSQL generate this certificate error: “The remote certificate is invalid according to the validation procedure” We need to estabilish a connection adding the certificate to the trusted certificates. In this example the PostgreSQL server has ip 10.0.0.5 and hostname pgsql-test-server. Install latest NPGSQL with msi package from…
-
Xiaomi Themes MAML syntax
I’m trying to modify Always-on Display / AOD themes, but unfortunately the documentation for Xiaomi Themes is only in chinese. I found the chinese documentation at this link: https://zhuti.designer.xiaomi.com/docs/grammar/ In fact most of themes are with chinese characters. So i decided to translate this documentation. I published the work-in-progress translation…
-
Windows SYSTEM user environment variables
Running a script with task manager using the SYSTEM user the environment variables of this user (on Windows 10) are: APPDATA: C:\Windows\system32\config\systemprofile\AppData\RoamingLOCALAPPDATA: C:\Windows\system32\config\systemprofile\AppData\LocalHOMEPATH: <<<EMPTY>>>Path: <<<SYSTEM_PATH>>>;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsAppsTEMP: C:\Windows\TEMPTMP: C:\Windows\TEMPUSERNAME: <<<PC-HOSTNAME>>>$USERPROFILE: C:\Windows\system32\config\systemprofile Notes:HOMEPATH is empty instead of \Users\John for an user named JohnUSERNAME is the hostname followed by a dollar sign
-
Xiaomi downloaded files disappear or randomly deleted when moved
I noted a strange issue on my Xiaomi Redmi 9 with Android 11 (i don’t know if the problem is also on Android 10). So, the problem is: when i download a file, if i move it from Download folder to another folder in the internal storage using a file…
-
VoLTE on Xiaomi Indonesian ROM
Sometimes on VoLTE operator, the VoLTE is not working. I had this problem on Xiaomi Redmi 9 with indonesian ROM (installed for MIUI native call and message apps instead of google ones). You can solve this problem adding another APN named IMS. This APN must be added only and not…
-
Configurazione VoLTE Xiaomi su ROM indonesiana
Dopo aver effettuato il passaggio ad Ho mobile, visto che Postemobile non supporta il VoLTE, effettuando una chiamata con Ho mobile mi cadeva ugualmente la connessione. Il problema l’ho riscontrato su uno Xiaomi Redmi 9 con ROM indonesiana (l’ho messa per avere le applicazione chiamate e messaggi native della MIUI…
-
Aspettativa Comparto Sanità art. 12 comma 8 lettera b)
Innanzitutto si ricorda che questo tipo di aspettativa è “OBBLIGATORIA” e “NON DISCREZIONALE” secondo il parere di ARAN. Purtroppo il parere di ARAN non è vincolante per le amministrazioni. Rimane comunque il fatto che il testo dell’articolo contiene la frase “è, altresi, concessa” e non “può essere concessa”. Di seguito…
-
Unpack / Repack Samsung product.img.lz4 to update cscfeature.xml on Android 10
This article is on how to modify cscfeature.xml present in the image product.img.lz4 in the CSC tar.md5 file in the Samsung Firmware images used in Odin. For this operation root is not required, but are required: A Samsung phone with UNLOCKED BOOTLOADER A Linux distribution (i used Xubuntu 18.10 on…