[fpc-other] PPCJVM apps which will 100 % work in background

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
Unfortunately, not only live Internet radio players are designed to play in background. GPS navigation apps which gives people voice instructions how to travel and when The phone screen have been turned off is The next example. So what if somebody would try to develop such apps by using PPCJVM, And

Re: [fpc-other] Android API functions better quality for Pascal

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
Even Lamw Android mmodule wizard do not contain standalone fully functioning Android pascal header files. Sure, it is robust project, where Mr Pessoa nd his cooperators have shown that their Pascal and object programming knowledge is brilliant and I can not measure myself with so big experts. But I

Re: [fpc-other] Android API functions better quality for Pascal

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
aaDo you think, that it would be possible to use this Pascal code from standard ARM compatible Free Pascal compiler or is it really only for Dlephi? https://github.com/FMXExpress/android-object-pascal-wrapper PPCJVM APi compatible headers would be ideal, but if it would take too much time, may be

[fpc-other] Android API functions better quality for Pascal

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
How much time would take The most experienced programmers from us to create really complete Pascal headers for ANdroid APi functions. I Am aware, that it is impossible to provide evey new APi function when GOogle will introduce some. But there should be An compromise solution. Generate rather two o

Re: [fpc-other] Pascal equivalent to The wakeLock.acquire

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
Oh yes. YOu aare really The expert. Constructing correct Android APi pascal headers is extremely complex work. And without work of MR Swianovicz there would not be new Android APi headers. Develop fully automated solution is rather extremely heavy programmers task. And using Borland Delphi equivale

Re: [fpc-other] Pascal equivalent to The wakeLock.acquire

2020-05-22 Thread Jonas Maebe
On 22/05/2020 14:34, Mgr. Janusz Chmiel via fpc-other wrote: > I Am wondering, how to construct The series of Pascal statements which will > have The same effect like in Java. > wakeLock.acquire (); > > > The command > wakeLock.newWakeLock (1, '"Migration'); > Work perfectly. > But > wake

Re: [fpc-other] Pascal equivalent to The wakeLock.acquire

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
It seems to Me, that Android APi functions do not contain standalone procedure to activate Wakelock when other than Java or Kotlin language have been used. May be, that somebody very experienced would try to develop new function or command to PPCJVM or to The Android RTL. Thank you very much for y

Re: [fpc-other] how to force make.exe to work without binutils in windows

2020-05-22 Thread Jonas Maebe
On 22/05/2020 12:42, Mgr. Janusz Chmiel via fpc-other wrote: > I do not know, if does make sense to compile PPCJVM for WIndows frou latest > stable trunk, if there was An change in its source code between Dec 2017 and > now. There have been some changes, but no new features have been added. There

[fpc-other] Pascal equivalent to The wakeLock.acquire

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
I Am wondering, how to construct The series of Pascal statements which will have The same effect like in Java. wakeLock.acquire (); The command wakeLock.newWakeLock (1, '"Migration'); Work perfectly. But wakeLock.acquire ( ); Causes error when compiling. I Am usi

[fpc-other] pandroid lazarus package for Windows have been released

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
I would like to announce, that Pandroid package for WIndows have been released. Now, it is Lazarus compatible package. Developer can have benefit with new technique for building resulting code. RTL are compiled as a standalone .jar library. Resulting code is very fast especially when interacting wi

[fpc-other] how to force make.exe to work without binutils in windows

2020-05-22 Thread Mgr. Janusz Chmiel via fpc-other
I do not know, if does make sense to compile PPCJVM for WIndows frou latest stable trunk, if there was An change in its source code between Dec 2017 and now. The following command do not work from Windows, because Make need binutils installed. BUt I can not run Linux commands from WSL in A combinat