Catfriend1 / syncthing-android

Syncthing-Fork - A Syncthing Wrapper for Android.
Mozilla Public License 2.0
1.93k stars 57 forks source link

[Feature request]: Support Shizuku/Sui for syncing Android/data and Android/obb rootlessly #1123

Closed FixItKit closed 2 months ago

FixItKit commented 2 months ago

Shizuku is an app that can give apps adb privileges. Sui is Shizuku as a Magisk module. With these privileges Syncthing-Fork will be able to sync in Android/data and Android/obb rootlessly.

https://github.com/RikkaApps/Shizuku https://github.com/RikkaApps/Shizuku-API

Catfriend1 commented 2 months ago

I know Shizuku but on first thought I doubt it can be implemented the way, SyncthingNative will use the mechanism to access the paths. The wrapper could implement it, but the native won't have access.