Skip to content

Instantly share code, notes, and snippets.

@jaffry
Last active December 25, 2016 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaffry/4a0326e3d8d0b6bf7b4809f2cd1ea9c6 to your computer and use it in GitHub Desktop.
Save jaffry/4a0326e3d8d0b6bf7b4809f2cd1ea9c6 to your computer and use it in GitHub Desktop.
[Ubuntu] Basic installer commands for the terminal
//Install Oracle Java 8
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
//Install Xperifirm
sudo apt-get install mono-complete
sudo cert-sync /etc/ssl/certs/ca-certificates.crt
sudo certmgr -ssl -m https://software.sonymobile.com
mono XperiFirm.exe
//Android SDK Instructions to figure out
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment