Wavelet icon indicating copy to clipboard operation
Wavelet copied to clipboard

[Feature Request]: Implementation of Shizuku

Open christianmende opened this issue 3 years ago • 4 comments

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

christianmende avatar Jan 20 '22 12:01 christianmende

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

Pittvandewitt avatar Feb 08 '22 14:02 Pittvandewitt

I think it would be just more convenient, even for users not so familiar with the Android system structure.

christianmende avatar Nov 22 '22 21:11 christianmende

I solved the DUMP problem on Poco F4 GT using Shizuku, no other way worked. Thank you @christianmende .

iz0eyj avatar May 01 '24 09:05 iz0eyj

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.

christianmende avatar May 01 '24 09:05 christianmende