New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Stephen Who
Old
(Last edited by Stephen Who; 29th August 2011 at 06:23 PM.)
#1  
Senior Member - OP
Thanks Meter 10
Posts: 107
Join Date: May 2011
Default Java on webtop confirmed!

This guide was taken and revamped with files included from here http://forum.xda-developers.com/show....php?t=1067662

I do not take any credit for anything besides revamping the codes to fit new filenames and making the guide a bit easier.

I finally managed to get java to work with firefox. I test out runescape and it works great on minimum graphics setting may be able set higher.

This is a guide to run Java on webtop on any firmware version and more than likely (but untested) any hdmi hacks/mods.

Prerequisites: Rooted phone and minor knowledge of how to run terminals
webtop2sd (http://forum.xda-developers.com/show....php?t=1119555) installed would be a major help simply because lxterminal is so much easier to use!
If you refuse to use webtop2sd, terminal emulator on the market will work just fine.

Download this http://www.megaupload.com/?d=PF56FTWD

Extract the ejre1.6.0_27 folder and move to phone

Copy the ejre1.6.0_27 folder to
/usr/lib/

Ingore this code if you are running from lxterminal
Code:
Quote:
su
/usr/bin/sudo -u adas bash

In lxterminal or whatever terminal

Code:
Quote:
sudo ln -s /usr/lib/ejre1.6.0_27/lib/arm/libnpjp2.so /usr/lib/firefox-addons/plugins/libnpjp2.so
sudo chmod 755 /usr/lib/ejre1.6.0_27/bin/java
sudo chmod 755 /usr/lib/ejre1.6.0_27/bin/java_vm
sudo chmod 755 /usr/lib/ejre1.6.0_27/bin/javaws
sudo chmod 755 /usr/lib/ejre1.6.0_27/bin/keytool
If you get "link failed File exists" run this. then run the ln command

Code:
Quote:
sudo rm /usr/lib/firefox-addons/plugins/libnpjp2.so
You can also use root explorer to set permission for the files
Set to this:
read write execute
X --- X----- X
X ---------- X
X ---------- X


I will try to make updates to this whenever possible.
Attached Thumbnails
Click image for larger version

Name:	stretched.jpg
Views:	847
Size:	40.3 KB
ID:	703969   Click image for larger version

Name:	1366x768.jpg
Views:	650
Size:	31.9 KB
ID:	703970   Click image for larger version

Name:	minecraft.jpg
Views:	583
Size:	20.5 KB
ID:	703971   Click image for larger version

Name:	java_verify.jpg
Views:	586
Size:	29.4 KB
ID:	703974  
The Following 6 Users Say Thank You to Stephen Who For This Useful Post: [ Click to Expand ]
 
Stephen Who
Old
#2  
Senior Member - OP
Thanks Meter 10
Posts: 107
Join Date: May 2011
If anyone could tell me an easy way to take a screenshot from the weptop I would gladly take some and upload.
 
Mossys
Old
#3  
Mossys's Avatar
Member
Thanks Meter 34
Posts: 67
Join Date: Apr 2011
Someone test Runescape >.>
Samsung Galaxy S3 I747M - Dev
 
Stephen Who
Old
(Last edited by Stephen Who; 29th August 2011 at 01:32 AM.)
#4  
Senior Member - OP
Thanks Meter 10
Posts: 107
Join Date: May 2011
Quote:
Originally Posted by Mossys View Post
Someone test Runescape >.>
I have it running flawlessly. Autosetup actually asks for high but I use safemode.

I have no idea how to post screenshots of webtop but I know its possible.

Also I'd like to add that if you do his method and download the current version... Java runs very very slow. This version is much better.
 
jerrygooch
Old
#5  
jerrygooch's Avatar
Senior Member
Thanks Meter 13
Posts: 256
Join Date: Jul 2011
Location: Conway

 
DONATE TO ME
Minecraft?!?!?! I don't have a TVs with HDMI right now or I'd try this myself!

Sent from my MB860 using xda premium
Samsung Blackjack 2 --> iPhone 3g --> iPhone 4 --> Motorola Atrix --> Galaxy sII Skyrocket --> Galaxy SIII Pebble Blue (AT&T)

iPad 2 --> Transformer Prime --> Nexus 7 16GB
 
stratax
Old
#6  
stratax's Avatar
Senior Member
Thanks Meter 112
Posts: 1,512
Join Date: Aug 2010
Location: Rolla, MO
Quote:
Originally Posted by jerrygooch View Post
Minecraft?!?!?! I don't have a TVs with HDMI right now or I'd try this myself!

Sent from my MB860 using xda premium
hell yeah!! im with you on this lol. i dont have a hd tv xd
 
Stephen Who
Old
(Last edited by Stephen Who; 29th August 2011 at 01:18 PM.)
#7  
Senior Member - OP
Thanks Meter 10
Posts: 107
Join Date: May 2011
Quite possible, I'm not a Minecrafter so I wouldnt know. But feel free to try, I dont see why it wouldn't work.

I'll try to get my hands on some screenshots later after doing some digging on how-to's and update this a little bit.
 
barry99705
Old
#8  
barry99705's Avatar
Senior Member
Thanks Meter 103
Posts: 625
Join Date: Aug 2008
You could try imagemagick. Not sure if it's in the repos though. I'm about to head off to work or I'd try it.

If it's installable just type in a terminal window.
Code:
import -window root whatever.png
Winter is coming.
 
dubyajaysmith
Old
(Last edited by dubyajaysmith; 29th August 2011 at 05:38 PM.)
#9  
dubyajaysmith's Avatar
Senior Member
Thanks Meter 17
Posts: 228
Join Date: Apr 2010
Location: ATL
Wink xfce4-screen-shooter

Quote:
Originally Posted by Stephen Who View Post
If anyone could tell me an easy way to take a screenshot from the weptop I would gladly take some and upload.


if you use xfce you can use xfce4-screen-shooter
 
Galaxy NEXUS - TORO
Atrix & Lapdock - uses Webtop2SD
XOOM
Nexus One, HTC Magic 32b, D2G

Get in a circle! Gplus.to/WJS
The Following User Says Thank You to dubyajaysmith For This Useful Post: [ Click to Expand ]
 
Stephen Who
Old
#10  
Senior Member - OP
Thanks Meter 10
Posts: 107
Join Date: May 2011
Quote:
Originally Posted by dubyajaysmith View Post


if you use xfce you can use xfce4-screen-shooter
Could you post a link to the exact download for this? I could include it in my post.