Reply
Thread Tools
Posts: 144 | Thanked: 134 times | Joined on Jan 2010 @ Hamburg
#11
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!
 

The Following User Says Thank You to mbo For This Useful Post:
Posts: 138 | Thanked: 152 times | Joined on Jun 2012 @ Switzerland/Zurich
#12
Wohoo, another source of apps for N9 Brilliant!
 
Muzimak's Avatar
Posts: 704 | Thanked: 241 times | Joined on Dec 2011 @ Johannesburg - South Africa
#13
I wonder if the Official Whatsapp will run on this?

Last edited by Muzimak; 2012-08-14 at 12:17.
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#14
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?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#15
Originally Posted by marmistrz View Post
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.
 

The Following User Says Thank You to Elleo For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#16
Originally Posted by Elleo View Post
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?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#17
Originally Posted by mbo View Post
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.
 

The Following User Says Thank You to Elleo For This Useful Post:
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#18
Originally Posted by marmistrz View Post
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.
 

The Following 4 Users Say Thank You to Elleo For This Useful Post:
Elleo's Avatar
Posts: 266 | Thanked: 979 times | Joined on Jan 2010 @ London
#19
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.
 

The Following 2 Users Say Thank You to Elleo For This Useful Post:
Posts: 144 | Thanked: 134 times | Joined on Jan 2010 @ Hamburg
#20
Originally Posted by Elleo View Post
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.
 

The Following User Says Thank You to mbo For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:46.