RikkaApps / WADB

A simple switch for adb (Android Debug Bridge) over network.
https://play.google.com/store/apps/details?id=moe.haruue.wadb
Apache License 2.0
578 stars 77 forks source link

Working with adb instead of just root #26

Closed iagocity closed 2 years ago

iagocity commented 2 years ago

Would be great if users without root could use the app giving the app android.permission_WRITE_SECURE_SETTINGS with adb. However, if I try to do it, it tells me the app didn't request this permission.

adb shell pm grant moe.haruue.wadb android.permission.WRITE_SECURE_SETTINGS

haruue commented 2 years ago

I don't think WADB would work with WRITE_SECURE_SETTINGS.

If you think it is possible, just implement it and send a pull request to us, thx.