短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Tele****机器人、Server酱、PushPlus、手机短信等。包括主动控制服务端与客户端,让你轻松远程发短信、查短信、查通话、查话簿、查电量等。(V3.0 新增)PS.这个APK主要是学习与自用,如有BUG请提
Go to file
malsony d6de5644f2 Merge https://github.com/pppscn/SmsForwarder 2021-12-23 09:39:33 +08:00
.github/workflows Android CI 2021-11-22 18:15:57 +08:00
app Merge https://github.com/pppscn/SmsForwarder 2021-12-23 09:39:33 +08:00
doc 整理:更新《向设置的url发送POST/GET请求》 2021-11-26 15:40:23 +08:00
gradle/wrapper 引入Lombok & 升级gradle版本 2021-09-25 21:50:44 +08:00
pic 更新readme 2021-12-08 21:59:37 +08:00
.gitignore 更新readme 2021-12-08 21:59:37 +08:00
.gitmodules 重新梳理代码 2021-09-29 00:23:44 +08:00
LICENSE Initial commit 2021-02-10 10:23:07 +08:00
README.md Update of translation. Todo: multiple rules. 2021-12-22 17:36:18 +08:00
README_en.md Update of translation. Todo: multiple rules. 2021-12-22 17:36:18 +08:00
_config.yml 初始化 2021-02-10 14:38:05 +08:00
build.gradle 增加配置导出导入功能(一键克隆) 2021-10-14 15:49:32 +08:00
gradle.properties 新增:监听其他APP通知信息 2021-11-13 18:01:50 +08:00
gradlew 初始化 2021-02-10 14:38:05 +08:00
gradlew.bat 初始化 2021-02-10 14:38:05 +08:00
settings.gradle 新增:监听其他APP通知信息 2021-11-13 18:01:50 +08:00
version.properties 优化:电池状态监听(剩余电量预警上下限,电池状态改变) 2021-12-07 09:58:05 +08:00

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:

工作流程

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;
  • 转发到ServerChan(Server酱·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;

Screenshot:

Docking in Ntf. screen Main screen Forward rules Forward detail
前台服务常驻状态栏 应用主界面 转发规则 转发详情
Test of Fw. rule(s) Multiple rules Supported senders Add/Edit DingTalk sender
添加/编辑转发规则 多重匹配规则 发送通道 添加/编辑发送通道钉钉
Add/Edit E-mail sender Add/Edit Bark sender Add/Edit Webhook Add/Edit WeCom Bot sender
添加/编辑发送通道邮箱 添加/编辑发送通道Bark 添加/编辑发送通道网页通知 添加/编辑发送通道企业微信群机器人
Add/Edit Telegram Bot sender Add/Edit ServerChan Turbo sender Add/Edit WeCom Group sender Settings
添加/编辑发送通道Telegram机器人 添加/编辑发送通道Server酱·Turbo版 添加/编辑发送通道企业微信应用 应用设置
About/Update RegEx & specific SIM slot SMS Fw. template w/ SIM slot info. Add/Edit an SMS forwarding rule
在线升级 支持正则匹配规则 & 支持卡槽匹配规则 转发短信模板增加卡槽标识 添加/编辑发送通道其他手机短信
Add/Edit FeiShu Bot sender Import and export (one-key cloning) Listen to ntf. of other Apps and fw. Get App pkg name(s)
添加/编辑发送通道飞书 增加配置导出导入功能(一键克隆) 监听其他APP通知信息并转发 获取所有应用列表(方便复制APP包名)

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