View Categories

Installing Saleculator on Android Tab/Phone

1 min read

Table of Contents

This document will guide you on how to install Saleculator on your Android Tab or Phone


Procedure #

Android Installation New Method
(Support all distributions)

  1. Install Userland bVNC Free from Play store
  2. Add Ubuntu distribution in Userland, give username and password (Note down the suername and password)
  3. Start Userland and in the command line enter below commands:
sudo apt-get update
sudo apt-get install default-jdk
sudo apt-get install nano
sudo apt-get install unzip
sudo mkdir /opt/Saleculator
sudo apt-get install wget
cd /opt/Saleculator
sudo wget saleculator.com/download/SaleculatorPDALib.zip
sudo wget saleculator.com/download/SaleculatorPDA1u19.zip
sudo unzip SaleculatorPDALib.zip
sudo unzip SaleculatorPDA1u19.zip
  1. Add Saleculator to autostart: (To enable autostart everytime you turn on the device)
sudo nano ~/.profile
(Add below line at the end of file)
java -jar /opt/Saleculator/SaleculatorPDA.jar
CTRL+X, Y, Enter
  1. Fix resolution:

Check device resolution: (Visit the below website from your Tab/Phone)
bestfirms.com/what-is-my-screen-resolution/
Enter below lines: (In the Command Line)
nano .vncrc
$geometry = “732×412”;
CTRL+X, Y, Enter

6. Close userland and open it again. Select sessions (you can see it below). Press and hold ‘ubuntu >apps’. Stop the session.

7. Click on apps (you can see it below). Press and hold ‘ubuntu’ and select ‘app info’. Then select ‘vnc’. It will directly go to play store to install bVNC if you don’t have one already.

After the installation click on ubuntu distribution again. It will automatically open bVNC player and will run saleculator shortly.

0 Comments

Leave a Reply

Arrow-up