Brian_7
|
2012-02-04
, 23:30
|
Posts: 268 |
Thanked: 75 times |
Joined on Jan 2011
|
#71
|
|
2012-02-05
, 00:47
|
Posts: 345 |
Thanked: 100 times |
Joined on Nov 2009
|
#72
|
|
2012-02-05
, 10:57
|
|
Posts: 518 |
Thanked: 334 times |
Joined on Mar 2010
@ italy
|
#73
|
|
2012-02-05
, 21:44
|
Posts: 188 |
Thanked: 90 times |
Joined on Sep 2006
|
#74
|
|
2012-02-05
, 22:50
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#75
|
Yes it is N9 specific I believe. You can see other screenshots here:
http://beford.org/ole/
I asked on the #harmattan IRC channel and somebody told me it was required to change the application type to MApplication.
|
2012-02-05
, 23:00
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#76
|
I got opera.sh working and all other tests was successful.
I has the grey bar issue on my N9 .
Opera mini can display vietnamese font. How can I change the font on Opera Mini ?
I'm trying to get other jar file working
|
2012-02-05
, 23:12
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#77
|
Could anyone give the one from this page a try:
http://www.vbl.ch/getdoc/02801f6e-93...anleitung.aspx
I'm getting some weird errors, for files I don't even see inside the
jar, perhaps I'm not looking in the right place/way..?
BTW I took the touchscreen (3rd) version.
The Following 2 Users Say Thank You to DavyP For This Useful Post: | ||
|
2012-02-05
, 23:54
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#78
|
i think we missed some features like
copy/paste option from the OS<->JVM
the JSR implementation.. this is too important for a valid JVM
but u made a great START with Phoneme i hope we can enjoy jsr support. thx for your WORK!
The Following 4 Users Say Thank You to DavyP For This Useful Post: | ||
|
2012-02-06
, 00:59
|
|
Posts: 518 |
Thanked: 334 times |
Joined on Mar 2010
@ italy
|
#79
|
The original phoneME implementation does not come with copy
paste support. Copying text in a midlet and pasting it to another
Maemo application is technically pretty hard (because you cannot
select text in a textfield or textbox). The other way around might
be possible by trapping the Ctrl+V key combination, looking which
text has been copied from elsewhere, and replaying this text as if
you would have entered the text manually.
I am well aware JSR support is limited. There are a bunch of
JSRs out there that would be nice to have. Unfortunately, there
aren't that many JSR implementations available as open source.
The only ones that Sun/Oracle have made available are those
that they 'own'. Have a look over here:
https://svn.java.net/svn/phoneme~svn/components/
Also, some of the JSRs you find there don't compile well or need
detailed knowledge about the underlying platform so you can port
these JSRs to a new device. This ain't easy, especially with just
the emulator at hand. I am aware of projects like microemu and
MIDPath. However, they have the luxury of being able to exploit
all the features of a full Java SE environment. Many of their
components would not work on a Java ME environment.
Right now, I just have JSR 172 and JSR 75 (with some minor
issues). Based on my experiences with porting for Windows
Mobile and Android, I think JSR 179 (Location API) and audio
playback with JSR 135 are doable given enough time and effort.
However, I am not sure if the Madde emulator can handle all
these features so that I would be able to test this. Things like 3D
support with JSR 184 are out of the question.
Davy
|
2012-02-06
, 11:15
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#80
|
you're right... I have seen here in the talk tha someone has done something with the Openlapi and jsr 179.. To get working gps location antenna, by the way, the only possibility to get "partial" jsr support then can be using the jsr179? will be good having sound working i think the ctrl + v / ctrl + x / ctrl + c can be good for this powerfull jvm becouse some applets have a different input method and during the emulation you have no way to paste/insert caracters in the text field Thx for your detailed answer and for the support with phoneme!
edit: i attached a sshot about the font and window of phoneme, i'm using your last versione the one with font changes.. but i see it in this way i mean big font size respetc to the layout
The Following User Says Thank You to DavyP For This Useful Post: | ||