Wavelet
Wavelet copied to clipboard
[Feature Request]: Implementation of Shizuku
Shizuku is a way to get access to adb shell commands without the need of a computer on Android 10+ (or 11+?), because it connects localy to the device it self. I am requesting this, because if you want enhanced session detection you always need a computer to activate :(
And because it's ADB shell, there is the possibility of an initial setup with all permissions at once. There will be only one pop up, that Wavelett requested access to shizuku and thats it. The app would be ready with one tap
In my opinion you can achieve the same result by executing a script using Termux. Termux also connects to the local device through ADB WiFi. ADB WiFi is available only on Android 11 and up.
Termux script:
#!bin/sh
adb shell cmd notification allow_listener com.pittvandewitt.wavelet/com.pittvandewitt.wavelet.session.SessionListenerService
adb shell pm grant com.pittvandewitt.wavelet android.permission.DUMP
These commands can also get executed using Tasker: Wavelet_Enable_ESD.tsk.xml.zip
I think it would be just more convenient, even for users not so familiar with the Android system structure.
I solved the DUMP problem on Poco F4 GT using Shizuku, no other way worked. Thank you @christianmende .
Maybe you can describe your process, that others can profit from your success as well :) And maybe we will get native shizuku support, just because it looks better and works even for people that are not good with tech.