[Tutorial] Use latest Anki Desktop on Android

Latest Anki and vncserver preinstalled. Just download and start vnc server to run Anki.

Source

GitHub - infinyte7/manjaro-fs-arm64: Manjaro rootfs with xfce4 and vncserver preinstalled. Just se

Source: Anki ARM python wheel

GitHub - infinyte7/anki-arm64

Tutorial

  1. Install Termux from F-Droid and RealVNC from play store

  2. Copy following commands then paste and run it in Termux

    pkg install wget && wget https://raw.githubusercontent.com/infinyte7/manjaro-fs-arm64/main/manki.sh && chmod +x manki.sh && ./manki.sh
    
  3. Install missing dependencies. (For audio)

  4. Select Install the latest rootfs

  5. Specify the installation directory

  6. Wait for download to complete

  7. Enter new username

  8. Enter new password

  9. Add Manjaro default theme
    Copy and run in Termux (Manjaro proot) to copy default overlays. Make backup of $HOME/.config folder.

     cp -r /etc/skel/.config $HOME
    
  10. Now run vncserver

    vncserver-start
    
  11. Open RealVNC app and connect to address as shown on screen

    Address
    localhost:1
    
    Name
    Manjaro
    
  12. Now run Anki

  13. Before exiting from Termux stop vncserver

    vncserver-stop
    

    or

    vncserver -kill :1
    
4 Likes