Thread
Print

Tutorial: UCWEB on the PC via Microemulator

Tutorial: UCWEB on the PC via Microemulator

Foreword: Thanks to Ilya Grishin from Mobile-Review. This is an adaptation of the original tutorial posted here
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:(See Screenshots)
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.
Sreenshots:

[ Last edited by jbpseudo at 16-2-2009 17:13 ]
Attachment: Your usergroup does not have permission to access attachments
Recent Ratings

TOP

great thanks

TOP

Hey bro
Nice work!
∷∷∷

So long all,I'll leave for a long time.

TOP

Hi athik,

*** The author has been banned or deleted ***

TOP

Thanks buddies . In case you get struck with any of the above steps feel free to ask. I will explain with more screenshots if necessary.

TOP

Your welcome Athik,

*** The author has been banned or deleted ***

TOP

To jbpseudo

Great work bro

TOP

Avisek

*** The author has been banned or deleted ***

TOP

Hi all,

*** The author has been banned or deleted ***

TOP

To Nasir

No bro i don't have Pc
just a N72 am going to get pc after i pass 12

TOP

I'll try it on sunday, and then tell you my experience.

TOP

That would be great bro

TOP

Hi all,

*** The author has been banned or deleted ***

TOP

when i change font to large..ucweb not change font size .still small

TOP

Quote:
Original posted by noufalz at 18-11-2008 09:38
when i change font to large..ucweb not change font size .still small
Fonts that are supplied by the JVM would only be available for Microemulator. So i think this is a known issue and cant be solved

TOP

Thread