Skip to content

Android 16+ hotspot trigger workaround via intents #42

Description

@Ven0mstrike42

Automated hotspot triggering doesn't work in the app but a workaround exists using https://github.com/RikkaApps/Shizuku and https://github.com/supershadoe/delta to enable advanced hotspot settings. Currently this can be called using a macro app like Tasker to set up triggers using intents. Maybe possible to add this support to the app.

Current setup looks like this
Hotspot on:
Action: dev.shadoe.delta.action.START_SOFT_AP
Cat: none
Package: dev.shadoe.delta
Class: dev.shadoe.delta.SoftApBroadcastReceiver
Target: Broadcast Receiver

Hotspot off:
Action: dev.shadoe.delta.action.STOP_SOFT_AP
Cat: none
Package: dev.shadoe.delta
Class: dev.shadoe.delta.SoftApBroadcastReceiver
Target: Broadcast Receiver

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions