A simple truecaller on termux
Before we begin you should do following things.
- Make sure that you install termux-api
- Now you should give notifications permission to termux-api.
termux-notification-list
- After running above command in termux,click Allow.
- Then run
termux-notificatin-list
and see a json is showing or not. If it's not shown try enabling Auto Start for Termux:API and disable all battery optimizations. https://dontkillmyapp.com/xiaomi - Make sure that you install
git
andmake
.
First clone this repository.
git clone https://github.com/sumithemmadi/truecaller-on-termux.git
cd truecaller-on-termux
make install
Then login to your Truecaller account.
After installation you need to restart session or source this file:
source start-truecallerjs.sh
Now you ready to enable and start the truecallerjs
daemon service:
sv-enable truecallerjs
sv up truecallerjs
If you need to stop, run sv down truecallerjs
Note : If you get any error just close the termux app and reopen it.Then start truecallerjs services.
make uninstall
Then stop service with below command
sv down truecallerjs
sv-disable truecallerjs
MIT License
Copyright (c) 2021 Emmadi Sumith Kumar
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.