home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Applications and Operating Systems
Ask a Tech Support Question (free)!

Deploying Opera Mini under Windows

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1839
Discussions: 200,901, Posts: 2,378,847, Members: 246,270
Old April 9th, 2008, 10:39 PM   Digg it!   #1 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,965
Blog Entries: 15
Cool
Deploying Opera Mini under Windows

Long story short, the Opera Mini web browser is essentially an user interface. Much of the actual processing is done via Opera's intermediate servers, with content optimized and compressed on the back-end for delivery over the Internet to the Opera Mini front-end.

Despite being designed for smartphones and similar handheld devices, there are a couple of good reasons for deploying Opera Mini on the Windows platform. Most importantly, web developers can verify their code against the Opera Mini rendering engine. Opera Mini can also provide a rather nice alternative web browser in bandwidth-limited situations, such as using a dialup connection, since Opera's intermediate servers optimize and compress content.

MicroEmulator: The Key to Opera Mini under Windows

Opera Mini is developed as a Java Micro Edition (J2ME) application. Windows applications developed using Java are typically more associated with the Java Standard Edition (J2SE) platform. Enter MicroEmulator, an implementation of J2ME under J2SE.

Deploying Opera Mini under Windows
  1. Be sure you have the latest Java Runtime Environment (JRE) for Windows installed.
  2. Download and extract the latest release of MicroEmulator to a desired directory. You want the actual program, not the source files. If you need a compatible compression utility, it suggest 7-Zip. Be sure to completely decompress and unarchive the entire archive, which could require a couple of steps depending upon the compression utility used.
  3. Download the Opera Mini *.jad and *.jar files to the same directory.
  4. Launch "microemulator.jar" in the directory by double clicking the file. If it fails to load, verify you have the latest JRE installed (step 1). If it still fails, you can instead try using "java -jar microemulator.jar" from the command line in the directory.
  5. With MicroEmulator now open, click options, select device, then add. Navigate to the directory where MicroEmulator is installed, then enter the devices directory. Select the "microemu-device-resizable.jar" device file, then click open. Set the newly selected device as the default. Click OK to proceed.
  6. Click the resize button in the lower right-hand corner of MicroEmulator. Enter your desired dimensions, such as the common 800x600 or 1024x768 formats. Click OK. The MicroEmulator interface will scale to the entered dimensions.
  7. Click file, click open JAD file, navigate to the required directory if needed, select the "opera-mini-4.0.10406-advanced-int.jad" file, then click open.
  8. An Opera Mini selection should now appear in the MicroEmulator interface. Select it, and click start. Opera Mini should load. Read the EULA, then click accept if you agree with the software terms.
  9. With Opera Mini now loaded, enter a web site address and start surfing.
  10. A few notes. First, Opera Mini is designed primarily as a point-and-click interface, so keyboard shortcuts are largely useless. Second, you can improve image quality at the expense of increased bandwidth by clicking menu, tools, settings, then configuring your desired image compression level. You can also configure the desired text font size from the settings interface, along with various other configuration options.
Assuming everything is working, you should have something resembling the following graphic (click to enlarge):

__________________
Robert Richmond | TechIMO Community Relations Director
Infinite perceptions. One reality.
FanFiction.Net - Unleash your imagination.
RobRich is online now   Reply With Quote
Old April 9th, 2008, 10:47 PM     #2 (permalink)
\m/(°-°)\m/
 
KarmaKiller's Avatar
 
Join Date: Feb 2007
Location: In my room
Posts: 12,764
Blog Entries: 5
Send a message via MSN to KarmaKiller Send a message via Yahoo to KarmaKiller

I'll be playing with that soon...

Thanks RR!
__________________
Folding for Team TechIMO!
|
Q6600@4ghz| Team Stats|
My RIG
KarmaKiller is offline   Reply With Quote
Old April 9th, 2008, 11:59 PM     #3 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,965
Blog Entries: 15
Quote:
Originally Posted by KarmaKiller View Post
Thanks RR!

Welcome!
RobRich is online now   Reply With Quote
Old April 10th, 2008, 12:21 AM     #4 (permalink)
ATI 4850 FTW!
 
#43 fan's Avatar
 
Join Date: Mar 2005
Location: Midwest
Posts: 5,378
Send a message via AIM to #43 fan
I'm going to try it.
But, I must sleep first.
__________________
http://www.ubuntu.com
#43 fan is offline   Reply With Quote
Old April 10th, 2008, 08:53 AM     #5 (permalink)
ATI 4850 FTW!
 
#43 fan's Avatar
 
Join Date: Mar 2005
Location: Midwest
Posts: 5,378
Send a message via AIM to #43 fan
Ok, I downloaded all three necessary files. Unfortunately, I can't get microemulator to run. I downloaded it from Sourceforge, but it seems to be a tar file (.tar.gz). I decompress it into a .tar via 7-zip. I've also downloaded the latest Java run time environment, to no avail.
I also tried re-downloading the Opera mini files, to no avail.
Any thoughts? Also tried using commandline, to no effect; unable to access .jar file.
#43 fan is offline   Reply With Quote
Old April 10th, 2008, 09:34 AM     #6 (permalink)
Senior Member
 
excuzzzeme's Avatar
 
Join Date: Jun 2003
Posts: 968
Send a message via AIM to excuzzzeme Send a message via MSN to excuzzzeme Send a message via Yahoo to excuzzzeme
I use MiniMo (mni-Mozilla) on my phone to surf the 'net. Loads faster and cleaner than IE for me. Will have to try Opera. (Have been using MiniMo for about 3 years). I don't use my phone for e-mail though. I use phone for documents that can't wait until I get on PC. I use Windows Mobile 5.0
__________________
Only two defining forces have ever offered to die for you,
Jesus Christ and the American G. I. One died for your soul; The other for your freedom
excuzzzeme is offline   Reply With Quote
Old April 10th, 2008, 12:01 PM     #7 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,965
Blog Entries: 15
Quote:
Originally Posted by #43 fan View Post
Ok, I downloaded all three necessary files. Unfortunately, I can't get microemulator to run. I downloaded it from Sourceforge, but it seems to be a tar file (.tar.gz). I decompress it into a .tar via 7-zip. I've also downloaded the latest Java run time environment, to no avail.
I also tried re-downloading the Opera mini files, to no avail.
Any thoughts? Also tried using commandline, to no effect; unable to access .jar file.

Be sure to unarchive the tar as well, thus me noting the possibility of a couple of steps in the extraction process. You should end up with several files and a few directories.
RobRich is online now   Reply With Quote
Old April 10th, 2008, 07:36 PM     #8 (permalink)
ATI 4850 FTW!
 
#43 fan's Avatar
 
Join Date: Mar 2005
Location: Midwest
Posts: 5,378
Send a message via AIM to #43 fan
How to unarchive (just extract?)?
I have 7zip.
#43 fan is offline   Reply With Quote
Old April 10th, 2008, 09:43 PM     #9 (permalink)
ATI 4850 FTW!
 
#43 fan's Avatar
 
Join Date: Mar 2005
Location: Midwest
Posts: 5,378
Send a message via AIM to #43 fan
I got it installed. Had to decompress the .tar file, too.
#43 fan is offline   Reply With Quote
Old April 11th, 2008, 12:46 AM     #10 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,965
Blog Entries: 15
Quote:
Originally Posted by #43 fan View Post
I got it installed. Had to decompress the .tar file, too.

RobRich is online now   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Opera 8.01 for windows yclyde Applications and Operating Systems 0 June 3rd, 2005 04:33 PM
deploying a security policy in AD thelonegunman Applications and Operating Systems 0 April 11th, 2005 09:31 PM
Mini Ipod + Windows 98 jutah General Tech Discussion 6 May 31st, 2004 07:27 PM
an opera 6/7 question (windows) S.D.Willie Applications and Operating Systems 5 December 8th, 2002 07:25 PM
VB.NET - Deploying package for network exe vass0922 Webmastering and Programming 2 September 22nd, 2002 07:30 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (2794)
Is the PSU I received dead? (6)
Install XP pro and a Vista laptop ?.. (6)
Foreign voltage (5)
California Passes Anti-Flat-HDTV Le.. (38)
New Computer wont recognize XP disc (7)
A good PSU? (9)
Fox uses old news clips to inflate .. (33)
HIS HD5770 graphic card question (10)
Dept. of HS: NSA 'Helped' Develop V.. (12)
Print spooler problem (5)
EVGA 9800 gtx help with finding a g.. (5)
Mysterious Boot manager (9)
Ideal cheap graph card for PC-Gamin.. (12)
Recent Discussions
Is the PSU I received dead? (6)
Install XP pro and a Vista laptop ?? (6)
HP Pavillion Laptop ze4220 won't turn.. (7)
HIS HD5770 graphic card question (10)
Dept. of HS: NSA 'Helped' Develop Vis.. (12)
Foreign voltage (5)
Convert 5 pin Keyboard to USB (11)
Print spooler problem (5)
hybernate option (2)
Steam ID's, Gamertags etc... (1)
New Computer wont recognize XP disc (7)
World's largest Monopoly Game using G.. (328)
A good PSU? (9)
Modern Warfare 2: Who Bought It? (60)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (28)
blender help (2)
Hard drive freezes boot (1)
Mysterious Boot manager (9)
System recovery disk maker (2)
Like New Wacom 12x19 Intuos 3 + Grip .. (1)
windows 7 internet problem (3)
EVGA 9800 gtx help with finding a goo.. (5)
New Build the Montior is blank (8)
Skillsoft Network+ Study Software Que.. (8)
Ideal cheap graph card for PC-Gaming? (12)


All times are GMT -4. The time now is 10:39 PM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28