Skip to content

sumithemmadi/truecaller-on-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truecaller-on-termux

Version stars MIT Licence issues

A simple truecaller on termux

Before we begin

Before we begin you should do following things.

  1. Make sure that you install termux-api
  2. Now you should give notifications permission to termux-api.
termux-notification-list
  1. After running above command in termux,click Allow.
  2. 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
  3. Make sure that you install git and make.

Installation and Login

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.

To uninstall

make uninstall

Then stop service with below command

sv down truecallerjs
sv-disable truecallerjs

LICENSE

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.