Active Topics

 

Showing results 1 to 25 of 100 @ 0.01 seconds. Search: Posts Made By: DavyP
Forum: Applications 2013-03-28, 14:49
Replies: 849
Views: 347,906
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-24, 19:29
Replies: 849
Views: 347,906
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 2012-11-06, 15:43
Replies: 849
Views: 347,906
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:15
Replies: 849
Views: 347,906
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: 347,906
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:41
Replies: 849
Views: 347,906
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-08-22, 15:41
Replies: 849
Views: 347,906
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-18, 21:46
Replies: 849
Views: 347,906
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: 347,906
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-08, 12:13
Replies: 849
Views: 347,906
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.
...
Forum: Applications 2012-08-08, 07:06
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I understand much better now :-) I agree this is annoying.
However, there is nothing I can do about that. If the application
relies on the standard input method widgets from J2ME, that is
what...
Forum: Applications 2012-08-07, 21:15
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

No, that is the fundamental difference between a TextField and a
TextBox. If you need a more flexible widget toolkit, you could have
a look at J2ME Polish or LWUIT.

Davy
Forum: Applications 2012-08-07, 15:59
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Note: I just uploaded a slightly revised version to my website
(same filename).

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

I removed the "MIDlet Service" application and modified...
Forum: Applications 2012-08-07, 10:06
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Dear all,

After having received my N9, I spent quite some time creating a
customized build for this platform as many features were missing.
It took my quite a while to get something working...
Forum: Applications 2012-08-04, 10:00
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Hi,

I have had people report that the latest Opera Mini 7 did not work,
whereas the older version 6.5 worked just fine.

I got this report for both Maemo/MeeGo as for Android, and I spent
some...
Forum: Applications 2012-07-24, 09:04
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Actually, writing a proper installer requires a bit more work. Basically if you tap on a link referring to a jad file in a browser, the installer should download this file to a certain location,...
Forum: Applications 2012-07-21, 23:17
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

The midlet seems to make use of JSR179, though the midlet
says the location feature is not supported. Unfortunately, I cannot
easily verify which checks the google maps midlet carries out to
end...
Forum: Applications 2012-07-19, 09:50
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

I tried the GpsMid midlet for my country and it seemed to work. It
only took a while to get a GPS fix, and I also think the GPS position
updates are very slow. I would expect an update every second...
Forum: Applications 2012-07-16, 19:27
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

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...
Forum: Applications 2012-07-05, 16:32
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

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
Forum: Applications 2012-07-05, 16:29
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

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...
Forum: Applications 2012-07-01, 02:02
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

If you look into the directory /opt/phoneme/midp/midp_linux_fb_gcc/appdb there are a bunch of files starting with FFFFFFFF and ending with the .db file extension. If you are lucky, you can recognize...
Forum: Applications 2012-06-27, 22:27
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Sorry about this. Someone gave me a pointer to this app on the
previous page of this forum, but I did not test it myself thoroughly
as I am not a WhatsApp user myself. I removed the midlet from ...
Forum: Applications 2012-06-25, 21:24
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Yes, I got it working now.

My next problem is that the virtual keyboard does not produce any KeyPress events (physical keyboard does produce them on the N900). The textChanged/textEdited signals...
Forum: Applications 2012-06-25, 19:46
Replies: 849
Views: 347,906
Posted By DavyP
Re: [BETA RELEASE] PhoneME Advanced (Java Mobile)

Thanks. I figured out what went wrong. Even though I called setFocus, the widget did not have focus yet when posted the RequestSoftwareInputPanel event. I made some progress.

Davy
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 03:31.