run opera mini on pc full screen microemulator tutorial

:-REQUIRE-:
1)DOWNLOAD AND INSTALL JAVA
2)MICROEMULATOR.ZIP DOWNLOAD HERE
3)OPERA MINI ANY VER. AND HANDLER ALSO WORKS
:-BENEFIT-:
YOU USE HANDLER APPS ON IT AND RUN FREE OF COST BY HANDLER TRICK
:-PROCEDURE-:
UCWEB on the PC via Microemulator:

1) Download Java Runtime Environment from Sun MicroSystems here

2) Download Microemulator from Microemu.org (Open Source) here

3) Download UCWEB 6.1 official english version jar and jad file from the attachments

4) Download JadMaker to make jad files from the attachments(Incase you choose to use a different UCWEB version)


5) Install JRE

6) Extract the microemulator to any folder on the system.

7) place both UCWEB jar and jad file inside the apps folder of microemulator.

To create a shortcut for launching UCWEB:

1) Open the microemulator folder

2) Right-click microemulator and create shortcut

3) Now rifht-click the shortcut created, rename as ucweb.

4) Once again right-click and go to properties, copy and paste the following into the "Target" box,
Copy to clipboard
Code:
C:\WINDOWS\system32\java.exe -cp microemulator.jar;lib/microemu-jsr-75.jar org.microemu.app.Main --impl org.microemu.cldc.file.FileSystem org.microemu.examples.fcview.FCViewMIDlet apps\UCWEB6-60-300-70-08072818.jad
Note


1. If you have installed JRE in a different drive than "C:\" change the location accordingly

2. If you choose a different version of UCWEB change the name of the jad file accordingly.

To enable full screen in Microemulator:

1) Open the ucweb shortcut

2) Click on options-select device.

3) Click on add device, go to devices folder under microemulator folder and choose "microemu-device-resizable" and set it as default


4) Now just click on the maximize button.

To enable JSR75(i.e file downloading):

1) Go to the root drive-documents and settings-current user-.microemulator. For instance the loacation on my PC is
Copy to clipboard
Code:
C:\Documents and Settings\Athiq.AAA-F0AC1C2ADC9\.microemulator
2) replace the config2.xml file with the one in the attachments

3) In te same .microemulator folder create a new folder named "File System"

4) Inside the "File System" folder create 2 folders called "C" and "E"




Proxy Configuration:

To configure Microemulator for proxy based networks, edit the config2.xml file found inside C:/documents and settings/(computer user)/.microemulator/config2.xml as follows(Here i am using the proxy settings for Airtel NOP)

<config>

    ...

    <system-properties>

    <system-property name="http.proxyHost" value="100.1.200.99">


</system-property>

    <system-property name="http.proxyPort" value="8080"></system-property>

    <system-property name="http.nonProxyHosts" value="localhost"></system-property>


   </system-properties>

    ...

</config>

If you use a different proxy change the proxy address and post accordingly. Good luck

Note:Make sure you dont remove the codes for filesystem otherwise jsr75 wont work.

1 comment: