RikkaApps / Shizuku

Using system APIs directly with adb/root privileges from normal apps through a Java process started with app_process.
Apache License 2.0
11.07k stars 642 forks source link

Wireless ADB, cannot kill old process. #467

Open Hellmanx opened 7 months ago

Hellmanx commented 7 months ago

Please report bugs of Shizuku itself.

Requirements:

Change "[ ]" to "[x]" if it meets the requirements.

Reports not meet the requirements will be immediately closed.

Information:

Logs: Starting with wireless adb...

info: start.sh begin info: attempt to copy starter from /storage/emulated/0/Android/data/moe.shizuku.privileged.api/starter to /data/local/tmp/shizuku_starter info: exec /data/local/tmp/shizuku_starter info: starter begin info: killing old process... fatal: can't kill 2790, please try to stop existing Shizuku from app first. info: shizuku_starter exit with non-zero value 9

Related full logcat. Sorry, not sure where that is.

Describe the bug: Just trying to use wireless ADB to set up shizuku. I will disable/enable wireless debugging as needed so that I can get to the installer script. Once the script runs I get that error.

A clear and concise description of what the bug is.

Additional context:

Add any other context about the problem here.

Tongtzu commented 1 week ago

Did you find a workaround or solution?