[DarkGUNMAN]
|
2010-03-07
, 12:43
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#21
|
The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
|
2010-03-11
, 11:18
|
Posts: 79 |
Thanked: 11 times |
Joined on Oct 2009
@ Norway
|
#22
|
|
2010-03-11
, 11:28
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#23
|
Can u pls post a video on how to install java aplications on nokia N900. I'm v confused..
|
2010-03-11
, 22:26
|
Posts: 162 |
Thanked: 24 times |
Joined on Feb 2010
@ Essex, UK
|
#24
|
|
2010-03-12
, 08:01
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#25
|
Does anybody know how to add more items to the microemulator menu? Or, which i'd prefer: is it possible to start an app directly from xterm and skip the microemulator menu?
At the moment i'm using seperate scripts (opera4.sh & opera5.sh) to open j2me apps, but it's obviously possible due to the presence of the menu..
Thanks, Killian
|
2010-03-12
, 08:58
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2010
|
#26
|
|
2010-03-12
, 10:01
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#27
|
|
2010-03-12
, 10:18
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#28
|
I use this command from a desktop file: java -jar /home/opt/microemulator-2.0.4/microemulator.jar --resizableDevice 800 378 /home/user/MyDocs/opera-mini-4.2.jar
Only issues i have left to figure out are launching Opera without having to click Start in MicroEmulator, and how to launch Microemulator in full screen without the title bar.
|
2010-03-12
, 14:22
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#29
|
yeah I'm trying to figure that out aswell, I'm managed to put an Icon for opera Mini but have to click start each time.
The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
|
2010-03-20
, 12:12
|
|
Posts: 90 |
Thanked: 14 times |
Joined on Mar 2010
@ Lebanon
|
#30
|
I got it to work, but only after I changed the '--resizableDevice 800 375' part. Maybe that device needs to be added to the version of MicroEmulator I used (the one from the link in the FP)?
This is what I did to get OperaMini 5 running from the menu (based on Darkgunmans instructions, italics are the differences):
---------
1. Start X-Term, type 'sudo gainroot' for root access.
2. Copy the 'jre' folder to /home/opt/ (including the Opera 5 jar & jad files)
cd to /home/opt/jre/bin and use chmod +x java to grant executable rights.
3. Create a symlink to use Java from the command line:
ln -s /home/opt/jre/bin/java /usr/bin/java
4. Navigate to: cd /usr/share/applications/hildon
5. Use the ls command to list the .desktop files in the folder
Copy an existing file with a new name:
cp x-chat.desktop microemu.desktop
6. Using Leafpad edit the fileby typing: leadpad microemu.desktop
7. The edited file should look something like this:
[Desktop Entry]
Encoding=UTF-8
Name=MicroEmu Opera
Exec=java -jar /home/opt/jre/bin/microemulator.jar --device org/microemu/device/resizable/device.xml /home/opt/jre/bin/opera-mini-5.0.17443-advanced-en.jad
Icon=Opera
Type=Application
X-Osso-Type=application/x-executable
Change the icon to anything you like. This post explains how to add your own icon. I made this one:
Save the file and look in the applications menu for the new shortcut. It should launch MicroEmulator full screen with Opera Mini ready to start (using the enter key, the start button doesn't work)
-------
The display defaults to 800x400, so it would be nice to get the 'resizabledevice' working. Does anyone know what I should do differently?