Skip to content

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")

Notifications You must be signed in to change notification settings

postkevone/ankionandroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

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

About

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")

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published