Re: about OnScreen layout(Pop up page)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you so much! It is working now!

I did like below( I used AGL 5.0.1 & QEMU )

$git clone -b sandbox/zheng_wenlong/beta $https://gerrit.automotivelinux.org/gerrit/apps/onscreenapp

$cd onscreenapp/

$git checkout -b remotes/origin/eel

$mkdir build

$cd build/

$source /opt/poky-agl/5.0.0/environment-setup-corei7-64-agl-linux

$qmake ..

$make


Will get one error like below.

/home/josh/onscreenapp/sample/app/main.cpp:25:28: fatal error: qlibhomescreen.h: No such file or directory

#include <qlibhomescreen.h>


solution.

$git clone https://gerrit.automotivelinux.org/gerrit/staging/qlibhomescreen

$cd qlibhomescreen/

$mkdir build

$cd build/

$source /opt/poky-agl/5.0.0/environment-setup-corei7-64-agl-linux

$qmake .. && make

$sudo cp src/libqthomescreen.so* /opt/poky-agl/5.0.0/sysroots/corei7-64-agl-linux/usr/lib/

$sudo cp src/pkgconfig/qlibhomescreen.pc  /opt/poky-agl/5.0.0/sysroots/corei7-64-agl-linux/usr/lib/pkgconfig

$scp src/libqthomescreen.so* root@192.168.1.76:/usr/lib

$mkdir ${onscreen_app_dir}/sample/include/

$cp ../src/qlibhomescreen.h ${onscreen_app_dir}/sample/include/

$cp ../src/qlibhomescreen.cpp ${onscreen_app_dir}/sample/src

$ vi ${onscreen_app_dir}/sample/app/main.cpp

- #include <qlibhomescreen.h>

+#include "../include/qlibhomescreen.h"


- try to rebuild


$ cd ${onscreen_app_dir}/build

$ make


Maybe will success to build onscreen & onstest wgt files.


- Send wgt files to QEMU


$scp ${onscreen_app_dir}/build/package/onscreenapp.wgt root@192.168.1.76:~

$scp ${onscreen_app_dir}/build/sample/package/onstest.wgt root@192.168.1.76:~



(QEMU)

$ afm-util add onstest.wgt

$ afm-util add onscreenapp.wgt


reboot & click ONSTEST app


I hope someone helpful this.




Thanks & Regards,
Josh.


2018년 10월 15일 (월) 오후 3:12, Kazumasa Mitsunari <knimitz@xxxxxxxxxxxxxx>님이 작성:
Hi Josh

Can I use onscreen function on AGL 5.0.1 version???
Yes, you can try it.

Best Regards
 Kazumasa Mitsunari

On 2018/10/15 15:03, Young Moon Jung wrote:
Thank you for your reply.
I'm trying to understanding how to use onscreen app with your referencce link.

I have a one more question.
Now, I am using AGL 5.0.1 version.
Can I use onscreen function on AGL 5.0.1 version???


Thanks & Regards,
Josh.

2018년 10월 11일 (목) 오후 8:38, Kazumasa Mitsunari <knimitz@xxxxxxxxxxxxxx>님이 작성:
Hi

This thread may help you.

https://lists.linuxfoundation.org/pipermail/automotive-discussions/2018-August/006374.html

Best Regards
 Kazumasa Mitsunari

On 2018/10/11 14:42, Young Moon Jung wrote:
Hi AGL Members,

I have a question about window manger.
As I know, there are OnScreen Area for popup page at layers.json file.

Is the implementation compete for OnScreen?
If answer is Yes, Is there any document or Can anyone tell me way to apply?


Thanks & Regards,
Josh.

--
Jung Young Moon       DrimAES Inc.

Address  #803, Ace Twin Tower 2-cha, 273, Digital-ro, Guro-gu, Seoul, Korea
Mobile +82 (0)10 - 4907 - 2117


_______________________________________________
automotive-discussions mailing list
automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions

-- 
*******************************
 WITZ Corporation
   基盤技術開発部 応用基盤技術室
   Base Technology Development Dept.
  Advanced Basic Technology Sect.
  Kazumasa Mitsunari
 Mail:knimitz@xxxxxxxxxxxxxx
 ******************************* 


--
Jung Young Moon       DrimAES Inc.

Address  #803, Ace Twin Tower 2-cha, 273, Digital-ro, Guro-gu, Seoul, Korea
Mobile +82 (0)10 - 4907 - 2117

-- 
*******************************
 WITZ Corporation
   基盤技術開発部 応用基盤技術室
   Base Technology Development Dept.
  Advanced Basic Technology Sect.
  Kazumasa Mitsunari
 Mail:knimitz@xxxxxxxxxxxxxx
 ******************************* 


--
Jung Young Moon       DrimAES Inc.

Address  #803, Ace Twin Tower 2-cha, 273, Digital-ro, Guro-gu, Seoul, Korea
Mobile +82 (0)10 - 4907 - 2117
_______________________________________________
automotive-discussions mailing list
automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux