Recent

Author Topic: Crash app camera demo in android 9  (Read 1291 times)

juank1971

  • Full Member
  • ***
  • Posts: 112
Crash app camera demo in android 9
« on: September 19, 2020, 11:54:52 pm »
AppCameraDemo2 crash in android 9 and do no see error
Any coment .

Soorry again for for asking so many questions ;)

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: Crash app camera demo in android 9
« Reply #1 on: September 20, 2020, 02:42:23 am »
Are you using "Ant" build system?

some info here:  [need Gradle]

https://forum.lazarus.freepascal.org/index.php/topic,51361.0.html

EDITED:

Can you put some log?
(Lazarus menu "Tools" ---> "LAMW..." --> "ADB Logcat")

What about "AppCameraDemo1"?  it work?
« Last Edit: September 20, 2020, 05:43:42 am by jmpessoa »
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

juank1971

  • Full Member
  • ***
  • Posts: 112
Re: Crash app camera demo in android 9
« Reply #2 on: September 21, 2020, 03:33:34 pm »
no AppCameraDemo1
no AppCameraDemo2 work in android 9

i will try gradle now


juank1971

  • Full Member
  • ***
  • Posts: 112
Re: Crash app camera demo in android 9
« Reply #3 on: September 21, 2020, 05:44:56 pm »
Could you summarize for me please what really needs to be done
to get the camerademos on android 9.

 because I'm a bit confused with the ideas of the user Guser979 and your contributions, suport I do not get it

Thanks for your time

juank1971

  • Full Member
  • ***
  • Posts: 112
Re: Crash app camera demo in android 9
« Reply #4 on: September 21, 2020, 07:41:47 pm »
there are correct???????

In Controls.java add
android.os.StrictMode;

and ...

this 2 lines

    StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();
    StrictMode.setVmPolicy(builder.build());

in public String jCamera_takePhoto .

Change to Gradle.

its all or
or i nedd more changes in the project
« Last Edit: September 21, 2020, 09:43:43 pm by juank1971 »

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: Crash app camera demo in android 9
« Reply #5 on: September 21, 2020, 09:00:50 pm »

First try  only changing to "Gradle" ...

[if it work I wiil try find "Ant" bug.....]
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

juank1971

  • Full Member
  • ***
  • Posts: 112
Re: Crash app camera demo in android 9
« Reply #6 on: September 21, 2020, 10:11:56 pm »
only changing to "Gradle"  camerademo  yess  worked

camerademo2 no work crass app

tested android 9 lazarus 2.1 fpc 3.2.0 and lamw
« Last Edit: September 21, 2020, 10:35:10 pm by juank1971 »

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: Crash app camera demo in android 9
« Reply #7 on: September 22, 2020, 01:15:33 am »

Quote
camerademo2 no work crass app...

Can you put some log for the error?

(Lazarus menu "Tools" ---> "LAMW..." --> "ADB Logcat")
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

 

TinyPortal © 2005-2018