Notices


Reply
Thread Tools
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#701
I have the same issue, during install the N9 searches the required applications, then says that it cannot install cvm because dependencies were impossible to meet. I have tried installing "unzip" in terminal, but found nothing (non-SDK sources are activated).
 
Posts: 35 | Thanked: 27 times | Joined on Jun 2008 @ Finland
#702
I'm trying to run OpenWIG in my N9, it starts fine and I can load a wherigo cartridge but when I try to start it fails with:

java.lang.OutOfMemoryError: [B
at s.a(Unknown Source)
at bj.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at java.lang.Thread.startup(Unknown Source)

in err.txt.

I used runmidlet to start it, I tried adding -Xmx128m parameter to runmidlet but it didnt work as it just tried to load a jar file with that name. I also tried executing it like this:

/opt/phoneme/bin/cvm -Xmx128m -Dmicroedition.profiles=MIDP-2.1 -Dsun.midp.library.name=midp -Dsun.midp.home.path=/opt/phoneme/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.Cdc MIDletSuiteLoader sun.misc.MIDPLauncher -suitepath OpenWIG.jar -jadpath OpenWIG.jad -1 gui.Mid
let

But it still results in the same OutOfMemoryError. Is there something more that needs to be done to increase the memory limit or could it be some other bug?
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#703
Originally Posted by Kabouik View Post
I have the same issue, during install the N9 searches the required applications, then says that it cannot install cvm because dependencies were impossible to meet. I have tried installing "unzip" in terminal, but found nothing (non-SDK sources are activated).
I have uploaded a new deb at http://davy.preuveneers.be/phoneme/public/maemo/deb/

The MeeGo/N9 build has the unzip dependency removed from its
package description. See if this helps (and let us know).

Note that the Maemo version still has the unzip dependency.

Cheers
Davy
 

The Following User Says Thank You to DavyP For This Useful Post:
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#704
Originally Posted by Kegetys View Post
I'm trying to run OpenWIG in my N9, it starts fine and I can load a wherigo cartridge but when I try to start it fails with:

java.lang.OutOfMemoryError: [B
at s.a(Unknown Source)
at bj.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at java.lang.Thread.startup(Unknown Source)

in err.txt.

I used runmidlet to start it, I tried adding -Xmx128m parameter to runmidlet but it didnt work as it just tried to load a jar file with that name. I also tried executing it like this:

/opt/phoneme/bin/cvm -Xmx128m -Dmicroedition.profiles=MIDP-2.1 -Dsun.midp.library.name=midp -Dsun.midp.home.path=/opt/phoneme/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.Cdc MIDletSuiteLoader sun.misc.MIDPLauncher -suitepath OpenWIG.jar -jadpath OpenWIG.jad -1 gui.Mid
let

But it still results in the same OutOfMemoryError. Is there something more that needs to be done to increase the memory limit or could it be some other bug?
Normally, setting the Xmx128m flag should suffice. I would be
quite surprised if a midlet would need that much of memory,
so it's quite likely a bug (either in the app or in the vm).

Davy
 

The Following 2 Users Say Thank You to DavyP For This Useful Post:
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#705
Originally Posted by DavyP View Post
I have uploaded a new deb at http://davy.preuveneers.be/phoneme/public/maemo/deb/

The MeeGo/N9 build has the unzip dependency removed from its
package description. See if this helps (and let us know).

Note that the Maemo version still has the unzip dependency.

Cheers
Davy
It works, thanks for the rapid fix.
 

The Following User Says Thank You to Kabouik For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#706
DavyP thanks for your work, i've an issue that i think is related to PhoneMe...

last night i installed your updated .deb file and the cvm-midlet file

used opera mini for a few minutes and swiped it to close...this morning i woke up to my application data of 2.1GB being full...the last time i checked it yesterday it was less than half full...

i've uninstalled both phoneme and the midlet file...even delete /opt/phoneme/ still the problem persists...could you help if this has been caused by phoneme?
 
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#707
Waiting for an update which supports vibration & downloads.
I wish that the update is not so far...
 

The Following User Says Thank You to unexpected For This Useful Post:
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#708
Originally Posted by thedead1440 View Post
DavyP thanks for your work, i've an issue that i think is related to PhoneMe...

last night i installed your updated .deb file and the cvm-midlet file

used opera mini for a few minutes and swiped it to close...this morning i woke up to my application data of 2.1GB being full...the last time i checked it yesterday it was less than half full...

i've uninstalled both phoneme and the midlet file...even delete /opt/phoneme/ still the problem persists...could you help if this has been caused by phoneme?
All the data is stored in /opt/phoneme except for a few log files
which are stored in the MyDocs folder in your home dir. Did you
actually first check how much space was consumed in
/opt/phoneme before you deleted that dir?

Davy
 
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#709
I haven't been following this for ages, it seems to be progressing well!
I noticed in scanning it all, that you've been lucky enough to be eligible for a N9.
When do you expect to have it in your hands?

Last edited by jalyst; 2012-07-15 at 04:51. Reason: typo
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#710
Originally Posted by jalyst View Post
I haven't been following this for ages, it seems to be progressing well!
I noticed in scanning it all, that you've been lucky enough to be eligible for a N9.
When do you expect to have it in your hands?
I received my N9 last week and already ran some midlets on it.
One of the things I am currently working on is native virtual keyboard
support, but progress is a bit slow ATM due to lack of spare time.

Regards,
Davy
 

The Following 8 Users Say Thank You to DavyP For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 15:38.