| The Following User Says Thank You to guilledoc For This Useful Post: | ||
|
|
2012-02-12
, 11:39
|
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#192
|
|
|
2012-02-12
, 13:14
|
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#193
|
to associate jar/jad file is last step i think, it's easy with dbus, can be created a bash executable file that find the midlet class automatically and creates a .desktop file.. i'lll try this week maybe if i've time, but Davy is doing a good work, let's him free to include basically features like jsr and his todo/hopefully features, isn't hard for the moment to create a sh script witch runs the applet u want
| The Following 4 Users Say Thank You to DavyP For This Useful Post: | ||
|
|
2012-02-12
, 13:35
|
|
Posts: 72 |
Thanked: 157 times |
Joined on Oct 2011
@ Hungary
|
#194
|
Hi Santiago,
While trying out your script I noticed I had to modify the stat
command 'stat %s "${FILE}"' to 'stat -c %s "${FILE}"' (i.e. add the
'-c' parameter.
There are new builds on my website. There is a link to a
makejadsh script to create missing jad files and shell script to run
the midlet. It is also included in the archives.
http://davy.preuveneers.be/phoneme/p...ipts/makejadsh
I applied some minor tweaks on the fonts. I am especially
interested in feedback from people who are using 'non standard'
fonts, preferably with screenshots.
Also, don't worry if you are getting the following error:
Java VM panic: (null)
Aborted
I still have to figure out a clean way to shut down at the same time
both the phoneME vm running in one thread and the Qt4 gui
doing all the screen updates and the key/pointer events in
another thread (and for that I need to trap calls to exit() in the
phoneME vm and do a lot of other stuff to ensure that the Qt4 gui
thread does not segfault) .
Davy
#!/bin/bash
for FILE in /path/to/jar/files/*.jar
do
/path/to/jar/files/makejad.sh ${FILE%%.*}.${FILE#*.}
done
| The Following User Says Thank You to PanzerSajt For This Useful Post: | ||
|
|
2012-02-12
, 13:43
|
|
|
Posts: 518 |
Thanked: 334 times |
Joined on Mar 2010
@ italy
|
#195
|
Hi Santiago,
While trying out your script I noticed I had to modify the stat
command 'stat %s "${FILE}"' to 'stat -c %s "${FILE}"' (i.e. add the
'-c' parameter.
There are new builds on my website. There is a link to a
makejadsh script to create missing jad files and shell script to run
the midlet. It is also included in the archives.
http://davy.preuveneers.be/phoneme/p...ipts/makejadsh
I applied some minor tweaks on the fonts. I am especially
interested in feedback from people who are using 'non standard'
fonts, preferably with screenshots.
Also, don't worry if you are getting the following error:
Java VM panic: (null)
Aborted
I still have to figure out a clean way to shut down at the same time
both the phoneME vm running in one thread and the Qt4 gui
doing all the screen updates and the key/pointer events in
another thread (and for that I need to trap calls to exit() in the
phoneME vm and do a lot of other stuff to ensure that the Qt4 gui
thread does not segfault) .
Davy
thx then we have all the necessaries files
ok i try the new build now and i'll post some screenshots about it
you made my day!!! everything seems to be ok!!! THXXXXX
|
|
2012-02-12
, 15:28
|
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#196
|
heythx then we have all the necessaries files
ok i try the new build now and i'll post some screenshots about it
![]()
thx davy!
you made my day!!! everything seems to be ok!!! THXXXXX
| The Following User Says Thank You to DavyP For This Useful Post: | ||
|
|
2012-02-13
, 06:19
|
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2012
|
#197
|
|
|
2012-02-13
, 08:28
|
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#198
|
| The Following User Says Thank You to DavyP For This Useful Post: | ||
|
|
2012-02-13
, 08:56
|
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#199
|
| The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
|
|
2012-02-13
, 09:15
|
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#200
|
No problems with the new build so far.
Text anchoring with alternate font tested with Tahoma, looks fine.
I see the active class is now listed in the window title
| The Following User Says Thank You to DavyP For This Useful Post: | ||
thanks