maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo (https://talk.maemo.org/showthread.php?t=86023)

mbo 2012-08-14 09:03

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
I'm looking for a way, to let my current pet project run on the n9. A small feedreader built with enyo.

So two questions:

- How to get from Phonegap to a .wgt app?
- Is the meta-viewport supported? (Afaik in qml.Webview it's not)

Well done! :)

don.edri 2012-08-14 09:10

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Wohoo, another source of apps for N9 :) Brilliant!

Muzimak 2012-08-14 09:42

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
I wonder if the Official Whatsapp will run on this?

marmistrz 2012-08-14 11:00

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
I was trying out TizMee under MeeCoLay, and this came out:

Code:

$ meecolay /opt/tizmee/bin/tizmee.py
Preloading theme "blanco" from cache
Traceback (most recent call last):
  File "/opt/tizmee/bin/tizmee.py", line 194, in <module>
    Tizmee()
  File "/opt/tizmee/bin/tizmee.py", line 56, in __init__
    self.populate_apps()
  File "/opt/tizmee/bin/tizmee.py", line 69, in populate_apps
    config = zapp.open("config.xml")
AttributeError: ZipFile instance has no attribute 'open'

Why is this happening?

Elleo 2012-08-14 11:05

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Quote:

Originally Posted by marmistrz (Post 1251656)
I was trying out TizMee under MeeCoLay, and this came out:

Code:

$ meecolay /opt/tizmee/bin/tizmee.py
Preloading theme "blanco" from cache
Traceback (most recent call last):
  File "/opt/tizmee/bin/tizmee.py", line 194, in <module>
    Tizmee()
  File "/opt/tizmee/bin/tizmee.py", line 56, in __init__
    self.populate_apps()
  File "/opt/tizmee/bin/tizmee.py", line 69, in populate_apps
    config = zapp.open("config.xml")
AttributeError: ZipFile instance has no attribute 'open'

Why is this happening?

It looks like the version of Python in that environment is too old. The required function in ZipFile is only available in 2.6 and later.

marmistrz 2012-08-14 11:08

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Quote:

Originally Posted by Elleo (Post 1251659)
It looks like the version of Python in that environment is too old. The required function in ZipFile is only available in 2.6 and later.

Thanks. Fremantle is still using 2.5 ;(
Is there any way to run it with 2.5?

Elleo 2012-08-14 11:08

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Quote:

Originally Posted by mbo (Post 1251608)
I'm looking for a way, to let my current pet project run on the n9. A small feedreader built with enyo.

So two questions:

- How to get from Phonegap to a .wgt app?
- Is the meta-viewport supported? (Afaik in qml.Webview it's not)

Well done! :)

It might be simplest if you send me a copy of your app and I'll package it up as a .wgt and make use of it as one of my test cases. At some point I'll write a guide to packaging existing standard HTML5 apps and Cordova/PhoneGap apps in the .wgt format. However I'm not likely to have much free time for the next couple of months, so it'll have to wait until then.

Elleo 2012-08-14 11:10

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Quote:

Originally Posted by marmistrz (Post 1251661)
Thanks. Fremantle is still using 2.5 ;(
Is there any way to run it with 2.5?

As I mentioned earlier in the thread I will probably make a Maemo 5 port at some point, which would include making the necessary adaptations to account for Maemo's old python version. But this won't happen until I have a lot more free time.

Elleo 2012-08-15 09:09

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Here's a video of my first step towards getting WebGL working within TizMee: http://www.youtube.com/watch?v=HFlSj4RbQSg

I'm using my own version of the QtWebKit libraries (version 2.2) instead of the system libraries (which don't support WebGL), it's currently just running within a simple QT test browser, with integration within TizMee being the next step. I'm also hoping that I'll be able to make use of hardware acceleration for some CSS effects which will make general 2D apps much smoother.

mbo 2012-08-15 11:57

Re: [Announce] TizMee 0.1 - Tizen compatibility layer for MeeGo
 
Quote:

Originally Posted by Elleo (Post 1251662)
It might be simplest if you send me a copy of your app and I'll package it up as a .wgt and make use of it as one of my test cases. At some point I'll write a guide to packaging existing standard HTML5 apps and Cordova/PhoneGap apps in the .wgt format. However I'm not likely to have much free time for the next couple of months, so it'll have to wait until then.

I'll send you the enyo sampler app.


All times are GMT. The time now is 11:49.

vBulletin® Version 3.8.8