Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Articoli

Digital Innovation Partner

Delphi XE5 – Share JCalendar Event on Android

The Java TimeInMills is similar to UnixTime but is in Millisenconds, so to convert it :

VMWare Palyer disabilitare sospensione automatica

Con VMWare Player per disabilitare la sospensione automatica di una macchina virtuale, bisogna editare il file .vmx ed aggiungere la seguante riga:

dalla documentazione originale: To disable the suspend feature for a virtual machine in VMware Fusion: Shutdown the virtual machine. Locate the virtual machine bundle. For more information, see Locating the virtual machine…
Leggi tutto

Delphi XE5 – DCC Error E2597 libibtogo.o

Problem : Compiling an Android Project with Delphi XE5 i had a Linker Error E2597 on libibtogo.o Today i lose 4 hours on compiling my Android Delphi project, because i removed a used unit : Data.DBXInterbase . I reintroduced that library and all function well like before 🙂 Error detail: [DCC Error] E2597 F:PlatformSDKsandroid-ndk-r8etoolchainsarm-linux-androideabi-4.6prebuiltwindowsbinarm-linux-androideabi-ld.exe: f:\embarcadero\12.0\lib\Android\Release/libibtogo.a(util.o):…
Leggi tutto

Oracle reset user password, lock/unlock user

http://eoracle11g.blogspot.it/p/alter-user-information.html

Retrive the Imei (device identification) from your Android Device with Delphi XE5

The IMEI code is an unique number like the MAC Adrress for the lan on mobile devices… so in this example i have only putted a TButton on the form and wrote this piece of code that i found on the net: