You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
pppscn 4c1497490e 整理 README.md 2 years ago
.github/workflows 新增:定时发布 每夜构建 版本(北京时间:23:30) 2 years ago
app 优化:去除 tg转发‘#‘号被替换为’井‘(issues #142) 2 years ago
doc add Cloudflare proxy tg_bot (#141) 2 years ago
gradle/wrapper 优化:GitHub Action 打包脚本 2 years ago
pic 整理:更新readme 2 years ago
.gitignore 更新readme 2 years ago
.gitmodules 重新梳理代码 3 years ago
LICENSE Initial commit 3 years ago
README.md 整理 README.md 2 years ago
README_en.md 整理 README.md 2 years ago
_config.yml 初始化 3 years ago
build.gradle 优化:去除 tg转发‘#‘号被替换为’井‘(issues #142) 2 years ago
gradle.properties 新增:监听其他APP通知信息 3 years ago
gradlew 初始化 3 years ago
gradlew.bat 初始化 3 years ago
settings.gradle 新增:监听其他APP通知信息 3 years ago
version.properties 优化:去除 tg转发‘#‘号被替换为’井‘(issues #142) 2 years ago

README_en.md

SmsForwarder

SmsForwarder

中文版

GitHub release GitHub stars GitHub forks GitHub issues GitHub license

SmsForwarder - listens to SMS, incoming calls, and App notifications on Android mobile devices, and forward according to user defined rules to another App/device, including DingTalk, WeCom and WeCom Group Bot, Feishi Bot, E-mail, Bark, Webhook, Telegram Bot, ServerChan, PushPlus, SMS, etc.

Download

⚠ Repo address: https://github.com/pppscn/SmsForwarder/releases

⚠ Repo mirror in China: https://gitee.com/pp/SmsForwarder/releases

⚠ Internet storage: https://wws.lanzoui.com/b025yl86h, access password: pppscn

⚠ CoolAPK.com: https://www.coolapk.com/apk/com.idormy.sms.forwarder

Manual

⚠ GitHub: https://github.com/pppscn/SmsForwarder/wiki

⚠ Gitee: https://gitee.com/pp/SmsForwarder/wikis/pages


NOTE

  • Any code/APK of SmsForwarder related to the this repository is for test, study, and research only, commercial use is prohibited. Legality, accuracy, completeness and validity of any code/APK of this repo is guaranteed by NOBODY, and shall only be determined by User.

  • pppscn and/or any other Contributor to this repo is NOT responsible for any consequences (including but not limited to privacy leakage) arising from any user's direct or indirect use or dissemination of any code or APK of SmsForwarder, regardless of whether such use is in accordance with the laws of the country or territory where such user locates or such use or dissemination occurs.

  • Should any entity finds the code/APK of this repo infringing their rights, please provide notice and identity and proprietorship document, and we will delete relating code/APK after examining such document.

  • Privacy: SmsForwarder collects absolutely NO any of your personal data!! Except 1) version information to umeng.com for stats as the App starts, and 2) version number when manually check for update, SmsForwarder is NOT sending any data without users' knowledge.


Features and standards

Simplicity - SmsForwarder does two things only: Listen to "SMS service/Incoming calls/App notifications", and forward according to rules specified by user.

Benefit by simplicity:

  • Efficient: (It's inconvenient to read the security codes such as OTP on a mobile phone, when you are using another device; and no solution satisfices our needs)

    • AirDroid: Too many functionalities, power consuming, requiring to many permissions, data relayed by a 3rd party, paid premium service...
    • IFTTT: Too many functionalities, power consuming, requiring to many permissions, data relayed by a 3rd party, paid premium service...
    • And other Apps (e.g. Tasker) with similar features.
  • Energy friendly: listens to broadcast only when running, and forwards message only when texts are received and logs recent forwarding contents and status.

  • Endurance: "Simplicity is the Ultimate Sophistication." The simpler the code is, the less it errs or crashes; that is what make the app runs longer.

Workflow:

Workflow

Features:

  • Listen to SMS service, and forward according to user-defined rules (SMS contents to destination);
  • Forward to DingTalk Bot (to a group chat and @SOMBODY);
  • Forward to E-mail (SMTP with SSL encryption);
  • Forward to Bark;
  • Forward to webhook (a single web page sending POST/GET requests to a designated URL);
  • Forward to WeCom Bots;
  • Forward to WeCom enterprise channels;
  • Forward to ServerChan·Turbo;
  • Forward to Telegram Bots (Proxy support ready);
  • Forward to another mobile phone via SMS [Note: Paid service, carriers may charge for SMS forwarding. SMS forwarding should apply with filtered rules when device has no Internet access.]
  • Check for new version and upgrade;
  • Cache purge;
  • Compatible with Android 5.xx, 6.xx, 7.xx, 8.xx, 9.xx, and 10.xx;
  • Support for dual SIM slots smartphones and label different slots/carrier/phone number (if available);
  • Support for multi-level rules;
  • Support for customized labeling of SIM slots and device, and customized forwarding templates;
  • Support for rules with regular expression
  • Support for rules for different SIM slots;
  • Forward missed call information (forwarded by SIM1 slot by default);
  • Retry 5 times after a failed request (customized interval time, stop retrying once successfully request);
  • Forward to FeiShu Bot;
  • Customized scheme (forwarder://main) wake up other Apps;
  • Monitor of battery status changes;
  • I18n support (Chinese and English currently);
  • Support for setting import and export functions (One-key cloning);
  • Listen to notifications of other Apps and forward;
  • Forward to PushPlus;
  • Support for customized template of forwarding rules (default template overrides if left blank);
  • Support for variables in regular expression of forwarding rules;
  • 转发到 Gotify发送通道自主推送通知服务
  • 被动接收本地 HttpServer
  • 主动轮询远程 SmsHub Apiv2.5.0+已删除)
  • 适配暗夜模式

Screenshots :

前台服务常驻状态栏 应用主界面 发送通道 转发规则
前台服务常驻状态栏 应用主界面 发送通道 转发规则
转发规则--短信转发 转发规则--通话记录 转发规则--APP通知 转发日志详情
短信转发 通话转发 通知转发 转发日志详情
设置界面--总开关 设置界面--电量监控&保活措施 设置界面--个性设置 一键克隆(配置导出导入)
设置界面--总开关 设置界面--电量监控&保活措施 设置界面--个性设置 配置导出导入功能(一键克隆)

更多截图参见 https://github.com/pppscn/SmsForwarder/wiki


Feedback and suggestions:

  • Submit an issue or Pull Request.
  • Join group chat (only Chinese groups/channels available currently)
DingTalk QQ user group #1: 562854376 QQ user group #2: 31330492 WeCom
钉钉客户群 QQ交流群:562854376 QQ交流群:31330492 企业微信群

Acknowledgements

Thanks to the projects below, SmsForwarder won't exists without them!


Star this repo if you find this application useful!

starcharts stargazers over time


LICENSE

BSD