Difference between revisions of "CR48-JavaVNC"

From eLinux.org
Jump to: navigation, search
(Created page with "=Installing VNCViewer= ===NOTE: Your device needs to be rooted before you can continue.=== <br><br> *Open up a shell on the cr-48, and <code> sudo su <br>mkdir /...")
 
(Added to category CR48)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
=Installing VNCViewer=
 
=Installing VNCViewer=
  
===NOTE: Your device needs to be [[CR48-rooted|rooted]] before you can continue.===
+
===NOTE: Your device needs to be [[CR48-rooting|rooted]] before you can continue.===
 
<br><br>
 
<br><br>
 
*Open up a shell on the cr-48, and
 
*Open up a shell on the cr-48, and
Line 21: Line 21:
 
</code>
 
</code>
 
*However, since there are no close window widgets, there's two ways to disconnect.. either navigate to the vnc server icon once connected, and tell it to disconnect you. or, kill it from the terminal.
 
*However, since there are no close window widgets, there's two ways to disconnect.. either navigate to the vnc server icon once connected, and tell it to disconnect you. or, kill it from the terminal.
 +
<br><br><br>[[CR48|Back to CR48 Home]]
 +
 +
[[Category:CR48]]

Latest revision as of 14:30, 12 April 2011

Installing VNCViewer

NOTE: Your device needs to be rooted before you can continue.



  • Open up a shell on the cr-48, and

sudo su
mkdir /mnt/stateful_partition/opt (if you haven't already)
cd /mnt/stateful_partition/opt
wget http://www.calliesfarm.com/chromeos/java.tar.gz
wget http://www.calliesfarm.com/chromeos/vncviewer.tar.gz
tar -zxvf java.tar.gz
tar -zxvf vncviewer.tar.gz
rm -rf java.tar.gz vncviewer.tar.gz
ln -s /usr/bin/java jre1.6.0_23/bin/java
mv vncviewer/vncviewer /usr/bin

  • After it's installed, you should be able to run

vncviewer

  • However, since there are no close window widgets, there's two ways to disconnect.. either navigate to the vnc server icon once connected, and tell it to disconnect you. or, kill it from the terminal.




Back to CR48 Home