Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: DavyP
Forum: Applications 2013-04-26, 16:25
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

The midlet makes use of Nokia S40 specific APIs (com.nokia.mid.s40.*) which phoneME does not support.

Davy
Forum: Applications 2013-04-05, 17:49
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

And I am sure there are many other features on your wish list :-)

Davy
Forum: Applications 2013-04-05, 17:48
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I made a separate MIDlet Settings application, in which you can
enable the virtual keyboard. However, I just checked again and
it does not seem to work on my N9 :-(

Davy
Forum: Applications 2013-04-05, 17:40
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

If someone wants to implement JSR 120 (or JSR 205), that would be nice. You would have to implement the required classes and interfaces, and quite likely a native library with JNI bindings to which...
Forum: Applications 2013-03-28, 14:49
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I guess it is, but I have never done so for any of the platforms I
ported phoneME to.

Davy
Forum: Applications 2013-03-25, 10:38
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

There is an emulation layer for JSR 75-PIM (which does not
integrate nicely with the contact list of the device). However, the
midlet also makes use of Nokia specific APIs:
...
Forum: Applications 2013-03-24, 19:29
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Well, I basically renamed the jad file so it had the same filename
as the jar file (except for the extension). But if I then select this
midlet, I get the following errors:

Can't read manifest...
Forum: Applications 2013-03-24, 19:08
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I am running Opera Mini 6.5.26955 just fine, and it does not
reinstall everytime I run it.

However, if you keep mixing Opera Mini 6.5 and 7.0, then each
time you switch it will reinstall the...
Forum: Applications 2013-03-24, 18:26
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

If you try the MIDlet Settings app, there is a config option to log all
debug output to files. This will create err.txt and out.txt debug files
in your MyDocs folder.

Hope this helps.

Davy
Forum: Applications 2013-03-24, 18:24
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I doubt it you can actually make phone calls through this midlet.
It would require support of recording audio, which phoneME does
not support. From the looks of it, it seems to synchronize...
Forum: Applications 2013-03-24, 17:40
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I am unable to download this app for some reason. I have tried
setting many different S40 models, but no luck.

However, if this app uses any classes from the com.nokia.mid.*
package (such as...
Forum: Applications 2012-11-06, 15:43
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Confirmed. This might be a bug in the midlet settings app.



This often happens with midlets designed for a particular feature phone with a hard coded resolution. I have looked at this when I...
Forum: Applications 2012-11-06, 15:17
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

There is a midlet settings application where you can disable the native virtual keyboard.

I am not sure I understand what you mean with the centered scree. Are you referring to fixed size...
Forum: Applications 2012-11-06, 15:15
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Yes, I am quite aware there have not been any updates recently. See my previous post.

Regarding the vkb: in an earlier build, I actually used double tap to trigger it, but I found it less pleasant...
Forum: Applications 2012-11-06, 14:56
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

The problem with phoneME is that the whole GUI is based on bitmaps and matching bitmap fonts. The original phoneME background images were aimed for 320x240 style devices.

I replaced the bitmap...
Forum: Applications 2012-11-06, 14:48
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

What you need is a decent and complete implementation of JSR 120 or JSR 205. Neither of them are supported at this point.

The JSR 120 that is currently integrated only provides the Java interfaces...
Forum: Applications 2012-11-06, 14:43
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

It depends. I use native APIs to play sounds, but not all audio formats are supported.

Davy
Forum: Applications 2012-11-06, 14:41
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

My apologies for not being as active as I used to be. I have been fairly occupied with other projects at work.

I have been looking into some JIT issues that were reported for Android, but I was...
Forum: Applications 2012-09-12, 13:36
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I am currently looking at some other issues with phoneME that
appears on all Linux/ARM based devices. If I find the time to look
into Chinese input on the N900, I will do so.

Davy
Forum: Applications 2012-08-22, 15:41
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Yes, I agree. This would be a nice feature to have. I will look into it if I find the time to do so.

Davy
Forum: Applications 2012-08-22, 15:41
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I don't know this application. Is it a problem with my phoneME port or
one in the application itself?

Without access to the source code of the application, it is hard to debug this weird...
Forum: Applications 2012-08-18, 21:46
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Hi all,

There is a new build revision 20120818 available at
http://davy.preuveneers.be/phoneme/public/maemo/deb/

The latest build should better support swype input and input of
foreign...
Forum: Applications 2012-08-17, 11:10
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I can confirm various characters indeed do not work. I will have a look. The problem is I have to map the N9 keyboard onto the keyboard interfaces of the phoneME virtual machine, and perhaps that is...
Forum: Applications 2012-08-10, 14:00
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Which keyboard layout have you tried?
Did you install some additional software/configuration files in
/home/user/.config/meego-keyboard/layouts/?

I found at least one character on the Qwerty...
Forum: Applications 2012-08-08, 12:13
Replies: 849
Views: 346,582
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I don't know this easy.go application, but the resolution should not
matter. Maybe it requires support for certain JSRs which my port of
the phoneME JavaME virtual machine does not provide.
...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 16:18.