[Dev] getting display for app in tizen tv

2016-09-26 Thread Ravindra Sande
Hi all,

Does anyone know how I can get the display for my SDL2 app ? when I launch it 
from commandline ?

 

At present I see the below log when I launch it from commandline:

===

 <mailto:root@localhost:/sdcard> root@localhost:/sdcard # SDL_VIDEODRIVER=tizen 
./myapp

  ERROR: SDL Tizen App initialize

  // app's SDL_main is called

  [CoreGL] <931> (Mon Aug 29 04:14:06 UTC 2016) Library initializing... 
[CoreGL] Driver GL version 3.1

  // but no display.

===

( Note that I had to copy libEGL* and libGLES* from /lib to /usr/lib/driver 
folder to avoid seeing the “Invalid library link !” error from libCOREGL which 
expects these libraries to be in /usr/lib/driver folder).

 

 

PS: Hi Philippe , thanks, your gbs.conf helped me in building SDL.

 

Regards,

Ravindra Sande

 

 

 

From: Philippe Coval [mailto:philippe.coval@gmail.com] 
Sent: Friday, September 23, 2016 12:31 AM
To: Ravindra Sande
Cc: lsj...@samsung.com; dev@lists.tizen.org
Subject: Re: [Dev] gbs.conf file for tizen3.0 tv ?

 

 

 

On Thu, Sep 22, 2016 at 1:26 PM, Ravindra Sande <r.sa...@samsung.com> wrote:

Hi,

What should be the gbs.conf file to build package for tizen3.0 tv (armv7l) ?

 

Hi,

The one I use for tizen_tv_armv7 (using base repo) 
seems to work on snapshots 


https://wiki.tizen.org/wiki/User:Pcoval#GBS_Configuration

git clone review.tizen.org:/platform/upstream/SDL

gbs build -P profile.tizen_tv_armv7l --arch armv7l --include-all 

On that topic, I noticed some repos are missing for latest common weekly repo,
I will have to sync "supported" repos to this file.

BTW, I am looking for reviewers/merge for some "open" patches :

https://review.tizen.org/gerrit/#/c/66856/
https://review.tizen.org/gerrit/#/c/28992/

 

Thanks

 

-- 
https://wiki.tizen.org/wiki/User:Pcoval



___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


Re: [Dev] package for liblpython 2.7

2016-10-05 Thread Ravindra Sande
I got the python packages from this link, and it solved my problem.

 

Thanks.

 

From: MyungJoo Ham [mailto:myungjoo@samsung.com] 
Sent: Thursday, October 06, 2016 2:34 PM
To: RAVINDRA KUMAR SANDE; dev@lists.tizen.org
Subject: RE: [Dev] package for liblpython 2.7

 

Did you check  
<http://download.tizen.org/snapshots/tizen/base/tizen-base_20161004.3/repos/arm/packages/armv7l/>
 
http://download.tizen.org/snapshots/tizen/base/tizen-base_20161004.3/repos/arm/packages/armv7l/
 ? 

 

- Original Message -

Sender : 라빈드라 < <mailto:r.sa...@samsung.com> r.sa...@samsung.com> 책임/선행S/W 
Lab(VD)/삼성전자

Date : 2016-10-06 14:27 (GMT+9)

Title : [Dev] package for liblpython 2.7

 


Hi,

 

I am not able to find the package ( for armv7l, tizen 3.0) which contains 
libpython2.7.so.1.0  library.

 

Can somebody inform how to get this libpython2.7.so.1.0  library ?

( gdb depends on libpython2.7.so.1.0  library).

 

Regards,

Ravindra Sande

 

 

___

Dev mailing list

 <mailto:Dev@lists.tizen.org> Dev@lists.tizen.org

 <https://lists.tizen.org/listinfo/dev> https://lists.tizen.org/listinfo/dev

 

 

--

MyungJoo Ham (함명주), Ph.D.


Developer eXperience Lab, S/W Platform Team, Software R Center
Samsung Electronics
Cell: +82-10-6714-2858

 


 

 




 

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


[Dev] package for liblpython 2.7

2016-10-05 Thread Ravindra Sande
Hi,

 

I am not able to find the package ( for armv7l, tizen 3.0) which contains 
libpython2.7.so.1.0  library.

 

Can somebody inform how to get this libpython2.7.so.1.0  library ?

( gdb depends on libpython2.7.so.1.0  library).

 

Regards,

Ravindra Sande

 

 

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


[Dev] [SDL2] making x11 available to app

2016-09-22 Thread Ravindra Sande
Hi,
I am trying to launch x11 app (based on SDL2) from command terminal on tizen
3.0.
However, I get the error :
 Could not initialize SDL(x11 not available).
It basically means that SDL2 was not able to detect  x11 on tizen.

What would be the way to resolve this error ?

Regards,
Ravindra Sande

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


[Dev] gbs.conf file for tizen3.0 tv ?

2016-09-22 Thread Ravindra Sande
Hi,

What should be the gbs.conf file to build package for tizen3.0 tv (armv7l) ?

---

I need to build SDL2 myself, since using the SDL2 package which is available at 
tizen site 
<https://download.tizen.org/snapshots/tizen/tv/latest/repos/arm-wayland/packages/armv7l/>
  is giving error (related to SDL_MainIsReady not being true) on using wayland.

(I think this package is not correctly built).

--

Regards,

Ravindra Sande

 

From: 이상진 [mailto:lsj...@samsung.com] 
Sent: Thursday, September 22, 2016 4:38 PM
To: 라빈드라; dev@lists.tizen.org; gene...@lists.tizen.org
Subject: RE: [Dev] [SDL2] making x11 available to app

 

Hi.

 

Tizen 3.0 supports only wayland.

 

- Original Message -

Sender : 라빈드라 <r.sa...@samsung.com> 책임/선행S/W Lab(VD)/삼성전자

Date : 2016-09-22 16:25 (GMT+9)

Title : [Dev] [SDL2] making x11 available to app

 

Hi,
I am trying to launch x11 app (based on SDL2) from command terminal on tizen
3.0.
However, I get the error :
 Could not initialize SDL(x11 not available).
It basically means that SDL2 was not able to detect  x11 on tizen.
 
What would be the way to resolve this error ?
 
Regards,
Ravindra Sande
 
___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev
 


 

 




 

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


[Dev] CoreGL not working in Tizen 3.0/Odroid-XU4

2016-09-29 Thread Ravindra Sande
Hi,

 

I realized that  “Invalid library link !” error from CoreGL comes 

when we try to run OpenGL applications ( not just SDL).


[CoreGL] <21963> (Mon Aug 29 04:14:06 UTC 2016) Library initializing... 
/usr/lib/driver/libEGL.so: cannot open shared object file: No such file or 
directory

 Invalid library link! (Check linkage of libCOREGL -> /usr/lib/driver/libEGL.so)

 

Please suggest the fix.

 

Regards,

Ravindra Sande

From: Dev [mailto:dev-boun...@lists.tizen.org] On Behalf Of Ravindra Sande
Sent: Monday, September 26, 2016 4:57 PM
To: dev@lists.tizen.org
Subject: [Dev] getting display for app in tizen tv

 

Hi all,

Does anyone know how I can get the display for my SDL2 app ? when I launch it 
from commandline ?

 

At present I see the below log when I launch it from commandline:

===

 <mailto:root@localhost:/sdcard> root@localhost:/sdcard # SDL_VIDEODRIVER=tizen 
./myapp

  ERROR: SDL Tizen App initialize

  // app's SDL_main is called

  [CoreGL] <931> (Mon Aug 29 04:14:06 UTC 2016) Library initializing... 
[CoreGL] Driver GL version 3.1

  // but no display.

===

( Note that I had to copy libEGL* and libGLES* from /lib to /usr/lib/driver 
folder to avoid seeing the “Invalid library link !” error from libCOREGL which 
expects these libraries to be in /usr/lib/driver folder).

 

 

PS: Hi Philippe , thanks, your gbs.conf helped me in building SDL.

 

Regards,

Ravindra Sande

 

 

 

From: Philippe Coval [mailto:philippe.coval@gmail.com] 
Sent: Friday, September 23, 2016 12:31 AM
To: Ravindra Sande
Cc: lsj...@samsung.com; dev@lists.tizen.org
Subject: Re: [Dev] gbs.conf file for tizen3.0 tv ?

 

 

 

On Thu, Sep 22, 2016 at 1:26 PM, Ravindra Sande <r.sa...@samsung.com> wrote:

Hi,

What should be the gbs.conf file to build package for tizen3.0 tv (armv7l) ?

 

Hi,

The one I use for tizen_tv_armv7 (using base repo) 
seems to work on snapshots 


https://wiki.tizen.org/wiki/User:Pcoval#GBS_Configuration

git clone review.tizen.org:/platform/upstream/SDL

gbs build -P profile.tizen_tv_armv7l --arch armv7l --include-all 

On that topic, I noticed some repos are missing for latest common weekly repo,
I will have to sync "supported" repos to this file.

BTW, I am looking for reviewers/merge for some "open" patches :

https://review.tizen.org/gerrit/#/c/66856/
https://review.tizen.org/gerrit/#/c/28992/

 

Thanks

 

-- 
https://wiki.tizen.org/wiki/User:Pcoval

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


[Dev] undefined reference to `tizen_clipboard_interface'

2016-11-03 Thread Ravindra Sande
 

Hi all,

 

I am trying to compile a SDL2 app. 

I get the error :



libecore_wayland.so.1: undefined reference to `tizen_clipboard_interface'

collect2: error: ld returned 1 exit status



 

Which library does define this symbol `tizen_clipboard_interface' ?

Please inform so that I can include it for linking to remove the error.

 

Regards,

Ravindra Sande

 

 

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev


[Dev] any API to hide the display of mouse cursor for app Window ?

2016-12-19 Thread Ravindra Sande
Hi,

I am creating window for my native Tizen application using the
ecore_wl_window_new() API.
I need to hide the display of mouse cursor within the window.

Is there any API to do this ?

Regards,
Ravindra Sande

___
Dev mailing list
Dev@lists.tizen.org
https://lists.tizen.org/listinfo/dev