![]() |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
Quote:
/home/developer $ devrootsh apt-get update /home/developer $ devrootsh apt-get install unzip ... E: Package unzip has no installation candidate /home/developer $ devrootsh apt-cache search unzip zlib-bin - compression library - sample programs busybox-power - Tiny utilities for small and embedded systems - enhanced package So I had to install the busybox-power package. However, the unzip implementation it provides does not support the -aa -j command line switches: BusyBox v1.19.3 (Debian 1.19.3power1) multi-call binary. Usage: unzip [-opts[modifiers]] FILE[.zip][LIST] [-x XLIST] [-d DIR] Extract files from ZIP archives -l List archive contents (with -q for short form) -n Never overwrite files (default) -o Overwrite -p Send output to stdout -q Quiet -x XLST Exclude these files -d DIR Extract files into DIR Davy |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
The modified script that also creates the icons does not seem to work.
The application is running in the background and all the paths are OK but as soon as I tap on the icon, the whole interface becomes unresponsive. I actually have to shut down the whole emulator and start it up again. Strangely enough, if start the X terminal application in the N900 menu, and run the script from there, I have no problem, and neither when I start a terminal from my Linux desktop via the "mad remote shell" command. Davy |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
Quote:
edit: open the sh file you have (midletname.sh) and change the phoneme path there remember? you told me you have a different path in you Madde emulator Code:
#!/bin/sh |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
this is my menu item opera-mini
[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Name=OperaMini-Java Exec=/opt/java2/bin/cvm -Xmx12m -Dmicroedition.profiles=MIDP-2.1 -Dsun.midp.library.name=midp -Dsun.midp.home.path=/opt/java2/midp/midp_linux_fb_gcc -Dcom.sun.midp.mainClass.name=com.sun.midp.main.Cdc MIDletSuiteLoader sun.misc.MIDPLauncher -suitepath /opt/java2/opera_mini_6.5_.jar -1 Browser X-Osso-Type=application/x-executable Icon=opera |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
If I do "mad remote shell", I am logged in with username 'developer'. To
become root I have to run devrootsh [command]. I basically think that all these are issues with the emulator doing things differently compared to a regular N900 device. Also note that not all midlets ship with an icon. Davy |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
Quote:
|
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
tanks santiago its worked in maemo but must delet "sudo" in
Icon=$MIDLET_NAME" | sudo tee /usr/share/applications/hildon/"$MIDLET_NAME".desktop meaning Icon=$MIDLET_NAME" | tee /usr/share/applications/hildon/"$MIDLET_NAME".desktop |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
Santiago: I took care of correcting all the paths.
There is something else going on. The midlet is actually running, but behind the hildon menu with all the icons. If I close the emulator, it kills the application (including the hildon menu app) and then I see the midlet very briefly before the emulator completely shuts down. So it is probably not a problem with your script. Davy |
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
I have a java game. When i make a "file.sh" manual, then i can run that java game, but when i make "file.sh" by makejadsh, then I saw whitescreen. What do you think about this problem ?
|
Re: [TESTING] PhoneME Advanced (Java Mobile) prototype release
Quote:
Davy this is the corrected script Code:
#!/bin/sh |
All times are GMT. The time now is 12:14. |
vBulletin® Version 3.8.8