maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Screenshot of Opera Mini on N900 (https://talk.maemo.org/showthread.php?t=52062)

torshind 2010-05-06 20:18

Screenshot of Opera Mini on N900
 
1 Attachment(s)
I've installed icedtea6 from extras-testing, microemulator and opera mini. It works with touchscreen.

AndiThebest 2010-05-06 21:13

Re: Screenshot of Opera Mini on N900
 
how fast is it?

Dunsurfin 2010-05-06 21:30

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by torshind (Post 647056)
I've installed icedtea6 from extras-testing, microemulator and opera mini. It works with touchscreen.

Looks good. Any advantages over the installed browser? (Flash, speed, etc.)

I know some versions of the Opera browser operate by using proxy servers, and pushing out rendered content to the mobile telephone. For this reason, I was always reticent about using Mobile Opera for any site that required a username and password.

torshind 2010-05-06 21:32

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by AndiThebest (Post 647120)
how fast is it?

It' pretty usable; It's a bit slower than S60 version (if i remember well...)

atilla 2010-05-06 21:33

Re: Screenshot of Opera Mini on N900
 
who needs opera?????????????

torshind 2010-05-06 21:40

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by atilla (Post 647151)
who needs opera?????????????

I know it, MicroB is million times better, but it's so nice to make everything work on N900... And if you're in roaming you can save precious bandwidth!

hawaii 2010-05-06 21:51

Re: Screenshot of Opera Mini on N900
 
Opera's client and server compression is pretty darn decent. I'd used it, except for the fact that I don't quite care for my data being run through third parties, for privacy and security reasons.

Sweet, nevertheless!

munkiii 2010-05-06 21:52

Re: Screenshot of Opera Mini on N900
 
Could you post up step by step instructions of installing microemulator on the n900 and opera mini into microemulator.

I know how to install icedtea6 from extras-testing, but the rest, i don't know how.

torshind 2010-05-06 22:15

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by munkiii (Post 647174)
Could you post up step by step instructions of installing microemulator on the n900 and opera mini into microemulator.

OK!
Unzip microemulator somewhere (I used /opt/microemu).
Download opera mini jad and jar files. I put them in MyDocs dir.
Run microemulator from terminal:
java -jar /opt/microemu/microemulator.jar
This opens an ugly Java GUI... :D
Choose "Options->Select Device"
Select "Resizable device" then push OK
Choose "File->Open MIDLET file"
Select opera mini jar file then push Open
Push "Start"
Done!

mikec 2010-05-06 22:20

Re: Screenshot of Opera Mini on N900
 
opera compresses video streams like flash and lets them play on your device no?

can you tell us what it feels like with flash sites

giannoug 2010-05-06 22:25

Re: Screenshot of Opera Mini on N900
 
LOL
That guy is the Greek prime minister!

That's good for as a proof of concept! Nice job! But, who uses J2ME apps anyway?

rash.m2k 2010-05-06 22:26

Re: Screenshot of Opera Mini on N900
 
this was done quite some time ago, this is just a packaged version.

HtheB 2010-05-06 23:36

Re: Screenshot of Opera Mini on N900
 
How can I add the microemulator onb my phone menu with a nice Icon? (so the only thing I need to do is just go from my menu to click on it :)

It should basically execute this following command:
java -jar /opt/microemu/microemulator.jar

Edit:

Did anyone got eBuddy to work? (eBuddy is a multi IM from the web or java enabled phones see: www.eBuddy.com and http://get.ebuddy.com)
I downloaded the latest version (the N97 version: 1.5.0) but it only shows the eBuddy and it "loads" for ever...

:confused:

6sicSIX 2010-05-06 23:44

Re: Screenshot of Opera Mini on N900
 
Thats what i'm waiting for too lol, Anyone reckon bluetooth will ever work?

MohammadAG 2010-05-07 00:27

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by torshind (Post 647207)
OK!
Unzip microemulator somewhere (I used /opt/microemu).
Download opera mini jad and jar files. I put them in MyDocs dir.
Run microemulator from terminal:
java -jar /opt/microemu/microemulator.jar
This opens an ugly Java GUI... :D
Choose "Options->Select Device"
Select "Resizable device" then push OK
Choose "File->Open MIDLET file"
Select opera mini jar file then push Open
Push "Start"
Done!

Hmm, might get around to packaging this as a .deb

munkiii 2010-05-07 08:03

Re: Screenshot of Opera Mini on N900
 
1 Attachment(s)
I've got it to work now with your instructions, but, is there any way to make the opera mini java file install in the microemulator launcher screen, rather than having to "file -> load midlet" each time?

BTW, i've attatched a zip file for those who want an icon in their menu for Microemulator.

(All i did was edit the "Mikeys sudo gainroot shortcut" which i downloaded a while ago. So it's not really credit to me.)

I used the icon for Opera Mini, considering that this is what most people would use the application for?

You can change the icon for whatever you want, as long as it's a 64x64 png file.

DaSilva 2010-05-07 08:35

Re: Screenshot of Opera Mini on N900
 
Can you run every J2ME application with that, even games?

barteo 2010-05-07 08:41

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by munkiii (Post 647595)
I've got it to work now with your instructions, but, is there any way to make the opera mini java file install in the microemulator launcher screen, rather than having to "file -> load midlet" each time?

Newer MicroEmulator version is neccessary to do that. It can be downloaded from: http://snapshot.microemu.org/microemulator/download/

Apart of that initial MIDlet has to specified in the command:
java -cp microemulator.jar:opera-mini.jar org.microemu.app.Main Browser

barteo 2010-05-07 08:43

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by DaSilva (Post 647631)
Can you run every J2ME application with that, even games?

J2ME games should run fine, maybe some painting performance optmizations would be necessary.

HtheB 2010-05-07 10:44

Re: Screenshot of Opera Mini on N900
 
1 Attachment(s)
Quote:

Originally Posted by barteo (Post 647643)
Newer MicroEmulator version is neccessary to do that. It can be downloaded from: http://snapshot.microemu.org/microemulator/download/

Apart of that initial MIDlet has to specified in the command:
java -cp microemulator.jar:opera-mini.jar org.microemu.app.Main Browser

I wanted to use the micro emu to run eBuddy on my N900, but no luck :P
I still have a lot of java apps that is pretty useful for me.

So I think the default Java icon would be much better...
see the attached file

barteo 2010-05-07 11:19

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by HtheB (Post 647795)
I wanted to use the micro emu to run eBuddy on my N900, but no luck :P
I still have a lot of java apps that is pretty useful for me.

Detailed instruction how to run Java ME applications on Maemo is covered here:
http://code.google.com/p/microemu/wiki/Maemo

munkiii 2010-05-07 12:43

Re: Screenshot of Opera Mini on N900
 
1 Attachment(s)
Quote:

Originally Posted by HtheB (Post 647795)
I wanted to use the micro emu to run eBuddy on my N900, but no luck :P
I still have a lot of java apps that is pretty useful for me.

So I think the default Java icon would be much better...
see the attached file

Uploaded it again with Java icon.

Laughing Man 2010-05-07 13:18

Re: Screenshot of Opera Mini on N900
 
What's the chance we can run Runescape? =P

HtheB 2010-05-08 13:54

Re: Screenshot of Opera Mini on N900
 
2 Attachment(s)
Quote:

Originally Posted by barteo (Post 647846)
Detailed instruction how to run Java ME applications on Maemo is covered here:
http://code.google.com/p/microemu/wiki/Maemo

Quote:

Originally Posted by barteo (Post 647846)
Detailed instruction how to run Java ME applications on Maemo is covered here:
http://code.google.com/p/microemu/wiki/Maemo

Yeah I already can run java me apps, but the problem is that eBuddy doesn't work. See screenshot where it "crashes" (keeps loading and loading and it doesn't work)

See attached screenshots
Any help would be very appreciated

barteo 2010-05-09 08:36

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by HtheB (Post 649323)
Yeah I already can run java me apps, but the problem is that eBuddy doesn't work. See screenshot where it "crashes" (keeps loading and loading and it doesn't work)

It looks like eBuddy uses JSR-234 API (Advanced Multimedia Supplements) which is not implemented by MicroEmulator.

PUNK 2010-05-09 13:44

Re: Screenshot of Opera Mini on N900
 
support applet?

Wonko 2010-05-09 18:48

Re: Screenshot of Opera Mini on N900
 
I didn't notice this thread earlier, else I would have posted a note here too.
I uploaded a packaged version of MicroEmulator to extras.

http://maemo.org/packages/view/microemulator

It would be great if you could let me know how this runs for you.
I actually do not use it, just packaged it because of a blog article as linked in the following post:
http://talk.maemo.org/showpost.php?p...3&postcount=20

Edit: And thanks torshind for sending a link to this thread as comment :)

barteo 2010-05-10 11:17

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by Wonko (Post 650761)
I didn't notice this thread earlier, else I would have posted a note here too.
I uploaded a packaged version of MicroEmulator to extras.

http://maemo.org/packages/view/microemulator

It would be great if you could let me know how this runs for you.

I managed to install the package and successfully run Opera Mini inside the MicroEmulator.

I'd like to improve experience of MicroEmulator a bit. For the start I identified the following tasks:
1. start MicroEmulator with the full screen size by default
2. remove status bar with "Resize" button
3. implement menu bar natively (activate menu by pressing the title bar)

Anyone knows how to access the title bar menu system from Java?

HtheB 2010-05-10 15:10

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by barteo (Post 650217)
It looks like eBuddy uses JSR-234 API (Advanced Multimedia Supplements) which is not implemented by MicroEmulator.

Damn :(
Any workaround to get this to work? :p


Btw, maybe we should start a new thread for the Microemulator :)

rash.m2k 2010-05-10 15:15

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by barteo (Post 651636)
I managed to install the package and successfully run Opera Mini inside the MicroEmulator.

I'd like to improve experience of MicroEmulator a bit. For the start I identified the following tasks:
1. start MicroEmulator with the full screen size by default
2. remove status bar with "Resize" button
3. implement menu bar natively (activate menu by pressing the title bar)

Anyone knows how to access the title bar menu system from Java?

Using the latest snapshot version of microemulator it's possible.

CooL_HunK 2010-05-10 16:36

Re: Screenshot of Opera Mini on N900
 
hi there. I m just a noob, so I dont know what to do after downloading the emulator 2.4 version. plz help me after I have downloaded this to my pc. nw what should I do ?

torshind 2010-05-10 16:47

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by CooL_HunK (Post 652048)
hi there. I m just a noob, so I dont know what to do after downloading the emulator 2.4 version. plz help me after I have downloaded this to my pc. nw what should I do ?

Hi,
Ruediger Gad has packaged Microemulator, you can find it in extras-testing!

CooL_HunK 2010-05-10 17:08

Re: Screenshot of Opera Mini on N900
 
thnx torshind.

radiowc 2010-05-10 17:57

Re: Screenshot of Opera Mini on N900
 
Man! You rock!!!..works as advertise. Finally!!!

Wonko 2010-05-10 19:24

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by HtheB (Post 651933)
Btw, maybe we should start a new thread for the Microemulator :)

Thought exactly the same. ;)
I opened another thread with MicroEmulator as topic, so we avoid hijacking this thread.
http://talk.maemo.org/showthread.php?t=52341

Edit: I hope this is ok for you all..

barteo 2010-05-11 06:36

Re: Screenshot of Opera Mini on N900
 
Quote:

Originally Posted by HtheB (Post 651933)
Damn :(
Any workaround to get this to work? :p

Implement JSR-234 for Maemo :)


All times are GMT. The time now is 20:05.

vBulletin® Version 3.8.8