Skip to content

Latest commit

 

History

History
62 lines (61 loc) · 2.02 KB

README.md

File metadata and controls

62 lines (61 loc) · 2.02 KB

This is a guide on how you can run the desktop version of Anki on android using Termux and the andronix modded version of Manjaro (also known as "Androjaro")


YouTube Tutorial

youtube tutorial


  • Install termux
  • Setup the storage folders and give storage permission
termux-setup-storage
  • Update all the termux packages installed (type 'Y' if requested)
apt update && apt upgrade
  • Install the andronix app
  • Install modded manjaro (it costs 2$ but this tutorial should also work with the free version as well)
  • Paste the token into Termux and wait until the download is completed
  • Start androjaro
./start-androjaro.sh
  • Start the VNC Server
vncserver-start
  • Install "VNC Viewer" from the play store
  • Open it, create a new connection on localhost and give it a name
localhost:1
name
  • Start androjaro and adjust your display settings
  • From the file manager find and open the following file:
/etc/pamac.d/mirrorlist
  • Delete everything and paste the following link:
http://manjaro-arm.moson.eu/arm-stable/$repo/$arch
  • Open the terminal and update all the pacman packages (takes up to 3/4 hours depending on your downloading speed)
sudo pacman -Syu && sudo pacman-key --init && sudo pacman-key --populate && sudo pacman -Syu
  • Install mplayer
sudo pacman -S mplayer
sudo pacman -U filename

(drag the downloaded file into the terminal, it will automatically generate the path directory)

  • You can now access anki from the Educational Software folder
  • When you're done, remember to always terminate the vncserver by typing:
vncserver-stop