Giter Site home page Giter Site logo

Comments (6)

ElectroXexual avatar ElectroXexual commented on July 24, 2024

You must create "~/.termux/tasker" folder and copy your scripts there before using tasker to execute them. Type "mkdir ~/.termux/tasker" in termux to create the directory and then "cp /sdcard/your/script.sh ~/.termux/tasker/" to copy your script to that folder. Then goto tasker>plugin>configuration and you will see your scripts there.

from termux-tasker.

shingz96 avatar shingz96 commented on July 24, 2024

@ElectroXexual
i cannot open the termux in launcher , i try to download the original termux in play store, but seem Termux:Tasker or the original version can be installed either on of it only, due to the signature issue

from termux-tasker.

ElectroXexual avatar ElectroXexual commented on July 24, 2024

Have you tried uninstaling and reinstalling termux and it's plugins from f-droid? or all from playstore?

from termux-tasker.

fornwall avatar fornwall commented on July 24, 2024

@shingz96 You need to install Termux and it's plugin from the same source - either Google Play or F-Droid. It doesn't work with mixing sources due to permissions issues (the signature needs to be the same).

from termux-tasker.

yassine-safraoui avatar yassine-safraoui commented on July 24, 2024

for the people who didn't know what does the path "~/.termux/tasker" mean because of this weird ~ symbol that made no sense to me personally, this symbol means the home directory the termux starts at by default, so to create this directory you have to execute "cd ~" in the termux shell ofc to make sure that you're in the right place, and then you should create the .termux directory using the command "mkdir .termux" and then cd into it by typing "cd .termux" and then run "mkdir tasker" to create the tasker folder and "cd tasker" to go into it and then you can put your scripts there, I used nano which is a basic shell text editor that did get the job done of creating a simple script to test if everything is working properly

from termux-tasker.

 avatar commented on July 24, 2024

weird ~ symbol that made no sense to me personally

Well, maybe "~" is meaningless for you but not for shell. ~ is a standard shell shortcut for home directory.

so to create this directory you have to execute "cd ~" in the termux shell ofc to make sure that you're in the right place, and then you should create the .termux directory using the command "mkdir .termux" and then cd into it by typing "cd .termux" and then run "mkdir tasker"

Very long! Can be done by just mkdir -p ~/.termux/tasker.

from termux-tasker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.