Skip to content

fuqiuluo/Portal

Repository files navigation

Portal

FOSSA Status

秋夜长,殊未央,月明白露澄清光,层城绮阁遥相望。

QQ交流群:599533037(搜索不到请扫描下方二维码)

QRCODE

The virtual positioning module based on LSPosed only provides Hook system services to achieve virtual positioning, and cannot be integrated into the APP.

The purpose of this application is to help developers debug the simulation tool of the location information program, and the application will automatically create features once it is installed and launched。

Note

中文地区特供:

  1. 本项目遵循[Apache-2.0 license],仅限于非商业用途的学习、研究目的,禁止用于任何违法行为。
  2. 未经书面授权,禁止修改、反向工程、重新包装或分发本项目的名称、代码及衍生作品。
  3. 使用者需承诺遵守相关法律法规,因滥用导致的后果由行为人自行承担,与本项目开发者无关。
  4. 开发者保留对违反本协议的行为追究法律责任的权利。

Warning

  • 一旦有任何人使用Portal进行任何违法行为,请立即收集证据举报。
  • 禁止以违法目的使用Portal/分发Portal,否则后果自负。 任何企业/组织/个人不得以任何形式使用Portal进行违法行为,否则后果自负。
  • 如有企业/组织/个人因为Portal导致的任何法律纠纷,Portal开发者概不负责。
  • 若有企业/组织/个人因为Portal导致出现任何损失,业务中断,Portal将最大程度协助您的调查。
  • Portal开发者保留对Portal的最终解释权。

How to detect Portal?

  • Portal will create a notification when it is running, and you can check the notification to see if Portal is running.
  • Portal will add extra to the Location, you can check it to see if Portal is running.
if (location.extras == null) {
    location.extras = Bundle()
}
location.extras?.putBoolean("portal.enable", true)
location.extras?.putBoolean("is_mock", true)

Features

  • Portal will create a notification when it is running.
  • Portal will add extra to the Location.
  • Portal will mock in any case.
  • Portal will mock the gps status.
  • Portal will mock the cell info.
  • Portal will mock the wifi info.
  • Portal will mock the sensor info.
  • Portal can move position by rocker.
  • Portal can set the speed in the settings.
  • Portal can set the altitude in the settings.
  • Portal can set the accuracy in the settings.
  • Portal will change the bearing when moving.

Thanks

License

FOSSA Status