Notices


Reply
Thread Tools
Posts: 31 | Thanked: 2 times | Joined on Jul 2011
#281
Greetings,
i want to ask does whatsapp work?
 

The Following User Says Thank You to aamir8810 For This Useful Post:
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#282
Originally Posted by DavyP View Post
Another remark:

The runmidlet application requires 'unzip' to be installed. When you
select a jar file, unzip is used to extract the manifest file to figure out
the name of the main class. I noticed that on my device this utility was
not installed by default.

Davy
I have "unzip add-on for the file manager" and InfoZIP's Unzip" on my n900, so think that isn't the problem.

I will try the new version.
 
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#283
It crashed again after 2 minutes.

Here you have the output:

~ $ cat MyDocs/err.txt
Detected Maemo 5...
INFO: maemo.media.MediaPlayer create /home/user/MyDocs/phoneme-cache/323865.midi
INFO: maemo.media.MediaPlayer prepare 0123456789
INFO: maemo.media.MediaPlayer start 0123456789
INFO: maemo.media.MediaPlayer playTone 80 200 100
INFO: maemo.media.MediaPlayer playTone 65 200 100
INFO: maemo.media.MediaPlayer playTone 65 200 100
INFO: maemo.media.MediaPlayer playTone 80 200 100
INFO: maemo.media.MediaPlayer playTone 70 200 100
INFO: maemo.media.MediaPlayer playTone 50 200 100
INFO: maemo.media.MediaPlayer playTone 65 200 100
INFO: maemo.media.MediaPlayer playTone 80 200 100
INFO: maemo.media.MediaPlayer playTone 70 200 100
INFO: maemo.media.MediaPlayer playTone 50 200 100
INFO: maemo.media.MediaPlayer playTone 65 200 100
INFO: maemo.media.MediaPlayer playTone 80 200 100
INFO: maemo.media.MediaPlayer playTone 90 200 100
INFO: maemo.media.MediaPlayer playTone 100 200 100
INFO: maemo.media.MediaPlayer playTone 80 200 100
INFO: maemo.media.MediaPlayer playTone 70 200 100
~ $ cat MyDocs/out.txt
~ $
 

The Following User Says Thank You to Brian_7 For This Useful Post:
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#284
Originally Posted by Brian_7 View Post
It crashed again after 2 minutes.

Here you have the output:
OK, I think the crash is due to the quick hack dummy JSR 135
implementation for audio playback.

Other people confirmed if they enabled audio, their app would crash.
When disabled, this did not happen.

Davy
 
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#285
Been doing page comparisons, not much difference in speed between v1202 and 2302, though there is a speed improvement when rendering small text. It was worth a try anyway to see if rendering speed improved as there may be situations where it helps.
When the font size and rendering settings become configurable then the right balance can be set for any java mobile app.

I did notice both versions scroll smoother in full screen compared to windowed mode. In which case I use ctrl+backspace to switch between windows.
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#286
I can acknowledge the speed increase when running midlets in full
screen. The rendering speed almost doubles, not only for text but other
drawing operations too. This is a qt4/graphics driver optimization, not
anything in my code.

Given you can always go back to other apps with Ctrl+Backspace,
maybe it would be good to start midlets by default in fullscreen too on
the N900?

Cheers,
Davy
 

The Following 3 Users Say Thank You to DavyP For This Useful Post:
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#287
Good point - it would be good to have it as a command line option.

If switching to full screen it would be worth sending a pop-up notification stating the full-screen and task manager keyboard shortcuts in case the user doesn't know about them
Or if starting full screen it would help to have the message appear shortly after launching the midlet,

http://wiki.maemo.org/Phone_control#Notifications
 
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#288
I deleted my icon and tried excalibur scrip.

It created the icon and i rebooted my n900, but the icon doesn't have any image, it is only a blue box.

Btw when i ran it, i saw this error on the x-terminal:

error: cannot create /usr/share/icons/hicolor/scalable/hildon/ico22.png
Permission denied
mv: cannot rename '/usr/share/icons/hicolor/scalable/hildon/ico22.png': No such file or directory

Edit:

I tried it again with sudo gainroot and it fixed the icon image.

Last edited by Brian_7; 2012-02-24 at 16:05.
 
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#289
In my latest online deb available from

http://davy.preuveneers.be/phoneme/public/maemo/deb/

I introduced to command line options to the /opt/phoneme/bin/cvm
binary (i.e. not yet the runmidlet binary)

-fullscreen: starts midlet in fullscreen (on N9 this option has no effect as fullscreen is automatically set to avoid the grey bar at the
bottom)

-fastfont: use the fast monospace built-in font for faster text rendering

Change your desktop shortcuts or scripts like the following to see the
effect of both options:

/opt/phoneme/bin/cvm -fullscreen -fastfont -Xmx12m ...

At some point I will also make these command line parameters available
for the runmidlet binary, as well as through a configuration file, etc.

Cheers,
Davy
 

The Following 4 Users Say Thank You to DavyP For This Useful Post:
Posts: 268 | Thanked: 75 times | Joined on Jan 2011
#290
when i play my game, i can not see the below section of the screen, so i always change it to fullscreen to be able to see all the screen.

In this version, it starts in fullscreen by default, but i can not see the below section again, even in fullscreen.

If i run it without -fullscreen, i don't have that problem.
 
Reply


 
Forum Jump


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